Fix the default digest algorthm of SM2
[openssl.git] / crypto / asn1 / asn_pack.c
2016-08-17 Dr. Stephen HensonConstify ASN1_item_unpack().
2016-06-01 Matt CaswellDon't leak memory on ASN1_item_pack() error path
2016-05-17 Rich SalzCopyright consolidation 08/10
2016-01-26 Rich SalzRemove /* foo.c */ comments
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-01 Rich Salzfree null cleanup finale
2015-03-23 Dr. Stephen HensonRemove old ASN.1 code.
2015-01-22 Matt CaswellRun util/openssl-format-source -v -c .
2014-06-27 Dr. Stephen HensonMemory leak and NULL dereference fixes.
2009-07-27 Dr. Stephen HensonUpdate from 1.0.0-stable.
2008-11-12 Geoff ThorpeRevert the size_t modifications from HEAD that had...
2008-11-05 Dr. Stephen HensonUpdate obsolete email address...
2008-11-01 Ben Lauriesize_tification.
2008-06-04 Ben LaurieMore type-checking.
2005-05-09 Bodo MöllerUpdate util/ck_errf.pl script, and have it run automati...
2005-03-31 Ben LaurieConsistency.
2005-03-31 Ben LaurieSimplicate and add lightness.
2005-03-31 Ben LaurieGive everything prototypes (well, everything that's...
2004-03-15 Richard LevitteConstify d2i, s2i, c2i and r2i functions and other...
2000-12-31 Dr. Stephen HensonRewrite PKCS#12 code and remove some of the old
2000-12-30 Dr. Stephen HensonASN1_ITEM versions of ASN1_d2i_{fp, bio} and replacement of
2000-12-28 Dr. Stephen HensonASN1_ITEM versions of sign, verify, pack and unpack.
2000-06-21 Dr. Stephen HensonFixes for Win32 build.
2000-06-01 Richard LevitteThere have been a number of complaints from a number...
1999-06-06 Dr. Stephen HensonMore PKCS#5 v2.0 development. Add a function to setup...
1999-04-23 Bodo MöllerChange #include filenames from <foo.h> to <openssl.h>.
1999-04-19 Ulf MöllerChange functions to ANSI C.
1999-04-16 Ben LaurieFix some warnings. Contributed by Anonymous.
1999-03-28 Dr. Stephen HensonFurther PKCS#12 integration, PBE, PKCS#8 additions.