aboutsummaryrefslogtreecommitdiff
path: root/crypto/asn1
AgeCommit message (Expand)AuthorFilesLines
2015-03-24free NULL cleanupRich Salz11-35/+36
2015-03-23Remove old style ASN.1 support.Dr. Stephen Henson5-132/+2
2015-03-23Fix build.Dr. Stephen Henson1-14/+2
2015-03-23make X509_EXTENSION opaqueDr. Stephen Henson3-82/+5
2015-03-23Remove deleted functions, update ordinals.Dr. Stephen Henson1-20/+0
2015-03-23Remove {i2d,d2i}_ASN1_BOOLEANDr. Stephen Henson4-122/+4
2015-03-23Remove old ASN.1 code.Dr. Stephen Henson17-892/+50
2015-03-19Fix a failure to NULL a pointer freed on error.Matt Caswell1-1/+11
2015-03-19Fix ASN1_TYPE_cmpDr. Stephen Henson1-0/+3
2015-03-19Free up ADB and CHOICE if already initialised.Dr. Stephen Henson1-3/+21
2015-03-16Make X509_ATTRIBUTE opaque.Dr. Stephen Henson3-153/+11
2015-03-15Fix regression in ASN1_UTCTIME_cmp_time_tCarl Jackson1-1/+1
2015-03-13Allocate string types directly.Dr. Stephen Henson1-42/+26
2015-03-12Remove obsolete declarations.Dr. Stephen Henson1-5/+0
2015-03-12ASN.1 print fix.Dr. Stephen Henson1-0/+1
2015-03-12Fix asn1_item_print_ctxMatt Caswell1-0/+2
2015-03-12ASN1_primitive_new NULL param handlingMatt Caswell1-2/+5
2015-03-11Fix seg fault in ASN1_generate_v3/ASN1_generate_nconfMatt Caswell1-0/+4
2015-03-09Fix wrong numbers being passed as string lengthsDmitry-Me2-2/+2
2015-03-08Cleanse PKCS#8 private key components.Dr. Stephen Henson2-0/+8
2015-03-05Unchecked malloc fixesMatt Caswell1-0/+6
2015-03-02Fix format script.Dr. Stephen Henson2-98/+120
2015-02-09Remove obsolete IMPLEMENT_ASN1_SET_OFDr. Stephen Henson7-14/+0
2015-02-06Remove X509_PAIRRich Salz1-7/+0
2015-02-06util/mkstack.pl now generates entire safestack.hRich Salz9-20/+0
2015-02-03Check PKCS#8 pkey field is valid before cleansing.Dr. Stephen Henson1-1/+2
2015-01-30Dead code removal: #if 0 asn1, pkcs7Rich Salz8-204/+0
2015-01-29clang on Linux x86_64 complains about unreachable code.Richard Levitte5-8/+0
2015-01-27"#if 0" removal: header filesRich Salz1-3/+0
2015-01-27OPENSSL_NO_xxx cleanup: SHARich Salz1-2/+0
2015-01-27OPENSSL_NO_xxx cleanup: RFC3779Rich Salz1-4/+0
2015-01-27OPENSSL_NO_xxx cleanup: many removalsRich Salz1-9/+1
2015-01-24Fix segfault with empty fields as last in the config.Kurt Roeckx1-0/+5
2015-01-22Use inner algorithm when printing certificate.Rob Stradling1-1/+1
2015-01-22Re-align some comments after running the reformat script.Matt Caswell1-7/+7
2015-01-22Rerun util/openssl-format-source -v -c .master-post-auto-reformatMatt Caswell1-0/+3
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell84-16760/+16416
2015-01-22Fix strange formatting by indentMatt Caswell4-20/+40
2015-01-22indent has problems with comments that are on the right hand side of a line.Matt Caswell1-8/+11
2015-01-22Further comment changes for reformat (master)Matt Caswell6-6/+10
2015-01-14Cleanup OPENSSL_NO_xxx, part 1master-pre-reformatRich Salz7-10/+10
2015-01-06use correct function nameDr. Stephen Henson1-1/+1
2015-01-05Constify ASN1_TYPE_cmp add X509_ALGOR_cmp.Dr. Stephen Henson3-2/+13
2015-01-05Fix various certificate fingerprint issues.Dr. Stephen Henson1-0/+12
2015-01-04RT2914: NULL check missing in X509_name_canonRich Salz1-0/+2
2014-12-30mark all block comments that need format preserving so thatTim Hudson7-8/+16
2014-12-18Change all instances of OPENSSL_NO_DEPRECATED to OPENSSL_USE_DEPRECATEDMatt Caswell1-1/+1
2014-12-18Return error when a bit string indicates an invalid amount of bits leftKurt Roeckx3-1/+8
2014-12-17Reject invalid constructed encodings.Dr. Stephen Henson3-2/+11
2014-12-10RT3543: Remove #ifdef LINTRich Salz1-3/+0