summaryrefslogtreecommitdiff
path: root/lib/x509/hostname-verify.c
Commit message (Expand)AuthorAgeFilesLines
* psk: Allow non-NULL PSK usernamesAnder Juaristi2020-03-231-9/+2
* Use https:// for www.gnu.org and www.example.comTim Rühsen2019-03-131-1/+1
* Use inet_pton() from gnulibtmp-gnulib-ptonTim Rühsen2019-02-101-1/+3
* added newline in debug messages [ci skip]Nikos Mavrogiannopoulos2017-05-011-2/+2
* gnutls_x509_crt_check_hostname2: no match dns fields against IPsNikos Mavrogiannopoulos2017-04-301-9/+11
* gnutls_x509_crt_check_hostname2: do not fallback to CN unconditionallyNikos Mavrogiannopoulos2017-03-231-1/+12
* Introduced verification flag GNUTLS_VERIFY_DO_NOT_ALLOW_IP_MATCHESNikos Mavrogiannopoulos2017-03-231-1/+6
* Added gnutls_x509_crt_check_ip()Nikos Mavrogiannopoulos2017-03-231-3/+24
* x509: do not attempt to ACE encode values stored in certificatesNikos Mavrogiannopoulos2016-12-081-18/+6
* IDNA code re-organizationNikos Mavrogiannopoulos2016-11-231-15/+22
* several spacing fixes to keep syntax-check happyNikos Mavrogiannopoulos2016-09-111-4/+4
* gnutls_x509_crt_check_hostname*: use unsigned a return valueNikos Mavrogiannopoulos2016-07-221-3/+3
* Removed the 'gnutls_' prefix from files to simplify file namingNikos Mavrogiannopoulos2015-08-231-3/+3
* gnutls_x509_crt_check_hostname2: check CN for match only if certificate would...Nikos Mavrogiannopoulos2015-03-261-3/+6
* doc: avoid using structure for opaque typesNikos Mavrogiannopoulos2015-03-201-2/+2
* check_ip: initialize retNikos Mavrogiannopoulos2014-09-081-1/+1
* remove text not applicable in that versionNikos Mavrogiannopoulos2014-08-291-3/+0
* refer to rfc6125Nikos Mavrogiannopoulos2014-08-291-2/+2
* hostname-verify: use idn_free()Nikos Mavrogiannopoulos2014-08-221-3/+3
* gnutls_x509_crt_print() will print the IDNA A-label names as well.Nikos Mavrogiannopoulos2014-08-201-25/+1
* Added support for RFC6125 hostname comparisonNikos Mavrogiannopoulos2014-08-201-12/+94
* renamed rfc2818_hostname to hostname-verifyNikos Mavrogiannopoulos2014-08-201-0/+211