aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/asn1
Commit message (Expand)AuthorAgeFilesLines
...
* Fix segfault with empty fields as last in the config.Kurt Roeckx2015-01-241-0/+5
* Use inner algorithm when printing certificate.Rob Stradling2015-01-221-1/+1
* Re-align some comments after running the reformat script.Matt Caswell2015-01-221-7/+7
* Rerun util/openssl-format-source -v -c .master-post-auto-reformatMatt Caswell2015-01-221-0/+3
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-2284-16760/+16416
* Fix strange formatting by indentMatt Caswell2015-01-224-20/+40
* indent has problems with comments that are on the right hand side of a line.Matt Caswell2015-01-221-8/+11
* Further comment changes for reformat (master)Matt Caswell2015-01-226-6/+10
* Cleanup OPENSSL_NO_xxx, part 1master-pre-reformatRich Salz2015-01-147-10/+10
* use correct function nameDr. Stephen Henson2015-01-061-1/+1
* Constify ASN1_TYPE_cmp add X509_ALGOR_cmp.Dr. Stephen Henson2015-01-053-2/+13
* Fix various certificate fingerprint issues.Dr. Stephen Henson2015-01-051-0/+12
* RT2914: NULL check missing in X509_name_canonRich Salz2015-01-041-0/+2
* mark all block comments that need format preserving so thatTim Hudson2014-12-307-8/+16
* Change all instances of OPENSSL_NO_DEPRECATED to OPENSSL_USE_DEPRECATEDMatt Caswell2014-12-181-1/+1
* Return error when a bit string indicates an invalid amount of bits leftKurt Roeckx2014-12-183-1/+8
* Reject invalid constructed encodings.Dr. Stephen Henson2014-12-173-2/+11
* RT3543: Remove #ifdef LINTRich Salz2014-12-101-3/+0
* Implement internally opaque bn access from asn1Matt Caswell2014-12-082-4/+4
* Remove fipscanister build functionality from makefiles.Dr. Stephen Henson2014-12-081-1/+1
* Remove all .cvsignore filesRich Salz2014-11-281-4/+0
* Add i2d_re_X509_tbsEmilia Kasper2014-09-051-0/+6
* RT3508: Remove unused variable introduced by b09eb24Kurt Cancemi2014-08-311-1/+0
* RT3246: req command prints version number wrongRich Salz2014-08-281-7/+3
* RT2400: ASN1_STRING_to_UTF8 missing initializerRaphael Spreitzer2014-08-271-0/+1
* RT1815: More const'ness improvementsJustin Blanchard2014-08-184-9/+9
* multi_split: check for NULL when allocating parts and bpart, and for failure ...Jonas Maebe2014-08-151-2/+17
* mime_hdr_addparam: free tmpname, tmpval and mparam on error path, and check w...Jonas Maebe2014-08-151-8/+17
* mime_hdr_new: free mhdr, tmpname, tmpval on error pathJonas Maebe2014-08-151-7/+18
* ASN1_verify, ASN1_item_verify: cleanse and free buf_in on error pathJonas Maebe2014-08-151-10/+16
* SetBlob: free rgSetBlob on error pathJonas Maebe2014-08-151-0/+1
* RT783: Minor optimization to ASN1_INTEGER_setFrédéric Giudicelli2014-08-151-8/+7
* RT3023: Redundant logical expressionsHans Wennborg2014-08-151-1/+0
* Fix d4a4370050f7d72239b92a60ab9d4a2dd5e9fd84Dr Stephen Henson2014-08-112-6/+1
* RT 2517: Various typo's.Scott Schaefer2014-08-112-1/+5
* Fix OID handling:Emilia Kasper2014-08-061-9/+21
* Add license info.Dr. Stephen Henson2014-07-041-0/+3
* ASN1 sanity check.Dr. Stephen Henson2014-07-021-0/+3
* Handle BER length encoding.Dr. Stephen Henson2014-06-291-2/+8
* Tolerate critical AKID in CRLs.Dr. Stephen Henson2014-06-271-0/+1
* Memory leak and NULL dereference fixes.Dr. Stephen Henson2014-06-278-10/+48
* Set default global mask to UTF8 only.Dr. Stephen Henson2014-06-011-1/+1
* Don't try and verify signatures if key is NULL (CVE-2013-0166)Dr. Stephen Henson2014-04-011-0/+6
* Add functions returning security bits.Dr. Stephen Henson2014-03-282-0/+8
* make dependDr. Stephen Henson2014-02-191-4/+3
* Remove references to o_time.hDr. Stephen Henson2014-02-193-3/+0
* Fix various spelling errorsScott Schaefer2014-02-141-1/+1
* Add suppot for ASCII with CRLF canonicalisation.Dr. Stephen Henson2014-02-131-5/+23
* Support setting of "no purpose" for trust.Dr. Stephen Henson2013-11-111-8/+19
* More diagnostics for invalid OIDs.Ben Laurie2013-09-201-1/+5