summaryrefslogtreecommitdiff
path: root/src/lib/libtls (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add checks to ensure that lib{crypto,ssl,tls} public headers have actuallyjsing2020-01-221-1/+11
* Note in the man page that the default protocols list includes 1.3beck2020-01-221-4/+4
* Enable TLS version 1.3 in the default protocols for libtls.beck2020-01-221-2/+2
* Add support for TLSv1.3 as a protocol to libtls.jsing2020-01-204-11/+20
* Add missing RCS tag.tb2019-12-031-0/+1
* Allow 1.3 ciphers in libtls.beck2019-11-161-2/+2
* Allow portable to override the default CA bundle locationbeck2019-11-162-3/+7
* Bump libcrypto, libssl and libtls minors due to symbol additions.jsing2019-11-021-1/+1
* Document tls_conn_cipher_strength().jsing2019-11-021-2/+14
* Provide tls_conn_cipher_strength().jsing2019-11-024-3/+15
* Bump libcrypto, libssl and libtls majors due to changes in struct sizesjsing2019-10-241-2/+2
* Group tls_{handshake,read,write,close}() return values documentation.jsing2019-07-091-21/+21
* tls_read() & tls_write() return 4 possible values: TLS_WANT_POLLOUT,deraadt2019-06-201-4/+4
* provide getters and setters for the RSA_METHOD interfacegilles2019-06-051-1/+1
* Acquire mutex before incrementing the refcount. Fixes COV-186144bcook2019-05-131-1/+3
* Null out pointers on asprintf() failure.tb2019-04-131-3/+7
* Only assign destlen when src is non-NULL.jsing2019-04-041-3/+4
* Switch to pthread_mutex_init().jsing2019-04-041-3/+5
* Bump libssl/libtls minors due to symbol addition.jsing2019-04-041-1/+1
* Add a mutex to guard reference counting for tls_config.jsing2019-04-013-4/+16
* remove duplicate set key file call. from alf.tedu2019-03-271-3/+1