summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto (follow)
Commit message (Expand)AuthorAgeFilesLines
* EVP_cleanup(3) is no longer relevant here since it no longer has any effect.schwarze2025-06-091-3/+2
* This file is no longer relevant because the function CONF_module_add()schwarze2025-06-091-73/+0
* mention that SSL_load_error_strings(3) lives in libssl;schwarze2025-06-081-1/+3
* .Lb libcrypto ; OK tb@schwarze2025-06-08411-822/+1233
* remove some "intentionally undocumented" comments regarding stuffschwarze2025-06-089-37/+27
* add the missing .In line and add .Lb libcrypto ; OK tb@schwarze2025-06-082-4/+8
* Remove ${MULTIPLE_OF_EIGHT}_BIT*tb2025-06-0813-144/+0
* More code clean up.jsing2025-06-081-10/+9
* 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