| Commit message (Expand) | Author | Age | Files | Lines |
* | major bump (same type of crank as libssl) | tb | 2021-09-10 | 1 | -1/+1 |
* | typo in comment | tb | 2021-08-16 | 1 | -2/+2 |
* | zap wonky commas; | jmc | 2021-06-22 | 1 | -5/+5 |
* | Clarify tls_config_set_*_file() file I/O semantics | kn | 2021-06-22 | 1 | -13/+11 |
* | Use SSL_AD_INTERNAL_ERROR | tb | 2021-06-14 | 1 | -2/+2 |
* | Update RFC reference. RFC 4366 was obsoleted by RFC 6066. | tb | 2021-06-01 | 1 | -2/+2 |
* | Avoid sending a trailing dot in SNI as a client | tb | 2021-06-01 | 1 | -6/+19 |
* | Remove unnecessary cast in free. | tb | 2021-06-01 | 1 | -2/+2 |
* | give libtls the same bump as libssl | tb | 2021-05-10 | 1 | -2/+2 |
* | Bump minors after symbol addition | tb | 2021-03-31 | 1 | -1/+1 |
* | OCSP_basic_verify() doesn't set errno, so use tls_set_errorx() | tb | 2021-03-23 | 1 | -2/+2 |
* | Use "EC/RSA key setup failure" to align error with others | tb | 2021-02-01 | 1 | -3/+3 |
* | Move private key setup to a helper function with proper error | eric | 2021-01-26 | 1 | -10/+47 |
* | when using fake keys, skip the private key check | eric | 2021-01-21 | 1 | -1/+2 |
* | return -1 on error for consistency | eric | 2021-01-21 | 1 | -2/+2 |
* | minor bump after symbol addition | eric | 2021-01-21 | 1 | -1/+1 |
* | Allow setting a keypair on a tls context without specifying the private | eric | 2021-01-21 | 4 | -26/+77 |
* | Fix indent. | jsing | 2021-01-05 | 1 | -2/+2 |
* | Remove memset that was made redundant with the ASN1_time_parse() | tb | 2021-01-05 | 1 | -4/+1 |
* | Tweak previous: | schwarze | 2021-01-02 | 1 | -19/+34 |
* | Make list of DHE parameters more prominent | kn | 2021-01-02 | 1 | -6/+19 |
* | Make the list of supported protocols more prominent | kn | 2020-12-30 | 1 | -5/+15 |
* | Destroy the mutex in tls_config objects when tls_config_free is called. | bcook | 2020-12-22 | 1 | -1/+3 |
* | Revert call to pthread_mutex_destroy until installers have a stub. | bcook | 2020-12-22 | 1 | -3/+1 |
* | Destroy the mutex in a tls_config object when tls_config_free is called. | bcook | 2020-12-21 | 1 | -1/+3 |
* | Fix return value variable type in tls_keypair_load_cert | inoguchi | 2020-12-15 | 1 | -2/+2 |
* | The check_includes step is incorrect dependency management model for | deraadt | 2020-06-09 | 1 | -11/+1 |
* | Clear SSL_MODE_AUTO_RETRY in libtls, since we handle WANT_POLLIN correctly. | jsing | 2020-05-24 | 1 | -1/+3 |
* | Correct includes check for libtls. | jsing | 2020-01-22 | 1 | -2/+2 |
* | Add checks to ensure that lib{crypto,ssl,tls} public headers have actually | jsing | 2020-01-22 | 1 | -1/+11 |
* | Note in the man page that the default protocols list includes 1.3 | beck | 2020-01-22 | 1 | -4/+4 |
* | Enable TLS version 1.3 in the default protocols for libtls. | beck | 2020-01-22 | 1 | -2/+2 |
* | Add support for TLSv1.3 as a protocol to libtls. | jsing | 2020-01-20 | 4 | -11/+20 |
* | Add missing RCS tag. | tb | 2019-12-03 | 1 | -0/+1 |
* | Allow 1.3 ciphers in libtls. | beck | 2019-11-16 | 1 | -2/+2 |
* | Allow portable to override the default CA bundle location | beck | 2019-11-16 | 2 | -3/+7 |
* | Bump libcrypto, libssl and libtls minors due to symbol additions. | jsing | 2019-11-02 | 1 | -1/+1 |
* | Document tls_conn_cipher_strength(). | jsing | 2019-11-02 | 1 | -2/+14 |
* | Provide tls_conn_cipher_strength(). | jsing | 2019-11-02 | 4 | -3/+15 |
* | Bump libcrypto, libssl and libtls majors due to changes in struct sizes | jsing | 2019-10-24 | 1 | -2/+2 |
* | Group tls_{handshake,read,write,close}() return values documentation. | jsing | 2019-07-09 | 1 | -21/+21 |
* | tls_read() & tls_write() return 4 possible values: TLS_WANT_POLLOUT, | deraadt | 2019-06-20 | 1 | -4/+4 |
* | provide getters and setters for the RSA_METHOD interface | gilles | 2019-06-05 | 1 | -1/+1 |
* | Acquire mutex before incrementing the refcount. Fixes COV-186144 | bcook | 2019-05-13 | 1 | -1/+3 |
* | Null out pointers on asprintf() failure. | tb | 2019-04-13 | 1 | -3/+7 |
* | Only assign destlen when src is non-NULL. | jsing | 2019-04-04 | 1 | -3/+4 |
* | Switch to pthread_mutex_init(). | jsing | 2019-04-04 | 1 | -3/+5 |
* | Bump libssl/libtls minors due to symbol addition. | jsing | 2019-04-04 | 1 | -1/+1 |
* | Add a mutex to guard reference counting for tls_config. | jsing | 2019-04-01 | 3 | -4/+16 |
* | remove duplicate set key file call. from alf. | tedu | 2019-03-27 | 1 | -3/+1 |