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