Don't interleave handshake and other record types in TLSv1.3
[openssl.git] / crypto / stack /
2018-08-09 Matt CaswellRevert "stack/stack.c: omit redundant NULL checks."
2018-08-07 Andy Polyakovstack/stack.c: omit redundant NULL checks.
2018-04-26 Rich SalzFix last(?) batch of malloc-NULL places
2018-04-17 Richard LevitteUpdate copyright year
2018-04-03 Rich SalzSet error code on alloc failures
2017-10-25 Paul YangAdd sk_TYPE_new_reserve() function
2017-10-05 Andy Polyakovstack/stack.c: various cleanups.
2017-10-03 FdaSilvaYYPostpone allocation of STACK internal storage ... until...
2017-09-27 PauliAdd a reserve call to the stack data structure.
2016-09-21 Matt CaswellDon't leak on an OPENSSL_realloc() failure
2016-09-19 Matt CaswellConvert num_alloc to a size_t in stack.c and tweak...
2016-09-19 Guido VrankenPrevent overflows in stack API
2016-08-10 Rich SalzAdd some const casts
2016-06-30 FdaSilvaYYConstify a bit more OPENSSL_sk_ API
2016-06-30 FdaSilvaYYUse directly zalloc in OPENSSL_sk_dup and OPENSSL_sk_de...
2016-05-21 Dr. Stephen HensonConstify stack and lhash macros.
2016-05-20 Rich SalzRename lh_xxx,sk_xxx tp OPENSSL_{LH,SK}_xxx
2016-05-17 Rich SalzCopyright consolidation 06/10
2016-04-20 Richard LevitteRemove --classic build entirely
2016-03-21 Richard LevitteRemove the remainder of util/mk1mf.pl and companion...
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-06 Dr. Stephen Hensonif no comparison function set make sk_sort no op
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
2015-09-04 Rich SalzMore zalloc nits
2015-09-03 Rich Salzremove 0 assignments.
2015-08-10 Rich SalzRT3999: Remove sub-component version strings
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-06 Rich Salzmemset, memcpy, sizeof consistency fixes
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-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-17 Matt CaswellFix memset call in stack.c
2015-03-12 Dr. Stephen HensonRemove obsolete declarations.
2015-03-05 Dr. Stephen HensonMake STACK_OF opaque.
2015-02-06 Rich Salzutil/mkstack.pl now generates entire safestack.h
2015-01-24 Rich Salzundef cleanup: use memmove
2015-01-22 Matt CaswellRun util/openssl-format-source -v -c .
2015-01-22 Matt Caswellindent has problems with comments that are on the right...
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-08 Dr. Stephen HensonRemove fipscanister build functionality from makefiles.
2014-11-28 Rich SalzRemove all .cvsignore files
2014-08-28 Rich SalzMerge branch 'master' of git.openssl.org:openssl
2014-08-28 Rich SalzRT2308: Add extern "C" { ... } wrapper
2014-06-23 Viktor DukhovniImplement sk_deep_copy.
2014-06-10 Rob StradlingSeparate the SCT List parser from the SCT List viewer
2013-07-17 Dr. Stephen HensonCMS support for key agreeement recipient info.
2011-11-15 Ben LaurieAdd DTLS-SRTP.
2011-03-23 Richard Levittemake update (1.1.0-dev)
2011-03-12 Ben LaurieAdd SRP support.
2011-02-03 Bodo MöllerAssorted bugfixes:
2011-01-26 Dr. Stephen HensonChange AR to ARX to allow exclusion of fips object...
2010-12-02 Dr. Stephen HensonPR: 2386
2010-05-29 Dr. Stephen HensonPR: 2278
2010-02-07 Dr. Stephen Hensonmake update
2010-01-15 Dr. Stephen Hensonmake update
2009-07-27 Dr. Stephen HensonUpdate from 1.0.0-stable.
2009-07-27 Dr. Stephen HensonUpdate from 1.0.0-stable
2009-04-28 Dr. Stephen HensonUpdate from 1.0.0-stable.
2009-04-23 Dr. Stephen HensonMerge from 1.0.0-stable branch.
2009-04-03 Dr. Stephen HensonMerge from 1.0.0-stable branch.
2008-10-14 Ben LaurieType-safe OBJ_bsearch_ex.
2008-06-04 Dr. Stephen HensonRemove old non-safestack code.
2008-06-04 Ben LaurieMore type-checking.
2008-05-27 Dr. Stephen HensonAvoid warning about empty structures and always define...
2008-05-26 Ben LaurieLHASH revamp. make depend.
2008-05-09 Dr. Stephen HensonAdd missing cast.
2008-03-26 Dr. Stephen HensonSigned Receipt Request utility functions and option...
2008-03-12 Dr. Stephen HensonAnd so it begins...
2007-09-26 Dr. Stephen HensonSupport for certificate status TLS extension.
2007-09-07 Dr. Stephen HensonChange safestack reimplementation to match 0.9.8.
2007-07-30 Andy PolyakovMake preprocessor logic more fail-safe.
2007-07-30 Andy PolyakovAs for inline vs. __inline. The original code implies...
2007-06-23 Ben LaurieInline function declarations have to be prototypes.
2007-06-08 Dr. Stephen HensonWIN32 fixes.
2007-06-04 Dr. Stephen HensonBack out safestack.h change for now: seems to break...
2007-06-04 Dr. Stephen HensonAvoid use of function pointer casts in pem library...
2007-04-23 Bodo MöllerAdd SEED encryption algorithm.
2007-01-21 Dr. Stephen HensonConstify version strings and some structures.
2006-12-06 Dr. Stephen HensonFix change to OPENSSL_NO_RFC3779
2006-11-27 Ben LaurieAdd RFC 3779 support.
2006-11-16 Dr. Stephen HensonInitial, incomplete support for typesafe macros without...
2006-09-17 Dr. Stephen HensonOverhaul of by_dir code to handle dynamic loading of...
2006-02-12 Ulf MöllerRFC 3161 compliant time stamp request creation, respons...
2006-02-04 Dr. Stephen HensonUpdate filenames in makefiles.
2005-05-16 Andy PolyakovFurther BUILDENV refinement, further fool-proofing...
2005-05-16 Bodo Möllermake update
2005-05-15 Andy PolyakovFool-proofing Makefiles
next