summaryrefslogtreecommitdiff
path: root/lib/x509/ocsp.c
Commit message (Expand)AuthorAgeFilesLines
* reindented codeNikos Mavrogiannopoulos2013-11-081-1632/+1495
* simplified access to cipher and mac properties to reduce wasted cycles.Nikos Mavrogiannopoulos2013-05-251-2/+2
* Several optimizations on certificate comparisons including DN. This speeds up...Nikos Mavrogiannopoulos2013-03-051-6/+1
* Use gnutls_realloc_fast everywhere. Suggested by David Woodhouse.Nikos Mavrogiannopoulos2013-02-181-1/+1
* Use LGPLv2.1 in the files their author's agreed to.Nikos Mavrogiannopoulos2013-02-031-1/+1
* Added correct sinceNikos Mavrogiannopoulos2013-01-051-0/+2
* rewritten ASN.1 handling string subsystems to use the new libtasn1 APIs.Nikos Mavrogiannopoulos2012-11-241-5/+5
* Added functions to parse the certificate policies extention.Nikos Mavrogiannopoulos2012-11-181-62/+28
* If revocation reason cannot be read set it to GNUTLS_X509_CRLREASON_UNSPECIFIED.Nikos Mavrogiannopoulos2012-10-021-2/+2
* Use hash-pjw-bare instead of asn1_bhash().Nikos Mavrogiannopoulos2012-10-021-1/+0
* gnutls_ocsp_resp_check_crt() accepts the response index.Nikos Mavrogiannopoulos2012-10-011-2/+4
* read revocation reasonNikos Mavrogiannopoulos2012-10-011-0/+12
* simplified docNikos Mavrogiannopoulos2012-09-301-26/+2
* The OCSP response file is now set on the credentials and other additions.Nikos Mavrogiannopoulos2012-09-301-0/+96
* several type changes to please clangNikos Mavrogiannopoulos2012-04-021-2/+2
* use correct type in snprintf.Nikos Mavrogiannopoulos2012-03-241-1/+1
* small fixesNikos Mavrogiannopoulos2012-01-291-4/+5
* Revert "Added gnutls_ocsp_resp_verify() and some sign fixes."Nikos Mavrogiannopoulos2012-01-291-27/+4
* gnutls_ocsp_resp_verify_direct() will use the intermediate certificatesNikos Mavrogiannopoulos2012-01-291-75/+159
* Added gnutls_ocsp_resp_verify() and some sign fixes.Nikos Mavrogiannopoulos2012-01-281-6/+29
* sign fixes.Nikos Mavrogiannopoulos2012-01-211-10/+10
* Add OCSP functionality.Simon Josefsson2012-01-201-0/+2160