summaryrefslogtreecommitdiff
path: root/lib/gnutls_cert.c
Commit message (Expand)AuthorAgeFilesLines
* fixed doc: reported by Anton LavrentievNikos Mavrogiannopoulos2015-04-221-3/+3
* doc updateNikos Mavrogiannopoulos2015-01-111-0/+2
* Added GNUTLS_TL_GET_COPY flag and documented the limitations of gnutls_x509_t...Nikos Mavrogiannopoulos2014-10-011-1/+4
* gnutls_x509_trust_list_verify_crt2 is in par with gnutls_certificate_verify_p...Nikos Mavrogiannopoulos2014-09-151-19/+13
* removed legacy code.Nikos Mavrogiannopoulos2014-05-101-1/+1
* Typo fix: overriden -> overriddenAndreas Metzler2014-04-271-3/+3
* Made _gnutls_get_auth_info() safer to use.Nikos Mavrogiannopoulos2014-04-181-4/+4
* Enhanced _gnutls_check_key_cert_match()Nikos Mavrogiannopoulos2014-04-101-2/+30
* Replaced gnutls_certificate_verify_peers3() with the extendable gnutls_certif...Nikos Mavrogiannopoulos2014-04-091-14/+35
* Added gnutls_certificate_verify_peers4 which will verify in addition to hostn...Nikos Mavrogiannopoulos2014-04-081-1/+43
* simulate gnutls_certificate_verify_peers2() using gnutls_certificate_verify_p...Nikos Mavrogiannopoulos2014-04-081-24/+1
* doc updateNikos Mavrogiannopoulos2014-04-081-10/+5
* Added verification flag to disable wildcard checkingNikos Mavrogiannopoulos2014-04-021-1/+10
* Severely simplified hostname matching.Nikos Mavrogiannopoulos2014-03-211-2/+3
* stricter type usageNikos Mavrogiannopoulos2014-03-081-1/+1
* removed not trusted message; reported by Michel Briand.Nikos Mavrogiannopoulos2014-02-261-4/+0
* The RDN sequence is now kept in trust list instead of the credentials paramet...Nikos Mavrogiannopoulos2014-01-111-2/+2
* reindented codeNikos Mavrogiannopoulos2013-11-081-409/+425
* Added gnutls_certificate_get_crt_raw() to return the raw certificate as prese...Nikos Mavrogiannopoulos2013-10-191-0/+36
* Optimizations in RSA-PSK by removing unneeded code.Nikos Mavrogiannopoulos2013-08-301-38/+0
* ported patch for RSA-PSKFrank Morgner2013-08-301-0/+39
* use the pass argument on PKCS #11 keys.Nikos Mavrogiannopoulos2013-04-171-1/+1
* Removed the RSA-EXPORT ciphersuites.Nikos Mavrogiannopoulos2013-04-071-39/+0
* Use LGPLv2.1 in the files their author's agreed to.Nikos Mavrogiannopoulos2013-02-011-1/+1
* Added new interface.Nikos Mavrogiannopoulos2013-01-271-1/+4
* updated docNikos Mavrogiannopoulos2012-11-161-10/+10
* corrected typoNikos Mavrogiannopoulos2012-11-141-2/+3
* Removed GNUTLS_CERT_REVOCATION_DATA_INVALID and no longer fail on OCSP parsin...Nikos Mavrogiannopoulos2012-11-071-3/+0
* When verifying an OCSP response included in TLS don't fail if the response is...Nikos Mavrogiannopoulos2012-11-061-2/+2
* updated docNikos Mavrogiannopoulos2012-11-061-3/+4
* check pathlen constraints.Nikos Mavrogiannopoulos2012-11-021-11/+14
* Added verification flag GNUTLS_VERIFY_DO_NOT_ALLOW_UNSORTED_CHAINNikos Mavrogiannopoulos2012-11-021-1/+0
* CRL verification includes the time checks.Nikos Mavrogiannopoulos2012-11-021-2/+5
* avoid unnecessary newlineNikos Mavrogiannopoulos2012-11-011-2/+0
* Added "Since" field to new functions.Nikos Mavrogiannopoulos2012-11-011-0/+4
* better docNikos Mavrogiannopoulos2012-10-311-4/+4
* updated gnutls_certificate_verification_status_print() presentationNikos Mavrogiannopoulos2012-10-311-29/+27
* Added gnutls_certificate_verification_status_print().Nikos Mavrogiannopoulos2012-10-301-0/+85
* Simplified certificate verification by adding gnutls_certificate_verify_peers...Nikos Mavrogiannopoulos2012-10-301-4/+60
* updated docNikos Mavrogiannopoulos2012-10-281-7/+10
* session->key no longer needs to be an allocated structure.Nikos Mavrogiannopoulos2012-10-101-1/+1
* gnutls_certificate_verify_peers2() checks ocsp status response if available.Nikos Mavrogiannopoulos2012-10-041-2/+4
* The OCSP response file is now set on the credentials and other additions.Nikos Mavrogiannopoulos2012-09-301-0/+1
* DEFAULT_* -> DEFAULT_MAX_*Nikos Mavrogiannopoulos2012-09-181-2/+2
* Added verification flags GNUTLS_VERIFY_ALLOW_UNSORTED_CHAIN, which is enabled...Nikos Mavrogiannopoulos2012-09-161-0/+1
* doc fixNikos Mavrogiannopoulos2012-08-181-4/+1
* remove debuggingNikos Mavrogiannopoulos2012-08-171-1/+0
* Use the preferred key ID when reading the pk_algorithm in openpgp keys.Nikos Mavrogiannopoulos2012-08-171-0/+17
* documentation fixes.Nikos Mavrogiannopoulos2012-08-041-4/+4
* Do not document old functions.Nikos Mavrogiannopoulos2012-05-311-4/+4