summaryrefslogtreecommitdiff
path: root/src/lib/libtls (follow)
Commit message (Expand)AuthorAgeFilesLines
* tls_keypair: add missing <limits.h>tb2026-04-201-1/+3
* libtls: consistently handle allocation failurestb2026-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
* libtls: const workarounds for X509_NAME in OCSP for OpenSSL 4tb2026-03-281-4/+5
* libtls: simple cases of const for X509_NAME *tb2026-03-282-6/+6
* use O_CLOEXEC; ok tbderaadt2026-03-102-4/+4
* bump lib{crypto,ssl,tls} minors after symbol additiontb2025-10-241-1/+1
* same crank for libssl and libtls as for libcryptotb2025-08-191-1/+1
* bump major for libssl and libtls to match libcryptotb2025-07-161-2/+2
* .Lb libtls libssl libcryptoschwarze2025-07-0712-24/+37
* libtls: abort handshake on no ALPN protcol overlaptb2025-06-041-2/+2
* minor libssl bump (SSL_OP_NO_RENEGOTIATION/SSL_OP_ALLOW_CLIENT_RENEGOTIATION)sthen2025-03-131-1/+1
* Give libtls the same bump as libcrypto and libssltb2025-03-091-2/+2
* Document tls_peer_cert_common_name()tb2024-12-101-2/+13
* bump minor after symbol additiontb2024-12-101-1/+1
* expose tls_peer_cert_common_name()tb2024-12-101-0/+1
* Provide tls_peer_cert_common_name()tb2024-12-105-24/+105
* The subject of a certificate is not optionaltb2024-11-121-2/+2
* major bump for libcrypto libssl and libtlstb2024-08-311-2/+2
* Give libtls the same bump as libssltb2024-08-121-1/+1
* libtls: fix legacy protocol parsingtb2024-08-022-6/+6
* sync includes in tls_signer.cop2024-06-111-3/+12
* crank libtls like libcrypto and libssltb2024-04-151-1/+1
* Remove spaces before tabstb2024-04-081-2/+2
* Use TLS_ERROR_INVALID_ARGUMENT for "too large" and "too small" errorsjoshua2024-03-282-8/+9
* Use TLS_ERROR_OUT_OF_MEMORY error code for calloc errors in libtlsjoshua2024-03-281-6/+7
* Add TLS_ERROR_INVALID_ARGUMENT error code to libtlsjoshua2024-03-273-12/+15
* Add TLS_ERROR_INVALID_CONTEXT error code to libtlsjoshua2024-03-264-11/+16
* Fix previous commit.jsing2024-03-261-2/+2
* Add error code support to libtlsjoshua2024-03-2612-225/+363
* Use errno_value instead of num for readabilityjoshua2024-03-261-7/+7
* Use errno_value instead of num for readabilityjoshua2024-03-262-12/+12
* Convert libressl to use the BoringSSL style time conversionsbeck2024-03-242-9/+22
* crank libtls majortb2024-03-021-1/+1
* typo: mutiple -> multipleop2023-11-221-2/+2
* Remove last caller of ASN1_time_parse(3) in libtlstb2023-11-131-3/+4
* Remove ASN1_time_parse() dependency in tls_conninfo.ctb2023-11-131-3/+3
* remove tls_reset(3) from the NAME, SYNOPSIS, and HISTORY sectionsschwarze2023-09-181-10/+5
* bump libcrypto, libssl, libtls majorstb2023-07-281-1/+1
* Remove the ability to do tls 1.0 and 1.1 from libtls.beck2023-07-024-24/+18
* Zap stray spacetb2023-06-271-2/+2
* Turns out EC_KEY_METHOD_new() has dup built in...tb2023-06-181-21/+3
* tls_signer: reinstate the default EC_KEY methodstb2023-06-181-2/+29
* Switch tls_ecdsa_do_sign() to EC_KEY_get_ex_data()tb2023-06-181-3/+3
* libtls: switch ECDSA_METHOD usage to EC_KEY_METHODop2023-06-183-17/+12
* Rework tls_check_subject_altname() error handlingtb2023-06-011-12/+13
* Check for X509_get_ext_d2i() failuretb2023-06-011-4/+10