summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Remove more mess related to arm assembly.jsing2025-06-081-23/+1
* Garbage collect DES_PTRtb2025-06-0813-78/+0
* Remove DES_RISC*tb2025-06-0813-715/+0
* do_PVK_body: Unconditionally free enctmptb2025-06-071-3/+3
* Fix smatch warning in asn1_primitive_print()tb2025-06-071-2/+2
* crypto_ex_data: fix allocation size of classes_newtb2025-06-071-2/+2
* Fix EVP_DecryptFinal() for CCM cipherstb2025-06-061-5/+10
* 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
* 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-026-18/+22
* 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
* Plug leak of bm->buf->datatb2025-05-311-1/+2
* 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
* 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
* 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
* 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
* Fix previous - names use underscores and not hyphens.jsing2025-05-201-3/+3