summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* openssl speed: remove MAX_BLOCK_SIZE definejoshua2025-05-241-8/+2
* Provide method specific functions for EC POINT infinity.jsing2025-05-243-10/+27
* openssl speed: move key{16,24,32} above speed_mainjoshua2025-05-241-33/+25
* Mop up ghash arm assembly remnants.jsing2025-05-241-18/+1
* Provide openssl_init_crypto_constructor() and invoke via a constructor.jsing2025-05-241-3/+14
* Remove remnants of OPENSSL_cpuid_setup().jsing2025-05-243-20/+10
* Disable libcrypto assembly on arm.jsing2025-05-245-257/+2
* Adapt to new maloc_options declarationotto2025-05-241-2/+2
* Adapt test to new malloc_options regimeotto2025-05-241-7/+8
* Update and improve documentation for pkcs8 -v2tb2025-05-241-12/+8
* Crank default salt length of PBE2 to 16 octetstb2025-05-242-4/+13
* Switch the default PBMAC to hmacWithSHA256tb2025-05-241-2/+2
* Switch default to PBES2 for openssl pkcs8 -topk8tb2025-05-241-3/+3
* openssl speed: use single md buffer for digestsjoshua2025-05-241-31/+10
* Add the ability to run individual ruby ssl test for figuring outbeck2025-05-231-1/+16
* 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