summaryrefslogtreecommitdiff
path: root/lib/gnutls_cert.c
Commit message (Expand)AuthorAgeFilesLines
* Removed the 'gnutls_' prefix from files to simplify file namingNikos Mavrogiannopoulos2015-08-231-978/+0
* priorities: Added internal option to allow key usage violations in server sideNikos Mavrogiannopoulos2015-08-141-1/+2
* fix typo in commentNikos Mavrogiannopoulos2015-08-141-1/+1
* move all gettext definitions in gnutls_str.hNikos Mavrogiannopoulos2015-06-201-2/+1
* updated doc for retrieve functionNikos Mavrogiannopoulos2015-04-251-2/+4
* doc updateNikos Mavrogiannopoulos2015-04-221-2/+6
* doc updateNikos Mavrogiannopoulos2015-04-221-7/+10
* fixed doc: reported by Anton LavrentievNikos Mavrogiannopoulos2015-04-221-3/+3
* Added gnutls_x509_crt_check_email(), gnutls_openpgp_crt_check_email() and GNU...Nikos Mavrogiannopoulos2015-03-251-6/+14
* doc: avoid using structure for opaque typesNikos Mavrogiannopoulos2015-03-201-11/+11
* doc updateNikos Mavrogiannopoulos2015-01-111-0/+2
* _gnutls_buffer_to_datum: includes code for exporting stringsNikos Mavrogiannopoulos2014-12-051-6/+1
* removed the old gnutls_retr_st compatibility functionsNikos Mavrogiannopoulos2014-12-031-68/+0
* gnutls_sign_callback_set() and gnutls_sign_callback_get() were removedNikos Mavrogiannopoulos2014-12-031-49/+0
* Added GNUTLS_TL_GET_COPY flag and documented the limitations of gnutls_x509_t...Nikos Mavrogiannopoulos2014-10-011-1/+4
* Verify key purpose on intermediate certificate if GNUTLS_VERIFY_KEY_PURPOSE_O...Nikos Mavrogiannopoulos2014-09-221-0/+5
* gnutls_x509_trust_list_verify_crt2 is in par with gnutls_certificate_verify_p...Nikos Mavrogiannopoulos2014-09-091-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