| Commit message (Expand) | Author | Age | Files | Lines |
* | Do not assume mlkem.h and bytestring.h are public in libcrypto | tb | 2024-12-19 | 4 | -14/+8 |
* | mlkem regress: reach around into bytestring again | tb | 2024-12-19 | 1 | -1/+2 |
* | ec_mult: use 1ULL to avoid C4334 warning on Visual Studio | tb | 2024-12-19 | 1 | -2/+2 |
* | received form the peer -> received from the peer | jmc | 2024-12-19 | 1 | -3/+3 |
* | mlkem: fix whitespace | tb | 2024-12-18 | 2 | -4/+6 |
* | kength -> length | jsg | 2024-12-18 | 1 | -3/+3 |
* | New manual page EVP_aes_128_gcm(3). | schwarze | 2024-12-17 | 4 | -75/+260 |
* | Avoid a reduce once that can cause Clang misoptomization. | beck | 2024-12-17 | 2 | -22/+54 |
* | Close fp before exit since we clean up other stuff | tb | 2024-12-17 | 4 | -4/+8 |
* | Plug leak coming from debug leftover | tb | 2024-12-17 | 2 | -4/+2 |
* | Plug two memory leaks in MLKEM*_generate_key_external_entropy() | tb | 2024-12-17 | 2 | -2/+6 |
* | mlkem: clean up top matter in headers | tb | 2024-12-17 | 2 | -8/+14 |
* | Simplify ec_point_to_octets() | tb | 2024-12-16 | 1 | -8/+3 |
* | Stop reaching into libcrypto/bytestring | tb | 2024-12-14 | 1 | -2/+1 |
* | Normalize top of files | tb | 2024-12-14 | 15 | -109/+138 |
* | Add ML-KEM 1024 from BoringSSL | beck | 2024-12-13 | 18 | -5/+6552 |
* | KNF nit tb wanted me to fix | beck | 2024-12-13 | 1 | -2/+4 |
* | Add ML-KEM 768 from BoringSSL | beck | 2024-12-13 | 21 | -2/+6838 |
* | Rewrite a comment to use p rather than q | tb | 2024-12-12 | 1 | -10/+10 |
* | Rename group->field to group->p | tb | 2024-12-12 | 4 | -52/+46 |
* | sm3: fix ugly whitespace | tb | 2024-12-12 | 1 | -5/+5 |
* | appeared in 4.3BSD before 4.3BSD-Tahoe | jsg | 2024-12-11 | 11 | -33/+33 |
* | ciphers: remove tls1 and tls1_1 leftovers | tb | 2024-12-11 | 1 | -16/+2 |
* | Avoid an oob access in asn1_item_free() | tb | 2024-12-11 | 1 | -4/+3 |
* | Drop a pair of useless parentheses | tb | 2024-12-11 | 1 | -2/+2 |
* | Improve a rather misleading sentence about EVP_PKEY_new_mac_key(3). | schwarze | 2024-12-10 | 1 | -4/+8 |
* | Add a paragraph about HMAC because that algorithm also involves | schwarze | 2024-12-10 | 1 | -3/+15 |
* | Add regress coverage for tls_peer_cert_common_name() | tb | 2024-12-10 | 2 | -0/+17 |
* | 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 |
* | Mark four "struct *_st" types declared in evp.h as intentionally undocumented | schwarze | 2024-12-09 | 1 | -0/+2 |
* | Mark four EVP_PKEY_GOST* constants as intentionally undocumented | schwarze | 2024-12-09 | 1 | -0/+2 |
* | Mark two symbols as intentionally undocumented | schwarze | 2024-12-09 | 1 | -1/+3 |
* | insert a forgotten .Dv macro | schwarze | 2024-12-09 | 1 | -3/+3 |
* | Mark four EVP control constants as intentionally undocumented | schwarze | 2024-12-09 | 1 | -2/+3 |
* | Mark the constants EVP_PK_*, EVP_PKS_*, and EVP_PKT_* as intentionally | schwarze | 2024-12-09 | 1 | -2/+7 |
* | Mark EVP_CTRL constants for RC5 as intentionally undocumented | schwarze | 2024-12-09 | 1 | -0/+1 |
* | 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 |