summaryrefslogtreecommitdiff
path: root/crypto
Commit message (Expand)AuthorAgeFilesLines
* Fix modes.h so that indent doesn't complainMatt Caswell2015-01-221-0/+1
* Move more comments that confuse indentMatt Caswell2015-01-2215-37/+67
* Manually reformat aes_x86core.c and add it to the list of files skipped byMatt Caswell2015-01-221-512/+519
* 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
* Fix indent comment corruption issueMatt Caswell2015-01-221-1/+1
* bn/bn_const.c: make it indent-friendly.Andy Polyakov2015-01-221-280/+418
* bn/asm/x86_64-gcc.cL make it indent-friendly.Andy Polyakov2015-01-221-2/+2
* bn/bn_asm.c: make it indent-friendly.Andy Polyakov2015-01-221-3/+3
* bn/bn_exp.c: make it indent-friendly.Andy Polyakov2015-01-221-7/+7
* Manually reformat aes_core.cMatt Caswell2015-01-221-399/+404
* Fix strange formatting by indentMatt Caswell2015-01-2215-76/+148
* modes/modes_lcl.h: make it indent-friendly.Andy Polyakov2015-01-221-19/+19
* indent has problems with comments that are on the right hand side of a line.Matt Caswell2015-01-2219-184/+311
* modes/gcm128.c: make it indent-friendly.Andy Polyakov2015-01-221-162/+416
* modes/cts128.c: make it indent-friendly.Andy Polyakov2015-01-221-21/+36
* crypto/mem_dbg.c: make it indent-friendly.Andy Polyakov2015-01-221-3/+4
* More indent fixes for STACK_OFMatt Caswell2015-01-222-2/+2
* Fix indent issue with functions using STACK_OFMatt Caswell2015-01-222-4/+4
* Fix indent issue with engine.hMatt Caswell2015-01-221-1/+2
* crypto/cryptlib.c: make it indent-friendly.Andy Polyakov2015-01-221-2/+4
* bn/bntest.c: make it indent-friendly.Andy Polyakov2015-01-221-24/+26
* bn/bn_recp.c: make it indent-friendly.Andy Polyakov2015-01-221-8/+8
* Fix source where indent will not be able to copeMatt Caswell2015-01-223-436/+1150
* Additional comment changes for reformat of 1.0.1Matt Caswell2015-01-227-9/+14
* Further comment changes for reformatMatt Caswell2015-01-2234-82/+122
* mark all block comments that need format preserving so thatTim Hudson2015-01-22115-348/+537
* Prepare for 1.0.1m-devOpenSSL_1_0_1-pre-reformatMatt Caswell2015-01-151-3/+3
* Prepare for 1.0.1l releaseOpenSSL_1_0_1lMatt Caswell2015-01-151-3/+3
* make updateMatt Caswell2015-01-151-7/+6
* Make output from openssl version -f consistent with previous versionsMatt Caswell2015-01-131-1/+1
* Fix warning where BIO_FLAGS_UPLINK was being redefined.Matt Caswell2015-01-131-1/+1
* Avoid deprecation problems in Visual Studio 13Matt Caswell2015-01-131-59/+2
* RT3662: Allow leading . in nameConstraintsDr. Stephen Henson2015-01-101-1/+1
* Fix build failure on Windows due to undefined cflags identifierMatt Caswell2015-01-081-1/+1
* Prepare for 1.0.1l-devMatt Caswell2015-01-081-3/+3
* Prepare for 1.0.1k releaseOpenSSL_1_0_1kMatt Caswell2015-01-081-3/+3
* make updateMatt Caswell2015-01-081-6/+7
* Fix for CVE-2014-3570.Andy Polyakov2015-01-085-2730/+234
* Fix irix-cc build.Andy Polyakov2015-01-073-3/+3
* use correct function nameDr. Stephen Henson2015-01-061-1/+1
* Fix memory leak.Martin Brejcha2015-01-061-2/+10
* Constify ASN1_TYPE_cmp add X509_ALGOR_cmp.Dr. Stephen Henson2015-01-054-2/+14
* Fix various certificate fingerprint issues.Dr. Stephen Henson2015-01-054-2/+41
* RT2914: NULL check missing in X509_name_canonRich Salz2015-01-041-0/+2
* dlfcn: always define _GNU_SOURCEKurt Roeckx2014-12-301-4/+2
* Fix incorrect OPENSSL_assert() usage.Michael Tuexen2014-12-201-22/+64
* Fix a problem if CFLAGS is too long cversion.c fails to compile when configMatt Caswell2014-12-192-18/+4
* Return error when a bit string indicates an invalid amount of bits leftKurt Roeckx2014-12-183-1/+8