aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/ocsp/ocsp_lib.c
Commit message (Expand)AuthorAgeFilesLines
* Rename all getters to use get/get0 in nameTomas Mraz2021-06-011-1/+1
* Update copyright yearMatt Caswell2021-04-221-1/+1
* ocsp: remove references to EVP_sha1()Pauli2021-04-211-0/+1
* Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte2020-11-131-2/+2
* 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
* Generalize the HTTP client so far implemented mostly in crypto/ocsp/ocsp_ht.cDr. David von Oheimb2020-02-101-107/+0
* Explicitly test against NULL; do not use !p or similarRich Salz2019-10-091-9/+6
* Reorganize local header filesDr. Matthias St. Pierre2019-09-281-1/+1
* Make OCSP_id_cmp and OCSP_id_issuer_cmp accept const paramsMatt Caswell2019-03-281-2/+2
* Following the license change, modify the boilerplates in crypto/ocsp/Richard Levitte2018-12-061-1/+1
* Add X509_get0_serialNumber() and constify OCSP_cert_to_id()Dr. Stephen Henson2016-08-191-6/+7
* Ignore the serial number for now and just do the rest.Richard J. Moore2016-07-301-2/+2
* Make some more X509 functions const.Richard J. Moore2016-07-301-2/+2
* Useless header include of openssl/rand.hFdaSilvaYY2016-06-181-1/+0
* Copyright consolidation 09/10Rich Salz2016-05-171-61/+5
* Avoid double-free in calleres to OCSP_parse_urlJim Basney2016-03-091-0/+3
* GH601: Various spelling fixes.FdaSilvaYY2016-02-051-1/+1
* Remove /* foo.c */ commentsRich Salz2016-01-261-1/+0
* Rename some BUF_xxx to OPENSSL_xxxRich Salz2015-12-161-5/+5
* Remove useless codeAlessandro Ghedini2015-10-231-6/+0
* embed OCSP_CERTIDDr. Stephen Henson2015-10-111-7/+6
* Embed various OCSP fields.Dr. Stephen Henson2015-10-111-2/+2
* 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/+3
* Use "==0" instead of "!strcmp" etcRich Salz2015-05-061-2/+2
* free NULL cleanup -- codaRich Salz2015-05-011-2/+1
* free null cleanup finaleRich Salz2015-05-011-8/+4
* free NULL cleanupRich Salz2015-03-241-2/+1
* Make OCSP structures opaque.Dr. Stephen Henson2015-03-051-0/+1
* OPENSSL_NO_xxx cleanup: SHARich Salz2015-01-271-2/+0
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-193/+206
* Handle IPv6 addresses in OCSP_parse_url.Tom Greenslade2014-06-271-1/+12
* constifyDr. Stephen Henson2012-11-291-1/+1
* Fix the ECDSA timing attack mentioned in the paper at:Dr. Stephen Henson2011-05-251-4/+4
* Audit libcrypto for unchecked return values: fix all cases enounteredDr. Stephen Henson2009-09-231-1/+2
* OCSP library tidy. Use extension to encode OCSP extensions instead of doingDr. Stephen Henson2006-11-131-0/+3
* Fix more error codes.Bodo Möller2005-05-111-2/+2
* Avoid a memory leak in OCSP_parse_url().Richard Levitte2004-03-011-0/+1
* Retain compatibility of EVP_DigestInit() and EVP_DigestFinal()Dr. Stephen Henson2001-10-161-1/+1
* Enhance OCSP_request_verify() so it finds the signers certificateDr. Stephen Henson2001-02-261-18/+0
* Make OCSP cert id code tolerate a missing issuer certificateDr. Stephen Henson2001-02-231-5/+16
* Make all configuration macros available for application by makingRichard Levitte2001-02-191-1/+1
* New function OCSP_parse_url() and -url option for ocsp utility.Dr. Stephen Henson2001-02-131-0/+102
* Various OCSP responder utility functions.Dr. Stephen Henson2001-02-031-202/+0
* Various function for commmon operations.Dr. Stephen Henson2001-02-021-9/+3
* Initial OCSP certificate verify. Not complete,Dr. Stephen Henson2001-01-171-2/+9
* Add set of OCSP client functions. All experimentalDr. Stephen Henson2001-01-081-45/+11
* Modify OCSP API to more closely reflectDr. Stephen Henson2001-01-051-24/+7
* Update OCSP API.Dr. Stephen Henson2001-01-041-40/+20