summaryrefslogtreecommitdiffstats
path: root/crypto/asn1
AgeCommit message (Expand)Author
2015-01-22Rerun util/openssl-format-source -v -c .OpenSSL_1_0_2-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.2Matt Caswell
2015-01-22mark all block comments that need format preserving so thatTim Hudson
2015-01-06use correct function nameDr. Stephen Henson
2015-01-05Constify ASN1_TYPE_cmp add X509_ALGOR_cmp.Dr. Stephen Henson
2015-01-05Fix various certificate fingerprint issues.Dr. Stephen Henson
2015-01-04RT2914: NULL check missing in X509_name_canonRich Salz
2014-12-18Return error when a bit string indicates an invalid amount of bits leftKurt Roeckx
2014-12-17Reject invalid constructed encodings.Dr. Stephen Henson
2014-09-23Add i2d_re_X509_tbsEmilia Kasper
2014-08-27RT2400: ASN1_STRING_to_UTF8 missing initializerRaphael Spreitzer
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-04-01Don't try and verify signatures if key is NULL (CVE-2013-0166)Dr. Stephen Henson
2014-02-14Fix various spelling errorsScott Schaefer
2013-12-01make updateDr. Stephen Henson
2013-10-01Add KDF for DH.Dr. Stephen Henson
2013-08-19Time difference functions.Dr. Stephen Henson
2013-03-18Encode INTEGER correctly.Dr. Stephen Henson
2013-01-17initial support for delta CRL generations by diffing two full CRLsDr. Stephen Henson
2013-01-16print out issuer and subject unique identifier fields in certificatesDr. Stephen Henson
2012-12-26New functions to retrieve certificate signatures and signature OID NID.Dr. Stephen Henson
2012-09-24Fix Valgrind warning.Bodo Möller
2012-06-03Reduce version skew: trivia (I hope).Ben Laurie
2012-05-11PR: 2813Dr. Stephen Henson
2012-04-19Check for potentially exploitable overflows in asn1_d2i_read_bioDr. Stephen Henson
2012-04-07Initial experimental support for X9.42 DH parameter format to handleDr. 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_cmpDr. 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-15fix warningDr. Stephen Henson
2012-01-12Sanitize usage of <ctype.h> functions. It's important that charactersAndy Polyakov
2012-01-11asn1/t_x509.c: fix serial number print, harmonize with a_int.c [from HEAD].Andy Polyakov
2011-10-19"make update"Bodo Möller
2011-10-11update pkey method initialisation and copyDr. Stephen Henson
2011-10-09Backport PSS signature support from HEAD.Dr. Stephen Henson
2011-10-09Fix memory leak. From HEAD.Dr. Stephen Henson
2011-10-09Backport of password based CMS support from HEAD.Dr. Stephen Henson
2011-09-16make dependDr. Stephen Henson