Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | .Lb libcrypto ; OK tb@ | schwarze | 2025-06-08 | 1 | -2/+3 |
| | |||||
* | Use hyphenated spelling for the SHAs except for the API | tb | 2025-04-17 | 1 | -3/+3 |
| | | | | | The mix of SHA256 and SHA-256 is jarring, so use FIPS's spelling. Leave HMAC-SHA256 as it is and fix a nearby RIPEMD-160. | ||||
* | document X509_LOOKUP_mem(3) in X509_LOOKUP_hash_dir(3) | schwarze | 2021-07-31 | 1 | -2/+3 |
| | | | | and add a new manual page X509_LOOKUP_new(3) | ||||
* | Add a roff(7) comment that X509_issuer_and_serial_hash() is | schwarze | 2021-07-23 | 1 | -2/+4 |
| | | | | | | intentionally undocumented because it uses MD5 only and is unused in real-world code according to codesearch.debian.net. No objection from tb@. | ||||
* | Split X509_NAME_hash(3) out of d2i_X509_NAME(3) and document | schwarze | 2021-07-20 | 1 | -0/+94 |
X509_issuer_name_hash(3), X509_subject_name_hash(3), and the _old variants. Even though this is only tangentially related to decoding and encoding, including a single function in d2i_X509_NAME(3) was probably OK, but let's not bog down that page with six functions that are likely to become obsolete at some point - even though right now, they are still being used both internally and by external software. |