index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
libtls
Age
Commit message (
Expand
)
Author
2023-11-22
typo: mutiple -> multiple
Omar Polo
2023-11-13
Remove last caller of ASN1_time_parse(3) in libtls
Theo Buehler
2023-11-13
Remove ASN1_time_parse() dependency in tls_conninfo.c
Theo Buehler
2023-09-18
remove tls_reset(3) from the NAME, SYNOPSIS, and HISTORY sections
Ingo Schwarze
2023-07-28
bump libcrypto, libssl, libtls majors
Theo Buehler
2023-07-02
Remove the ability to do tls 1.0 and 1.1 from libtls.
Bob Beck
2023-06-27
Zap stray space
Theo Buehler
2023-06-18
Turns out EC_KEY_METHOD_new() has dup built in...
Theo Buehler
2023-06-18
tls_signer: reinstate the default EC_KEY methods
Theo Buehler
2023-06-18
Switch tls_ecdsa_do_sign() to EC_KEY_get_ex_data()
Theo Buehler
2023-06-18
libtls: switch ECDSA_METHOD usage to EC_KEY_METHOD
Omar Polo
2023-06-01
Rework tls_check_subject_altname() error handling
Theo Buehler
2023-06-01
Check for X509_get_ext_d2i() failure
Theo Buehler
2023-05-29
Correctly catch all return values from X509_NAME_get_index_by_NID
Bob Beck
2023-05-28
correct comment, spotted by tb@
Bob Beck
2023-05-28
Refactor tls_check_common_name to use lower level API.
Bob Beck
2023-05-25
Forcibly update the EVP_PKEY's internal key
Omar Polo
2023-05-14
add missing #include <string.h>; ok tb@
Omar Polo
2023-05-11
tls_verify.c: give up on variable alignment in this file
Theo Buehler
2023-05-10
switch two ASN1_STRING_data() to ASN1_STRING_get0_data()
Omar Polo
2023-05-05
Use -Wshadow with clang
Theo Buehler
2023-05-05
Fix error handling in tls_check_common_name()
Theo Buehler
2023-04-25
Bump majors after symbol addition and removal
Theo Buehler
2023-04-09
Drop X9.31 support from libtls
Theo Buehler
2023-03-10
Crankl libcrypto/libssl/libtls minors after symbol addition
Theo Buehler
2022-11-13
Bump libtls minor to match libcrypto and libssl
Theo Buehler
2022-09-11
bump major after libcrypto and libssl major bump
Theo Buehler
2022-07-07
Bump libtls minor after libcrypto and libssl minor bump
Theo Buehler
2022-03-24
Crank major after symbol removal.
Theo Buehler
2022-03-24
Hide the tls_signer from public visibility. It's not ready yet and
Theo Buehler
2022-02-08
Plug a long standing leak in libtls CRL handling
Theo Buehler
2022-02-01
Provide our own signature padding defines.
Joel Sing
2022-02-01
Revise signer callback interface.
Joel Sing
2022-01-29
Add limits.h for INT_MAX in tls_signer.c
Kinichiro Inoguchi
2022-01-28
Expose tls_signer_error()
Joel Sing
2022-01-25
minor bump after api additiom
Eric Faurot
2022-01-25
Introduce a signer interface intented to make TLS privsep simpler
Eric Faurot
2022-01-19
Check function return value in libtls
Kinichiro Inoguchi
2022-01-14
bump libcrypto, libssl, libtls majors after struct visibility changes
Theo Buehler
2022-01-10
Convert tls_bio_cb for opaque BIO
Theo Buehler
2022-01-01
contibutions -> contributions
Jonathan Gray
2021-10-31
Bump majors after struct visibility changes, symbol removal and symbol
Theo Buehler
2021-10-31
Simplify some code by using X509_STORE_CTX_get_obj_by_subject()
Theo Buehler
2021-10-21
libtls: Don't reach into X509_STORE_CTX.
Theo Buehler
2021-10-21
Switch from X509_VERIFY_PARAM_set_flags() to X509_STORE_set_flags().
Theo Buehler
2021-10-21
Eliminate a dead assignment and a weird cast. Adjust a comment to
Theo Buehler
2021-10-21
Print uid with %u instead of %i.
Theo Buehler
2021-10-21
Use *printf %d instead of %i
Theo Buehler
2021-10-02
Use SSL_CTX_get0_param() rather than reaching into the SSL_CTX.
Joel Sing
2021-09-10
major bump (same type of crank as libssl)
Theo Buehler
[next]