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
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