summaryrefslogtreecommitdiff
path: root/src/lib/libtls (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Bump libtls minor after libcrypto and libssl minor bumptb2022-07-071-1/+1
* Crank major after symbol removal.tb2022-03-241-2/+2
* Hide the tls_signer from public visibility. It's not ready yet andtb2022-03-243-29/+24
* Plug a long standing leak in libtls CRL handlingtb2022-02-081-2/+1
* Provide our own signature padding defines.jsing2022-02-012-6/+38
* Revise signer callback interface.jsing2022-02-012-83/+128
* Add limits.h for INT_MAX in tls_signer.cinoguchi2022-01-291-1/+3
* Expose tls_signer_error()jsing2022-01-281-0/+1
* minor bump after api additiomeric2022-01-251-1/+1
* Introduce a signer interface intented to make TLS privsep simplereric2022-01-257-5/+438
* Check function return value in libtlsinoguchi2022-01-191-9/+21
* bump libcrypto, libssl, libtls majors after struct visibility changestb2022-01-141-1/+1
* Convert tls_bio_cb for opaque BIOtb2022-01-101-19/+46
* contibutions -> contributionsjsg2022-01-011-3/+3
* Bump majors after struct visibility changes, symbol removal and symboltb2021-10-311-1/+1
* Simplify some code by using X509_STORE_CTX_get_obj_by_subject()tb2021-10-311-8/+8
* libtls: Don't reach into X509_STORE_CTX.tb2021-10-211-12/+20
* Switch from X509_VERIFY_PARAM_set_flags() to X509_STORE_set_flags().tb2021-10-211-2/+2
* Eliminate a dead assignment and a weird cast. Adjust a comment totb2021-10-211-6/+3
* Print uid with %u instead of %i.tb2021-10-211-2/+2
* Use *printf %d instead of %itb2021-10-211-2/+2
* Use SSL_CTX_get0_param() rather than reaching into the SSL_CTX.jsing2021-10-021-2/+2