aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/asn1/a_utf8.c
Commit message (Collapse)AuthorAgeFilesLines
* Merge from the ASN1 branch of new ASN1 codeDr. Stephen Henson2000-12-081-27/+0
| | | | | | to main trunk. Lets see if the makes it to openssl-cvs :-)
* 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
| | | | tolerated in certificates.
* Lots of evil casts to stop VC++ choking with "possible loss of data"Dr. Stephen Henson1999-09-191-21/+21
| | | | warnings :-(
* 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
| | | | | | Submitted by: Reviewed by: PR:
* Change functions to ANSI C.Ulf Möller1999-04-191-7/+3
|
* Add support for VISIBLESTRING and UTF8StringDr. Stephen Henson1999-04-171-0/+90