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
OPENBSD_7_7
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
/
tls_init.3
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
specify what is permitted as an argument to tls_config_set_ciphers()
beck
2015-09-11
1
-1
/
+11
*
- add some missing NAME entries
jmc
2015-09-11
1
-6
/
+8
*
improve examples,
deraadt
2015-09-10
1
-8
/
+11
*
document client side certificate verification functionality.
beck
2015-09-10
1
-2
/
+16
*
document changed tls_read and tls_write semantics.
beck
2015-09-10
1
-15
/
+58
*
tweak previous;
jmc
2015-09-10
1
-3
/
+3
*
Correctly document the behaviour of tls_close() - the caller is responsible
jsing
2015-09-10
1
-5
/
+6
*
Replace TLS_{READ,WRITE}_AGAIN with TLS_WANT_POLL{IN,OUT} and correctly
jsing
2015-09-10
1
-20
/
+13
*
Update libtls man page to reflect tls_handshake() related changes.
jsing
2015-09-10
1
-35
/
+37
*
revert accidental commit
beck
2015-09-10
1
-4
/
+4
*
comment for errno clobbering, to indicate why we do this.
beck
2015-09-10
1
-4
/
+4
*
Add support for preferring the server's cipher list or the client's cipher
jsing
2015-09-10
1
-2
/
+19
*
tweak previous; ok doug
jmc
2015-07-19
1
-4
/
+4
*
Add documentation on how to use TLS_{READ,WRITE}_AGAIN.
doug
2015-07-19
1
-2
/
+29
*
comma fix;
jmc
2015-04-03
1
-3
/
+3
*
Handle the case where multiple calls to SSL_shutdown() are required to
jsing
2015-04-02
1
-2
/
+5
*
Correct man page title.
jsing
2015-04-02
1
-2
/
+2
*
Document the fact that the tls_accept_*() functions can return
jsing
2015-04-02
1
-7
/
+11
*
Provide a tls_accept_fds() function, which allows a TLS connection to be
jsing
2015-03-31
1
-2
/
+18
*
Rename tls_config_insecure_noverifyhost() to
jsing
2015-02-22
1
-11
/
+11
*
explain how tls_accept_socket works.
tedu
2015-02-21
1
-2
/
+9
*
tls_config_set_protocols is really void. Greg Martin.
tedu
2015-02-21
1
-3
/
+3
*
fill out docs a bit more, notably the read/write again behaviors.
tedu
2015-02-21
1
-3
/
+27
*
s/tls_load_keys/tls_load_file/
jsing
2015-02-15
1
-2
/
+2
*
Document tls_config_parse_protocols() and update documentation for
jsing
2015-02-15
1
-4
/
+25
*
Provide a tls_connect_servername() function that has the same behaviour
jsing
2015-02-11
1
-1
/
+9
*
Be consistent with naming - only use "host" and "hostname" when referring
jsing
2015-02-11
1
-4
/
+4
*
Add manpage bits for tls_load_file() and tls_accept_socket().
reyk
2015-02-07
1
-1
/
+25
*
Add tls_config_set_dheparams() to allow specification of the parameters to
jsing
2015-02-07
1
-4
/
+7
*
last entry in NAME should not have a trailing comma;
jmc
2015-01-22
1
-2
/
+2
*
Allow to to load the CA chain directly from memory instead of
reyk
2015-01-22
1
-2
/
+9
*
Revert previous; tls_accept_socket() was intentionally undocumented
schwarze
2015-01-01
1
-7
/
+1
*
minimally document tls_accept_socket();
schwarze
2015-01-01
1
-2
/
+8
*
delete extra word in Nd
deraadt
2014-11-11
1
-3
/
+3
*
missing outlen in tls_write decl
tedu
2014-11-07
1
-3
/
+3
*
Add a tls_connect_fds() function that allows a secure connection to be
jsing
2014-11-02
1
-2
/
+15
*
Rename libressl to libtls to avoid confusion and to make it easier to
jsing
2014-10-31
1
-0
/
+316
[prev]