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
/
tls_verify.c
Age
Commit message (
Expand
)
Author
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-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
Fix error handling in tls_check_common_name()
Theo Buehler
2018-02-05
Be consistent with the goto label names used in libtls code.
Joel Sing
2017-04-10
Rework name verification code so that a match is indicated via an argument,
Joel Sing
2016-11-04
Avoid signed vs unsigned comparisons.
Joel Sing
2016-09-04
Add callback-based interface to libtls.
Brent Cook
2016-08-02
Revert previous since it adds new symbols.
Joel Sing
2015-09-29
Instead of declaring a union in multiple places, move it to tls_internal.h.
Joel Sing
2015-09-29
clean some ugly intendation warts
Theo de Raadt
2015-09-11
Do not match a wildcard against a name with no host part.
Bob Beck
2015-09-11
add tls_peer functions for checking names and issuers of peer certificates.
Bob Beck
2015-09-09
Indent labels with a space so that diff -p is more friendly.
Joel Sing
2015-08-27
Improve libtls error messages.
Joel Sing
2015-08-27
Make functions that are internal to tls verify static.
Joel Sing
2015-04-29
Reject dNSName of " " for subjectAltName extension.
Doug Hogan
2015-02-11
Be consistent with naming - only use "host" and "hostname" when referring
Joel Sing
2014-12-17
Add size_t to int checks for SSL functions.
Doug Hogan
2014-12-07
Allow specific libtls hostname validation errors to propagate.
Brent Cook
2014-12-07
Fix a memory leak in tls_check_subject_altname() by calling
Joel Sing
2014-12-07
revert previous change for now, adjusting based on comments from jsing@
Brent Cook
2014-12-07
Allow specific libtls hostname validation errors to propagate.
Brent Cook
2014-10-31
Rename libressl to libtls to avoid confusion and to make it easier to
Joel Sing