Fix X509_PUBKEY cached key handling.
[openssl.git] / crypto / conf /
2016-03-23 Rich SalzMove dso.h to internal
2016-03-21 Dr. Stephen HensonDon't use hardcoded values for types
2016-03-21 Richard LevitteRemove the remainder of util/mk1mf.pl and companion...
2016-03-20 Rich SalzRemove #error from include files.
2016-03-17 Dr. Stephen HensonUse correct C format for keysets.pl
2016-03-07 David WoodhouseElide OPENSSL_INIT_set_config_filename() for no-stdio...
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-18 Rich SalzRemove outdated DEBUG flags.
2016-02-18 Roumen PetrovFix OPENSSL_config with NULL parameter
2016-02-14 Viktor DukhovniFixes to make no-deprecated work again
2016-02-11 Rich SalzCheck malloc
2016-02-11 Rich SalzHide OPENSSL_INIT_SETTINGS.
2016-02-10 Rich SalzRename INIT funtions, deprecate old ones.
2016-02-09 Rich SalzPortability fix
2016-02-09 Matt CaswellUpdates for auto init/deinit review comments
2016-02-09 Matt CaswellAuto init/deinit libcrypto
2016-02-02 Emilia KasperRT3854 Update docs.
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 SalzRemove some old makefile targets
2016-01-12 Rich SalzMove Makefiles to Makefile.in
2016-01-12 Richard Levittemake update
2016-01-11 Dr. Stephen HensonAdd lh_doall_arg inlining
2016-01-11 Dr. Stephen HensonAdd lh_doall inlining
2016-01-11 Dr. Stephen HensonAdd lh_new() inlining
2016-01-11 Dr. Stephen HensonInline LHASH_OF
2015-12-16 Rich SalzRename some BUF_xxx to OPENSSL_xxx
2015-12-09 Dr. Stephen Hensonmake update
2015-11-24 Marcus Meissnermark openssl configuration as loaded at end of OPENSSL_...
2015-11-09 Matt CaswellContinue standardising malloc style for libcrypto
2015-11-05 Dr. Stephen HensonRebuild error source files.
2015-10-23 Alessandro GhediniReplace malloc+strlcpy with strdup
2015-09-30 David WoodhouseFix no-stdio build
2015-09-03 Rich Salzremove 0 assignments.
2015-08-10 Rich SalzRT3999: Remove sub-component version strings
2015-06-09 Rich SalzNo fprintf in the txt_db component
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 11
2015-05-01 Rich Salzfree null cleanup finale
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-02-12 Graeme PerrowRT3670: Check return from BUF_MEM_grow_clean
2015-02-06 Rich SalzLive code cleanup: remove #if 1 stuff
2015-02-06 Rich Salzutil/mkstack.pl now generates entire safestack.h
2015-01-30 Rich SalzDead code removal: #if 0 conf, dso, pqueue, threads
2015-01-27 Rich Salz"#if 0" removal: header files
2015-01-26 Rich SalzMake OPENSSL_config truly ignore errors.
2015-01-22 Matt CaswellRe-align some comments after running the reformat script.
2015-01-22 Matt CaswellRun util/openssl-format-source -v -c .
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-08 Dr. Stephen HensonRemove fipscanister build functionality from makefiles.
2014-11-28 Rich SalzRemove all .cvsignore files
2014-11-20 Rich SalzRT3488: Update doc for OPENSSL_config
2014-08-30 Rich SalzRemove some outdated README files, to avoid confusing...
2014-08-28 Dr. Stephen Hensonfix warning
2014-08-18 Justin BlanchardRT1815: More const'ness improvements
2014-07-07 David LloydPrevent infinite loop loading config files.
2012-10-22 Dr. Stephen HensonNew config module for string tables. This can be used...
2012-07-03 Dr. Stephen HensonPR: 2840
2011-09-02 Dr. Stephen HensonPR: 2576
2011-01-26 Dr. Stephen HensonChange AR to ARX to allow exclusion of fips object...
2010-06-12 Ben LaurieFix warnings.
2008-11-05 Dr. Stephen HensonUpdate obsolete email address...
2008-07-04 Dr. Stephen HensonAvoid warnings with -pedantic, specifically:
2008-06-04 Ben LaurieMore type-checking.
2008-05-31 Dr. Stephen HensonStop warning about extra ';' outside of function.
2008-05-26 Ben LaurieLHASH revamp. make depend.
2007-09-07 Dr. Stephen HensonChange safestack reimplementation to match 0.9.8.
2007-05-10 Dr. Stephen HensonTidy up docs, remove warning.
2007-04-09 Dr. Stephen HensonDon't ignore config_name parameter passed to OPENSSL_co...
2007-04-01 Ben LaurieDon't die if the value is NULL (Coverity CID 98).
2007-01-21 Dr. Stephen HensonConstify version strings and some structures.
2006-11-21 Dr. Stephen HensonUpdate from 0.9.8 stable. Eliminate duplicate error...
2006-11-16 Dr. Stephen HensonInitial, incomplete support for typesafe macros without...
2006-02-04 Dr. Stephen HensonUpdate filenames in makefiles.
2005-12-18 Andy PolyakovKeep disclaiming 16-bit platform support. For now remov...
2005-09-28 Richard LevitteChange a comment so it corresponds to reality. Put...
2005-05-17 Andy PolyakovMove cryptlib.h prior bio.h. Actually it makes sense...
2005-05-16 Andy PolyakovFurther BUILDENV refinement, further fool-proofing...
2005-05-15 Andy PolyakovFool-proofing Makefiles
2005-05-11 Bodo MöllerFix more error codes.
2005-04-26 Bodo MöllerFix various incorrect error function codes.
2005-04-12 Dr. Stephen HensonRebuild error codes.
2005-04-11 Richard LevitteAdd emacs cache files to .cvsignore.
2005-04-07 Nils Larschmake sure error queue is totally emptied
2005-03-30 Ben LaurieBlow away Makefile.ssl.
2004-11-02 Richard LevitteDon't use $(EXHEADER) directly in for loops, as most...
2004-05-17 Geoff ThorpeAfter the latest round of header-hacking, regenerate...
next