aboutsummaryrefslogtreecommitdiff
path: root/doc/crypto/ASN1_generate_nconf.pod
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2003-02-11 14:06:27 +0000
committerDr. Stephen Henson <steve@openssl.org>2003-02-11 14:06:27 +0000
commita8f5b2ed50f0aedc618d0364fa5b517b50216f48 (patch)
tree16ab71020452a697b878ba7cf86e8d12b7443734 /doc/crypto/ASN1_generate_nconf.pod
parent33075f229ed85825ee3ec3bb5f231f1a692e7868 (diff)
downloadopenssl-a8f5b2ed50f0aedc618d0364fa5b517b50216f48.zip
openssl-a8f5b2ed50f0aedc618d0364fa5b517b50216f48.tar.gz
openssl-a8f5b2ed50f0aedc618d0364fa5b517b50216f48.tar.bz2
GeneralString support in mini-ASN1 compiler
Diffstat (limited to 'doc/crypto/ASN1_generate_nconf.pod')
-rw-r--r--doc/crypto/ASN1_generate_nconf.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/crypto/ASN1_generate_nconf.pod b/doc/crypto/ASN1_generate_nconf.pod
index b4c8937..ba6e3c2 100644
--- a/doc/crypto/ASN1_generate_nconf.pod
+++ b/doc/crypto/ASN1_generate_nconf.pod
@@ -97,7 +97,7 @@ 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<T61STRING>, B<TELETEXSTRING>, B<GeneralString>
These encode the corresponding string types. B<value> represents the
contents of this structure. The format can be B<ASCII> or B<UTF8>.