diff options
Diffstat (limited to 'src/lib/libcrypto/man')
-rw-r--r-- | src/lib/libcrypto/man/ASN1_STRING_TABLE_get.3 | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/src/lib/libcrypto/man/ASN1_STRING_TABLE_get.3 b/src/lib/libcrypto/man/ASN1_STRING_TABLE_get.3 index 0fcc8a123d..7e3e360ac3 100644 --- a/src/lib/libcrypto/man/ASN1_STRING_TABLE_get.3 +++ b/src/lib/libcrypto/man/ASN1_STRING_TABLE_get.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: ASN1_STRING_TABLE_get.3,v 1.1 2023/12/16 10:26:10 tb Exp $ | 1 | .\" $OpenBSD: ASN1_STRING_TABLE_get.3,v 1.2 2023/12/16 12:56:20 tb Exp $ |
2 | .\" checked up to: | 2 | .\" checked up to: |
3 | .\" OpenSSL ASN1_STRING_TABLE_add.pod 7b608d08 Jul 27 01:18:50 2017 +0800 | 3 | .\" OpenSSL ASN1_STRING_TABLE_add.pod 7b608d08 Jul 27 01:18:50 2017 +0800 |
4 | .\" | 4 | .\" |
@@ -83,3 +83,8 @@ first appeared in OpenSSL 0.9.5 and have been available since | |||
83 | .Ox 2.7 . | 83 | .Ox 2.7 . |
84 | .Sh BUGS | 84 | .Sh BUGS |
85 | Most aspects of the semantics considerably differ from OpenSSL. | 85 | Most aspects of the semantics considerably differ from OpenSSL. |
86 | .Pp | ||
87 | .Dv ub_email_address , | ||
88 | which should really be called | ||
89 | .Dv ub_emailaddress_length , | ||
90 | was changed in RFC 5280 from 128 to 255 to match PKCS#9 (RFC 2985). | ||