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
/
tls.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove spaces before tabs
tb
2024-04-08
1
-2
/
+2
*
Add TLS_ERROR_INVALID_ARGUMENT error code to libtls
joshua
2024-03-27
1
-8
/
+10
*
Add TLS_ERROR_INVALID_CONTEXT error code to libtls
joshua
2024-03-26
1
-3
/
+3
*
Add error code support to libtls
joshua
2024-03-26
1
-56
/
+96
*
Use errno_value instead of num for readability
joshua
2024-03-26
1
-7
/
+7
*
Use errno_value instead of num for readability
joshua
2024-03-26
1
-10
/
+10
*
Remove the ability to do tls 1.0 and 1.1 from libtls.
beck
2023-07-02
1
-7
/
+3
*
libtls: switch ECDSA_METHOD usage to EC_KEY_METHOD
op
2023-06-18
1
-5
/
+5
*
Forcibly update the EVP_PKEY's internal key
op
2023-05-25
1
-13
/
+25
*
add missing #include <string.h>; ok tb@
op
2023-05-14
1
-1
/
+2
*
Plug a long standing leak in libtls CRL handling
tb
2022-02-08
1
-2
/
+1
*
Introduce a signer interface intented to make TLS privsep simpler
eric
2022-01-25
1
-1
/
+19
*
Switch from X509_VERIFY_PARAM_set_flags() to X509_STORE_set_flags().
tb
2021-10-21
1
-2
/
+2
*
Use *printf %d instead of %i
tb
2021-10-21
1
-2
/
+2
*
Use SSL_CTX_get0_param() rather than reaching into the SSL_CTX.
jsing
2021-10-02
1
-2
/
+2
*
Use "EC/RSA key setup failure" to align error with others
tb
2021-02-01
1
-3
/
+3
*
Move private key setup to a helper function with proper error
eric
2021-01-26
1
-10
/
+47
*
return -1 on error for consistency
eric
2021-01-21
1
-2
/
+2
*
Allow setting a keypair on a tls context without specifying the private
eric
2021-01-21
1
-22
/
+62
*
Clear SSL_MODE_AUTO_RETRY in libtls, since we handle WANT_POLLIN correctly.
jsing
2020-05-24
1
-1
/
+3
*
Add support for TLSv1.3 as a protocol to libtls.
jsing
2020-01-20
1
-1
/
+4
*
Add a mutex to guard reference counting for tls_config.
jsing
2019-04-01
1
-1
/
+3
*
expose the default cert file as a function, not a define. it's really
tedu
2018-11-29
1
-2
/
+2
*
Define TLS_CA_CERT_FILE rather than having every application create their
jsing
2018-11-06
1
-2
/
+2
*
Switch to OPENSSL_init_ssl() and prevent an openssl configuration file from
jsing
2018-04-07
1
-3
/
+2
*
Automatically handle library initialisation for libtls.
jsing
2018-03-19
1
-3
/
+2
*
un-revert tls_init pthread_once change, now that stub is added so that builds...
beck
2018-03-08
1
-12
/
+20
*
backout. diff was not tested comprehensively, resulting in a broken tree.
deraadt
2018-03-07
1
-20
/
+12
*
Make tls_init() concurrently callable using pthread_once().
beck
2018-03-07
1
-12
/
+20
*
Move the keypair pubkey hash handling code to during config.
jsing
2018-02-10
1
-4
/
+29
*
Have tls_keypair_pubkey_hash() call tls_keypair_load_cert() instead of
jsing
2018-02-08
1
-2
/
+3
*
Move tls_keypair_pubkey_hash() to the keypair file.
jsing
2018-02-08
1
-41
/
+1
*
Avoid a memory leak that results when the same tls_config is reused.
jsing
2018-02-08
1
-1
/
+4
*
Keep track of which keypair is in use by a TLS context.
jsing
2017-09-20
1
-1
/
+4
*
Fix unchecked return nit
beck
2017-08-28
1
-2
/
+5
*
Don't use tls_cert_hash for the hashing used by the engine offloading magic
claudio
2017-08-09
1
-7
/
+20
*
Add support for providing CRLs to libtls - once a CRL is provided we
jsing
2017-07-06
1
-1
/
+41
*
Use the tls_password_cb() callback with all PEM_read_bio_*() calls, so that
jsing
2017-06-22
1
-6
/
+6
*
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
*
Return an error if tls_handshake() is called on a TLS context that has
jsing
2017-05-07
1
-1
/
+6
*
Perform reference counting for tls_config. This allows tls_config_free() to
jsing
2017-05-06
1
-3
/
+10
*
Add tls_peer_cert_chain_pem - To retreive the peer certificate and chain
beck
2017-04-05
1
-1
/
+4
*
Internal changes to allow for relayd engine privsep. sends the hash of the
beck
2017-04-05
1
-2
/
+65
*
Use a flag to track when we need to call SSL_shutdown(). This avoids an
jsing
2017-01-26
1
-2
/
+3
*
Disable session cache and tickets by default.
claudio
2017-01-22
1
-1
/
+5
*
whitespace
deraadt
2017-01-13
1
-3
/
+3
*
If certificate verification has been disabled, do not attempt to load a
jsing
2017-01-03
1
-5
/
+9
*
Revert previous - the original code was correct since X509_verify_cert()
jsing
2017-01-03
1
-5
/
+5
[next]