summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Provide an EC method that uses homogeneous projective coordinates.jsing2025-05-253-2/+870
* Implement EC field element operations.jsing2025-05-255-31/+299
* openssl speed: clean up time_fjoshua2025-05-251-79/+76
* Provide bn_mod_{add,sub,mul}_words().jsing2025-05-254-5/+94
* openssl speed: remove whirlpooljoshua2025-05-252-41/+12
* Fix previous.jsing2025-05-253-72/+6
* Provide additional variants of bn_add_words()/bn_sub_words().jsing2025-05-253-6/+190
* Fix handling of different length inputs in bn_sub().jsing2025-05-251-3/+3
* Add tests for the functions in <stdio_ext.h>.yasuoka2025-05-257-2/+455
* Include "stdio" in SUBDIR. This should have been done along with theyasuoka2025-05-251-4/+4
* Create bm->buf from the start to avoid arithmetic on NULLtb2025-05-241-1/+7
* Revert "bio_mem: avoid pointer arithmetic on NULL"tb2025-05-241-4/+2
* openssl pkcs8: zap an outdated lietb2025-05-241-4/+1
* explain more precisely how to initialize malloc_options;schwarze2025-05-241-4/+12
* Add regress/lib/libc/stdio/test_fflush.c to test fflush() behavior foryasuoka2025-05-242-0/+236
* 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