summaryrefslogtreecommitdiff
path: root/src/lib (follow)
Commit message (Expand)AuthorAgeFilesLines
* Ensure X509V3_EXT_print() only returns 0 and 1tb2026-05-161-3/+3
* remove unused ssleay.cnf file; ok tb@jsg2026-05-161-78/+0
* ASN1{,_parse}_dump: document return value 2 on EOCtb2026-05-161-3/+7
* BIO_dump: Xr BIO_printf rather than BIO_write/fwritetb2026-05-161-6/+4
* Sync cert.pem with mozilla roots; quite a few CA certificates weresthen2026-05-141-1146/+1
* Add a guarded .note.GNU-stack section to crypto assembly files.jsing2026-05-129-9/+45
* Slightly adjust BUGS section for X509_addr_add_range()tb2026-05-101-2/+3
* libssl: record extension lengths in ClientHello hashingtb2026-05-091-1/+4
* ssl_lib: trade two extra empty lines for a missing onetb2026-05-091-4/+2
* PKCS#12: fix erroneous error check in PKCS12_newpass()tb2026-05-091-3/+3
* Use uint32_t instead of SHA_LONG in the SHA-256 code.jsing2026-05-091-22/+22
* Use W rather than X for the SHA-256 message schedule.jsing2026-05-091-83/+83
* Use consistent variable names in the sha256 code.jsing2026-05-091-67/+67
* Use crypto_add_u32dw_u64() to increment SHA-256 message bit counter.jsing2026-05-091-9/+3
* Correct argument type for SHA context.jsing2026-05-091-4/+4
* Correct argument type in comments.jsing2026-05-092-4/+4
* remove bogus ifdefs; ok tb@jsg2026-05-081-8/+1
* x509_purp: fix doc comment for check_ca()tb2026-05-081-3/+7
* Use macros for global functions and objects within SHA assembly.jsing2026-05-079-53/+53
* Use defines for symbol offsets in aarch64 assembly.jsing2026-05-073-7/+12
* Use defines for text and rodata section names in SHA assembly.jsing2026-05-078-21/+31
* Use a define based instruction separator in SHA assembly.jsing2026-05-079-191/+219
* Get rid of struct dtls1_retransmit_state.jsing2026-05-062-26/+10
* Avoid use of uninitialised decode_error variable.jsing2026-05-061-10/+14
* mlkem: also zero the failure_keytb2026-05-041-1/+2
* verifier: re-enable the callback override for depthtb2026-05-041-5/+3
* Refactor dtls1_do_write_handshake_message().jsing2026-04-301-43/+44
* Split dtls1_do_write() into handshake message and CCS handling.jsing2026-04-291-33/+59
* Avoid unnecessary lookups in dtls1_retransmit_message().jsing2026-04-291-37/+6
* Remove unused frag_off argument from dtls1_retransmit_message().jsing2026-04-291-4/+3
* Make dtls1_retransmit_message() static.jsing2026-04-292-78/+76
* Inline dtls1_fix_message_header().jsing2026-04-291-16/+5
* Convert DTLS code to ssl_msg_callback().jsing2026-04-291-14/+7
* make_addressRange: unused bits in max must be zerotb2026-04-261-6/+23
* Fix PKCS7_set_{un,}signed_attributes()tb2026-04-261-28/+35
* pkcs7: drop silly use of i in PKCS7_dataVerify()tb2026-04-251-4/+3
* pkcs7: don't use i, j for NIDs in PKCS7_dataFinal()tb2026-04-251-9/+7
* pkcs7: don't use i and j for NIDs in PKCS7_dataDecode()tb2026-04-251-6/+4
* pkcs7: avoid assignment to i in PKCS7_dataInit()tb2026-04-251-3/+2
* pkcs7: Simplify PKCS7_type_is_other()tb2026-04-251-12/+4
* Add FIPS 180-4 references for SHA-256 constants.jsing2026-04-251-1/+6
* Simplify PKCS7_get_issuer_and_serial()tb2026-04-241-9/+6
* mlkem: use <openssl/mlkem.h> instead of "mlkem.h"tb2026-04-201-2/+3
* tls_keypair: add missing <limits.h>tb2026-04-201-1/+3
* ec_pmeth: fix 20yo comment: *outlen -> *keylentb2026-04-201-2/+2
* libtls: consistently handle allocation failureslibressl-v4.3.1libressl-v4.3.0tb2026-04-162-6/+6
* libtls: use TLS_ERROR_OUT_OF_MEMORY after malloc failuretb2026-04-161-2/+2
* libtls: use tls_error_setx() after BIO_new_mem_buf()tb2026-04-161-2/+2
* libtls: prefer x version of error settingtb2026-04-165-17/+17
* libtls: add missing length checks before BIO_new_mem_buf()tb2026-04-162-2/+17