| Commit message (Expand) | Author | Age | Files | Lines |
* | ec_asn1_test: for curves that have a seed, validate the parameters a and b | tb | 2025-06-14 | 1 | -2/+195 |
* | Fix signature of BN_zero | tb | 2025-06-14 | 1 | -5/+4 |
* | The mdoc(7) .Ft macro does not need quoting of its arguments, but about | schwarze | 2025-06-13 | 23 | -124/+124 |
* | <uvm/uvmexp.h> is clearly only for VM_MALLOC_CONF, but <sys/sysctl.h> takes | deraadt | 2025-06-12 | 1 | -2/+1 |
* | Bring the DESCRIPTION a bit closer to reality, in particular stop | schwarze | 2025-06-12 | 1 | -7/+31 |
* | Add a test to verify the fpurge problem doesn't happen. fpurge() | yasuoka | 2025-06-12 | 1 | -1/+41 |
* | EC_GROUP_check: rephrase a sentence so it's a bit less awkward | tb | 2025-06-11 | 1 | -5/+7 |
* | The functions SMIME_read_ASN1(3) and SMIME_write_ASN1(3) | schwarze | 2025-06-11 | 3 | -290/+1 |
* | Since the function SMIME_write_ASN1(3) is no longer public, move the | schwarze | 2025-06-11 | 2 | -63/+181 |
* | pk7_asn1: delete lines containing nothing but a tab | tb | 2025-06-11 | 1 | -7/+1 |
* | Lie less below RETURN VALUES, add a related BUGS entry, | schwarze | 2025-06-11 | 2 | -10/+24 |
* | SMIME_read_ASN1(3) and SMIME_write_ASN1(3) are no longer public, | schwarze | 2025-06-11 | 4 | -12/+18 |
* | SMIME_read_ASN1(3) is no longer public, | schwarze | 2025-06-11 | 2 | -6/+12 |
* | Explain why we still need OPENSSL_init() (autoconf) | tb | 2025-06-11 | 1 | -1/+5 |
* | Remove BF_PTR | tb | 2025-06-11 | 14 | -109/+3 |
* | err.c: fix previous: 8 spaces -> tab | tb | 2025-06-10 | 1 | -2/+2 |
* | Fix comment: unsigned int, not just int | tb | 2025-06-09 | 1 | -2/+2 |
* | one DES_LONG hid in arch/sh/opensslconf.h | tb | 2025-06-09 | 1 | -8/+0 |
* | Move (mostly) MI constants to proper headers | tb | 2025-06-09 | 18 | -416/+36 |
* | Make OPENSSL_IA32_SSE2 the default for i386 and remove the flag. | jsing | 2025-06-09 | 8 | -23/+9 |
* | Remove GNU assembler version check. | jsing | 2025-06-09 | 1 | -4/+1 |
* | Stop defining OPENSSL_IA32_SSE2 on amd64. | jsing | 2025-06-09 | 1 | -2/+1 |
* | Retire the manual pages OPENSSL_load_builtin_modules(3) and OBJ_NAME_add(3) | schwarze | 2025-06-09 | 7 | -456/+25 |
* | EVP_cleanup(3) is no longer relevant here since it no longer has any effect. | schwarze | 2025-06-09 | 1 | -3/+2 |
* | This file is no longer relevant because the function CONF_module_add() | schwarze | 2025-06-09 | 1 | -73/+0 |
* | SSL_shutdown(): remove pointless NULL check. | tb | 2025-06-09 | 1 | -2/+2 |
* | mention that SSL_load_error_strings(3) lives in libssl; | schwarze | 2025-06-08 | 1 | -1/+3 |
* | .Lb libssl libcrypto ; OK tb@ | schwarze | 2025-06-08 | 121 | -244/+365 |
* | delete an "intentionally undocumented" comment regarding stuff | schwarze | 2025-06-08 | 1 | -8/+3 |
* | add the missing .In line and add .Lb libssl libcrypto ; OK tb@ | schwarze | 2025-06-08 | 2 | -4/+8 |
* | .Lb libcrypto ; OK tb@ | schwarze | 2025-06-08 | 411 | -822/+1233 |
* | remove some "intentionally undocumented" comments regarding stuff | schwarze | 2025-06-08 | 9 | -37/+27 |
* | add the missing .In line and add .Lb libcrypto ; OK tb@ | schwarze | 2025-06-08 | 2 | -4/+8 |
* | allow checking of tls.h | schwarze | 2025-06-08 | 1 | -2/+3 |
* | allow checking of conf.h | schwarze | 2025-06-08 | 1 | -1/+5 |
* | Remove ${MULTIPLE_OF_EIGHT}_BIT* | tb | 2025-06-08 | 13 | -144/+0 |
* | Test to verify the handling of fflush() for the pushed-back buffer that | yasuoka | 2025-06-08 | 1 | -1/+40 |
* | More code clean up. | jsing | 2025-06-08 | 1 | -10/+9 |
* | Remove more mess related to arm assembly. | jsing | 2025-06-08 | 1 | -23/+1 |
* | Garbage collect DES_PTR | tb | 2025-06-08 | 13 | -78/+0 |
* | Remove DES_RISC* | tb | 2025-06-08 | 13 | -715/+0 |
* | Trim trailing whitespace | tb | 2025-06-07 | 1 | -8/+8 |
* | Spelling, discussed with jsing | tb | 2025-06-07 | 1 | -1/+1 |
* | tls13_ctx_new(): fix calloc() incantation | tb | 2025-06-07 | 1 | -2/+2 |
* | Fix weird calloc() argument order | tb | 2025-06-07 | 1 | -5/+5 |
* | do_PVK_body: Unconditionally free enctmp | tb | 2025-06-07 | 1 | -3/+3 |
* | Fix smatch warning in asn1_primitive_print() | tb | 2025-06-07 | 1 | -2/+2 |
* | KNF for variations of get_cipher_by_name() | tb | 2025-06-07 | 3 | -6/+9 |
* | openssl.1: update defaults for cms and smime | tb | 2025-06-07 | 1 | -4/+4 |
* | openssl smime: switch default encryption from 40-bit RC2 to AES-256 | tb | 2025-06-07 | 1 | -11/+5 |