aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/ocsp
Commit message (Expand)AuthorAgeFilesLines
* free cleanup 12Rich Salz2015-04-301-0/+2
* free NULL cleanup 5aRich Salz2015-04-301-2/+1
* free NULL cleanup 8Rich Salz2015-04-301-4/+2
* Remove EXHEADER, TEST, APPS, links:, install: and uninstall: where relevantRichard Levitte2015-03-311-17/+1
* Stop symlinking, move files to intended directoryRichard Levitte2015-03-311-454/+0
* free NULL cleanupRich Salz2015-03-251-2/+1
* RAND_bytes updatesMatt Caswell2015-03-251-2/+2
* Make OCSP response verification more flexible.Dr. Stephen Henson2015-03-241-4/+17
* make dependDr. Stephen Henson2015-03-241-7/+21
* free NULL cleanupRich Salz2015-03-242-3/+2
* make X509_EXTENSION opaqueDr. Stephen Henson2015-03-231-1/+2
* Remove old ASN.1 code.Dr. Stephen Henson2015-03-231-2/+2
* Remove obsolete declarations.Dr. Stephen Henson2015-03-121-2/+0
* Make OCSP structures opaque.Dr. Stephen Henson2015-03-0511-203/+617
* Final (for me, for now) dead code cleanupRich Salz2015-02-081-43/+0
* clang on Linux x86_64 complains about unreachable code.Richard Levitte2015-01-291-2/+0
* OPENSSL_NO_xxx cleanup: SHARich Salz2015-01-271-2/+0
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-2210-2431/+2486
* Further comment amendments to preserve formatting prior to source reformatMatt Caswell2015-01-061-1/+2
* mark all block comments that need format preserving so thatTim Hudson2014-12-301-18/+20
* RT3548: Remvoe unsupported platformsRich Salz2014-12-211-3/+0
* Remove fipscanister build functionality from makefiles.Dr. Stephen Henson2014-12-081-1/+1
* Remove all .cvsignore filesRich Salz2014-11-281-4/+0
* RT2560: missing NULL check in ocsp_req_find_signerRich Salz2014-09-101-2/+5
* RT2489: Remove extra "sig" local variable.Laszlo Papp2014-08-181-2/+1
* Handle IPv6 addresses in OCSP_parse_url.Tom Greenslade2014-06-271-1/+12
* Fix null pointer errors.Dr. Stephen Henson2014-06-101-0/+3
* Don't try and verify signatures if key is NULL (CVE-2013-0166)Dr. Stephen Henson2014-04-011-3/+6
* Constification.Ben Laurie2013-10-072-5/+5
* revert OCSP_basic_verify changes: they aren't needed now we support partial c...Dr. Stephen Henson2012-12-201-65/+7
* Check chain is not NULL before assuming we have a validated chain.Dr. Stephen Henson2012-12-151-1/+1
* Use new partial chain flag instead of modifying input parameters.Dr. Stephen Henson2012-12-131-4/+3
* Tabification. Remove accidental duplication.Ben Laurie2012-12-101-3/+3
* Fix OCSP checking.Ben Laurie2012-12-071-7/+66
* PR: 2803Dr. Stephen Henson2012-11-291-0/+1
* constifyDr. Stephen Henson2012-11-292-2/+2
* Generalise OCSP I/O functions to support dowloading of other ASN1Dr. Stephen Henson2012-11-282-42/+132
* Fix the ECDSA timing attack mentioned in the paper at:Dr. Stephen Henson2011-05-251-4/+4
* Change AR to ARX to allow exclusion of fips object modulesDr. Stephen Henson2011-01-261-1/+1
* We can't always read 6 bytes in an OCSP response: fix so error statusesDr. Stephen Henson2010-10-061-3/+9
* Fix warnings.Ben Laurie2010-06-121-2/+0
* missing goto meant signature was never printed outDr. Stephen Henson2010-03-121-0/+1
* PR: 2063Dr. Stephen Henson2009-09-301-2/+2
* PR: 2064, 728Dr. Stephen Henson2009-09-302-15/+44
* Audit libcrypto for unchecked return values: fix all cases enounteredDr. Stephen Henson2009-09-231-1/+2
* Calculate offset correctly. (Coverity ID 233)Ben Laurie2009-01-011-14/+14
* If we're going to return errors (no matter how stupid), then we shouldBen Laurie2008-12-291-0/+2
* This _WIN32-specific patch makes it possible to "wrap" OpenSSL in anotherAndy Polyakov2008-12-221-1/+2
* Update obsolete email address...Dr. Stephen Henson2008-11-054-4/+4
* Submitted by: Victor B. Wagner <vitus@cryptocom.ru>, steveDr. Stephen Henson2007-12-042-2/+1