summaryrefslogtreecommitdiff
path: root/crypto
Commit message (Expand)AuthorAgeFilesLines
* Fix a failure to NULL a pointer freed on error.Matt Caswell2015-03-192-3/+16
* PKCS#7: avoid NULL pointer dereferences with missing contentEmilia Kasper2015-03-192-14/+76
* 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
* Remove dead code from cryptoMatt Caswell2015-03-172-9/+5
* Fix memset call in stack.cMatt Caswell2015-03-171-1/+1
* Avoid reading an unused byte after the bufferAndy Polyakov2015-03-141-1/+1
* Fix undefined behaviour in shifts.Emilia Kasper2015-03-132-144/+144
* ASN.1 print fix.Dr. Stephen Henson2015-03-121-0/+1
* Fix missing return checks in v3_cpols.cMatt Caswell2015-03-121-4/+12
* Fix dsa_pub_encodeMatt Caswell2015-03-121-6/+8
* Fix dh_pub_encodeMatt Caswell2015-03-121-5/+7
* Fix asn1_item_print_ctxMatt Caswell2015-03-121-0/+2
* ASN1_primitive_new NULL param handlingMatt Caswell2015-03-121-2/+5
* Fix EVP_DigestInit_ex with NULL digestMatt Caswell2015-03-121-3/+6
* Fix error handling in bn_expMatt Caswell2015-03-121-2/+2
* Fix seg fault in ASN1_generate_v3/ASN1_generate_nconfMatt Caswell2015-03-111-0/+4
* BIO_debug_callback: Fix output on 64-bit machinesRichard Godbee2015-03-101-3/+6
* Fix wrong numbers being passed as string lengthsDmitry-Me2015-03-092-2/+2
* Cleanse PKCS#8 private key components.Dr. Stephen Henson2015-03-084-9/+17
* Unchecked malloc fixesMatt Caswell2015-03-058-9/+66
* Check public key is not NULL.Dr. Stephen Henson2015-03-021-0/+2
* Fix format script.Dr. Stephen Henson2015-03-022-98/+120
* Fix evp_extra_test.c with no-ecMatt Caswell2015-02-261-0/+6
* Remove pointless free, and use preferred way of calling d2i_* functionsMatt Caswell2015-02-251-7/+1
* Fix a failure to NULL a pointer freed on error.Matt Caswell2015-02-251-3/+3
* Import evp_test.c from BoringSSL. Unfortunately we already have a fileMatt Caswell2015-02-252-1/+484
* Fix memory leakKurt Roeckx2015-02-221-0/+1
* Avoid a double-free in an error path.Doug Hogan2015-02-221-0/+1
* Assume TERMIOS is default, remove TERMIO on all Linux.Richard Levitte2015-02-221-33/+27
* RT3684: rand_egd needs stddef.hRich Salz2015-02-121-0/+1
* RT3670: Check return from BUF_MEM_grow_cleanGraeme Perrow2015-02-121-1/+5
* Bring objects.pl output even closer to new format.Andy Polyakov2015-02-091-2/+1
* Fix memory leak reporting.Dr. Stephen Henson2015-02-091-0/+2
* 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
* Make objxref.pl output in correct formatDr. Stephen Henson2015-02-041-16/+21
* Check PKCS#8 pkey field is valid before cleansing.Dr. Stephen Henson2015-02-031-1/+2
* dso_vms needs to add the .EXE extension if there is none alreadyRichard Levitte2015-01-301-1/+15
* Replace exit() with error return.Viktor Dkhovni2015-01-271-2/+2
* Revert "Remove engine_rsax and its asm file."Rich Salz2015-01-275-2/+2219
* Remove engine_rsax and its asm file.Rich Salz2015-01-265-2219/+2
* Make OPENSSL_config truly ignore errors.Rich Salz2015-01-251-15/+2
* Fix segfault with empty fields as last in the config.Kurt Roeckx2015-01-242-0/+5
* Fix formatting error in pem.hMatt Caswell2015-01-221-5/+10
* Use inner algorithm when printing certificate.Rob Stradling2015-01-221-1/+1
* Re-align some comments after running the reformat script.OpenSSL_1_0_1-post-reformatMatt Caswell2015-01-2245-713/+717
* Rerun util/openssl-format-source -v -c .OpenSSL_1_0_1-post-auto-reformatMatt Caswell2015-01-224-8/+7
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-22810-172413/+173783
* Fix modes.h so that indent doesn't complainMatt Caswell2015-01-221-0/+1