Remove OPENSSL_assert() from crypto/threads_none.c
[openssl.git] / crypto / ts /
2017-06-12 Rich SalzPut message strings in state files
2017-06-07 Rich Salzmake error tables const and separate header file
2017-05-03 Marek KleinAdded support for ESSCertIDv2
2016-10-19 FdaSilvaYYAdd error checking, small nit on ouput
2016-10-10 David BenjaminRemove trailing whitespace from some files.
2016-08-16 Matt CaswellConvert TS_STATUS_INFO* functions to use const getters
2016-08-16 Dr. Stephen HensonAdd ASN1_STRING_get0_data(), deprecate ASN1_STRING_data().
2016-08-04 Dr. Stephen HensonLimit status message sisze in ts_get_status_check
2016-08-04 FdaSilvaYYConstify some ASN1_OBJECT *obj input parameters
2016-07-22 Dr. Stephen HensonFix OOB read in TS_OBJ_print_bio().
2016-07-20 Kurt RoeckxCheck for errors allocating the error strings.
2016-06-29 FdaSilvaYYWhitespace cleanup in crypto
2016-06-18 Matt CaswellImprove const correctness for stacks of EVP_MD
2016-06-10 Matt CaswellFix seg fault in TS_RESP_verify_response()
2016-05-23 Rich SalzRemove unused error/function codes.
2016-05-17 Rich SalzManual fixes after copyright consolidation
2016-05-17 Rich SalzCopyright consolidation 06/10
2016-05-04 Marek KleinDEFINE_STACK_OF(ASN1_UTF8STRING) moved from ts_lcl...
2016-04-20 Richard LevitteRemove --classic build entirely
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-20 Rich SalzRemove #error from include files.
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-12 Richard LevitteRename INSTALL_PREFIX to DESTDIR, remove option --insta...
2016-02-06 Richard LevitteEnhance and clear the support of linker flags
2016-02-01 Richard Levitteunified build scheme: add build.info files
2016-01-29 Rich SalzTemplatize util/domd
2016-01-29 Richard LevitteConfigure et al: split up the lflags configuration...
2016-01-28 Viktor DukhovniComment side-effect only calls of X509_check_purpose
2016-01-26 Rich SalzRemove /* foo.c */ comments
2016-01-20 Rich SalzRemove update tags
2016-01-20 Dr. Stephen Hensonmake EVP_PKEY opaque
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
2016-01-07 Dr. Stephen HensonRename DECLARE*STACK_OF to DEFINE*STACK_OF
2016-01-03 Viktor DukhovniFix X509_STORE_CTX_cleanup()
2015-12-09 Dr. Stephen Hensonmake update
2015-12-07 Richard LevitteCleanup: fix all sources that used EVP_MD_CTX_(create...
2015-12-07 Richard LevitteAdjust all accesses to EVP_MD_CTX to use accessor funct...
2015-11-20 Dr. Stephen HensonAdd support for signer_digest option in TS.
2015-11-13 Graeme PerrowRT32671: wrong multiple errs TS_check_status_info
2015-11-09 Matt CaswellContinue standardising malloc style for libcrypto
2015-11-05 Dr. Stephen HensonRebuild error source files.
2015-09-30 David WoodhouseFix no-stdio build
2015-09-22 Dr. Stephen Hensonmake update
2015-09-22 Dr. Stephen HensonAvoid structure access in crypto/ts
2015-09-22 Rich SalzRemove "noise" comments from TS files.
2015-09-11 Ben LaurieEnable -Wmissing-variable-declarations and
2015-09-05 Dr. Stephen HensonAvoid direct X509 structure access
2015-09-05 Rich SalzMake TS structures opaque.
2015-09-03 Rich SalzAdd and use OPENSSL_zalloc
2015-08-31 Dr. Stephen HensonAdd X509_up_ref function.
2015-06-04 Rich SalzSet error code, no fprintf stderr, on errors.
2015-06-04 Rich SalzRename all static TS_xxx to ts_xxx
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-06 Rich Salzmemset, memcpy, sizeof consistency fixes
2015-05-04 Rich SalzUse safer sizeof variant in malloc
2015-05-03 Dr. Stephen HensonAdd OSSL_NELEM macro.
2015-05-01 Rich Salzfree NULL cleanup -- coda
2015-05-01 Rich Salzfree NULL cleanup 11
2015-04-30 Rich Salzfree NULL cleanup 5a
2015-04-30 Rich Salzfree NULL cleanup 8
2015-04-28 Rich Salzremove malloc casts
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-28 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-01-27 Rich SalzOPENSSL_NO_xxx cleanup: many removals
2015-01-22 Matt CaswellRun util/openssl-format-source -v -c .
2015-01-22 Matt CaswellFurther comment changes for reformat (master)
2015-01-14 Rich SalzCleanup OPENSSL_NO_xxx, part 1 master-pre-reformat
2014-12-30 Tim Hudsonmark all block comments that need format preserving...
2014-12-11 Matt Caswellmake update
2014-12-08 Matt CaswellImplement internally opaque bn access from ts
2014-12-08 Geoff ThorpeInclude <openssl/foo.h> instead of "foo.h"
2014-12-08 Dr. Stephen HensonRemove fipscanister build functionality from makefiles.
2014-11-28 Rich SalzRemove all .cvsignore files
2014-11-12 Michal BozonCorrect timestamp output when clock_precision_digits > 0
2014-08-18 Justin BlanchardRT1815: More const'ness improvements
2014-04-22 Ben LaurieFix double frees.
2012-08-03 Dr. Stephen HensonRename Suite B functions for consistency.
2012-06-03 Ben LaurieVersion skew reduction: trivia (I hope).
2011-01-26 Dr. Stephen HensonChange AR to ARX to allow exclusion of fips object...
2011-01-03 Dr. Stephen HensonPR: 2410
2010-04-14 Dr. Stephen HensonPR: 2235
2009-09-23 Dr. Stephen HensonAudit libcrypto for unchecked return values: fix all...
2008-12-29 Ben LaurieIf we're going to return errors (no matter how stupid...
2008-12-20 Dr. Stephen HensonMake no-engine work again.
2008-11-12 Geoff ThorpeRevert the size_t modifications from HEAD that had...
2008-11-01 Ben LaurieMore size_tification.
2008-04-17 Lutz JänickeApply mingw patches as supplied by Roumen Petrov an...
next