aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/x509v3/v3_ia5.c
Commit message (Expand)AuthorAgeFilesLines
* Specify array sizesKurt Roeckx2016-06-111-1/+1
* Constify s2i_ASN1_IA5STRINGFdaSilvaYY2016-06-041-4/+3
* Copyright consolidation 07/10Rich Salz2016-05-171-54/+5
* Remove /* foo.c */ commentsRich Salz2016-01-261-1/+0
* Enable -Wmissing-variable-declarations andBen Laurie2015-09-111-0/+1
* Identify and move common internal libcrypto header filesRichard Levitte2015-05-141-1/+1
* Use p==NULL not !p (in if statements, mainly)Rich Salz2015-05-111-2/+3
* Remove old ASN.1 code.Dr. Stephen Henson2015-03-231-2/+2
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-44/+44
* RT671: export(i2s|s2i|i2v|v2i)_ASN1_(IA5|BIT)STRINGBjoern Zeeb2014-09-081-4/+2
* Update obsolete email address...Dr. Stephen Henson2008-11-051-1/+1
* Constify version strings and some structures.Dr. Stephen Henson2007-01-211-1/+1
* Add lots of checks for memory allocation failure, error codes to indicateDr. Stephen Henson2004-12-051-1/+4
* Check the return values where memory allocation failures may happen.Richard Levitte2002-05-301-1/+1
* There have been a number of complaints from a number of sources that namesRichard Levitte2000-06-011-1/+1
* EBCDIC support.Ulf Möller2000-02-011-0/+3
* Replace the macros in asn1.h with function equivalents. Also make UTF8StringsDr. Stephen Henson1999-10-201-8/+2
* Remove NOPROTO definitions and error code comments.Ulf Möller1999-04-261-7/+0
* Change #include filenames from <foo.h> to <openssl.h>.Bodo Möller1999-04-231-3/+3
* Fix lots of warnings.Ulf Möller1999-04-201-1/+2
* Change functions to ANSI C.Ulf Möller1999-04-191-7/+4
* Various changes to make this stuff compile under Win32 and VC++ with andDr. Stephen Henson1999-02-221-6/+4
* Initial addition of new X509 V3 files, tidy of old files.Dr. Stephen Henson1999-01-241-0/+127