summaryrefslogtreecommitdiff
path: root/lib/x509/ocsp.c
Commit message (Expand)AuthorAgeFilesLines
* Removed the 'gnutls_' prefix from files to simplify file namingNikos Mavrogiannopoulos2015-08-231-4/+4
* Exported functions to convert from and to OIDsNikos Mavrogiannopoulos2015-06-181-3/+3
* ocsp: initialize certs to NULLNikos Mavrogiannopoulos2015-04-201-1/+1
* doc: avoid using structure for opaque typesNikos Mavrogiannopoulos2015-03-201-31/+31
* x509: use libtasn1's strict DER decoding rules in network obtained structuresNikos Mavrogiannopoulos2015-03-091-5/+5
* use asn1_decode_simple_ber if availableNikos Mavrogiannopoulos2015-03-041-2/+2
* deinitialize the OCSP response der dataNikos Mavrogiannopoulos2014-11-211-15/+23
* ocsp: fix DN decoding in gnutls_ocsp_resp_get_responder_raw_idNikos Mavrogiannopoulos2014-11-141-3/+41
* use the original DER/BER data when verifying an OCSP responseNikos Mavrogiannopoulos2014-11-141-8/+4
* ocsp: eliminated duplicate codeNikos Mavrogiannopoulos2014-11-141-26/+3
* updated OCSP verification code to better use the trust list, and the KeyHashNikos Mavrogiannopoulos2014-11-141-71/+90
* replaced gnutls_ocsp_resp_get_responder_by_key with gnutls_ocsp_resp_get_resp...Nikos Mavrogiannopoulos2014-11-131-8/+15
* doc update and gnutls_ocsp_resp_get_responder() will always initialized outpu...Nikos Mavrogiannopoulos2014-11-131-1/+4
* corrected documentation of OCSP response verificationNikos Mavrogiannopoulos2014-11-131-2/+2
* Added gnutls_ocsp_resp_get_responder_by_key()Nikos Mavrogiannopoulos2014-11-131-0/+35
* Added GNUTLS_TL_GET_COPY flag and documented the limitations of gnutls_x509_t...Nikos Mavrogiannopoulos2014-10-011-2/+4
* export x509_crt_to_raw_pubkey() in x509/common.h and prefixed s/get_extension...Nikos Mavrogiannopoulos2014-09-101-4/+4
* stricter type usageNikos Mavrogiannopoulos2014-03-081-2/+2
* 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