summaryrefslogtreecommitdiff
path: root/lib/x509.c
Commit message (Expand)AuthorAgeFilesLines
* check_ocsp_response: utilize the same flags as in certificate verificationNikos Mavrogiannopoulos2017-03-221-5/+8
* Removed redundant certificate key usage checks.Nikos Mavrogiannopoulos2016-12-011-56/+0
* _gnutls_check_key_usage: check for invalid key exchange algorithmNikos Mavrogiannopoulos2016-12-011-1/+1
* IDNA code re-organizationNikos Mavrogiannopoulos2016-11-231-8/+7
* modified the gnutls_certificate_set_key* changeNikos Mavrogiannopoulos2016-10-241-18/+63
* Added IDNA support in server sideNikos Mavrogiannopoulos2016-09-121-4/+24
* gnutls_certificate_set_*key: ensure proper cleanup on key mismatch failuresNikos Mavrogiannopoulos2016-09-121-2/+11
* Added gnutls_certificate_set_ocsp_status_request_function2Nikos Mavrogiannopoulos2016-09-121-0/+2
* All the key and chain set functions return an indexNikos Mavrogiannopoulos2016-09-121-19/+27
* several spacing fixes to keep syntax-check happyNikos Mavrogiannopoulos2016-09-111-16/+16
* Fix invalid pointer operation in gnutls_certificate_get_x509_crtStefan Sørensen2016-08-081-2/+2
* During PKIX chain verification check the TLSFeatures complianceNikos Mavrogiannopoulos2016-06-141-5/+12
* ocsp: attempt harder to figure an OCSP staple issuerNikos Mavrogiannopoulos2016-06-021-18/+30
* ocsp: fail certificate verification on expired or too old revocation data infoNikos Mavrogiannopoulos2016-06-011-2/+4
* ocsp: Introduced GNUTLS_CERT_INVALID_OCSP_STATUSNikos Mavrogiannopoulos2016-06-011-0/+5
* Account the TLSFeature certificate extension in certificate verificationTim Kosse2016-05-301-1/+56
* cert cred: add the CN to the list of known hostnames only if no dns_namesNikos Mavrogiannopoulos2016-05-101-9/+14
* gnutls_certificate_set_key: import the DNS names of the certificatesNikos Mavrogiannopoulos2016-05-101-1/+25
* x509: use the modified flag in gnutls_x509_crt_tNikos Mavrogiannopoulos2016-05-071-1/+1
* gnutls_certificate_set_key: duplicate the provided memoryNikos Mavrogiannopoulos2016-05-031-2/+11
* _gnutls_x509_crt_cpy: optimized and simplifiedNikos Mavrogiannopoulos2016-05-021-1/+1
* corrected typo in comment [ci skip]Nikos Mavrogiannopoulos2016-03-041-1/+1
* Allow overriding the verification flags from the auto-verification functionsNikos Mavrogiannopoulos2015-08-241-2/+1
* Removed the 'gnutls_' prefix from files to simplify file namingNikos Mavrogiannopoulos2015-08-231-0/+1996