aboutsummaryrefslogtreecommitdiff
path: root/crypto/asn1/a_utf8.c
AgeCommit message (Expand)AuthorFilesLines
2000-12-08Merge from the ASN1 branch of new ASN1 codeDr. Stephen Henson1-27/+0
2000-06-05int may be smaller than 32 bits.Bodo Möller1-8/+8
1999-10-23Constification.Ben Laurie1-2/+2
1999-10-23Don't return stuff from void functions.Ben Laurie1-1/+1
1999-10-20Replace the macros in asn1.h with function equivalents. Also make UTF8StringsDr. Stephen Henson1-0/+6
1999-09-19Lots of evil casts to stop VC++ choking with "possible loss of data"Dr. Stephen Henson1-21/+21
1999-09-04New UTF8 utility functions to parse/generate UTF8 strings.Dr. Stephen Henson1-0/+149
1999-04-26Remove NOPROTO definitions and error code comments.Ulf Möller1-3/+0
1999-04-23Change #include filenames from <foo.h> to <openssl.h>.Bodo Möller1-1/+1
1999-04-19Change functions to ANSI C.Ulf Möller1-7/+3
1999-04-17Add support for VISIBLESTRING and UTF8StringDr. Stephen Henson1-0/+90