summaryrefslogtreecommitdiff
path: root/src/lib/libtls/tls_verify.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Provide tls_peer_cert_common_name()tb2024-12-101-20/+77
* The subject of a certificate is not optionaltb2024-11-121-2/+2
* Add error code support to libtlsjoshua2024-03-261-10/+16
* typo: mutiple -> multipleop2023-11-221-2/+2
* Rework tls_check_subject_altname() error handlingtb2023-06-011-12/+13
* Check for X509_get_ext_d2i() failuretb2023-06-011-4/+10
* Correctly catch all return values from X509_NAME_get_index_by_NIDbeck2023-05-291-6/+11
* correct comment, spotted by tb@beck2023-05-281-4/+4
* Refactor tls_check_common_name to use lower level API.beck2023-05-281-12/+47
* tls_verify.c: give up on variable alignment in this filetb2023-05-111-6/+6
* switch two ASN1_STRING_data() to ASN1_STRING_get0_data()op2023-05-101-5/+5
* Fix error handling in tls_check_common_name()tb2023-05-051-6/+10
* Be consistent with the goto label names used in libtls code.jsing2018-02-051-7/+7
* Rework name verification code so that a match is indicated via an argument,jsing2017-04-101-33/+51
* Avoid signed vs unsigned comparisons.jsing2016-11-041-3/+4
* Add callback-based interface to libtls.bcook2016-09-041-1/+2
* Revert previous since it adds new symbols.jsing2016-08-021-2/+1
* Instead of declaring a union in multiple places, move it to tls_internal.h.jsing2015-09-291-9/+3
* clean some ugly intendation wartsderaadt2015-09-291-3/+9
* Do not match a wildcard against a name with no host part.beck2015-09-111-1/+4
* add tls_peer functions for checking names and issuers of peer certificates.beck2015-09-111-4/+4
* Indent labels with a space so that diff -p is more friendly.jsing2015-09-091-2/+2
* Improve libtls error messages.jsing2015-08-271-4/+4
* Make functions that are internal to tls verify static.jsing2015-08-271-7/+8
* Reject dNSName of " " for subjectAltName extension.doug2015-04-291-1/+20
* Be consistent with naming - only use "host" and "hostname" when referringjsing2015-02-111-32/+32
* Add size_t to int checks for SSL functions.doug2014-12-171-5/+13
* Allow specific libtls hostname validation errors to propagate.bcook2014-12-071-15/+20
* Fix a memory leak in tls_check_subject_altname() by callingjsing2014-12-071-2/+2
* revert previous change for now, adjusting based on comments from jsing@bcook2014-12-071-17/+18
* Allow specific libtls hostname validation errors to propagate.bcook2014-12-071-18/+17
* Rename libressl to libtls to avoid confusion and to make it easier tojsing2014-10-311-0/+225