summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/ASN1_STRING_TABLE_get.3 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* remove some "intentionally undocumented" comments regarding stuffschwarze2025-06-081-5/+3
| | | | | that no longer exists, and add .Lb; OK tb@
* Mark some API-to-be-removed as intentionally undocumentedtb2023-12-211-2/+6
|
* ASN1_STRING_TABLE_get.3: grammar: have -> hastb2023-12-161-2/+2
|
* Annotate incorrect value for ub_email_addresstb2023-12-161-1/+6
| | | | | | | | | | | | | | | | | The ub_email_address upper bound, 128, returned for NID_pkcs9_emailAddress, doesn't match the PKCS#9 specification where it is 255. This was adjusted in RFC 5280: The ASN.1 modules in Appendix A are unchanged from RFC 3280, except that ub-emailaddress-length was changed from 128 to 255 in order to align with PKCS #9 [RFC2985]. Nobody seems to have noticed so far, so leave it at an XXX and a BUGS entry for now. It also clearly has the wrong name. Another mystery is why the RFCs suffix some upper bounds with length, but not others. Also, OpenSSL chose to be inconsistent with that, because inconsistency is one of the few things this library is really good at.
* Rename ASN1_STRING_TABLE_add manual to _gettb2023-12-161-0/+85