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
2024-08-12
Give libtls the same bump as libssl
Theo Buehler
2024-08-02
libtls: fix legacy protocol parsing
Theo Buehler
2024-06-11
sync includes in tls_signer.c
Omar Polo
2024-04-15
crank libtls like libcrypto and libssl
Theo Buehler
2024-04-08
Remove spaces before tabs
Theo Buehler
2024-03-28
Use TLS_ERROR_INVALID_ARGUMENT for "too large" and "too small" errors
joshua
2024-03-28
Use TLS_ERROR_OUT_OF_MEMORY error code for calloc errors in libtls
joshua
2024-03-27
Add TLS_ERROR_INVALID_ARGUMENT error code to libtls
joshua
2024-03-26
Add TLS_ERROR_INVALID_CONTEXT error code to libtls
joshua
2024-03-26
Fix previous commit.
Joel Sing
2024-03-26
Add error code support to libtls
joshua
2024-03-26
Use errno_value instead of num for readability
joshua
2024-03-26
Use errno_value instead of num for readability
joshua
2024-03-24
Convert libressl to use the BoringSSL style time conversions
Bob Beck
2024-03-02
crank libtls major
Theo Buehler
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
[next]