summaryrefslogtreecommitdiffstats
path: root/crypto
Commit message (Expand)AuthorAgeFilesLines
* Prepare for 0.9.8zh releaseOpenSSL_0_9_8zhMatt Caswell2015-12-031-3/+3
* Fix leak with ASN.1 combine.Dr. Stephen Henson2015-12-021-2/+5
* Fix uninitialised p error.Dr. Stephen Henson2015-11-241-1/+1
* Limit depth of ASN1 parse printing.Dr. Stephen Henson2015-11-241-0/+10
* Typo.Dr. Stephen Henson2015-10-111-1/+1
* Make sure OPENSSL_cleanse checks for NULLMatt Caswell2015-09-171-0/+4
* Prepare for 0.9.8zh-devMatt Caswell2015-06-111-3/+3
* Prepare for 0.9.8zg releaseOpenSSL_0_9_8zgMatt Caswell2015-06-111-3/+3
* PKCS#7: Fix NULL dereference with missing EncryptedContent.Emilia Kasper2015-06-111-1/+15
* Fix length checks in X509_cmp_time to avoid out-of-bounds reads.Emilia Kasper2015-06-111-10/+47
* Fix infinite loop in CMSDr. Stephen Henson2015-06-111-1/+1
* EC_POINT_is_on_curve does not return a booleanMatt Caswell2015-06-106-16/+23
* return correct NID for undefined objectDr. Stephen Henson2015-06-081-0/+3
* Fix off-by-one error in BN_bn2hexMatt Caswell2015-06-041-1/+6
* check for error when creating PKCS#8 structureDr. Stephen Henson2015-05-281-0/+2
* Fix off-by-one in BN_randMatt Caswell2015-05-223-2/+9
* Reject negative shifts for BN_rshift and BN_lshiftMatt Caswell2015-05-223-0/+16
* Add NULL checks from masterRich Salz2015-05-132-0/+4
* Fix encoding bug in i2c_ASN1_INTEGERDr. Stephen Henson2015-04-181-2/+4
* Code style: space after 'if'Viktor Dukhovni2015-04-163-7/+7
* Don't set *pval to NULL in ASN1_item_ex_new.Dr. Stephen Henson2015-04-101-3/+0
* Make OCSP response verification more flexible.Dr. Stephen Henson2015-03-241-4/+17
* Prepare for 0.9.8zg-devMatt Caswell2015-03-191-3/+3
* Prepare for 0.9.8zf releaseOpenSSL_0_9_8zfMatt Caswell2015-03-191-3/+3
* make updateMatt Caswell2015-03-191-1/+0
* Fix a failure to NULL a pointer freed on error.Matt Caswell2015-03-192-3/+16
* VMS build fixRichard Levitte2015-03-191-0/+7
* PKCS#7: avoid NULL pointer dereferences with missing contentEmilia Kasper2015-03-192-0/+60
* Fix ASN1_TYPE_cmpDr. Stephen Henson2015-03-191-0/+3
* Free up ADB and CHOICE if already initialised.Dr. Stephen Henson2015-03-181-3/+21
* Tolerate test_sqr errors for FIPS builds.Dr. Stephen Henson2015-03-141-0/+8
* Fix warnings.Dr. Stephen Henson2015-03-081-6/+4
* Check public key is not NULL.Dr. Stephen Henson2015-03-021-0/+2
* Fix format script.Dr. Stephen Henson2015-03-022-90/+112
* Fix a failure to NULL a pointer freed on error.Matt Caswell2015-02-251-3/+3
* Bring objects.pl output even closer to new format.Andy Polyakov2015-02-091-2/+1
* Harmonize objects.pl output with new format.Andy Polyakov2015-02-091-17/+26
* Fixed bad formatting in crypto/des/spr.hRich Salz2015-02-051-176/+151
* Check PKCS#8 pkey field is valid before cleansing.Dr. Stephen Henson2015-02-031-1/+2
* Fix for reformat problems with e_padlock.cMatt Caswell2015-01-221-29/+91
* Fix formatting error in pem.hMatt Caswell2015-01-221-5/+10
* Re-align some comments after running the reformat script.OpenSSL_0_9_8-post-reformatMatt Caswell2015-01-2237-574/+574
* Rerun util/openssl-format-source -v -c .OpenSSL_0_9_8-post-auto-reformatMatt Caswell2015-01-225-9/+10
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-22738-141338/+142961
* More comment changes required for indentOpenSSL_0_9_8-pre-auto-reformatMatt Caswell2015-01-224-48/+92
* Yet more changes to commentsMatt Caswell2015-01-222-2/+4
* Tweaks for comments due to indent's inability to handle themMatt Caswell2015-01-221-4/+8
* Move more comments that confuse indentMatt Caswell2015-01-229-28/+51
* Fix indent comment corruption issueMatt Caswell2015-01-221-1/+1
* bn/bn_const.c: make it indent-friendly.Andy Polyakov2015-01-221-280/+418