summaryrefslogtreecommitdiff
path: root/src/lib (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* pkcs7.h: drop two spaces before a tabtb2025-06-051-3/+3
* Rename the header guard of des.h with HEADER_DES_Htb2025-06-0514-16/+16
* Remove preprocessor branching on HEADER_DES_Htb2025-06-0513-13/+13
* opensslconf.h: remove md2 leftoverstb2025-06-0513-52/+0
* libtls: abort handshake on no ALPN protcol overlaptb2025-06-041-2/+2
* Revert 1.144 of lib/libc/stdlib/malloc.3. It was changed by accidentyasuoka2025-06-041-12/+3
* Again. Make exit(), fclose(), fflush(), and freopen() comply withyasuoka2025-06-032-9/+17
* Use timingsafe_memcmp when comparing authenticatorskenjiro2025-06-033-9/+9
* bn_gcd: fix wacky indentation found by smatchtb2025-06-021-3/+5
* correct indentation, no functional changejsg2025-06-028-25/+28
* Inline EVP_CIPHER_[gs]et_asn1_iv() in their last callerstb2025-06-021-27/+15
* Fix resource leaks in ec_points_make_affine()tb2025-06-011-1/+4
* zap weird empty added to tls1_ec_nid2group_id() in previoustb2025-05-311-2/+1
* Plug leak of bm->buf->datatb2025-05-311-1/+2
* Delete bad advice about abusing malloc_options = "X" as a productionschwarze2025-05-271-12/+3
* Make EVP_CIPHER_[gs]et_asn1_iv() local to evp_ciphertb2025-05-279-153/+174
* GOST has left the buildingtb2025-05-261-2/+2
* Merge AES-IGE into aes.c.jsing2025-05-253-121/+66
* Simplify AES-IGE and remove code with implementation defined behaviour.jsing2025-05-251-117/+40
* Remove bogus alias.jsing2025-05-251-2/+1
* Merge RC2 into a single file.jsing2025-05-256-548/+301
* Provide an EC method that uses homogeneous projective coordinates.jsing2025-05-253-2/+870
* Implement EC field element operations.jsing2025-05-255-31/+299
* Provide bn_mod_{add,sub,mul}_words().jsing2025-05-254-5/+94
* 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
* 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
* explain more precisely how to initialize malloc_options;schwarze2025-05-241-4/+12
* Provide method specific functions for EC POINT infinity.jsing2025-05-243-10/+27
* 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
* Crank default salt length of PBE2 to 16 octetstb2025-05-242-4/+13
* Switch the default PBMAC to hmacWithSHA256tb2025-05-241-2/+2
* 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
* 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
* Remove more unused code.jsing2025-05-211-95/+1
* Add NULL checks to HKDF and TLS1-PRF EVP_PKEY cleanup functionskenjiro2025-05-212-2/+8
* 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