]> git.lizzy.rs Git - plan9front.git/commit
libsec: use the right string encoding for various x509 fields
authorcinap_lenrek <cinap_lenrek@felloff.net>
Fri, 9 Oct 2015 16:31:49 +0000 (18:31 +0200)
committercinap_lenrek <cinap_lenrek@felloff.net>
Fri, 9 Oct 2015 16:31:49 +0000 (18:31 +0200)
commit6bb63f78321a7c51beb88c1f340b333496d5f272
tree921aa51600b59540390d71146f8f4fa6244de52d
parent4040ea7a5eda976098131794e8df3b162cafa8f4
libsec: use the right string encoding for various x509 fields

C= has to be PrintableString, E= and DC= are IA5String, everything
else is DirectoryString which can be PrintableString or UTF8String.
sys/src/libsec/port/x509.c