diff options
author | Michael Richardson <mcr@sandelman.ca> | 2021-04-14 11:44:41 -0400 |
---|---|---|
committer | Pauli <pauli@openssl.org> | 2021-05-11 19:09:45 +1000 |
commit | f60e35d01e8b0116c53575774dbf26dcd2d2311d (patch) | |
tree | 89416167136cf2f0e47d7a1168fc8fc581b15148 /doc/man3 | |
parent | a7a7e6e3a647688be389b7d9c977b7fc74142fca (diff) | |
download | openssl-new-f60e35d01e8b0116c53575774dbf26dcd2d2311d.tar.gz |
reduce surprise in choice of CASE/String/STRING by allowing all inputs to be in any case
Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Shane Lontis <shane.lontis@oracle.com>
Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/14877)
Diffstat (limited to 'doc/man3')
-rw-r--r-- | doc/man3/ASN1_generate_nconf.pod | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/man3/ASN1_generate_nconf.pod b/doc/man3/ASN1_generate_nconf.pod index bf22e3624c..256ed9f99c 100644 --- a/doc/man3/ASN1_generate_nconf.pod +++ b/doc/man3/ASN1_generate_nconf.pod @@ -42,8 +42,9 @@ I<value> and I<modifier> are explained below. =head2 Supported Types -The supported types are listed below. Unless otherwise specified -only the B<ASCII> format is permissible. +The supported types are listed below. +Case is not significant in the type names. +Unless otherwise specified only the B<ASCII> format is permissible. =over 4 |