aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/ocsp
Commit message (Expand)AuthorAgeFilesLines
* Continue standardising malloc style for libcryptoMatt Caswell2015-11-094-11/+16
* Rebuild error source files.Dr. Stephen Henson2015-11-051-7/+7
* Remove useless codeAlessandro Ghedini2015-10-232-7/+0
* embed OCSP_CERTIDDr. Stephen Henson2015-10-116-23/+22
* Embed various OCSP fields.Dr. Stephen Henson2015-10-118-60/+60
* Enable -Wmissing-variable-declarations andBen Laurie2015-09-112-1/+2
* Avoid direct X509 structure accessDr. Stephen Henson2015-09-061-2/+2
* remove 0 assignments.Rich Salz2015-09-031-2/+1
* Add X509_up_ref function.Dr. Stephen Henson2015-08-312-2/+2
* Fix the update target and remove duplicate file updatesRichard Levitte2015-05-221-0/+2
* make dependRichard Levitte2015-05-141-5/+9
* Identify and move common internal libcrypto header filesRichard Levitte2015-05-145-5/+5
* Use p==NULL not !p (in if statements, mainly)Rich Salz2015-05-116-31/+36
* Use "==0" instead of "!strcmp" etcRich Salz2015-05-061-2/+2
* Use safer sizeof variant in mallocRich Salz2015-05-041-2/+2
* free NULL cleanup -- codaRich Salz2015-05-014-12/+7
* free null cleanup finaleRich Salz2015-05-013-12/+6
* 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