aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/asn1/a_strex.c
Commit message (Expand)AuthorAgeFilesLines
* Identify and move common internal libcrypto header filesRichard Levitte2015-05-141-1/+1
* make X509_NAME opaqueDr. Stephen Henson2015-03-251-2/+2
* Dead code removal: #if 0 asn1, pkcs7Rich Salz2015-01-301-12/+0
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-423/+496
* Cleanup OPENSSL_NO_xxx, part 1master-pre-reformatRich Salz2015-01-141-2/+2
* RT2400: ASN1_STRING_to_UTF8 missing initializerRaphael Spreitzer2014-08-271-0/+1
* Fix Valgrind warning.Bodo Möller2012-09-241-0/+1
* Fix escaping code for string printing. If *any* escaping is enabled weDr. Stephen Henson2011-01-031-5/+12
* Update obsolete email address...Dr. Stephen Henson2008-11-051-1/+1
* Fix incorrect handling of special charactersLutz Jänicke2007-02-211-2/+2
* add additional checks + cleanupNils Larsch2006-01-291-2/+5
* fix warnings when building openssl with the following compiler options:Nils Larsch2005-08-281-2/+2
* Move cryptlib.h prior bio.h. Actually it makes sense to include cryptlib.hAndy Polyakov2005-05-171-3/+5
* Print out GeneralizedTime and UTCTime in ASN1_STRING_print_ex().Dr. Stephen Henson2003-11-101-1/+1
* Fix sign bugs.Richard Levitte2003-05-211-1/+1
* Security fixes brought forward from 0.9.7.Ben Laurie2002-11-131-5/+9
* Fix ASN1_STRING_to_UTF8: remove non sensical !*out test.Dr. Stephen Henson2002-08-301-2/+2
* Add missing prototypes.Lutz Jänicke2002-06-131-5/+6
* Fix warning.Ben Laurie2001-04-161-1/+5
* Overhaul the display of certificate details inDr. Stephen Henson2001-03-151-4/+12
* Global DirectoryString mask fix.Dr. Stephen Henson2000-10-041-0/+12
* More VMS synchronisationRichard Levitte2000-09-091-0/+1
* New option to CA.pl to sign request using CA extensions.Dr. Stephen Henson2000-08-241-0/+21
* Fixes to d2i_ASN1_OBJECT, ASN1_INTEGER_to_BN and a_strex.cDr. Stephen Henson2000-08-221-5/+5
* Document the new DN printing options.Dr. Stephen Henson2000-07-301-5/+5
* New ASN1_STRING_print_ex() and X509_NAME_print_ex()Dr. Stephen Henson2000-07-281-0/+511