summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* When commons were deprecated, noone noticed that malloc_options in staticderaadt2025-05-232-7/+10
* Do a clean up pass over the GCM code.jsing2025-05-221-92/+86
* Use timingsafe_memcmp() in CRYPTO_gcm128_finish().jsing2025-05-221-2/+2
* Simplify SSL_alert_desc_stringtb2025-05-221-67/+2
* Fix HTTP CONNECT proxy support to not treat responses likedjm2025-05-221-5/+5
* asn1: merge invalid generalized time tests into invalid time testsjoshua2025-05-221-16/+10
* Convert sha_test to use new test frameworkjoshua2025-05-222-153/+141
* Convert md_test to use new test frameworkjoshua2025-05-222-122/+106
* Fix test_errorf macro expanding to two linesjoshua2025-05-221-4/+8
* Add basic HKDF test using EVP_PKEY_HKDFkenjiro2025-05-221-1/+81
* Reorder some functions.jsing2025-05-211-20/+20
* Remove GHASH_CHUNK and size_t related code from GCM encrypt/decrypt.jsing2025-05-211-220/+1
* Fix wrapping.jsing2025-05-211-13/+9
* Remove now unused AES assembly generation scripts.jsing2025-05-213-5256/+0
* for SOCKS4A don't perform a local hostname lookup that we're not goingdjm2025-05-211-4/+6
* Add initial regress test frameworkjoshua2025-05-213-0/+408
* add SOCKS4A to help textdjm2025-05-211-2/+2
* add SOCKS4A support to nc(1)'s proxy (-X) modedjm2025-05-213-7/+27
* Remove more unused code.jsing2025-05-211-95/+1
* Add NULL checks to HKDF and TLS1-PRF EVP_PKEY cleanup functionskenjiro2025-05-213-3/+11
* mlkem_unittest: fix typo in commenttb2025-05-211-2/+2
* Fix buffer size in MLKEM1024_marshal_public_key()kenjiro2025-05-211-2/+2
* Unbreak GHASH on some architectures setting GHASH_ASMtb2025-05-201-1/+3
* Simplify err_build_SYS_str_reasonstb2025-05-201-19/+13
* Fix previous - names use underscores and not hyphens.jsing2025-05-201-3/+3
* Add ML-KEM768 Hybrid Kems to obj_mac.numbeck2025-05-201-0/+3
* Add ML-KEM768 Hybrid Kems to objects.txtbeck2025-05-201-0/+6
* Don't use the array index as the group_idbeck2025-05-201-51/+97
* Make MLKEM1024_marshal_private_key consistent with the public_key funcitonsbeck2025-05-207-66/+68
* Whitespace nits from tbbeck2025-05-201-1/+4
* Fix up MLKEM768_marshal_private_key to not use a passed in CBBbeck2025-05-197-53/+54
* Remove the boringssl if || ideom from mlkembeck2025-05-192-34/+46
* API changes for ML-KEMbeck2025-05-199-176/+203
* Simplify EVP AES code for ECB.jsing2025-05-192-33/+46
* Remove block128_f function casts.jsing2025-05-191-8/+20
* Simplify EVP AES code for OFB.jsing2025-05-191-7/+19
* Simplify EVP AES code for CFB.jsing2025-05-191-25/+79
* EC_POINT_new: wording tweaks in the BUGS sectiontb2025-05-181-6/+6
* Simplify EVP AES code for CTR.jsing2025-05-181-22/+23
* Unifdef AES_CTR_ASM.jsing2025-05-181-14/+1
* Simplify EVP code for AES CBC.jsing2025-05-181-26/+33
* add missing u64/uint64_t conversionbcook2025-05-181-3/+3
* Use stdint types instead of u64/u32/u8.jsing2025-05-185-134/+127
* Remove contortions with the rem_4bit table.jsing2025-05-181-28/+9
* Inline REDUCE1BIT macro.jsing2025-05-181-15/+6
* bio_dump: only run strncmp if there's something to comparetb2025-05-181-2/+2
* bio_mem: avoid pointer arithmetic on NULLtb2025-05-181-2/+4
* rc2: two files escaped the lure of the attic, set these poor souls freetb2025-05-182-241/+0
* Remove TABLE_BITS from gcm128.jsing2025-05-172-248/+3
* Replace GCM_MUL/GHASH defines with static inline functions.jsing2025-05-161-121/+99