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
/
regress
/
lib
/
libtls
/
gotls
/
tls.go
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update protocol version test to include TLSv1.3.
jsing
2020-02-16
1
-0
/
+2
*
Add tls_conn_cipher_strength() to gotls regress.
jsing
2019-11-02
1
-0
/
+10
*
Fix a format string issue that Go 1.10 complains about.
jsing
2018-03-15
1
-1
/
+1
*
Improve unknown protocol version handling.
jsing
2017-04-09
1
-2
/
+3
*
In ssl.h TLS 1.0 is called TLSv1. Adapt name in test to make it pass.
bluhm
2017-04-07
1
-1
/
+1
*
Allow ciphers to be set on the TLS config.
jsing
2017-03-07
1
-0
/
+10
*
Provide support for libtls protocols and allow for protocols to be set on
jsing
2017-03-07
1
-3
/
+47
*
Add handling for errors on the TLS config and properly check/handle
jsing
2017-03-07
1
-2
/
+13
*
libtls errors are much more descriptive these days - return them directly
jsing
2017-03-07
1
-9
/
+8
*
We no longer need to keep pointers following tls_config_set_*() calls.
jsing
2017-03-07
1
-6
/
+3
*
Add test coverage for peer certificate info and connection info.
jsing
2015-10-13
1
-0
/
+79
*
Make regress work again post hackathon tls_handshake/tls_read/tls_write
jsing
2015-10-13
1
-7
/
+42
*
Update for recent verify related naming changes.
jsing
2015-02-22
1
-3
/
+3
*
Update regress for the libressl to libtls rename.
jsing
2014-10-31
1
-0
/
+165