summaryrefslogtreecommitdiffstats
path: root/crypto/asn1/a_mbstr.c
AgeCommit message (Expand)Author
2017-08-22This has been added to avoid the situation where some host ctype.h functionsPauli
2017-07-06Memory bounds checking in asn1 code.Pauli
2017-07-05Undo commit d420ac2Rich Salz
2016-05-17Copyright consolidation 08/10Rich Salz
2016-01-26Remove /* foo.c */ commentsRich Salz
2015-11-09Continue standardising malloc style for libcryptoMatt Caswell
2015-09-07Updates for NumericString supportMatt Caswell
2015-09-07Add NumericString supportDmitry Belyavsky
2015-05-14Identify and move common internal libcrypto header filesRichard Levitte
2015-05-11Use p==NULL not !p (in if statements, mainly)Rich Salz
2015-05-01free null cleanup finaleRich Salz
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
2009-10-04Fix unitialized warningsDr. Stephen Henson
2008-11-12Revert the size_t modifications from HEAD that had led to moreGeoff Thorpe
2008-11-05Update obsolete email address...Dr. Stephen Henson
2008-11-01size_tification.Ben Laurie
2005-05-09Update util/ck_errf.pl script, and have it run automaticallyBodo Möller
2003-12-27Use BUF_strlcpy() instead of strcpy().Richard Levitte
2003-08-21outlen should be int * in out_utf8.Dr. Stephen Henson
2000-09-10Marin Kraemer <Martin.Kraemer@MchP.Siemens.De> sent us patches to makeRichard Levitte
2000-08-24New option to CA.pl to sign request using CA extensions.Dr. Stephen Henson
2000-06-05int may be smaller than 32 bits.Bodo Möller
2000-06-01There have been a number of complaints from a number of sources that namesRichard Levitte
2000-01-20Finish off the X509_ATTRIBUTE string stuff.Dr. Stephen Henson
2000-01-06Initial automation changes to 'req' and X509_ATTRIBUTE functions.Dr. Stephen Henson
1999-11-04Allow additional information to be attached to aDr. Stephen Henson
1999-10-27Continued multibyte character support.Dr. Stephen Henson
1999-10-25More multibyte character support.Dr. Stephen Henson
1999-10-23Constification.Ben Laurie
1999-10-23Don't return stuff from void functions.Ben Laurie
1999-10-21New function ASN1_mbstring_copy() to handle ASN1 string copying. UltimatelyDr. Stephen Henson