summaryrefslogtreecommitdiff
path: root/src/lib/libtls (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* major bump (same type of crank as libssl)tb2021-09-101-1/+1
* typo in commenttb2021-08-161-2/+2
* zap wonky commas;jmc2021-06-221-5/+5
* Clarify tls_config_set_*_file() file I/O semanticskn2021-06-221-13/+11
* Use SSL_AD_INTERNAL_ERRORtb2021-06-141-2/+2
* Update RFC reference. RFC 4366 was obsoleted by RFC 6066.tb2021-06-011-2/+2
* Avoid sending a trailing dot in SNI as a clienttb2021-06-011-6/+19
* Remove unnecessary cast in free.tb2021-06-011-2/+2
* give libtls the same bump as libssltb2021-05-101-2/+2
* Bump minors after symbol additiontb2021-03-311-1/+1
* OCSP_basic_verify() doesn't set errno, so use tls_set_errorx()tb2021-03-231-2/+2
* Use "EC/RSA key setup failure" to align error with otherstb2021-02-011-3/+3
* Move private key setup to a helper function with proper erroreric2021-01-261-10/+47
* when using fake keys, skip the private key checkeric2021-01-211-1/+2
* return -1 on error for consistencyeric2021-01-211-2/+2
* minor bump after symbol additioneric2021-01-211-1/+1
* Allow setting a keypair on a tls context without specifying the privateeric2021-01-214-26/+77
* Fix indent.jsing2021-01-051-2/+2
* Remove memset that was made redundant with the ASN1_time_parse()tb2021-01-051-4/+1
* Tweak previous:schwarze2021-01-021-19/+34
* Make list of DHE parameters more prominentkn2021-01-021-6/+19
* Make the list of supported protocols more prominentkn2020-12-301-5/+15
* Destroy the mutex in tls_config objects when tls_config_free is called.bcook2020-12-221-1/+3
* Revert call to pthread_mutex_destroy until installers have a stub.bcook2020-12-221-3/+1
* Destroy the mutex in a tls_config object when tls_config_free is called.bcook2020-12-211-1/+3
* Fix return value variable type in tls_keypair_load_certinoguchi2020-12-151-2/+2
* The check_includes step is incorrect dependency management model forderaadt2020-06-091-11/+1
* Clear SSL_MODE_AUTO_RETRY in libtls, since we handle WANT_POLLIN correctly.jsing2020-05-241-1/+3
* Correct includes check for libtls.jsing2020-01-221-2/+2