crypto/evp: harden AEAD ciphers.
[openssl.git] / crypto / objects /
2017-01-24 Todd ShortAdd support for Poly1305 in EVP_PKEY
2016-11-03 Richard LevitteClean away remaining 'selftest' code
2016-08-22 Matt CaswellSanity check an ASN1_object_size result
2016-08-13 Dr. Stephen HensonUse OIDs from draft-ietf-curdle-pkix-02
2016-08-01 Richard LevitteForgotten make update
2016-08-01 Wim LewisAdditional CMS content types from RFC 4073, RFC 5083...
2016-07-20 Kurt RoeckxCheck for errors allocating the error strings.
2016-07-05 FdaSilvaYYAdd checks on sk_TYPE_push() returned value
2016-07-01 Rich SalzCleanup obj_dat.h, obj_dat.pl
2016-06-29 FdaSilvaYYWhitespace cleanup in crypto
2016-06-21 FdaSilvaYYSpelling... and more spelling
2016-06-01 Rich SalzRemove/rename some old files.
2016-05-23 Matt CaswellFix a mem leak on an error path in OBJ_NAME_add()
2016-05-23 Rich SalzRemove unused error/function codes.
2016-05-20 Rich SalzRename lh_xxx,sk_xxx tp OPENSSL_{LH,SK}_xxx
2016-05-19 Ben Laurieok was uninitialised on failure.
2016-05-18 Dr. Stephen HensonOID code tidy up.
2016-05-17 Rich SalzManual fixes after copyright consolidation
2016-05-17 Rich SalzCopyright consolidation 04/10
2016-05-09 FdaSilvaYYfix tab-space mixed indentation
2016-04-20 Rich SalzUpdate copyright; generated files.
2016-04-20 Richard LevitteRemove --classic build entirely
2016-04-20 Rich SalzCopyright consolidation: perl files
2016-04-13 Dr. Stephen HensonRemove check_defer()
2016-04-13 Matt CaswellRename int_*() functions to *_int()
2016-04-13 Matt CaswellRename lots of *_intern or *_internal function to int_*
2016-04-13 Matt CaswellDeprecate OBJ_cleanup() and make it a no-op
2016-04-13 Matt CaswellDeprecate EVP_cleanup() and make it a no-op
2016-03-21 Richard LevitteRemove the remainder of util/mk1mf.pl and companion...
2016-03-11 Kurt RoeckxReview comments
2016-03-11 Bill CoxAdd blake2 support.
2016-03-08 Todd ShortAdd cipher query functions
2016-03-03 Alessandro GhediniGH355: Implement HKDF
2016-02-28 Dr. Stephen HensonRename OIDs.
2016-02-26 David WoodhouseRT4335: Fix UEFI build of OBJ_NAME_new_index()
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-11 Richard LevittePerl's chop / chomp considered bad, use a regexp instead
2016-02-05 FdaSilvaYYGH601: Various spelling fixes.
2016-02-04 Dr. Stephen Hensonupdate OID tables
2016-02-04 Dr. Stephen HensonAdd Curve OIDs from draft-josefsson-pkix-newcurves
2016-02-04 Rich SalzRT2752: Add some EKU OID's
2016-02-02 Rich SalzRT2353: Add ipsec IKE OID
2016-02-01 Richard Levitteunified build scheme: add build.info files
2016-01-29 Rich SalzTemplatize util/domd
2016-01-29 Emilia KasperAlways DPURIFY
2016-01-27 Richard LevitteComplete the removal of /* foo.c */ comments
2016-01-26 Rich SalzRemove /* foo.c */ comments
2016-01-20 Rich SalzConsolidate "make update"
2016-01-19 Dr. Stephen HensonAdd TLS PRF method.
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 HensonUse ossl_inline and DEFINE_LHASH_OF
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
2016-01-07 Rich Salzmem functions cleanup
2016-01-07 Dr. Stephen HensonOnly declare stacks in headers
2016-01-07 Dr. Stephen HensonRename DECLARE*STACK_OF to DEFINE*STACK_OF
2015-12-16 Rich SalzRename some BUF_xxx to OPENSSL_xxx
2015-12-10 Rob StradlingSupport the TLS Feature (aka Must Staple) X.509v3 exten...
2015-12-10 Andy PolyakovAdd ChaCha20-Poly1305 and ChaCha20 NIDs.
2015-11-09 Matt CaswellContinue standardising malloc style for libcrypto
2015-11-05 Dr. Stephen HensonRebuild error source files.
2015-10-05 Dmitry BelyavskiyNew cipher and cipher modes standardized in Russia
2015-09-03 Rich Salzremove 0 assignments.
2015-08-17 Dmitry BelyavskyAdd new GOST OIDs
2015-06-23 Rich SalzAdd $! to errors, use script basename.
2015-06-08 Dr. Stephen Hensonreturn correct NID for undefined object
2015-06-02 Annie YousarRT3230: Better test for C identifier
2015-05-22 Richard LevitteFix the update target and remove duplicate file updates
2015-05-21 Dr. Stephen HensonAdd scrypt OID from draft-josefsson-scrypt-kdf-03
2015-05-14 Richard Levittemake depend
2015-05-14 Richard LevitteIdentify and move common internal libcrypto header...
2015-05-13 Hanno BöckCall of memcmp with null pointers in obj_cmp()
2015-05-13 Gunnar KudrjavetsFix the heap corruption in libeay32!OBJ_add_object.
2015-05-11 Rich SalzUse p==NULL not !p (in if statements, mainly)
2015-05-06 Rich SalzMake sig_app, sigx_app static
2015-05-06 Richard LevitteZLIB compression deserves a better comment
2015-05-05 Richard Levittemake update
2015-05-05 Richard LevitteRemove the last traces of the fake RLE compression
2015-05-04 Rich SalzUse safer sizeof variant in malloc
2015-05-03 Rich Salzfix various typo's
2015-05-03 Dr. Stephen HensonAdd OSSL_NELEM macro.
2015-05-01 Rich Salzfree NULL cleanup 11
2015-05-01 Rich Salzfree null cleanup finale
2015-05-01 Rich Salzfree NULL cleanup 7
2015-04-28 Rich Salzremove malloc casts
2015-04-16 Viktor DukhovniCode style: space after 'if'
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 Dr. Stephen Hensonmake depend
2015-03-24 Dr. Stephen Hensonmake ASN1_OBJECT opaque
2015-03-05 Matt CaswellUnchecked malloc fixes
2015-02-12 Rich SalzRT937: Enable pilotAttributeType uniqueIdentifier
2015-02-11 Andy PolyakovAdd more Camellia OIDs.
2015-02-09 Andy PolyakovBring objects.pl output even closer to new format.
2015-02-09 Andy PolyakovHarmonize objects.pl output with new format.
next