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_verify.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Provide tls_peer_cert_common_name()
tb
2024-12-10
1
-20
/
+77
*
The subject of a certificate is not optional
tb
2024-11-12
1
-2
/
+2
*
Add error code support to libtls
joshua
2024-03-26
1
-10
/
+16
*
typo: mutiple -> multiple
op
2023-11-22
1
-2
/
+2
*
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
*
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
*
Fix error handling in tls_check_common_name()
tb
2023-05-05
1
-6
/
+10
*
Be consistent with the goto label names used in libtls code.
jsing
2018-02-05
1
-7
/
+7
*
Rework name verification code so that a match is indicated via an argument,
jsing
2017-04-10
1
-33
/
+51
*
Avoid signed vs unsigned comparisons.
jsing
2016-11-04
1
-3
/
+4
*
Add callback-based interface to libtls.
bcook
2016-09-04
1
-1
/
+2
*
Revert previous since it adds new symbols.
jsing
2016-08-02
1
-2
/
+1
*
Instead of declaring a union in multiple places, move it to tls_internal.h.
jsing
2015-09-29
1
-9
/
+3
*
clean some ugly intendation warts
deraadt
2015-09-29
1
-3
/
+9
*
Do not match a wildcard against a name with no host part.
beck
2015-09-11
1
-1
/
+4
*
add tls_peer functions for checking names and issuers of peer certificates.
beck
2015-09-11
1
-4
/
+4
*
Indent labels with a space so that diff -p is more friendly.
jsing
2015-09-09
1
-2
/
+2
*
Improve libtls error messages.
jsing
2015-08-27
1
-4
/
+4
*
Make functions that are internal to tls verify static.
jsing
2015-08-27
1
-7
/
+8
*
Reject dNSName of " " for subjectAltName extension.
doug
2015-04-29
1
-1
/
+20
*
Be consistent with naming - only use "host" and "hostname" when referring
jsing
2015-02-11
1
-32
/
+32
*
Add size_t to int checks for SSL functions.
doug
2014-12-17
1
-5
/
+13
*
Allow specific libtls hostname validation errors to propagate.
bcook
2014-12-07
1
-15
/
+20
*
Fix a memory leak in tls_check_subject_altname() by calling
jsing
2014-12-07
1
-2
/
+2
*
revert previous change for now, adjusting based on comments from jsing@
bcook
2014-12-07
1
-17
/
+18
*
Allow specific libtls hostname validation errors to propagate.
bcook
2014-12-07
1
-18
/
+17
*
Rename libressl to libtls to avoid confusion and to make it easier to
jsing
2014-10-31
1
-0
/
+225