aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/asn1/a_utf8.c
Commit message (Expand)AuthorAgeFilesLines
* Identify and move common internal libcrypto header filesRichard Levitte2015-05-141-1/+1
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-133/+158
* mark all block comments that need format preserving so thatTim Hudson2014-12-301-1/+2
* Revert the size_t modifications from HEAD that had led to moreGeoff Thorpe2008-11-121-2/+2
* size_tification.Ben Laurie2008-11-011-2/+2
* Merge from the ASN1 branch of new ASN1 codeDr. Stephen Henson2000-12-081-27/+0
* int may be smaller than 32 bits.Bodo Möller2000-06-051-8/+8
* Constification.Ben Laurie1999-10-231-2/+2
* Don't return stuff from void functions.Ben Laurie1999-10-231-1/+1
* Replace the macros in asn1.h with function equivalents. Also make UTF8StringsDr. Stephen Henson1999-10-201-0/+6
* Lots of evil casts to stop VC++ choking with "possible loss of data"Dr. Stephen Henson1999-09-191-21/+21
* New UTF8 utility functions to parse/generate UTF8 strings.Dr. Stephen Henson1999-09-041-0/+149
* Remove NOPROTO definitions and error code comments.Ulf Möller1999-04-261-3/+0
* Change #include filenames from <foo.h> to <openssl.h>.Bodo Möller1999-04-231-1/+1
* Change functions to ANSI C.Ulf Möller1999-04-191-7/+3
* Add support for VISIBLESTRING and UTF8StringDr. Stephen Henson1999-04-171-0/+90