summaryrefslogtreecommitdiffstats
path: root/crypto/ocsp
AgeCommit message (Expand)Author
2016-09-22Add OCSP_RESPID_match()Matt Caswell
2016-09-22Add the ability to set OCSP_RESPID fieldsMatt Caswell
2016-08-25Fix an uninitialised read on an error pathMatt Caswell
2016-08-23Constify some inputs buffersFdaSilvaYY
2016-08-23Check for error return from ASN1_object_sizeMatt Caswell
2016-08-19Add X509_get0_serialNumber() and constify OCSP_cert_to_id()Dr. Stephen Henson
2016-08-17Convert OCSP* functions to use const gettersMatt Caswell
2016-08-05spelling fixes, just comments and readme.klemens
2016-08-04Constify some ASN1_OBJECT *obj input parametersFdaSilvaYY
2016-07-30Ignore the serial number for now and just do the rest.Richard J. Moore
2016-07-30Make some more X509 functions const.Richard J. Moore
2016-07-20Check for errors allocating the error strings.Kurt Roeckx
2016-07-20OCSP_request_add0_id() inconsistent error returnTodd Short
2016-07-13Add OCSP accessors.Dr. Stephen Henson
2016-07-05Add checks on sk_TYPE_push() returned valueFdaSilvaYY
2016-06-18Useless header include of openssl/rand.hFdaSilvaYY
2016-06-02Tidy up OCSP print handling.Dr. Stephen Henson
2016-05-23Remove unused error/function codes.Rich Salz
2016-05-17Manual fixes after copyright consolidationRich Salz
2016-05-17Copyright consolidation 09/10Rich Salz
2016-04-28Don't leak resource on error in OCSP_url_svcloc_newMatt Caswell
2016-04-26Remove dead-code infinite loopBenjamin Kaduk
2016-04-20Remove --classic build entirelyRichard Levitte
2016-04-17Restore OCSP_basic_verify() error return semanticsRichard Levitte
2016-04-16Small OCSP fixupRichard Levitte
2016-04-15Make many X509_xxx types opaque.Rich Salz
2016-03-21Remove the remainder of util/mk1mf.pl and companion scriptsRichard Levitte
2016-03-09Avoid double-free in calleres to OCSP_parse_urlJim Basney
2016-02-22Remove unused parameters from internal functionsRich Salz
2016-02-20Always build library object files with shared library cflagsRichard Levitte
2016-02-18Remove all special make depend flags, as well as OPENSSL_DOING_MAKEDEPENDRichard Levitte
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