Adjust a last few generators to new license boilerplate and C code style
[openssl.git] / crypto / asn1 / a_mbstr.c
2016-01-26 Rich SalzRemove /* foo.c */ comments
2015-11-09 Matt CaswellContinue standardising malloc style for libcrypto
2015-09-07 Matt CaswellUpdates for NumericString support
2015-09-07 Dmitry BelyavskyAdd NumericString support
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-01-22 Matt CaswellRun util/openssl-format-source -v -c .
2009-10-04 Dr. Stephen HensonFix unitialized warnings
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.
2005-05-09 Bodo MöllerUpdate util/ck_errf.pl script, and have it run automati...
2003-12-27 Richard LevitteUse BUF_strlcpy() instead of strcpy().
2003-08-21 Dr. Stephen Hensonoutlen should be int * in out_utf8.
2000-09-10 Richard LevitteMarin Kraemer <Martin.Kraemer@MchP.Siemens.De> sent...
2000-08-24 Dr. Stephen HensonNew option to CA.pl to sign request using CA extensions.
2000-06-05 Bodo Möllerint may be smaller than 32 bits.
2000-06-01 Richard LevitteThere have been a number of complaints from a number...
2000-01-20 Dr. Stephen HensonFinish off the X509_ATTRIBUTE string stuff.
2000-01-06 Dr. Stephen HensonInitial automation changes to 'req' and X509_ATTRIBUTE...
1999-11-04 Dr. Stephen HensonAllow additional information to be attached to a
1999-10-27 Dr. Stephen HensonContinued multibyte character support.
1999-10-25 Dr. Stephen HensonMore multibyte character support.
1999-10-23 Ben LaurieConstification.
1999-10-23 Ben LaurieDon't return stuff from void functions.
1999-10-21 Dr. Stephen HensonNew function ASN1_mbstring_copy() to handle ASN1 string...