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
*
minor libssl bump (SSL_OP_NO_RENEGOTIATION/SSL_OP_ALLOW_CLIENT_RENEGOTIATION)
HEAD
master
sthen
2 days
1
-1
/
+1
*
Give libtls the same bump as libcrypto and libssl
tb
6 days
1
-2
/
+2
*
Document tls_peer_cert_common_name()
tb
2024-12-10
1
-2
/
+13
*
bump minor after symbol addition
tb
2024-12-10
1
-1
/
+1
*
expose tls_peer_cert_common_name()
tb
2024-12-10
1
-0
/
+1
*
Provide tls_peer_cert_common_name()
tb
2024-12-10
5
-24
/
+105
*
The subject of a certificate is not optional
tb
2024-11-12
1
-2
/
+2
*
major bump for libcrypto libssl and libtls
tb
2024-08-31
1
-2
/
+2
*
Give libtls the same bump as libssl
tb
2024-08-12
1
-1
/
+1
*
libtls: fix legacy protocol parsing
tb
2024-08-02
2
-6
/
+6
*
sync includes in tls_signer.c
op
2024-06-11
1
-3
/
+12
*
crank libtls like libcrypto and libssl
tb
2024-04-15
1
-1
/
+1
*
Remove spaces before tabs
tb
2024-04-08
1
-2
/
+2
*
Use TLS_ERROR_INVALID_ARGUMENT for "too large" and "too small" errors
joshua
2024-03-28
2
-8
/
+9
*
Use TLS_ERROR_OUT_OF_MEMORY error code for calloc errors in libtls
joshua
2024-03-28
1
-6
/
+7
*
Add TLS_ERROR_INVALID_ARGUMENT error code to libtls
joshua
2024-03-27
3
-12
/
+15
*
Add TLS_ERROR_INVALID_CONTEXT error code to libtls
joshua
2024-03-26
4
-11
/
+16
*
Fix previous commit.
jsing
2024-03-26
1
-2
/
+2
*
Add error code support to libtls
joshua
2024-03-26
12
-225
/
+363
*
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
2
-12
/
+12
*
Convert libressl to use the BoringSSL style time conversions
beck
2024-03-24
2
-9
/
+22
*
crank libtls major
tb
2024-03-02
1
-1
/
+1
*
typo: mutiple -> multiple
op
2023-11-22
1
-2
/
+2
*
Remove last caller of ASN1_time_parse(3) in libtls
tb
2023-11-13
1
-3
/
+4
*
Remove ASN1_time_parse() dependency in tls_conninfo.c
tb
2023-11-13
1
-3
/
+3
*
remove tls_reset(3) from the NAME, SYNOPSIS, and HISTORY sections
schwarze
2023-09-18
1
-10
/
+5
*
bump libcrypto, libssl, libtls majors
tb
2023-07-28
1
-1
/
+1
*
Remove the ability to do tls 1.0 and 1.1 from libtls.
beck
2023-07-02
4
-24
/
+18
*
Zap stray space
tb
2023-06-27
1
-2
/
+2
*
Turns out EC_KEY_METHOD_new() has dup built in...
tb
2023-06-18
1
-21
/
+3
*
tls_signer: reinstate the default EC_KEY methods
tb
2023-06-18
1
-2
/
+29
*
Switch tls_ecdsa_do_sign() to EC_KEY_get_ex_data()
tb
2023-06-18
1
-3
/
+3
*
libtls: switch ECDSA_METHOD usage to EC_KEY_METHOD
op
2023-06-18
3
-17
/
+12
*
Rework tls_check_subject_altname() error handling
tb
2023-06-01
1
-12
/
+13
*
Check for X509_get_ext_d2i() failure
tb
2023-06-01
1
-4
/
+10
*
Correctly catch all return values from X509_NAME_get_index_by_NID
beck
2023-05-29
1
-6
/
+11
*
correct comment, spotted by tb@
beck
2023-05-28
1
-4
/
+4
*
Refactor tls_check_common_name to use lower level API.
beck
2023-05-28
1
-12
/
+47
*
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
8
-8
/
+18
*
tls_verify.c: give up on variable alignment in this file
tb
2023-05-11
1
-6
/
+6
*
switch two ASN1_STRING_data() to ASN1_STRING_get0_data()
op
2023-05-10
1
-5
/
+5
*
Use -Wshadow with clang
tb
2023-05-05
1
-2
/
+2
*
Fix error handling in tls_check_common_name()
tb
2023-05-05
1
-6
/
+10
*
Bump majors after symbol addition and removal
tb
2023-04-25
1
-2
/
+2
*
Drop X9.31 support from libtls
tb
2023-04-09
2
-7
/
+2
*
Crankl libcrypto/libssl/libtls minors after symbol addition
tb
2023-03-10
1
-1
/
+1
*
Bump libtls minor to match libcrypto and libssl
tb
2022-11-13
1
-1
/
+1
*
bump major after libcrypto and libssl major bump
tb
2022-09-11
1
-2
/
+2
[next]