summaryrefslogtreecommitdiffstats
path: root/crypto/asn1
AgeCommit message (Expand)Author
2014-08-28RT3246: req command prints version number wrongRich Salz
2014-08-27RT2400: ASN1_STRING_to_UTF8 missing initializerRaphael Spreitzer
2014-08-18RT1815: More const'ness improvementsJustin Blanchard
2014-08-15multi_split: check for NULL when allocating parts and bpart, and for failure ...Jonas Maebe
2014-08-15mime_hdr_addparam: free tmpname, tmpval and mparam on error path, and check w...Jonas Maebe
2014-08-15mime_hdr_new: free mhdr, tmpname, tmpval on error pathJonas Maebe
2014-08-15ASN1_verify, ASN1_item_verify: cleanse and free buf_in on error pathJonas Maebe
2014-08-15SetBlob: free rgSetBlob on error pathJonas Maebe
2014-08-15RT783: Minor optimization to ASN1_INTEGER_setFrédéric Giudicelli
2014-08-15RT3023: Redundant logical expressionsHans Wennborg
2014-08-11Fix d4a4370050f7d72239b92a60ab9d4a2dd5e9fd84Dr Stephen Henson
2014-08-11RT 2517: Various typo's.Scott Schaefer
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-29Handle BER length encoding.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-03-28Add functions returning security bits.Dr. Stephen Henson
2014-02-19make dependDr. Stephen Henson
2014-02-19Remove references to o_time.hDr. Stephen Henson
2014-02-14Fix various spelling errorsScott Schaefer
2014-02-13Add suppot for ASCII with CRLF canonicalisation.Dr. Stephen Henson
2013-11-11Support setting of "no purpose" for trust.Dr. Stephen Henson
2013-09-20More diagnostics for invalid OIDs.Ben Laurie
2013-09-05misspellings fixes by https://github.com/vlajos/misspell_fixerVeres Lajos
2013-08-05Add KDF for DH.Dr. Stephen Henson
2013-03-18Encode INTEGER correctly.Dr. Stephen Henson
2013-02-21make depend.Ben Laurie
2013-01-19Make "make depend" work on MacOS out of the box.Ben Laurie
2012-12-04initial support for delta CRL generations by diffing two full CRLsDr. Stephen Henson
2012-11-21Reorganise parameters for OPENSSL_gmtime_diff.Dr. Stephen Henson
2012-11-20first parameter is difference in days, not yearsDr. Stephen Henson
2012-11-19make dependDr. Stephen Henson
2012-11-19new function ASN1_TIME_diff to calculate difference between two ASN1_TIME str...Dr. Stephen Henson
2012-11-19make dependDr. Stephen Henson
2012-10-24oops, add missing asn_mstbl.cDr. Stephen Henson
2012-10-22New config module for string tables. This can be used to add newDr. Stephen Henson
2012-10-19fix ASN1_STRING_TABLE_add so it can override existing string table valuesDr. Stephen Henson
2012-09-24Fix Valgrind warning.Bodo Möller
2012-06-13New functions to retrieve certificate signatures and signature OID NID.Dr. Stephen Henson
2012-06-12print out issuer and subject unique identifier fields in certificatesDr. Stephen Henson
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.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