summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* KNF nit tb wanted me to fixbeck2024-12-131-2/+4
* Add ML-KEM 768 from BoringSSLbeck2024-12-1321-2/+6838
* Rewrite a comment to use p rather than qtb2024-12-121-10/+10
* Rename group->field to group->ptb2024-12-124-52/+46
* sm3: fix ugly whitespacetb2024-12-121-5/+5
* appeared in 4.3BSD before 4.3BSD-Tahoejsg2024-12-1111-33/+33
* ciphers: remove tls1 and tls1_1 leftoverstb2024-12-111-16/+2
* Avoid an oob access in asn1_item_free()tb2024-12-111-4/+3
* Drop a pair of useless parenthesestb2024-12-111-2/+2
* Improve a rather misleading sentence about EVP_PKEY_new_mac_key(3).schwarze2024-12-101-4/+8
* Add a paragraph about HMAC because that algorithm also involvesschwarze2024-12-101-3/+15
* Add regress coverage for tls_peer_cert_common_name()tb2024-12-102-0/+17
* Document tls_peer_cert_common_name()tb2024-12-101-2/+13
* bump minor after symbol additiontb2024-12-101-1/+1
* expose tls_peer_cert_common_name()tb2024-12-101-0/+1
* Provide tls_peer_cert_common_name()tb2024-12-105-24/+105
* Mark four "struct *_st" types declared in evp.h as intentionally undocumentedschwarze2024-12-091-0/+2
* Mark four EVP_PKEY_GOST* constants as intentionally undocumentedschwarze2024-12-091-0/+2
* Mark two symbols as intentionally undocumentedschwarze2024-12-091-1/+3
* insert a forgotten .Dv macroschwarze2024-12-091-3/+3
* Mark four EVP control constants as intentionally undocumentedschwarze2024-12-091-2/+3
* Mark the constants EVP_PK_*, EVP_PKS_*, and EVP_PKT_* as intentionallyschwarze2024-12-091-2/+7
* Mark EVP_CTRL constants for RC5 as intentionally undocumentedschwarze2024-12-091-0/+1
* Move the algorithm-specific functions EVP_rc2_*(3) out of EVP_EncryptInit(3)schwarze2024-12-084-55/+214
* Document the low-level rc2.h API.schwarze2024-12-072-2/+198
* ec_mult: forgot to make one helper statictb2024-12-071-2/+2
* Move initialization of sign out of the middle of bits handlingtb2024-12-071-3/+3
* Rename ec_wNAF_mul() to ec_wnaf_mul()tb2024-12-063-7/+7
* ec_mult: manage wNAF data in a structtb2024-12-061-86/+131
* Adjust the return type and value of EVP_MD_CTX_init(3)schwarze2024-12-062-7/+12
* Delete the manual pages EVP_PKEY_meth_new(3) and EVP_PKEY_meth_get0_info(3)schwarze2024-12-0618-776/+60
* Delete the manual page EVP_PKEY_check(3).schwarze2024-12-065-158/+5
* Delete the manual page EVP_PKEY_asn1_new(3).schwarze2024-12-0614-566/+30
* Provide a SHA-1 assembly implementation for amd64 using SHA-NI.jsing2024-12-063-2/+179
* Explain what "EVP" is supposed to mean.schwarze2024-12-061-2/+16
* Fix previous and thus regress failures reported by antontb2024-12-061-2/+3
* ec_asn1: update a comment to match realitytb2024-12-061-2/+2
* Set nid on group decoded from EC parameterstb2024-12-063-7/+14
* Zap a trailing spacetb2024-12-052-4/+4
* Make the DSS_prime_checks macro internaltb2024-12-052-11/+12
* Remove the undocumented DSA_is_prime() macrotb2024-12-051-3/+1
* document the #define'd constant PKCS5_SALT_LENschwarze2024-12-051-4/+6
* drop comments asking for documentation of three ASN1_PKEY_CTRL_CMS_*schwarze2024-12-051-5/+2
* Mark three EVP_PKEY control constants for CMS as intentionally undocumentedschwarze2024-12-051-0/+2
* mark three more EVP_PKEY control constants as intentionally undocumentedschwarze2024-12-051-0/+3
* ignore DECLARE_PKCS12_STACK_OF such that pkcs12.h can be parsedschwarze2024-12-051-0/+1
* Apply a little bit of lipstick to PKCS7tb2024-12-051-3/+7
* Use ASIdentifiers rather than struct ASIdentifiers_sttb2024-12-041-2/+2
* Another now unused perlasm script can bite the dust.jsing2024-12-041-1267/+0
* Provide a replacement assembly implementation for SHA-1 on amd64.jsing2024-12-043-2/+345