summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Fix some minor documentation issuesMatt Caswell2015-02-252-6/+4
* Remove pointless free, and use preferred way of calling d2i_* functionsMatt Caswell2015-02-251-7/+1
* Add dire warnings about the "reuse" capability of the d2i_* functions.Matt Caswell2015-02-251-5/+13
* Provide documentation for i2d_ECPrivateKey and d2i_ECPrivateKeyMatt Caswell2015-02-251-0/+67
* 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-253-5/+508
* Document -no_explicitDr. Stephen Henson2015-02-241-2/+8
* Fix null-pointer dereferenceEdgar Pek2015-02-221-2/+2
* Fix memory leakKurt Roeckx2015-02-221-0/+1
* Avoid a double-free in an error path.Doug Hogan2015-02-221-0/+1
* Restore -DTERMIO/-DTERMIOS on Windows platforms.Richard Levitte2015-02-221-5/+5
* Assume TERMIOS is default, remove TERMIO on all Linux.Richard Levitte2015-02-222-89/+83
* RT3684: rand_egd needs stddef.hRich Salz2015-02-121-0/+1
* RT3670: Check return from BUF_MEM_grow_cleanGraeme Perrow2015-02-121-1/+5
* Missing OPENSSL_free on error path.Eric Dequin2015-02-121-0/+1
* Bring objects.pl output even closer to new format.Andy Polyakov2015-02-091-2/+1
* Fix memory leak reporting.Dr. Stephen Henson2015-02-092-4/+6
* Harmonize objects.pl output with new format.Andy Polyakov2015-02-091-17/+26
* Fix error handling in ssltestMatt Caswell2015-02-061-1/+1
* 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-276-3/+2220
* Provide documentation for all SSL(_CTX)?_(get|set)(_default)?_read_aheadMatt Caswell2015-01-273-3/+63
* Remove explicit setting of read_ahead for DTLS. It never makes sense not toMatt Caswell2015-01-272-18/+0
* Make DTLS always act as if read_ahead is set. The actual value of read_aheadMatt Caswell2015-01-271-1/+2
* Remove engine_rsax and its asm file.Rich Salz2015-01-266-2220/+3
* Make OPENSSL_config truly ignore errors.Rich Salz2015-01-252-34/+14
* Fix segfault with empty fields as last in the config.Kurt Roeckx2015-01-242-0/+5
* Fix for reformat problems with e_padlock.cMatt Caswell2015-01-221-29/+91
* 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-2275-1332/+1337
* Rerun util/openssl-format-source -v -c .OpenSSL_1_0_1-post-auto-reformatMatt Caswell2015-01-2210-25/+19
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221067-279778/+279671
* More tweaks for comments due indent issuesOpenSSL_1_0_1-pre-auto-reformatMatt Caswell2015-01-224-9/+19
* Fix modes.h so that indent doesn't complainMatt Caswell2015-01-221-0/+1
* Backport hw_ibmca.c from master due to failed mergeMatt Caswell2015-01-221-918/+920
* Tweaks for comments due to indent's inability to handle themMatt Caswell2015-01-226-17/+59
* Move more comments that confuse indentMatt Caswell2015-01-2231-102/+198
* Delete trailing whitespace from output.Dr. Stephen Henson2015-01-221-3/+10
* Add -d debug option to save preprocessed files.Dr. Stephen Henson2015-01-221-1/+4
* Test option -ncDr. Stephen Henson2015-01-221-0/+2
* Add ecp_nistz256.c to list of files skipped by openssl-format-sourceMatt Caswell2015-01-221-1/+1
* Manually reformat aes_x86core.c and add it to the list of files skipped byMatt Caswell2015-01-222-513/+520
* crypto/ofb128.c: make it indent-friendly.Andy Polyakov2015-01-221-2/+4
* modes/ctr128.c: make it indent-friendly.Andy Polyakov2015-01-221-2/+4
* modes/cfb128.c: make it indent-friendly.Andy Polyakov2015-01-221-4/+8