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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Add tls_peer_cert_chain_pem - To retreive the peer certificate and chain
beck
2017-04-05
7
-6
/
+77
*
Internal changes to allow for relayd engine privsep. sends the hash of the
beck
2017-04-05
5
-29
/
+87
*
fix error in Dt; from robert klein
jmc
2017-03-02
1
-3
/
+3
*
Bump minors due to symbol addition.
jsing
2017-02-28
1
-1
/
+1
*
spelling fix;
jmc
2017-02-20
1
-2
/
+2
*
document tls_config_error(3) RETURN VALUES, improve what is said
schwarze
2017-02-20
2
-6
/
+59
*
tweak previous;
jmc
2017-01-31
2
-12
/
+8
*
Add tls_config_[add|set]keypair_ocsp functions so that ocsp staples may be
beck
2017-01-31
6
-58
/
+209
*
Disable client-initiated renegotiation for libtls servers.
jsing
2017-01-31
1
-1
/
+3
*
Marko Kreen contributed significantly to the ocsp stuff for libtls
beck
2017-01-29
1
-2
/
+3
*
Move the ocsp staple to being part of the keypair structure internally,
beck
2017-01-29
3
-14
/
+32
*
add HISTORY and AUTHORS
schwarze
2017-01-28
12
-24
/
+256
*
Fix Copyright notices; ok beck@ jsing@ tedu@
schwarze
2017-01-27
11
-28
/
+43
*
More s/OSCP/OCSP/ typos
tom
2017-01-27
1
-1
/
+1
*
fix Dt;
jmc
2017-01-26
1
-3
/
+3
*
Use a flag to track when we need to call SSL_shutdown(). This avoids an
jsing
2017-01-26
4
-5
/
+11
*
Bump TLS_API due to new features being added earlier this week.
jsing
2017-01-26
1
-2
/
+2
*
Bump libtls minor due to symbol additions earlier this week.
jsing
2017-01-26
1
-1
/
+1
*
split the tls_init(3) that had grown fat to allow healthy future growth;
schwarze
2017-01-25
15
-888
/
+1474
*
Bump libssl and libtls minors due to symbol additions.
jsing
2017-01-24
1
-1
/
+1
*
accross -> across;
jmc
2017-01-24
1
-2
/
+2
*
Introduce ticket support. To enable them it is enough to set a positive
claudio
2017-01-24
6
-14
/
+251
*
Add missing documentation for tls_config_set_verify_depth
claudio
2017-01-24
1
-1
/
+5
*
Shuffle the deck chairs to bring them back in order.
claudio
2017-01-24
1
-9
/
+9
*
tls_config_add_keypair_mem is the function to add additional keypairs and
claudio
2017-01-24
1
-5
/
+5
*
Disable session cache and tickets by default.
claudio
2017-01-22
1
-1
/
+5
*
Wrap long lines.
jsing
2017-01-22
1
-4
/
+7
*
Bump majors for libssl and libtls following the translucent struct change.
jsing
2017-01-22
1
-1
/
+1
*
whitespace
deraadt
2017-01-13
1
-3
/
+3
*
Inline strlen() call to reduce/simplify code.
jsing
2017-01-12
1
-5
/
+2
*
Inline tls_get_new_cb_bio() from the only place that it gets called,
jsing
2017-01-12
1
-22
/
+11
*
If tls_set_cbs() fails an error will already be specified, so do not
jsing
2017-01-12
2
-8
/
+4
*
Simplify the TLS callback BIO code - a pointer to the tls context can be
jsing
2017-01-12
1
-66
/
+7
*
If tls_get_new_cb_bio() fails, an error will already be set.
jsing
2017-01-12
1
-5
/
+2
*
If no callbacks are specified, return after setting an error rather than
jsing
2017-01-12
1
-2
/
+4
*
Avoid leaking conninfo servername.
jsing
2017-01-09
1
-1
/
+3
*
If certificate verification has been disabled, do not attempt to load a
jsing
2017-01-03
1
-5
/
+9
*
Revert previous - the original code was correct since X509_verify_cert()
jsing
2017-01-03
1
-5
/
+5
*
fix cert verify. a cert with an alt chain may verify but leave an error
tedu
2017-01-02
1
-5
/
+5
*
Hook up a certificate verify callback so that we can set user friendly
jsing
2016-12-26
2
-8
/
+31
*
Bump libcrypto/libssl/libtls majors due to libcrypto symbol removal and
jsing
2016-12-21
1
-1
/
+1
*
Bump TLS_API due to recent feature additions and changes.
jsing
2016-11-11
1
-2
/
+2
*
Change the return value of tls_config_set_protocols() and
jsing
2016-11-11
3
-12
/
+18
*
Disable ec assembly for amd64 pending fixes for ssh, and bump
beck
2016-11-11
1
-2
/
+2
*
Set the callback on the correct ssl_ctx for the SNI case, instead of
beck
2016-11-06
1
-2
/
+2
*
fix misplaced quote by tls_peer_ocsp_this_update
bcook
2016-11-05
1
-2
/
+2
*
tweak previous;
jmc
2016-11-05
1
-6
/
+6
*
bump minors for symbol addition for ocsp and x25519 symbol additions
beck
2016-11-05
1
-1
/
+1
*
Add support for server side OCSP stapling to libtls.
beck
2016-11-05
7
-12
/
+79
*
rename ocsp_ctx to ocsp
beck
2016-11-05
3
-68
/
+68
[prev]
[next]