Move a fall through comment
[openssl.git] / crypto / blake2 /
2019-06-06 Kurt RoeckxChange EVP_MAC method from copy to dup
2019-06-04 Shane LontisMove digests to providers
2019-03-11 Shane Lontisfix truncation of integers on 32bit AIX
2019-02-06 Antoine Salonblake2: avoid writing to output buffer when using defau...
2019-02-06 Antoine Salonblake2: backport changes to blake2s
2019-02-06 Antoine Salonblake2b: add EVP_MAC API
2019-02-06 Antoine Salonblake2b: add support for parameter setting and keyed...
2019-02-06 Antoine Salonblake2: add implementation support for variable digest...
2018-12-06 Richard LevitteFollowing the license change, modify the boilerplates...
2017-10-18 KaoruTodaRemove parentheses of return.
2017-08-29 PauliMove e_os.h to be the very first include.
2017-08-29 Paulie_os.h removal from other headers and source files.
2017-01-25 FdaSilvaYYFix some extra or missing whitespaces...
2016-05-17 Rich SalzCopyright consolidation 09/10
2016-05-09 FdaSilvaYYfix tab-space mixed indentation
2016-05-04 Dr. Stephen HensonFix Blake block length
2016-04-20 Richard LevitteRemove --classic build entirely
2016-04-20 Rich SalzCopyright consolidation: perl files
2016-04-07 Andy PolyakovClean-up *_DEBUG options.
2016-04-06 Andy PolyakovConfigure: add BLAKE_DEBUG to --strict-warnings set.
2016-03-31 Andy Polyakovcrypto/blake2: make lowest-level function handle multip...
2016-03-21 Richard LevitteRemove the remainder of util/mk1mf.pl and companion...
2016-03-20 Rich SalzRemove #error from include files.
2016-03-20 Rich SalzMove blake2_loclh to blake2 directory
2016-03-11 Kurt RoeckxUse unsigned int instead of just unsigned.
2016-03-11 Kurt RoeckxSave leaf_node and node_offset as character array
2016-03-11 Kurt RoeckxReview comments
2016-03-11 Bill CoxAdd blake2 support.