summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* mlkem regress: garbage collect two global variablestb2024-12-201-4/+1
* hidden mlkem.h: add comment to #endiftb2024-12-201-2/+2
* Annotate yet another greasy stinky tentacle of xcatb2024-12-201-1/+2
* Move the horrific EVP_aes_128_ccm(3) API out of the important,schwarze2024-12-204-75/+357
* Fix whitespace in Makefiletb2024-12-201-22/+22
* That works better with a Gtb2024-12-201-2/+2
* cant't -> can'ttb2024-12-2010-20/+20
* Rework and fix the mlkem teststb2024-12-2016-997/+1824
* Do not install mlkem.h and bytestring.h into /usr/include/openssl for nowtb2024-12-191-3/+1
* #ifdef out the inclusion of openssl/mlkem.h for nowtb2024-12-191-3/+4
* Do not assume mlkem.h and bytestring.h are public in libcryptotb2024-12-194-14/+8
* mlkem regress: reach around into bytestring againtb2024-12-191-1/+2
* ec_mult: use 1ULL to avoid C4334 warning on Visual Studiotb2024-12-191-2/+2
* received form the peer -> received from the peerjmc2024-12-191-3/+3
* mlkem: fix whitespacetb2024-12-182-4/+6
* kength -> lengthjsg2024-12-181-3/+3
* New manual page EVP_aes_128_gcm(3).schwarze2024-12-174-75/+260
* Avoid a reduce once that can cause Clang misoptomization.beck2024-12-172-22/+54
* Close fp before exit since we clean up other stufftb2024-12-174-4/+8
* Plug leak coming from debug leftovertb2024-12-172-4/+2
* Plug two memory leaks in MLKEM*_generate_key_external_entropy()tb2024-12-172-2/+6
* mlkem: clean up top matter in headerstb2024-12-172-8/+14
* Simplify ec_point_to_octets()tb2024-12-161-8/+3
* Stop reaching into libcrypto/bytestringtb2024-12-141-2/+1
* Normalize top of filestb2024-12-1415-109/+138
* Add ML-KEM 1024 from BoringSSLbeck2024-12-1318-5/+6552
* 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