aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/asn1/a_utf8.c
Commit message (Collapse)AuthorAgeFilesLines
* Copyright consolidation 08/10Rich Salz2016-05-171-54/+6
| | | | Reviewed-by: Richard Levitte <levitte@openssl.org>
* Remove /* foo.c */ commentsRich Salz2016-01-261-1/+0
| | | | | | | | | | | | This was done by the following find . -name '*.[ch]' | /tmp/pl where /tmp/pl is the following three-line script: print unless $. == 1 && m@/\* .*\.[ch] \*/@; close ARGV if eof; # Close file to reset $. And then some hand-editing of other files. Reviewed-by: Viktor Dukhovni <viktor@openssl.org>
* Identify and move common internal libcrypto header filesRichard Levitte2015-05-141-1/+1
| | | | | | | | | | | | | There are header files in crypto/ that are used by a number of crypto/ submodules. Move those to crypto/include/internal and adapt the affected source code and Makefiles. The header files that got moved are: crypto/cryptolib.h crypto/md32_common.h Reviewed-by: Rich Salz <rsalz@openssl.org>
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-133/+158
| | | | Reviewed-by: Tim Hudson <tjh@openssl.org>
* mark all block comments that need format preserving so thatTim Hudson2014-12-301-1/+2
| | | | | | | indent will not alter them when reformatting comments Reviewed-by: Rich Salz <rsalz@openssl.org> Reviewed-by: Matt Caswell <matt@openssl.org>
* Revert the size_t modifications from HEAD that had led to moreGeoff Thorpe2008-11-121-2/+2
| | | | | | knock-on work than expected - they've been extracted into a patch series that can be completed elsewhere, or in a different branch, before merging back to HEAD.
* size_tification.Ben Laurie2008-11-011-2/+2
|
* 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