summaryrefslogtreecommitdiffstats
path: root/crypto/asn1
AgeCommit message (Expand)Author
2015-12-02Free up passed ASN.1 structure if reused.Dr. Stephen Henson
2015-12-02Fix leak with ASN.1 combine.Dr. Stephen Henson
2015-11-24Fix uninitialised p error.Dr. Stephen Henson
2015-11-24Limit depth of ASN1 parse printing.Dr. Stephen Henson
2015-05-23Fix the update target and remove duplicate file updatesRichard Levitte
2015-04-22Limit depth of nested sequences when generating ASN.1Dr. Stephen Henson
2015-04-18Fix encoding bug in i2c_ASN1_INTEGERDr. Stephen Henson
2015-04-16Code style: space after 'if'Viktor Dukhovni
2015-04-16Reject empty generation strings.Dr. Stephen Henson
2015-04-10Don't set *pval to NULL in ASN1_item_ex_new.Dr. Stephen Henson
2015-03-19Fix a failure to NULL a pointer freed on error.Matt Caswell
2015-03-19Fix ASN1_TYPE_cmpDr. Stephen Henson
2015-03-18Free up ADB and CHOICE if already initialised.Dr. Stephen Henson
2015-03-12ASN.1 print fix.Dr. Stephen Henson
2015-03-08Cleanse PKCS#8 private key components.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_1_0_0-post-auto-reformatMatt Caswell
2015-01-22Run util/openssl-format-source -v -c .Matt 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 1.0.0Matt 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-05Constify ASN1_TYPE_cmp add X509_ALGOR_cmp.Dr. Stephen Henson
2015-01-05Reject invalid constructed encodings.Dr. Stephen Henson
2014-12-18Return error when a bit string indicates an invalid amount of bits leftKurt Roeckx
2014-08-06Fix OID handling:Emilia Kasper
2014-07-04Add license info.Dr. Stephen Henson
2014-07-02ASN1 sanity check.Dr. Stephen Henson
2014-06-27Tolerate critical AKID in CRLs.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
2014-02-14Fix various spelling errorsScott Schaefer
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-29ans1/tasn_prn.c: avoid bool in variable names [from HEAD].Andy Polyakov
2012-03-12corrected fix to PR#2711 and also cover mime_param_cmpOpenSSL_1_0_0hDr. Stephen Henson
2012-02-29PR: 2742Dr. Stephen Henson
2012-02-28Fix memory leak cause by race condition when creating public keys.Dr. Stephen Henson
2012-02-27PR: 2736Dr. Stephen Henson
2012-02-27free headers after use in error messageDr. Stephen Henson
2012-02-23PR: 2711Dr. Stephen Henson
2012-01-12Sanitize usage of <ctype.h> functions. It's important that charactersAndy Polyakov
2012-01-12asn1/t_x509.c: fix serial number print, harmonize with a_int.c [from HEAD].Andy Polyakov
2011-09-05Fix memory leak on bad inputs.Bodo Möller