summaryrefslogtreecommitdiff
path: root/crypto/asn1/a_utf8.c
Commit message (Expand)AuthorAgeFilesLines
* 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