summaryrefslogtreecommitdiff
path: root/lib/libtls
AgeCommit message (Expand)Author
2021-06-01Update RFC reference. RFC 4366 was obsoleted by RFC 6066.Theo Buehler
2021-06-01Avoid sending a trailing dot in SNI as a clientTheo Buehler
2021-06-01Remove unnecessary cast in free.Theo Buehler
2021-05-10give libtls the same bump as libsslTheo Buehler
2021-03-31Bump minors after symbol additionTheo Buehler
2021-03-23OCSP_basic_verify() doesn't set errno, so use tls_set_errorx()Theo Buehler
2021-02-01Use "EC/RSA key setup failure" to align error with othersTheo Buehler
2021-01-26Move private key setup to a helper function with proper errorEric Faurot
2021-01-21when using fake keys, skip the private key checkEric Faurot
2021-01-21return -1 on error for consistencyEric Faurot
2021-01-21minor bump after symbol additionEric Faurot
2021-01-21Allow setting a keypair on a tls context without specifying the privateEric Faurot
2021-01-05Fix indent.Joel Sing
2021-01-05Remove memset that was made redundant with the ASN1_time_parse()Theo Buehler
2021-01-02Tweak previous:Ingo Schwarze
2021-01-02Make list of DHE parameters more prominentkn
2020-12-30Make the list of supported protocols more prominentkn
2020-12-22Destroy the mutex in tls_config objects when tls_config_free is called.Brent Cook
2020-12-22Revert call to pthread_mutex_destroy until installers have a stub.Brent Cook
2020-12-21Destroy the mutex in a tls_config object when tls_config_free is called.Brent Cook
2020-12-15Fix return value variable type in tls_keypair_load_certKinichiro Inoguchi
2020-06-09The check_includes step is incorrect dependency management model forTheo de Raadt
2020-05-24Clear SSL_MODE_AUTO_RETRY in libtls, since we handle WANT_POLLIN correctly.Joel Sing
2020-01-22Correct includes check for libtls.Joel Sing
2020-01-22Add checks to ensure that lib{crypto,ssl,tls} public headers have actuallyJoel Sing
2020-01-22Note in the man page that the default protocols list includes 1.3Bob Beck
2020-01-22Enable TLS version 1.3 in the default protocols for libtls.Bob Beck
2020-01-20Add support for TLSv1.3 as a protocol to libtls.Joel Sing
2019-12-03Add missing RCS tag.Theo Buehler
2019-11-16Allow 1.3 ciphers in libtls.Bob Beck
2019-11-16Allow portable to override the default CA bundle locationBob Beck
2019-11-02Bump libcrypto, libssl and libtls minors due to symbol additions.Joel Sing
2019-11-02Document tls_conn_cipher_strength().Joel Sing
2019-11-02Provide tls_conn_cipher_strength().Joel Sing
2019-10-24Bump libcrypto, libssl and libtls majors due to changes in struct sizesJoel Sing
2019-07-09Group tls_{handshake,read,write,close}() return values documentation.Joel Sing
2019-06-20tls_read() & tls_write() return 4 possible values: TLS_WANT_POLLOUT,Theo de Raadt
2019-06-05provide getters and setters for the RSA_METHOD interfaceGilles Chehade
2019-05-13Acquire mutex before incrementing the refcount. Fixes COV-186144Brent Cook
2019-04-13Null out pointers on asprintf() failure.Theo Buehler
2019-04-04Only assign destlen when src is non-NULL.Joel Sing
2019-04-04Switch to pthread_mutex_init().Joel Sing
2019-04-04Bump libssl/libtls minors due to symbol addition.Joel Sing
2019-04-01Add a mutex to guard reference counting for tls_config.Joel Sing
2019-03-27remove duplicate set key file call. from alf.Ted Unangst
2019-03-20fix examples (libtls uses its own error reporting mechanism)Marc Espie
2019-03-17bump minors after symbol additionTheo Buehler
2019-01-22bump minors after symbol additionTheo Buehler
2019-01-19bump minors after symbol additionTheo Buehler
2018-12-14Delete a note taken during the rev. 1.1 man page spliteIngo Schwarze