| Commit message (Expand) | Author | Age | Files | Lines |
* | Add a paragraph about HMAC because that algorithm also involves | schwarze | 2024-12-10 | 1 | -3/+15 |
* | Document tls_peer_cert_common_name() | tb | 2024-12-10 | 1 | -2/+13 |
* | bump minor after symbol addition | tb | 2024-12-10 | 1 | -1/+1 |
* | expose tls_peer_cert_common_name() | tb | 2024-12-10 | 1 | -0/+1 |
* | Provide tls_peer_cert_common_name() | tb | 2024-12-10 | 5 | -24/+105 |
* | insert a forgotten .Dv macro | schwarze | 2024-12-09 | 1 | -3/+3 |
* | Mark the constants EVP_PK_*, EVP_PKS_*, and EVP_PKT_* as intentionally | schwarze | 2024-12-09 | 1 | -2/+7 |
* | Move the algorithm-specific functions EVP_rc2_*(3) out of EVP_EncryptInit(3) | schwarze | 2024-12-08 | 4 | -55/+214 |
* | Document the low-level rc2.h API. | schwarze | 2024-12-07 | 2 | -2/+198 |
* | ec_mult: forgot to make one helper static | tb | 2024-12-07 | 1 | -2/+2 |
* | Move initialization of sign out of the middle of bits handling | tb | 2024-12-07 | 1 | -3/+3 |
* | Rename ec_wNAF_mul() to ec_wnaf_mul() | tb | 2024-12-06 | 3 | -7/+7 |
* | ec_mult: manage wNAF data in a struct | tb | 2024-12-06 | 1 | -86/+131 |
* | Adjust the return type and value of EVP_MD_CTX_init(3) | schwarze | 2024-12-06 | 2 | -7/+12 |
* | Delete the manual pages EVP_PKEY_meth_new(3) and EVP_PKEY_meth_get0_info(3) | schwarze | 2024-12-06 | 18 | -776/+60 |
* | Delete the manual page EVP_PKEY_check(3). | schwarze | 2024-12-06 | 5 | -158/+5 |
* | Delete the manual page EVP_PKEY_asn1_new(3). | schwarze | 2024-12-06 | 14 | -566/+30 |
* | Provide a SHA-1 assembly implementation for amd64 using SHA-NI. | jsing | 2024-12-06 | 3 | -2/+179 |
* | Explain what "EVP" is supposed to mean. | schwarze | 2024-12-06 | 1 | -2/+16 |
* | Fix previous and thus regress failures reported by anton | tb | 2024-12-06 | 1 | -2/+3 |
* | ec_asn1: update a comment to match reality | tb | 2024-12-06 | 1 | -2/+2 |
* | Set nid on group decoded from EC parameters | tb | 2024-12-06 | 3 | -7/+14 |
* | Zap a trailing space | tb | 2024-12-05 | 2 | -4/+4 |
* | Make the DSS_prime_checks macro internal | tb | 2024-12-05 | 2 | -11/+12 |
* | Remove the undocumented DSA_is_prime() macro | tb | 2024-12-05 | 1 | -3/+1 |
* | document the #define'd constant PKCS5_SALT_LEN | schwarze | 2024-12-05 | 1 | -4/+6 |
* | drop comments asking for documentation of three ASN1_PKEY_CTRL_CMS_* | schwarze | 2024-12-05 | 1 | -5/+2 |
* | Apply a little bit of lipstick to PKCS7 | tb | 2024-12-05 | 1 | -3/+7 |
* | Use ASIdentifiers rather than struct ASIdentifiers_st | tb | 2024-12-04 | 1 | -2/+2 |
* | Another now unused perlasm script can bite the dust. | jsing | 2024-12-04 | 1 | -1267/+0 |
* | Provide a replacement assembly implementation for SHA-1 on amd64. | jsing | 2024-12-04 | 3 | -2/+345 |
* | Annotate WTLS7 as being wrong | tb | 2024-12-04 | 1 | -1/+2 |
* | Meant to split the sentence in two | tb | 2024-11-30 | 1 | -3/+3 |
* | Be a bit more precise on the error conditions of CMS_get1_{certs,crls}() | tb | 2024-11-30 | 1 | -3/+4 |
* | Explain how to free the stack returned by CMS_get1_{certs,crls}() | tb | 2024-11-30 | 1 | -2/+9 |
* | Inline trivial EC point methods | tb | 2024-11-30 | 3 | -95/+23 |
* | Get BNs Z coordinates from the BN_CTX | tb | 2024-11-30 | 1 | -8/+3 |
* | Improve ec_points_make_affine() | tb | 2024-11-30 | 1 | -119/+93 |
* | Don't leak the abuf on error in PKCS7_dataFinal() | tb | 2024-11-30 | 1 | -1/+2 |
* | Remove X9.42 DH rudiments | tb | 2024-11-29 | 3 | -19/+7 |
* | Provide an example of signing with HMAC-SHA256 or Ed25519 | schwarze | 2024-11-29 | 1 | -3/+67 |
* | Remove weird pad member that was never set to zero after malloc() so | tb | 2024-11-29 | 3 | -12/+3 |
* | Make a comment match reality better | tb | 2024-11-26 | 1 | -1/+1 |
* | Unify checking for the asn1_flag | tb | 2024-11-25 | 2 | -4/+4 |
* | Fix some inaccuracies and gaps in the paragraph i wrote about CMAC | schwarze | 2024-11-24 | 1 | -18/+47 |
* | Disable small builtin curves | tb | 2024-11-24 | 1 | -1/+23 |
* | Simplify endian handling in SHA-3. | jsing | 2024-11-23 | 1 | -26/+5 |
* | Further refactoring of the wNAF code | tb | 2024-11-23 | 1 | -55/+65 |
* | Drop bn is zero special case | tb | 2024-11-23 | 1 | -5/+1 |
* | Further simplify after dropping wNAF modification | tb | 2024-11-23 | 1 | -23/+13 |