summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Since the function SMIME_write_ASN1(3) is no longer public, move theschwarze2025-06-112-63/+181
* pk7_asn1: delete lines containing nothing but a tabtb2025-06-111-7/+1
* Lie less below RETURN VALUES, add a related BUGS entry,schwarze2025-06-112-10/+24
* SMIME_read_ASN1(3) and SMIME_write_ASN1(3) are no longer public,schwarze2025-06-114-12/+18
* SMIME_read_ASN1(3) is no longer public,schwarze2025-06-112-6/+12
* Explain why we still need OPENSSL_init() (autoconf)tb2025-06-111-1/+5
* Remove BF_PTRtb2025-06-1114-109/+3
* err.c: fix previous: 8 spaces -> tabtb2025-06-101-2/+2
* Fix comment: unsigned int, not just inttb2025-06-091-2/+2
* one DES_LONG hid in arch/sh/opensslconf.htb2025-06-091-8/+0
* Move (mostly) MI constants to proper headerstb2025-06-0918-416/+36
* Make OPENSSL_IA32_SSE2 the default for i386 and remove the flag.jsing2025-06-098-23/+9
* Remove GNU assembler version check.jsing2025-06-091-4/+1
* Stop defining OPENSSL_IA32_SSE2 on amd64.jsing2025-06-091-2/+1
* Retire the manual pages OPENSSL_load_builtin_modules(3) and OBJ_NAME_add(3)schwarze2025-06-097-456/+25
* 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