summaryrefslogtreecommitdiff
path: root/crypto/ocsp/ocsp_cl.c
Commit message (Expand)AuthorAgeFilesLines
* Fix more certificate related lib_ctx settings.Shane Lontis2021-04-081-1/+1
* Update copyright yearMatt Caswell2021-03-111-1/+1
* Make more use of X509_add_certs(); minor related code & comments cleanupDr. David von Oheimb2021-03-061-30/+8
* crypto/ocsp/ocsp_cl.c: coding style improvementsDr. David von Oheimb2021-03-061-22/+24
* Rename internal X509_add_cert_new() to ossl_x509_add_cert_new()Dr. David von Oheimb2021-02-181-1/+1
* Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte2020-11-131-11/+10
* Fix safestack issues in ocsp.hMatt Caswell2020-09-131-3/+0
* Fix safestack issues in x509.hMatt Caswell2020-09-131-1/+0
* Introduce X509_add_cert[s] simplifying various additions to cert listsDr. David von Oheimb2020-08-121-8/+1
* In OpenSSL builds, declare STACK for datatypes ...Rich Salz2020-04-241-0/+4
* Update copyright yearMatt Caswell2020-04-231-1/+1
* Constify various mostly X509-related parameter types in crypto/ and apps/Dr. David von Oheimb2020-03-231-1/+1
* Reorganize local header filesDr. Matthias St. Pierre2019-09-281-1/+1
* Following the license change, modify the boilerplates in crypto/ocsp/Richard Levitte2018-12-061-1/+1
* Update copyright yearMatt Caswell2018-09-111-1/+1
* add getter for tbsResponseData and signatureAlgorithm on OCSP_BASICRESPPaul Kehrer2018-09-031-0/+10
* Fix return-value checks in OCSP_resp_get1_id()Benjamin Kaduk2017-06-271-1/+1
* Add OCSP_resp_get1_id() accessorSascha Steinbiss2017-06-211-1/+22
* Convert OCSP* functions to use const gettersMatt Caswell2016-08-171-5/+3
* spelling fixes, just comments and readme.klemens2016-08-051-1/+1
* OCSP_request_add0_id() inconsistent error returnTodd Short2016-07-201-1/+3
* Add OCSP accessors.Dr. Stephen Henson2016-07-131-0/+23
* Add checks on sk_TYPE_push() returned valueFdaSilvaYY2016-07-051-1/+1
* Useless header include of openssl/rand.hFdaSilvaYY2016-06-181-1/+0
* Copyright consolidation 09/10Rich Salz2016-05-171-61/+5
* GH601: Various spelling fixes.FdaSilvaYY2016-02-051-3/+3
* Remove /* foo.c */ commentsRich Salz2016-01-261-1/+0
* Accessor update; fix API, document one.Rich Salz2016-01-171-1/+1
* Add some accessors.Rich Salz2016-01-171-0/+12
* Continue standardising malloc style for libcryptoMatt Caswell2015-11-091-3/+3
* Embed various OCSP fields.Dr. Stephen Henson2015-10-111-6/+6
* Add X509_up_ref function.Dr. Stephen Henson2015-08-311-1/+1
* Identify and move common internal libcrypto header filesRichard Levitte2015-05-141-1/+1
* Use p==NULL not !p (in if statements, mainly)Rich Salz2015-05-111-3/+4
* free NULL cleanup -- codaRich Salz2015-05-011-4/+3
* Make OCSP structures opaque.Dr. Stephen Henson2015-03-051-0/+6
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-261/+273
* RT2489: Remove extra "sig" local variable.Laszlo Papp2014-08-181-2/+1
* Submitted by: Victor B. Wagner <vitus@cryptocom.ru>, steveDr. Stephen Henson2007-12-041-1/+0
* improved error checking and some fixesNils Larsch2005-07-261-0/+2
* New function and options to check OCSP response validity.Dr. Stephen Henson2001-02-241-2/+70
* Initial support for ASN1_ITEM_FUNCTION option toDr. Stephen Henson2001-02-231-1/+1
* Fix ASN1_TIME_to_generlizedtime().Dr. Stephen Henson2001-02-041-5/+14
* Add prototypes for new OCSP functions.Dr. Stephen Henson2001-01-081-1/+3
* Add set of OCSP client functions. All experimentalDr. Stephen Henson2001-01-081-0/+291