summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* SSL_shutdown(): remove pointless NULL check.tb2025-06-091-2/+2
* mention that SSL_load_error_strings(3) lives in libssl;schwarze2025-06-081-1/+3
* .Lb libssl libcrypto ; OK tb@schwarze2025-06-08121-244/+365
* delete an "intentionally undocumented" comment regarding stuffschwarze2025-06-081-8/+3
* add the missing .In line and add .Lb libssl libcrypto ; OK tb@schwarze2025-06-082-4/+8
* .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
* allow checking of tls.hschwarze2025-06-081-2/+3
* allow checking of conf.hschwarze2025-06-081-1/+5
* Remove ${MULTIPLE_OF_EIGHT}_BIT*tb2025-06-0813-144/+0
* Test to verify the handling of fflush() for the pushed-back buffer thatyasuoka2025-06-081-1/+40
* 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
* Trim trailing whitespacetb2025-06-071-8/+8
* Spelling, discussed with jsingtb2025-06-071-1/+1
* tls13_ctx_new(): fix calloc() incantationtb2025-06-071-2/+2
* Fix weird calloc() argument ordertb2025-06-071-5/+5
* do_PVK_body: Unconditionally free enctmptb2025-06-071-3/+3
* Fix smatch warning in asn1_primitive_print()tb2025-06-071-2/+2
* KNF for variations of get_cipher_by_name()tb2025-06-073-6/+9
* openssl.1: update defaults for cms and smimetb2025-06-071-4/+4
* openssl smime: switch default encryption from 40-bit RC2 to AES-256tb2025-06-071-11/+5
* openssl cms: switch default encryption from triple DES to AES-256tb2025-06-071-11/+5
* 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
* libtls: add basic regress for ALPNtb2025-06-041-1/+138
* 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
* Now our fflush() comply POSIX-2008. test_fflush is expected "pass".yasuoka2025-06-032-6/+3