summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
2015-01-22Yet more changes to commentsOpenSSL_1_0_0-pre-auto-reformatMatt Caswell
2015-01-22Fix modes.h so that indent doesn't complainMatt Caswell
2015-01-22Move more comments that confuse indentMatt Caswell
2015-01-22Manually reformat aes_x86core.c and add it to the list of files skipped byMatt Caswell
2015-01-22crypto/ofb128.c: make it indent-friendly.Andy Polyakov
2015-01-22modes/ctr128.c: make it indent-friendly.Andy Polyakov
2015-01-22modes/cfb128.c: make it indent-friendly.Andy Polyakov
2015-01-22Fix indent comment corruption issueMatt Caswell
2015-01-22bn/bn_const.c: make it indent-friendly.Andy Polyakov
2015-01-22bn/asm/x86_64-gcc.cL make it indent-friendly.Andy Polyakov
2015-01-22bn/bn_asm.c: make it indent-friendly.Andy Polyakov
2015-01-22bn/bn_exp.c: make it indent-friendly.Andy Polyakov
2015-01-22Manually reformat aes_core.cMatt Caswell
2015-01-22Fix strange formatting by indentMatt Caswell
2015-01-22indent has problems with comments that are on the right hand side of a line.Matt Caswell
2015-01-22modes/cts128.c: make it indent-friendly.Andy Polyakov
2015-01-22crypto/mem_dbg.c: make it indent-friendly.Andy Polyakov
2015-01-22More indent fixes for STACK_OFMatt Caswell
2015-01-22Fix indent issue with functions using STACK_OFMatt Caswell
2015-01-22Fix indent issue with engine.hMatt Caswell
2015-01-22crypto/cryptlib.c: make it indent-friendly.Andy Polyakov
2015-01-22bn/bntest.c: make it indent-friendly.Andy Polyakov
2015-01-22bn/bn_recp.c: make it indent-friendly.Andy Polyakov
2015-01-22Fix source where indent will not be able to copeMatt Caswell
2015-01-22Additional comment changes for reformat of 1.0.0Matt Caswell
2015-01-22Further comment amendments to preserve formatting prior to source reformatMatt Caswell
2015-01-22mark all block comments that need format preserving so thatTim Hudson
2015-01-15Prepare for 1.0.0r-devOpenSSL_1_0_0-pre-reformatMatt Caswell
2015-01-15Prepare for 1.0.0q releaseOpenSSL_1_0_0qMatt Caswell
2015-01-15make updateMatt Caswell
2015-01-14Fixup installation script for VMSRichard Levitte
2015-01-13Make output from openssl version -f consistent with previous versionsMatt Caswell
2015-01-13Fix warning where BIO_FLAGS_UPLINK was being redefined.Matt Caswell
2015-01-13Avoid deprecation problems in Visual Studio 13Matt Caswell
2015-01-08Fix build failure on Windows due to undefined cflags identifierMatt Caswell
2015-01-08Prepare for 1.0.0q-devMatt Caswell
2015-01-08Prepare for 1.0.0p releaseOpenSSL_1_0_0pMatt Caswell
2015-01-08make updateMatt Caswell
2015-01-08Fix for CVE-2014-3570.Andy Polyakov
2015-01-06use correct function nameDr. Stephen Henson
2015-01-05Fix various certificate fingerprint issues.Dr. Stephen Henson
2015-01-05Constify ASN1_TYPE_cmp add X509_ALGOR_cmp.Dr. Stephen Henson
2015-01-05Reject invalid constructed encodings.Dr. Stephen Henson
2014-12-19Fix a problem if CFLAGS is too long cversion.c fails to compile when configMatt Caswell
2014-12-18Return error when a bit string indicates an invalid amount of bits leftKurt Roeckx
2014-12-17Revert "RT3425: constant-time evp_enc"Emilia Kasper
2014-12-16Add OPENSSL_NO_ECDH guardsMatt Caswell
2014-12-12Fix use of NULL memory pointer in X509_VERIFY_PARAM_new in the event of aMatt Caswell
2014-12-03There are a number of instances throughout the code where the constant 28 isMatt Caswell
2014-11-28Check for FindNextFile when defining it rather than FindFirstFileRichard Levitte