DRBG: make locking api truly private
[openssl.git] / crypto / ocsp /
2018-02-13 Matt CaswellUpdate copyright year
2018-02-09 FdaSilvaYYSmall simplification in mkerr.pl
2018-01-24 David CooperAdd documentation for the OCSP_basic_sign() and OCSP_ba...
2018-01-24 David CooperMake editorial changes suggested by Matt Caswell and...
2018-01-24 David CooperMake editorial changes suggested by Rich Salz and add...
2018-01-24 David CooperAdd -rsigopt option to ocsp command
2017-12-12 Ben KadukFix more OCSP_resp_get0_signer() nits
2017-11-12 Benjamin KadukAdd an API to get the signer of an OCSP response
2017-11-07 FdaSilvaYYstyle : fix some if(...
2017-11-07 Matt CaswellRemove 4 broken macros from ocsp.h
2017-10-18 KaoruTodaRemove parentheses of return.
2017-08-29 PauliMove e_os.h to be the very first include.
2017-08-21 PauliThis has been added to avoid the situation where some...
2017-08-16 David von OheimbFix OCSP_basic_verify() cert chain construction in...
2017-06-27 Benjamin KadukFix return-value checks in OCSP_resp_get1_id()
2017-06-21 Sascha SteinbissAdd OCSP_resp_get1_id() accessor
2017-06-07 Rich Salzmake error tables const and separate header file
2017-05-11 Bernd EdlingerFix gcc-7 warnings.
2016-09-22 Matt CaswellAdd OCSP_RESPID_match()
2016-09-22 Matt CaswellAdd the ability to set OCSP_RESPID fields
2016-08-25 Matt CaswellFix an uninitialised read on an error path
2016-08-23 FdaSilvaYYConstify some inputs buffers
2016-08-22 Matt CaswellCheck for error return from ASN1_object_size
2016-08-19 Dr. Stephen HensonAdd X509_get0_serialNumber() and constify OCSP_cert_to_id()
2016-08-17 Matt CaswellConvert OCSP* functions to use const getters
2016-08-05 klemensspelling fixes, just comments and readme.
2016-08-04 FdaSilvaYYConstify some ASN1_OBJECT *obj input parameters
2016-07-30 Richard J. MooreIgnore the serial number for now and just do the rest.
2016-07-30 Richard J. MooreMake some more X509 functions const.
2016-07-20 Kurt RoeckxCheck for errors allocating the error strings.
2016-07-20 Todd ShortOCSP_request_add0_id() inconsistent error return
2016-07-13 Dr. Stephen HensonAdd OCSP accessors.
2016-07-05 FdaSilvaYYAdd checks on sk_TYPE_push() returned value
2016-06-18 FdaSilvaYYUseless header include of openssl/rand.h
2016-06-02 Dr. Stephen HensonTidy up OCSP print handling.
2016-05-23 Rich SalzRemove unused error/function codes.
2016-05-17 Rich SalzManual fixes after copyright consolidation
2016-05-17 Rich SalzCopyright consolidation 09/10
2016-04-28 Matt CaswellDon't leak resource on error in OCSP_url_svcloc_new
2016-04-26 Benjamin KadukRemove dead-code infinite loop
2016-04-20 Richard LevitteRemove --classic build entirely
2016-04-17 Richard LevitteRestore OCSP_basic_verify() error return semantics
2016-04-16 Richard LevitteSmall OCSP fixup
2016-04-15 Rich SalzMake many X509_xxx types opaque.
2016-03-21 Richard LevitteRemove the remainder of util/mk1mf.pl and companion...
2016-03-10 Jim BasneyAvoid double-free in calleres to OCSP_parse_url
2016-02-22 Rich SalzRemove unused parameters from internal functions
2016-02-20 Richard LevitteAlways build library object files with shared library...
2016-02-18 Richard LevitteRemove all special make depend flags, as well as OPENSS...
2016-02-05 FdaSilvaYYGH601: Various spelling fixes.
2016-02-01 Richard Levitteunified build scheme: add build.info files
2016-01-29 Rich SalzTemplatize util/domd
2016-01-26 Rich SalzRemove /* foo.c */ comments
2016-01-20 Rich SalzRemove update tags
2016-01-17 Rich SalzAccessor update; fix API, document one.
2016-01-17 Rich SalzRemove some old makefile targets
2016-01-17 Rich SalzAdd some accessors.
2016-01-12 Rich SalzMove Makefiles to Makefile.in
2016-01-12 Richard Levittemake update
2015-12-31 Dr. Stephen HensonUse X509_get0_pubkey where appropriate
2015-12-16 Rich SalzRename some BUF_xxx to OPENSSL_xxx
2015-12-09 Dr. Stephen Hensonmake update
2015-11-09 Matt CaswellContinue standardising malloc style for libcrypto
2015-11-05 Dr. Stephen HensonRebuild error source files.
2015-10-23 Alessandro GhediniRemove useless code
2015-10-11 Dr. Stephen Hensonembed OCSP_CERTID
2015-10-11 Dr. Stephen HensonEmbed various OCSP fields.
2015-09-11 Ben LaurieEnable -Wmissing-variable-declarations and
2015-09-05 Dr. Stephen HensonAvoid direct X509 structure access
2015-09-03 Rich Salzremove 0 assignments.
2015-08-31 Dr. Stephen HensonAdd X509_up_ref function.
2015-05-22 Richard LevitteFix the update target and remove duplicate file updates
2015-05-14 Richard Levittemake depend
2015-05-14 Richard LevitteIdentify and move common internal libcrypto header...
2015-05-11 Rich SalzUse p==NULL not !p (in if statements, mainly)
2015-05-07 Rich SalzUse "==0" instead of "!strcmp" etc
2015-05-04 Rich SalzUse safer sizeof variant in malloc
2015-05-01 Rich Salzfree NULL cleanup -- coda
2015-05-01 Rich Salzfree null cleanup finale
2015-04-30 Rich Salzfree cleanup 12
2015-04-30 Rich Salzfree NULL cleanup 5a
2015-04-30 Rich Salzfree NULL cleanup 8
2015-03-31 Richard LevitteRemove EXHEADER, TEST, APPS, links:, install: and unins...
2015-03-31 Richard LevitteStop symlinking, move files to intended directory
2015-03-25 Rich Salzfree NULL cleanup
2015-03-25 Matt CaswellRAND_bytes updates
2015-03-24 Dr. Stephen HensonMake OCSP response verification more flexible.
2015-03-24 Dr. Stephen Hensonmake depend
2015-03-24 Rich Salzfree NULL cleanup
2015-03-23 Dr. Stephen Hensonmake X509_EXTENSION opaque
2015-03-23 Dr. Stephen HensonRemove old ASN.1 code.
2015-03-12 Dr. Stephen HensonRemove obsolete declarations.
2015-03-05 Dr. Stephen HensonMake OCSP structures opaque.
2015-02-08 Rich SalzFinal (for me, for now) dead code cleanup
2015-01-29 Richard Levitteclang on Linux x86_64 complains about unreachable code.
2015-01-27 Rich SalzOPENSSL_NO_xxx cleanup: SHA
2015-01-22 Matt CaswellRun util/openssl-format-source -v -c .
2015-01-06 Matt CaswellFurther comment amendments to preserve formatting prior...
2014-12-30 Tim Hudsonmark all block comments that need format preserving...
2014-12-22 Rich SalzRT3548: Remvoe unsupported platforms
next