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_internal.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Factor our the keypair handling in libtls. This results in more readable
jsing
2016-04-28
1
-8
/
+15
*
Rework the error handling in libtls so that we can associate errors with
jsing
2016-04-28
1
-4
/
+19
*
Add tls_peer_cert_notbefore and tls_peer_cert_notafter to expose peer certificate
beck
2015-10-07
1
-1
/
+5
*
Instead of declaring a union in multiple places, move it to tls_internal.h.
jsing
2015-09-29
1
-1
/
+9
*
Provide tls_config_insecure_noverifytime() in order to be able to disable
jsing
2015-09-14
1
-1
/
+2
*
Expose EOF without close-notify via tls_close().
jsing
2015-09-14
1
-2
/
+3
*
add visibility of ciper and connection version strings
beck
2015-09-13
1
-1
/
+3
*
Move connection info into it's own private structure allocated and filled in
beck
2015-09-12
1
-1
/
+12
*
add tls_peer functions for checking names and issuers of peer certificates.
beck
2015-09-11
1
-2
/
+2
*
Store a reference to the peer certificate (if any) upon completion of the
jsing
2015-09-11
1
-1
/
+2
*
Split tls_handshake() out from tls_accept/tls_connect. By doing this the
jsing
2015-09-10
1
-2
/
+5
*
Add support for preferring the server's cipher list or the client's cipher
jsing
2015-09-10
1
-1
/
+2
*
Add client certificate support. Still needs a few tweaks but this will
beck
2015-09-09
1
-2
/
+4
*
Remove the default HTTPS port from tls_connect() - this is a TLS library,
jsing
2015-09-08
1
-3
/
+1
*
Improve libtls error messages.
jsing
2015-08-27
1
-3
/
+6
*
Split the persistent/configuration flags from temporary state flags and
jsing
2015-08-27
1
-3
/
+5
*
Store errors that occur during a tls_accept_socket() call on the context
jsing
2015-03-31
1
-2
/
+3
*
In the interests of being secure by default, make the default TLS ciphers
jsing
2015-02-22
1
-1
/
+4
*
Be consistent with naming - only use "host" and "hostname" when referring
jsing
2015-02-11
1
-3
/
+3
*
Convert tls_connect_fds() and tls_accept_socket() to the new OpenSSL error
jsing
2015-02-07
1
-1
/
+2
*
Add tls_config_set_dheparams() to allow specification of the parameters to
jsing
2015-02-07
1
-2
/
+3
*
Allow to to load the CA chain directly from memory instead of
reyk
2015-01-22
1
-1
/
+3
*
For non-blocking sockets tls_connect_fds() could fail with EAGAIN.
bluhm
2015-01-13
1
-2
/
+3
*
Add size_t to int checks for SSL functions.
doug
2014-12-17
1
-2
/
+4
*
Allow specific libtls hostname validation errors to propagate.
bcook
2014-12-07
1
-2
/
+2
*
revert previous change for now, adjusting based on comments from jsing@
bcook
2014-12-07
1
-3
/
+2
*
Allow specific libtls hostname validation errors to propagate.
bcook
2014-12-07
1
-2
/
+3
*
Rename libressl to libtls to avoid confusion and to make it easier to
jsing
2014-10-31
1
-0
/
+72
[prev]