index
:
wireguard-openbsd
jd/histogram
jd/queueboosts
jd/simplify-queueing
master
WireGuard implementation for the OpenBSD kernel
Matt Dunwoodie
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
libtls
/
tls_init.3
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
split the tls_init(3) that had grown fat to allow healthy future growth;
schwarze
2017-01-25
1
-885
/
+0
*
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
1
-1
/
+28
*
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
*
Change the return value of tls_config_set_protocols() and
jsing
2016-11-11
1
-4
/
+4
*
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
*
Add support for server side OCSP stapling to libtls.
beck
2016-11-05
1
-2
/
+16
*
Add ocsp_require_stapling config option for tls - allows a connection
beck
2016-11-04
1
-2
/
+8
*
Don't do OCSP validation when we have disabled certificate verification
beck
2016-11-03
1
-4
/
+4
*
bit more cleanup;
jmc
2016-11-02
1
-9
/
+9
*
tweak previous;
jmc
2016-11-02
1
-32
/
+26
*
Add OCSP client side support to libtls.
beck
2016-11-02
1
-3
/
+118
*
add a little more typing to the first callback argument.
tedu
2016-09-13
1
-4
/
+4
*
minor tweaks;
jmc
2016-09-04
1
-7
/
+7
*
New sentence, new line. Also wrap at 80 chars.
jsing
2016-09-04
1
-3
/
+7
*
Add callback-based interface to libtls.
bcook
2016-09-04
1
-1
/
+13
*
State that libtls functions apply to both clients and servers, unless
jsing
2016-09-04
1
-47
/
+16
*
Provide an API that enables server side SNI support - add the ability to
jsing
2016-08-22
1
-2
/
+27
*
Rework parts of the libtls man page for clarity. Split out the connection
jsing
2016-08-18
1
-45
/
+35
*
Add ALPN support to libtls.
jsing
2016-08-12
1
-8
/
+28
*
Revert previous since it adds new symbols.
jsing
2016-08-02
1
-28
/
+8
*
Add ALPN support to libtls.
jsing
2016-08-01
1
-8
/
+28
*
Split the existing TLS cipher suite groups into four:
jsing
2016-07-13
1
-6
/
+11
*
typo fixes; Anthony Coulter
sthen
2016-05-27
1
-3
/
+3
*
Fix mangled function signatures.
jsing
2016-05-09
1
-5
/
+5
*
spelling fix;
jmc
2016-04-28
1
-2
/
+2
*
Factor our the keypair handling in libtls. This results in more readable
jsing
2016-04-28
1
-3
/
+17
*
Rework the error handling in libtls so that we can associate errors with
jsing
2016-04-28
1
-5
/
+10
*
no more outlen; from remco
jmc
2016-04-24
1
-5
/
+3
*
typos;
jmc
2016-04-24
1
-3
/
+3
*
update some client/server info; from jan klemkow
jmc
2015-11-09
1
-5
/
+5
*
Put tls_config_verify_client_optional() in the right place.
jsing
2015-10-16
1
-6
/
+6
*
Fix tpyo.
jsing
2015-10-16
1
-3
/
+3
*
trailing whitespace;
jmc
2015-10-08
1
-6
/
+6
*
Add tls_peer_cert_notbefore and tls_peer_cert_notafter to expose peer certificate
beck
2015-10-07
1
-4
/
+30
*
tweak previous;
jmc
2015-09-14
1
-2
/
+2
*
Provide tls_config_insecure_noverifytime() in order to be able to disable
jsing
2015-09-14
1
-1
/
+9
*
Remove useless quoting from .Fo and .Fn function names, to prevent
schwarze
2015-09-14
1
-4
/
+4
*
some conn_version and conn_cipher bits;
jmc
2015-09-14
1
-8
/
+7
*
add missing function return types
schwarze
2015-09-14
1
-2
/
+3
*
add visibility of ciper and connection version strings
beck
2015-09-13
1
-3
/
+23
*
Move connection info into it's own private structure allocated and filled in
beck
2015-09-12
1
-20
/
+10
*
more for NAME;
jmc
2015-09-11
1
-1
/
+4
*
more cleanup;
jmc
2015-09-11
1
-16
/
+15
*
update NAME; various cleanup
jmc
2015-09-11
1
-20
/
+20
*
document tls_get_peer_subject, tls_get_peer_issuer, and tls_get_peer_hash
beck
2015-09-11
1
-2
/
+54
*
add tls_peer functions for checking names and issuers of peer certificates.
beck
2015-09-11
1
-2
/
+29
[next]