summaryrefslogtreecommitdiffstats
path: root/crypto/asn1
AgeCommit message (Expand)Author
2015-03-19Fix ASN1_TYPE_cmpDr. Stephen Henson
2015-03-18Free up ADB and CHOICE if already initialised.Dr. Stephen Henson
2015-03-02Fix format script.Dr. Stephen Henson
2015-02-03Check PKCS#8 pkey field is valid before cleansing.Dr. Stephen Henson
2015-01-22Rerun util/openssl-format-source -v -c .OpenSSL_0_9_8-post-auto-reformatMatt Caswell
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
2015-01-22More comment changes required for indentOpenSSL_0_9_8-pre-auto-reformatMatt Caswell
2015-01-22Fix strange formatting by indentMatt Caswell
2015-01-22indent has problems with comments that are on the right hand side of a line.Matt Caswell
2015-01-22Additional comment changes for reformat of 0.9.8Matt Caswell
2015-01-22mark all block comments that need format preserving so thatTim Hudson
2015-01-06use correct function nameDr. Stephen Henson
2015-01-05Fix various certificate fingerprint issues.Dr. Stephen Henson
2015-01-05Add ASN1_TYPE_cmp and X509_ALGOR_cmp.Dr. Stephen Henson
2015-01-05Return error when a bit string indicates an invalid amount of bits leftKurt Roeckx
2015-01-05Reject invalid constructed encodings.Dr. Stephen Henson
2014-08-06Fix OID handling:Emilia Kasper
2014-07-02ASN1 sanity check.Dr. Stephen Henson
2014-06-27Memory leak and NULL dereference fixes.Dr. Stephen Henson
2014-06-01Set default global mask to UTF8 only.Dr. Stephen Henson
2013-04-07Print out DSA key if parameters absent.Dr. Stephen Henson
2013-03-18Encode INTEGER correctly.Dr. Stephen Henson
2013-02-05Don't try and verify signatures if key is NULL (CVE-2013-0166)Dr. Stephen Henson
2012-09-24Fix Valgrind warning.Bodo Möller
2012-05-11PR: 2813Dr. Stephen Henson
2012-04-19Check for potentially exploitable overflows in asn1_d2i_read_bioDr. Stephen Henson
2012-03-12corrected fix to PR#2711 and also cover mime_param_cmpOpenSSL_0_9_8uDr. Stephen Henson
2012-02-28Fix memory leak cause by race condition when creating public keys.Dr. Stephen Henson
2012-02-27free headers after use in error messageDr. Stephen Henson
2012-02-23PR: 2711Dr. Stephen Henson
2011-09-05Fix memory leak on bad inputs.Bodo Möller
2011-07-14PR: 2556 (partial)Dr. Stephen Henson
2011-06-22correctly encode OIDs near 2^32Dr. Stephen Henson
2011-01-24PR: 2433Dr. Stephen Henson
2011-01-03Fix escaping code for string printing. If *any* escaping is enabled weDr. Stephen Henson
2010-10-03Add call to ENGINE_register_all_complete() to ENGINE_load_builtin_engines(),Dr. Stephen Henson
2010-06-12Fix gcc 4.6 warnings. Check TLS server hello extension length.Ben Laurie
2010-03-07The OID sanity check was incorrect. It should only disallow *leading* 0x80Dr. Stephen Henson
2009-11-10check new_der for NULL tooDr. Stephen Henson
2009-11-10PR: 2090Dr. Stephen Henson
2009-10-04Fix unitialized warningsDr. Stephen Henson
2009-10-01PR: 2056Dr. Stephen Henson
2009-09-06PR: 1644Dr. Stephen Henson
2009-08-10Backport GeneralizedTime fractional seconds support from HEAD.Dr. Stephen Henson
2009-08-06Reject leading 0x80 in OID subidentifiers.Dr. Stephen Henson
2009-03-25PR: 1868Dr. Stephen Henson
2009-03-25Reject BMPStrings and UniversalStrings of invalid length. This preventsDr. Stephen Henson
2009-03-14Permit nested ASN1 string encoding but with a maximum depth to avoidDr. Stephen Henson
2009-03-08PR: 1841Dr. Stephen Henson
2009-02-14PR: 1835Dr. Stephen Henson