summaryrefslogtreecommitdiff
path: root/lib/libtls/tls_verify.c
AgeCommit message (Expand)Author
2023-06-01Rework tls_check_subject_altname() error handlingTheo Buehler
2023-06-01Check for X509_get_ext_d2i() failureTheo Buehler
2023-05-29Correctly catch all return values from X509_NAME_get_index_by_NIDBob Beck
2023-05-28correct comment, spotted by tb@Bob Beck
2023-05-28Refactor tls_check_common_name to use lower level API.Bob Beck
2023-05-11tls_verify.c: give up on variable alignment in this fileTheo Buehler
2023-05-10switch two ASN1_STRING_data() to ASN1_STRING_get0_data()Omar Polo
2023-05-05Fix error handling in tls_check_common_name()Theo Buehler
2018-02-05Be consistent with the goto label names used in libtls code.Joel Sing
2017-04-10Rework name verification code so that a match is indicated via an argument,Joel Sing
2016-11-04Avoid signed vs unsigned comparisons.Joel Sing
2016-09-04Add callback-based interface to libtls.Brent Cook
2016-08-02Revert previous since it adds new symbols.Joel Sing
2015-09-29Instead of declaring a union in multiple places, move it to tls_internal.h.Joel Sing
2015-09-29clean some ugly intendation wartsTheo de Raadt
2015-09-11Do not match a wildcard against a name with no host part.Bob Beck
2015-09-11add tls_peer functions for checking names and issuers of peer certificates.Bob Beck
2015-09-09Indent labels with a space so that diff -p is more friendly.Joel Sing
2015-08-27Improve libtls error messages.Joel Sing
2015-08-27Make functions that are internal to tls verify static.Joel Sing
2015-04-29Reject dNSName of " " for subjectAltName extension.Doug Hogan
2015-02-11Be consistent with naming - only use "host" and "hostname" when referringJoel Sing
2014-12-17Add size_t to int checks for SSL functions.Doug Hogan
2014-12-07Allow specific libtls hostname validation errors to propagate.Brent Cook
2014-12-07Fix a memory leak in tls_check_subject_altname() by callingJoel Sing
2014-12-07revert previous change for now, adjusting based on comments from jsing@Brent Cook
2014-12-07Allow specific libtls hostname validation errors to propagate.Brent Cook
2014-10-31Rename libressl to libtls to avoid confusion and to make it easier toJoel Sing