| Commit message (Expand) | Author | Files | Lines |
2025-06-16 | Remove AES-NI specific EVP_CIPHER methods for CBC. | jsing | 1 | -66/+1 |
2025-06-16 | strip the temporary filename when displaying a verification error; | sthen | 1 | -1/+2 |
2025-06-15 | crypto_ex_data: use same sizeof idiom as everywhere else in our own code | tb | 1 | -7/+6 |
2025-06-15 | Remove aesni_init_key(). | jsing | 1 | -47/+22 |
2025-06-15 | Integrate AES-NI into the AES code. | jsing | 6 | -62/+270 |
2025-06-15 | Provide machine dependent CPU capabilities for i386. | jsing | 2 | -3/+17 |
2025-06-15 | Provide CRYPTO_CPU_CAPS_AMD64_AES in machine dependent CPU capabilities. | jsing | 2 | -4/+7 |
2025-06-15 | tlsfuzzer: adjust test filenames to upstream churn. | tb | 1 | -154/+154 |
2025-06-14 | ec_asn1_test: be better at sorting | tb | 1 | -3/+3 |
2025-06-14 | ec_asn1_test: for curves that have a seed, validate the parameters a and b | tb | 1 | -2/+195 |
2025-06-14 | Fix signature of BN_zero | tb | 1 | -5/+4 |
2025-06-13 | The mdoc(7) .Ft macro does not need quoting of its arguments, but about | schwarze | 23 | -124/+124 |
2025-06-12 | <uvm/uvmexp.h> is clearly only for VM_MALLOC_CONF, but <sys/sysctl.h> takes | deraadt | 1 | -2/+1 |
2025-06-12 | Bring the DESCRIPTION a bit closer to reality, in particular stop | schwarze | 1 | -7/+31 |
2025-06-12 | Add a test to verify the fpurge problem doesn't happen. fpurge() | yasuoka | 1 | -1/+41 |
2025-06-11 | EC_GROUP_check: rephrase a sentence so it's a bit less awkward | tb | 1 | -5/+7 |
2025-06-11 | The functions SMIME_read_ASN1(3) and SMIME_write_ASN1(3) | schwarze | 3 | -290/+1 |
2025-06-11 | Since the function SMIME_write_ASN1(3) is no longer public, move the | schwarze | 2 | -63/+181 |
2025-06-11 | pk7_asn1: delete lines containing nothing but a tab | tb | 1 | -7/+1 |
2025-06-11 | Lie less below RETURN VALUES, add a related BUGS entry, | schwarze | 2 | -10/+24 |
2025-06-11 | SMIME_read_ASN1(3) and SMIME_write_ASN1(3) are no longer public, | schwarze | 4 | -12/+18 |
2025-06-11 | SMIME_read_ASN1(3) is no longer public, | schwarze | 2 | -6/+12 |
2025-06-11 | Explain why we still need OPENSSL_init() (autoconf) | tb | 1 | -1/+5 |
2025-06-11 | Remove BF_PTR | tb | 14 | -109/+3 |
2025-06-10 | err.c: fix previous: 8 spaces -> tab | tb | 1 | -2/+2 |
2025-06-09 | Fix comment: unsigned int, not just int | tb | 1 | -2/+2 |
2025-06-09 | one DES_LONG hid in arch/sh/opensslconf.h | tb | 1 | -8/+0 |
2025-06-09 | Move (mostly) MI constants to proper headers | tb | 18 | -416/+36 |
2025-06-09 | Make OPENSSL_IA32_SSE2 the default for i386 and remove the flag. | jsing | 8 | -23/+9 |
2025-06-09 | Remove GNU assembler version check. | jsing | 1 | -4/+1 |
2025-06-09 | Stop defining OPENSSL_IA32_SSE2 on amd64. | jsing | 1 | -2/+1 |
2025-06-09 | Retire the manual pages OPENSSL_load_builtin_modules(3) and OBJ_NAME_add(3) | schwarze | 7 | -456/+25 |
2025-06-09 | EVP_cleanup(3) is no longer relevant here since it no longer has any effect. | schwarze | 1 | -3/+2 |
2025-06-09 | This file is no longer relevant because the function CONF_module_add() | schwarze | 1 | -73/+0 |
2025-06-09 | SSL_shutdown(): remove pointless NULL check. | tb | 1 | -2/+2 |
2025-06-08 | mention that SSL_load_error_strings(3) lives in libssl; | schwarze | 1 | -1/+3 |
2025-06-08 | .Lb libssl libcrypto ; OK tb@ | schwarze | 121 | -244/+365 |
2025-06-08 | delete an "intentionally undocumented" comment regarding stuff | schwarze | 1 | -8/+3 |
2025-06-08 | add the missing .In line and add .Lb libssl libcrypto ; OK tb@ | schwarze | 2 | -4/+8 |
2025-06-08 | .Lb libcrypto ; OK tb@ | schwarze | 411 | -822/+1233 |
2025-06-08 | remove some "intentionally undocumented" comments regarding stuff | schwarze | 9 | -37/+27 |
2025-06-08 | add the missing .In line and add .Lb libcrypto ; OK tb@ | schwarze | 2 | -4/+8 |
2025-06-08 | allow checking of tls.h | schwarze | 1 | -2/+3 |
2025-06-08 | allow checking of conf.h | schwarze | 1 | -1/+5 |
2025-06-08 | Remove ${MULTIPLE_OF_EIGHT}_BIT* | tb | 13 | -144/+0 |
2025-06-08 | Test to verify the handling of fflush() for the pushed-back buffer that | yasuoka | 1 | -1/+40 |
2025-06-08 | More code clean up. | jsing | 1 | -10/+9 |
2025-06-08 | Remove more mess related to arm assembly. | jsing | 1 | -23/+1 |
2025-06-08 | Garbage collect DES_PTR | tb | 13 | -78/+0 |
2025-06-08 | Remove DES_RISC* | tb | 13 | -715/+0 |