aboutsummaryrefslogtreecommitdiff
path: root/crypto/asn1/a_utf8.c
AgeCommit message (Expand)AuthorFilesLines
2016-01-26Remove /* foo.c */ commentsRich Salz1-1/+0
2015-05-14Identify and move common internal libcrypto header filesRichard Levitte1-1/+1
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell1-133/+158
2014-12-30mark all block comments that need format preserving so thatTim Hudson1-1/+2
2008-11-12Revert the size_t modifications from HEAD that had led to moreGeoff Thorpe1-2/+2
2008-11-01size_tification.Ben Laurie1-2/+2
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