summaryrefslogtreecommitdiff
path: root/src/lib/libtls (follow)
Commit message (Expand)AuthorAgeFilesLines
* minor libssl bump (SSL_OP_NO_RENEGOTIATION/SSL_OP_ALLOW_CLIENT_RENEGOTIATION)HEADmastersthen2 days1-1/+1
* Give libtls the same bump as libcrypto and libssltb6 days1-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
* Correctly catch all return values from X509_NAME_get_index_by_NIDbeck2023-05-291-6/+11
* correct comment, spotted by tb@beck2023-05-281-4/+4
* Refactor tls_check_common_name to use lower level API.beck2023-05-281-12/+47
* Forcibly update the EVP_PKEY's internal keyop2023-05-251-13/+25
* add missing #include <string.h>; ok tb@op2023-05-148-8/+18
* tls_verify.c: give up on variable alignment in this filetb2023-05-111-6/+6
* switch two ASN1_STRING_data() to ASN1_STRING_get0_data()op2023-05-101-5/+5
* Use -Wshadow with clangtb2023-05-051-2/+2
* Fix error handling in tls_check_common_name()tb2023-05-051-6/+10
* Bump majors after symbol addition and removaltb2023-04-251-2/+2
* Drop X9.31 support from libtlstb2023-04-092-7/+2
* Crankl libcrypto/libssl/libtls minors after symbol additiontb2023-03-101-1/+1
* Bump libtls minor to match libcrypto and libssltb2022-11-131-1/+1
* bump major after libcrypto and libssl major bumptb2022-09-111-2/+2