summaryrefslogtreecommitdiff
path: root/lib/libtls/tls_conninfo.c
AgeCommit message (Expand)Author
2024-03-26Fix previous commit.Joel Sing
2024-03-26Add error code support to libtlsjoshua
2024-03-24Convert libressl to use the BoringSSL style time conversionsBob Beck
2023-11-13Remove ASN1_time_parse() dependency in tls_conninfo.cTheo Buehler
2023-05-14add missing #include <string.h>; ok tb@Omar Polo
2021-01-05Remove memset that was made redundant with the ASN1_time_parse()Theo Buehler
2019-11-02Provide tls_conn_cipher_strength().Joel Sing
2018-02-10Tidy/standardise some code.Joel Sing
2018-02-10Remove NULL check from tls_conninfo_cert_pem() - all of the other conninfoJoel Sing
2018-02-10Add support to libtls for client-side TLS session resumption.Joel Sing
2018-02-08Do not bother NULLing pointers in a struct that is about to be freed.Joel Sing
2017-08-27Make the symbol for ASN1_time_tm_clamp_notafter visible so libtlsBob Beck
2017-04-05Add tls_peer_cert_chain_pem - To retreive the peer certificate and chainBob Beck
2017-04-05Internal changes to allow for relayd engine privsep. sends the hash of theBob Beck
2017-01-09Avoid leaking conninfo servername.Joel Sing
2016-11-04make public ASN1_time_parse and ASN1_time_tm_cmp to replace former hiddenBob Beck
2016-08-22Various clean up and reorganisation of the connection info handling code.Joel Sing
2016-08-22Provide an API that enables server side SNI support - add the ability toJoel Sing
2016-08-15Fix some style(9) issues.Joel Sing
2016-08-12Add ALPN support to libtls.Joel Sing
2016-08-02Revert previous since it adds new symbols.Joel Sing
2016-08-01Add ALPN support to libtls.Joel Sing
2015-10-07Add tls_peer_cert_notbefore and tls_peer_cert_notafter to expose peer certifi...Bob Beck
2015-10-07Allow us to get cipher and version even if there is not a peer certificate.Bob Beck
2015-09-28Explicit NULL checks and style(9) tweaks.Joel Sing
2015-09-13add visibility of ciper and connection version stringsBob Beck
2015-09-12Move connection info into it's own private structure allocated and filled inBob Beck