summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorNils Larsch <nils@openssl.org>2006-01-14 09:21:33 +0000
committerNils Larsch <nils@openssl.org>2006-01-14 09:21:33 +0000
commit802d7fa6d5a41a0e27693781ba50b64b536739d8 (patch)
tree6b7d0119859e89275415cb1bfe50d89dadc12526 /doc
parent3798cb818214ff3a75e44495278866febb555287 (diff)
support numeric strings in ASN1_generate_nconf
Diffstat (limited to 'doc')
-rw-r--r--doc/crypto/ASN1_generate_nconf.pod3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/crypto/ASN1_generate_nconf.pod b/doc/crypto/ASN1_generate_nconf.pod
index ba6e3c2e81..0ac0f16f49 100644
--- a/doc/crypto/ASN1_generate_nconf.pod
+++ b/doc/crypto/ASN1_generate_nconf.pod
@@ -97,7 +97,8 @@ bits is set to zero.
=item B<UNIVERSALSTRING>, B<UNIV>, B<IA5>, B<IA5STRING>, B<UTF8>,
B<UTF8String>, B<BMP>, B<BMPSTRING>, B<VISIBLESTRING>,
B<VISIBLE>, B<PRINTABLESTRING>, B<PRINTABLE>, B<T61>,
-B<T61STRING>, B<TELETEXSTRING>, B<GeneralString>
+B<T61STRING>, B<TELETEXSTRING>, B<GeneralString>, B<NUMERICSTRING>,
+B<NUMERIC>
These encode the corresponding string types. B<value> represents the
contents of this structure. The format can be B<ASCII> or B<UTF8>.