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
...
*
Don't use tls_cert_hash for the hashing used by the engine offloading magic
claudio
2017-08-09
3
-11
/
+24
*
correct function name;
jmc
2017-08-01
1
-3
/
+3
*
Document tls_config_set_crl_file() and tls_config_set_crl_mem().
jsing
2017-07-06
1
-3
/
+30
*
Bump minor due to symbol addition.
jsing
2017-07-06
1
-1
/
+1
*
Add support for providing CRLs to libtls - once a CRL is provided we
jsing
2017-07-06
5
-4
/
+67
*
RFC 6066 states that IP literals are not permitted in "HostName" for a
jsing
2017-07-05
1
-3
/
+9
*
Use the tls_password_cb() callback with all PEM_read_bio_*() calls, so that
jsing
2017-06-22
4
-11
/
+14
*
Fix incorrect indentation.
jsing
2017-06-22
1
-2
/
+2
*
Plug a memory leak in tls_keypair_cert_hash(), introduced in r1.60.
jsing
2017-06-22
1
-1
/
+3
*
Remove dead code that has remained hiding since ressl.c r1.14!
jsing
2017-06-22
1
-4
/
+1
*
Use the standard `rv' idiom in tls_keypair_load_cert(), rather than
jsing
2017-06-22
1
-5
/
+4
*
Plug a memory leak. The main_cert needs to be X509_free()ed since
claudio
2017-05-16
1
-0
/
+2
*
Ensure that a client context has been connected before attempting to
jsing
2017-05-07
2
-4
/
+12
*
Return an error if tls_handshake() is called on a TLS context that has
jsing
2017-05-07
1
-1
/
+6
*
Use freezero() for the tls_load_file() failure case, since we're
jsing
2017-05-06
1
-4
/
+4
*
BIO_free_all() and EVP_PKEY_free() can be called with NULL.
jsing
2017-05-06
1
-5
/
+3
*
Be explicit about when it is safe to call tls_config_free().
jsing
2017-05-06
1
-3
/
+8
*
Document tls_unload_file().
jsing
2017-05-06
1
-3
/
+14
*
Perform reference counting for tls_config. This allows tls_config_free() to
jsing
2017-05-06
4
-6
/
+22
*
Provide a tls_unload_file() function, that frees the memory returned from
jsing
2017-05-06
3
-2
/
+10
*
Bump minors for symbol addition in libcrypto
beck
2017-05-06
1
-1
/
+1
*
Move tls_config_skip_private_key_check() out from under HIDDEN_DECLS.
claudio
2017-05-04
1
-2
/
+4
*
use freezero() instead of memset/explicit_bzero + free. Substantially
deraadt
2017-05-02
1
-4
/
+2
*
Only enable -Werror on libcrypto/libssl/libtls if we are building with
jsing
2017-04-30
1
-2
/
+5
*
Add a tls_keypair_clear_key() function that uses freezero() to make key
jsing
2017-04-30
1
-5
/
+11
*
tls_free(3) and tls_config_free(3) accept NULL;
schwarze
2017-04-27
2
-4
/
+14
*
Rework name verification code so that a match is indicated via an argument,
jsing
2017-04-10
5
-47
/
+76
*
Use uint8_t instead of u_int8_t - for consistency and to make things easier
jsing
2017-04-07
1
-2
/
+2
*
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
[prev]
[next]