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
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2015-09-10
tweak previous;
jmc
1
-3
/
+3
2015-09-10
missing commas at the end of .Nm lines in the NAME section
schwarze
1
-3
/
+3
2015-09-10
Correctly document the behaviour of tls_close() - the caller is responsible
jsing
1
-5
/
+6
2015-09-10
Replace TLS_{READ,WRITE}_AGAIN with TLS_WANT_POLL{IN,OUT} and correctly
jsing
1
-20
/
+13
2015-09-10
Update libtls man page to reflect tls_handshake() related changes.
jsing
1
-35
/
+37
2015-09-10
revert accidental commit
beck
1
-4
/
+4
2015-09-10
comment for errno clobbering, to indicate why we do this.
beck
2
-5
/
+9
2015-09-10
bump major
beck
1
-1
/
+1
2015-09-10
change TLS_READ_AGAIN to TLS_WANT_POLLIN and TLS_WRITE_AGAIN to TLS_WANT_POLLOUT
beck
2
-7
/
+7
2015-09-10
Change tls_read and tls_write semantics to return an ssize_t to better
beck
2
-21
/
+14
2015-09-10
Split tls_handshake() out from tls_accept/tls_connect. By doing this the
jsing
5
-59
/
+120
2015-09-10
tweak Nd after previous; ok mpi
jmc
1
-2
/
+2
2015-09-10
add MLINKS for _prefer_ciphers_*
jmc
1
-1
/
+3
2015-09-10
Add support for preferring the server's cipher list or the client's cipher
jsing
5
-8
/
+47
2015-09-10
Remove link_addr(3). A function to encode the name of an interface in
mpi
3
-136
/
+8
2015-09-10
Fix an incorrect error check in DSA verify.
bcook
2
-8
/
+4
2015-09-10
Fix shadowed verify_error in s_server by removing the unused global.
bcook
4
-10
/
+8
2015-09-10
Remove SOCKET_PROTOCOL, a redundant define that was only used once.
lteo
1
-4
/
+2
2015-09-10
Remove unused defines. No binary change.
lteo
2
-9
/
+2
2015-09-09
Add missing CVS Mdocdate tags. No text change, except for the change
schwarze
16
-16
/
+16
2015-09-09
Indent labels with a space so that diff -p is more friendly.
jsing
6
-18
/
+18
2015-09-09
Check handshake_func against NULL rather than 0, since it is a function
jsing
2
-14
/
+14
2015-09-09
Add client certificate support. Still needs a few tweaks but this will
beck
6
-34
/
+76
2015-09-09
always clear errno when coming back from tls_read tls_write, and tls_close.
beck
1
-9
/
+20
2015-09-09
nuke trailing whitespace
beck
1
-4
/
+3