| Commit message (Expand) | Author | Files | Lines |
2024-12-20 | Move the horrific EVP_aes_128_ccm(3) API out of the important, | schwarze | 4 | -75/+357 |
2024-12-20 | Fix whitespace in Makefile | tb | 1 | -22/+22 |
2024-12-20 | That works better with a G | tb | 1 | -2/+2 |
2024-12-20 | cant't -> can't | tb | 10 | -20/+20 |
2024-12-20 | Rework and fix the mlkem tests | tb | 16 | -997/+1824 |
2024-12-19 | Do not install mlkem.h and bytestring.h into /usr/include/openssl for now | tb | 1 | -3/+1 |
2024-12-19 | #ifdef out the inclusion of openssl/mlkem.h for now | tb | 1 | -3/+4 |
2024-12-19 | Do not assume mlkem.h and bytestring.h are public in libcrypto | tb | 4 | -14/+8 |
2024-12-19 | mlkem regress: reach around into bytestring again | tb | 1 | -1/+2 |
2024-12-19 | ec_mult: use 1ULL to avoid C4334 warning on Visual Studio | tb | 1 | -2/+2 |
2024-12-19 | received form the peer -> received from the peer | jmc | 1 | -3/+3 |
2024-12-18 | mlkem: fix whitespace | tb | 2 | -4/+6 |
2024-12-18 | kength -> length | jsg | 1 | -3/+3 |
2024-12-17 | New manual page EVP_aes_128_gcm(3). | schwarze | 4 | -75/+260 |
2024-12-17 | Avoid a reduce once that can cause Clang misoptomization. | beck | 2 | -22/+54 |
2024-12-17 | Close fp before exit since we clean up other stuff | tb | 4 | -4/+8 |
2024-12-17 | Plug leak coming from debug leftover | tb | 2 | -4/+2 |
2024-12-17 | Plug two memory leaks in MLKEM*_generate_key_external_entropy() | tb | 2 | -2/+6 |
2024-12-17 | mlkem: clean up top matter in headers | tb | 2 | -8/+14 |
2024-12-16 | Simplify ec_point_to_octets() | tb | 1 | -8/+3 |
2024-12-14 | Stop reaching into libcrypto/bytestring | tb | 1 | -2/+1 |
2024-12-14 | Normalize top of files | tb | 15 | -109/+138 |
2024-12-13 | Add ML-KEM 1024 from BoringSSL | beck | 18 | -5/+6552 |
2024-12-13 | KNF nit tb wanted me to fix | beck | 1 | -2/+4 |
2024-12-13 | Add ML-KEM 768 from BoringSSL | beck | 21 | -2/+6838 |
2024-12-12 | Rewrite a comment to use p rather than q | tb | 1 | -10/+10 |
2024-12-12 | Rename group->field to group->p | tb | 4 | -52/+46 |
2024-12-12 | sm3: fix ugly whitespace | tb | 1 | -5/+5 |
2024-12-11 | appeared in 4.3BSD before 4.3BSD-Tahoe | jsg | 11 | -33/+33 |
2024-12-11 | ciphers: remove tls1 and tls1_1 leftovers | tb | 1 | -16/+2 |
2024-12-11 | Avoid an oob access in asn1_item_free() | tb | 1 | -4/+3 |
2024-12-11 | Drop a pair of useless parentheses | tb | 1 | -2/+2 |
2024-12-10 | Improve a rather misleading sentence about EVP_PKEY_new_mac_key(3). | schwarze | 1 | -4/+8 |
2024-12-10 | Add a paragraph about HMAC because that algorithm also involves | schwarze | 1 | -3/+15 |
2024-12-10 | Add regress coverage for tls_peer_cert_common_name() | tb | 2 | -0/+17 |
2024-12-10 | Document tls_peer_cert_common_name() | tb | 1 | -2/+13 |
2024-12-10 | bump minor after symbol addition | tb | 1 | -1/+1 |
2024-12-10 | expose tls_peer_cert_common_name() | tb | 1 | -0/+1 |
2024-12-10 | Provide tls_peer_cert_common_name() | tb | 5 | -24/+105 |
2024-12-09 | Mark four "struct *_st" types declared in evp.h as intentionally undocumented | schwarze | 1 | -0/+2 |
2024-12-09 | Mark four EVP_PKEY_GOST* constants as intentionally undocumented | schwarze | 1 | -0/+2 |
2024-12-09 | Mark two symbols as intentionally undocumented | schwarze | 1 | -1/+3 |
2024-12-09 | insert a forgotten .Dv macro | schwarze | 1 | -3/+3 |
2024-12-09 | Mark four EVP control constants as intentionally undocumented | schwarze | 1 | -2/+3 |
2024-12-09 | Mark the constants EVP_PK_*, EVP_PKS_*, and EVP_PKT_* as intentionally | schwarze | 1 | -2/+7 |
2024-12-09 | Mark EVP_CTRL constants for RC5 as intentionally undocumented | schwarze | 1 | -0/+1 |
2024-12-08 | Move the algorithm-specific functions EVP_rc2_*(3) out of EVP_EncryptInit(3) | schwarze | 4 | -55/+214 |
2024-12-07 | Document the low-level rc2.h API. | schwarze | 2 | -2/+198 |
2024-12-07 | ec_mult: forgot to make one helper static | tb | 1 | -2/+2 |
2024-12-07 | Move initialization of sign out of the middle of bits handling | tb | 1 | -3/+3 |