aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/asn1/a_mbstr.c
Commit message (Expand)AuthorAgeFilesLines
* Fix unitialized warningsDr. Stephen Henson2009-10-041-1/+1
* Revert the size_t modifications from HEAD that had led to moreGeoff Thorpe2008-11-121-7/+7
* Update obsolete email address...Dr. Stephen Henson2008-11-051-1/+1
* size_tification.Ben Laurie2008-11-011-7/+7
* Update util/ck_errf.pl script, and have it run automaticallyBodo Möller2005-05-091-10/+10
* Use BUF_strlcpy() instead of strcpy().Richard Levitte2003-12-271-2/+2
* outlen should be int * in out_utf8.Dr. Stephen Henson2003-08-211-1/+1
* Marin Kraemer <Martin.Kraemer@MchP.Siemens.De> sent us patches to makeRichard Levitte2000-09-101-0/+7
* New option to CA.pl to sign request using CA extensions.Dr. Stephen Henson2000-08-241-1/+4
* int may be smaller than 32 bits.Bodo Möller2000-06-051-2/+2
* There have been a number of complaints from a number of sources that namesRichard Levitte2000-06-011-2/+2
* Finish off the X509_ATTRIBUTE string stuff.Dr. Stephen Henson2000-01-201-2/+2
* Initial automation changes to 'req' and X509_ATTRIBUTE functions.Dr. Stephen Henson2000-01-061-49/+1
* Allow additional information to be attached to aDr. Stephen Henson1999-11-041-1/+1
* Continued multibyte character support.Dr. Stephen Henson1999-10-271-0/+29
* More multibyte character support.Dr. Stephen Henson1999-10-251-8/+65
* Constification.Ben Laurie1999-10-231-4/+4
* Don't return stuff from void functions.Ben Laurie1999-10-231-2/+2
* New function ASN1_mbstring_copy() to handle ASN1 string copying. UltimatelyDr. Stephen Henson1999-10-211-0/+352