summaryrefslogtreecommitdiffstats
path: root/crypto/ocsp
AgeCommit message (Expand)Author
2016-02-05GH601: Various spelling fixes.FdaSilvaYY
2016-02-01unified build scheme: add build.info filesRichard Levitte
2016-01-29Templatize util/domdRich Salz
2016-01-26Remove /* foo.c */ commentsRich Salz
2016-01-20Remove update tagsRich Salz
2016-01-17Accessor update; fix API, document one.Rich Salz
2016-01-17Remove some old makefile targetsRich Salz
2016-01-17Add some accessors.Rich Salz
2016-01-12Move Makefiles to Makefile.inRich Salz
2016-01-12make updateRichard Levitte
2015-12-31Use X509_get0_pubkey where appropriateDr. Stephen Henson
2015-12-16Rename some BUF_xxx to OPENSSL_xxxRich Salz
2015-12-09make updateDr. Stephen Henson
2015-11-09Continue standardising malloc style for libcryptoMatt Caswell
2015-11-05Rebuild error source files.Dr. Stephen Henson
2015-10-23Remove useless codeAlessandro Ghedini
2015-10-11embed OCSP_CERTIDDr. Stephen Henson
2015-10-11Embed various OCSP fields.Dr. Stephen Henson
2015-09-11Enable -Wmissing-variable-declarations andBen Laurie
2015-09-06Avoid direct X509 structure accessDr. Stephen Henson
2015-09-03remove 0 assignments.Rich Salz
2015-08-31Add X509_up_ref function.Dr. Stephen Henson
2015-05-22Fix the update target and remove duplicate file updatesRichard Levitte
2015-05-14make dependRichard Levitte
2015-05-14Identify and move common internal libcrypto header filesRichard Levitte
2015-05-11Use p==NULL not !p (in if statements, mainly)Rich Salz
2015-05-06Use "==0" instead of "!strcmp" etcRich Salz
2015-05-04Use safer sizeof variant in mallocRich Salz
2015-05-01free NULL cleanup -- codaRich Salz
2015-05-01free null cleanup finaleRich Salz
2015-04-30free cleanup 12Rich Salz
2015-04-30free NULL cleanup 5aRich Salz
2015-04-30free NULL cleanup 8Rich Salz
2015-03-31Remove EXHEADER, TEST, APPS, links:, install: and uninstall: where relevantRichard Levitte
2015-03-31Stop symlinking, move files to intended directoryRichard Levitte
2015-03-25free NULL cleanupRich Salz
2015-03-25RAND_bytes updatesMatt Caswell
2015-03-24Make OCSP response verification more flexible.Dr. Stephen Henson
2015-03-24make dependDr. Stephen Henson
2015-03-24free NULL cleanupRich Salz
2015-03-23make X509_EXTENSION opaqueDr. Stephen Henson
2015-03-23Remove old ASN.1 code.Dr. Stephen Henson
2015-03-12Remove obsolete declarations.Dr. Stephen Henson
2015-03-05Make OCSP structures opaque.Dr. Stephen Henson
2015-02-08Final (for me, for now) dead code cleanupRich Salz
2015-01-29clang on Linux x86_64 complains about unreachable code.Richard Levitte
2015-01-27OPENSSL_NO_xxx cleanup: SHARich Salz
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
2015-01-06Further comment amendments to preserve formatting prior to source reformatMatt Caswell
2014-12-30mark all block comments that need format preserving so thatTim Hudson