aboutsummaryrefslogtreecommitdiff
path: root/crypto/asn1/a_strex.c
AgeCommit message (Expand)AuthorFilesLines
2016-01-26Remove /* foo.c */ commentsRich Salz1-1/+0
2015-11-09Continue standardising malloc style for libcryptoMatt Caswell1-1/+1
2015-09-29Fix no-stdio buildDavid Woodhouse1-0/+2
2015-05-14Identify and move common internal libcrypto header filesRichard Levitte1-1/+1
2015-03-25make X509_NAME opaqueDr. Stephen Henson1-2/+2
2015-01-30Dead code removal: #if 0 asn1, pkcs7Rich Salz1-12/+0
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell1-423/+496
2015-01-14Cleanup OPENSSL_NO_xxx, part 1master-pre-reformatRich Salz1-2/+2
2014-08-27RT2400: ASN1_STRING_to_UTF8 missing initializerRaphael Spreitzer1-0/+1
2012-09-24Fix Valgrind warning.Bodo Möller1-0/+1
2011-01-03Fix escaping code for string printing. If *any* escaping is enabled weDr. Stephen Henson1-5/+12
2008-11-05Update obsolete email address...Dr. Stephen Henson1-1/+1
2007-02-21Fix incorrect handling of special charactersLutz Jänicke1-2/+2
2006-01-29add additional checks + cleanupNils Larsch1-2/+5
2005-08-28fix warnings when building openssl with the following compiler options:Nils Larsch1-2/+2
2005-05-17Move cryptlib.h prior bio.h. Actually it makes sense to include cryptlib.hAndy Polyakov1-3/+5
2003-11-10Print out GeneralizedTime and UTCTime in ASN1_STRING_print_ex().Dr. Stephen Henson1-1/+1
2003-05-21Fix sign bugs.Richard Levitte1-1/+1
2002-11-13Security fixes brought forward from 0.9.7.Ben Laurie1-5/+9
2002-08-30Fix ASN1_STRING_to_UTF8: remove non sensical !*out test.Dr. Stephen Henson1-2/+2
2002-06-13Add missing prototypes.Lutz Jänicke1-5/+6
2001-04-16Fix warning.Ben Laurie1-1/+5
2001-03-15Overhaul the display of certificate details inDr. Stephen Henson1-4/+12
2000-10-04Global DirectoryString mask fix.Dr. Stephen Henson1-0/+12
2000-09-09More VMS synchronisationRichard Levitte1-0/+1
2000-08-24New option to CA.pl to sign request using CA extensions.Dr. Stephen Henson1-0/+21
2000-08-22Fixes to d2i_ASN1_OBJECT, ASN1_INTEGER_to_BN and a_strex.cDr. Stephen Henson1-5/+5
2000-07-30Document the new DN printing options.Dr. Stephen Henson1-5/+5
2000-07-28New ASN1_STRING_print_ex() and X509_NAME_print_ex()Dr. Stephen Henson1-0/+511