summaryrefslogtreecommitdiff
path: root/src/lib/libtls/tls_conninfo.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Provide tls_peer_cert_common_name()tb2024-12-101-1/+13
* Fix previous commit.jsing2024-03-261-2/+2
* Add error code support to libtlsjoshua2024-03-261-3/+3
* Convert libressl to use the BoringSSL style time conversionsbeck2024-03-241-7/+19
* Remove ASN1_time_parse() dependency in tls_conninfo.ctb2023-11-131-3/+3
* add missing #include <string.h>; ok tb@op2023-05-141-1/+2
* Remove memset that was made redundant with the ASN1_time_parse()tb2021-01-051-4/+1
* Provide tls_conn_cipher_strength().jsing2019-11-021-1/+10
* Tidy/standardise some code.jsing2018-02-101-6/+3
* Remove NULL check from tls_conninfo_cert_pem() - all of the other conninfojsing2018-02-101-3/+1
* Add support to libtls for client-side TLS session resumption.jsing2018-02-101-1/+20
* Do not bother NULLing pointers in a struct that is about to be freed.jsing2018-02-081-10/+1
* Make the symbol for ASN1_time_tm_clamp_notafter visible so libtlsbeck2017-08-271-1/+5
* Add tls_peer_cert_chain_pem - To retreive the peer certificate and chainbeck2017-04-051-1/+51
* Internal changes to allow for relayd engine privsep. sends the hash of thebeck2017-04-051-25/+7
* Avoid leaking conninfo servername.jsing2017-01-091-1/+3
* make public ASN1_time_parse and ASN1_time_tm_cmp to replace former hiddenbeck2016-11-041-3/+3
* Various clean up and reorganisation of the connection info handling code.jsing2016-08-221-58/+89
* Provide an API that enables server side SNI support - add the ability tojsing2016-08-221-1/+14
* Fix some style(9) issues.jsing2016-08-151-3/+6
* Add ALPN support to libtls.jsing2016-08-121-1/+34
* Revert previous since it adds new symbols.jsing2016-08-021-34/+1
* Add ALPN support to libtls.jsing2016-08-011-1/+34
* Add tls_peer_cert_notbefore and tls_peer_cert_notafter to expose peer certifi...beck2015-10-071-1/+35
* Allow us to get cipher and version even if there is not a peer certificate.beck2015-10-071-10/+15
* Explicit NULL checks and style(9) tweaks.jsing2015-09-281-7/+7
* add visibility of ciper and connection version stringsbeck2015-09-131-1/+27
* Move connection info into it's own private structure allocated and filled inbeck2015-09-121-0/+149