summaryrefslogtreecommitdiffstats
path: root/crypto/asn1/a_strex.c
AgeCommit message (Expand)Author
2021-05-14check i2d_ASN1_TYPE return valuebonniegong
2021-03-11Update copyright yearMatt Caswell
2021-03-09Reword repeated words.Shane Lontis
2020-11-26Update copyright yearMatt Caswell
2020-11-13Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte
2019-09-28Reorganize private crypto header filesDr. Matthias St. Pierre
2018-12-06Following the license change, modify the boilerplates in crypto/asn1/Richard Levitte
2018-05-23Limit scope of CN name constraintsViktor Dukhovni
2018-05-02a_strex.c: prevent out of bound read in do_buf()Dr. Matthias St. Pierre
2018-04-24a_strex.c: improve documentation of 'tag2nbyte' lookup tableDr. Matthias St. Pierre
2018-04-17Update copyright yearRichard Levitte
2018-04-03Set error code on alloc failuresRich Salz
2017-12-07Consistent formatting for sizeof(foo)Rich Salz
2017-11-13asn1/a_strex.c: fix flags truncation in do_esc_char.Andy Polyakov
2016-10-18Fix strict-warnings buildPatrick Steuer
2016-08-23Constify a bit X509_NAME_get_entryFdaSilvaYY
2016-08-23Constify some X509_NAME, ASN1 printing codeFdaSilvaYY
2016-07-25Constify ASN1_TYPE_get, ASN1_STRING_type, ASN1_STRING_to_UTF8, ASN1_TYPE_get_...FdaSilvaYY
2016-07-11Add nameConstraints commonName checking.Dr. Stephen Henson
2016-06-23Fix ASN1_STRING_to_UTF8 could not convert NumericStringMatt Caswell
2016-05-18Make it possible to have RFC2254 escapes with ASN1_STRING_print_ex()Richard Levitte
2016-05-17Copyright consolidation 09/10Rich Salz
2016-01-26Remove /* foo.c */ commentsRich Salz
2015-11-09Continue standardising malloc style for libcryptoMatt Caswell
2015-09-29Fix no-stdio buildDavid Woodhouse
2015-05-14Identify and move common internal libcrypto header filesRichard Levitte
2015-03-25make X509_NAME opaqueDr. Stephen Henson
2015-01-30Dead code removal: #if 0 asn1, pkcs7Rich Salz
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
2015-01-14Cleanup OPENSSL_NO_xxx, part 1master-pre-reformatRich Salz
2014-08-27RT2400: ASN1_STRING_to_UTF8 missing initializerRaphael Spreitzer
2012-09-24Fix Valgrind warning.Bodo Möller
2011-01-03Fix escaping code for string printing. If *any* escaping is enabled weDr. Stephen Henson
2008-11-05Update obsolete email address...Dr. Stephen Henson
2007-02-21Fix incorrect handling of special charactersLutz Jänicke
2006-01-29add additional checks + cleanupNils Larsch
2005-08-28fix warnings when building openssl with the following compiler options:Nils Larsch
2005-05-17Move cryptlib.h prior bio.h. Actually it makes sense to include cryptlib.hAndy Polyakov
2003-11-10Print out GeneralizedTime and UTCTime in ASN1_STRING_print_ex().Dr. Stephen Henson
2003-05-21Fix sign bugs.Richard Levitte
2002-11-13Security fixes brought forward from 0.9.7.Ben Laurie
2002-08-30Fix ASN1_STRING_to_UTF8: remove non sensical !*out test.Dr. Stephen Henson
2002-06-13Add missing prototypes.Lutz Jänicke
2001-04-16Fix warning.Ben Laurie
2001-03-15Overhaul the display of certificate details inDr. Stephen Henson
2000-10-04Global DirectoryString mask fix.Dr. Stephen Henson
2000-09-09More VMS synchronisationRichard Levitte
2000-08-24New option to CA.pl to sign request using CA extensions.Dr. Stephen Henson
2000-08-22Fixes to d2i_ASN1_OBJECT, ASN1_INTEGER_to_BN and a_strex.cDr. Stephen Henson
2000-07-30Document the new DN printing options.Dr. Stephen Henson