aboutsummaryrefslogtreecommitdiff
path: root/crypto/asn1/a_mbstr.c
AgeCommit message (Expand)AuthorFilesLines
2015-05-14Identify and move common internal libcrypto header filesRichard Levitte1-1/+1
2015-05-11Use p==NULL not !p (in if statements, mainly)Rich Salz1-1/+1
2015-05-01free null cleanup finaleRich Salz1-5/+3
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell1-265/+288
2009-10-04Fix unitialized warningsDr. Stephen Henson1-1/+1
2008-11-12Revert the size_t modifications from HEAD that had led to moreGeoff Thorpe1-7/+7
2008-11-05Update obsolete email address...Dr. Stephen Henson1-1/+1
2008-11-01size_tification.Ben Laurie1-7/+7
2005-05-09Update util/ck_errf.pl script, and have it run automaticallyBodo Möller1-10/+10
2003-12-27Use BUF_strlcpy() instead of strcpy().Richard Levitte1-2/+2
2003-08-21outlen should be int * in out_utf8.Dr. Stephen Henson1-1/+1
2000-09-10Marin Kraemer <Martin.Kraemer@MchP.Siemens.De> sent us patches to makeRichard Levitte1-0/+7
2000-08-24New option to CA.pl to sign request using CA extensions.Dr. Stephen Henson1-1/+4
2000-06-05int may be smaller than 32 bits.Bodo Möller1-2/+2
2000-06-01There have been a number of complaints from a number of sources that namesRichard Levitte1-2/+2
2000-01-20Finish off the X509_ATTRIBUTE string stuff.Dr. Stephen Henson1-2/+2
2000-01-06Initial automation changes to 'req' and X509_ATTRIBUTE functions.Dr. Stephen Henson1-49/+1
1999-11-04Allow additional information to be attached to aDr. Stephen Henson1-1/+1
1999-10-27Continued multibyte character support.Dr. Stephen Henson1-0/+29
1999-10-25More multibyte character support.Dr. Stephen Henson1-8/+65
1999-10-23Constification.Ben Laurie1-4/+4
1999-10-23Don't return stuff from void functions.Ben Laurie1-2/+2
1999-10-21New function ASN1_mbstring_copy() to handle ASN1 string copying. UltimatelyDr. Stephen Henson1-0/+352