index
:
openbsd
OPENBSD_2_0
OPENBSD_2_1
OPENBSD_2_2
OPENBSD_2_3
OPENBSD_2_4
OPENBSD_2_5
OPENBSD_2_6
OPENBSD_2_7
OPENBSD_2_8
OPENBSD_2_9
OPENBSD_3_0
OPENBSD_3_1
OPENBSD_3_2
OPENBSD_3_3
OPENBSD_3_4
OPENBSD_3_5
OPENBSD_3_6
OPENBSD_3_7
OPENBSD_3_8
OPENBSD_3_9
OPENBSD_4_0
OPENBSD_4_1
OPENBSD_4_2
OPENBSD_4_3
OPENBSD_4_4
OPENBSD_4_5
OPENBSD_4_6
OPENBSD_4_7
OPENBSD_4_8
OPENBSD_4_9
OPENBSD_5_0
OPENBSD_5_1
OPENBSD_5_2
OPENBSD_5_3
OPENBSD_5_4
OPENBSD_5_5
OPENBSD_5_6
OPENBSD_5_7
OPENBSD_5_8
OPENBSD_5_9
OPENBSD_6_0
OPENBSD_6_1
OPENBSD_6_2
OPENBSD_6_3
OPENBSD_6_4
OPENBSD_6_5
OPENBSD_6_6
OPENBSD_6_7
OPENBSD_6_8
OPENBSD_6_9
OPENBSD_7_0
OPENBSD_7_1
OPENBSD_7_2
OPENBSD_7_3
OPENBSD_7_4
OPENBSD_7_5
OPENBSD_7_6
master
A mirror of https://github.com/libressl/openbsd.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
lib
/
libtls
/
tls_conninfo.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Provide tls_peer_cert_common_name()
tb
2024-12-10
1
-1
/
+13
*
Fix previous commit.
jsing
2024-03-26
1
-2
/
+2
*
Add error code support to libtls
joshua
2024-03-26
1
-3
/
+3
*
Convert libressl to use the BoringSSL style time conversions
beck
2024-03-24
1
-7
/
+19
*
Remove ASN1_time_parse() dependency in tls_conninfo.c
tb
2023-11-13
1
-3
/
+3
*
add missing #include <string.h>; ok tb@
op
2023-05-14
1
-1
/
+2
*
Remove memset that was made redundant with the ASN1_time_parse()
tb
2021-01-05
1
-4
/
+1
*
Provide tls_conn_cipher_strength().
jsing
2019-11-02
1
-1
/
+10
*
Tidy/standardise some code.
jsing
2018-02-10
1
-6
/
+3
*
Remove NULL check from tls_conninfo_cert_pem() - all of the other conninfo
jsing
2018-02-10
1
-3
/
+1
*
Add support to libtls for client-side TLS session resumption.
jsing
2018-02-10
1
-1
/
+20
*
Do not bother NULLing pointers in a struct that is about to be freed.
jsing
2018-02-08
1
-10
/
+1
*
Make the symbol for ASN1_time_tm_clamp_notafter visible so libtls
beck
2017-08-27
1
-1
/
+5
*
Add tls_peer_cert_chain_pem - To retreive the peer certificate and chain
beck
2017-04-05
1
-1
/
+51
*
Internal changes to allow for relayd engine privsep. sends the hash of the
beck
2017-04-05
1
-25
/
+7
*
Avoid leaking conninfo servername.
jsing
2017-01-09
1
-1
/
+3
*
make public ASN1_time_parse and ASN1_time_tm_cmp to replace former hidden
beck
2016-11-04
1
-3
/
+3
*
Various clean up and reorganisation of the connection info handling code.
jsing
2016-08-22
1
-58
/
+89
*
Provide an API that enables server side SNI support - add the ability to
jsing
2016-08-22
1
-1
/
+14
*
Fix some style(9) issues.
jsing
2016-08-15
1
-3
/
+6
*
Add ALPN support to libtls.
jsing
2016-08-12
1
-1
/
+34
*
Revert previous since it adds new symbols.
jsing
2016-08-02
1
-34
/
+1
*
Add ALPN support to libtls.
jsing
2016-08-01
1
-1
/
+34
*
Add tls_peer_cert_notbefore and tls_peer_cert_notafter to expose peer certifi...
beck
2015-10-07
1
-1
/
+35
*
Allow us to get cipher and version even if there is not a peer certificate.
beck
2015-10-07
1
-10
/
+15
*
Explicit NULL checks and style(9) tweaks.
jsing
2015-09-28
1
-7
/
+7
*
add visibility of ciper and connection version strings
beck
2015-09-13
1
-1
/
+27
*
Move connection info into it's own private structure allocated and filled in
beck
2015-09-12
1
-0
/
+149