summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
2015-01-22More comment changes required for indentOpenSSL_0_9_8-pre-auto-reformatMatt Caswell
2015-01-22Yet more changes to commentsMatt Caswell
2015-01-22Tweaks for comments due to indent's inability to handle themMatt Caswell
2015-01-22Move more comments that confuse indentMatt Caswell
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-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 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 0.9.8Matt 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 0.9.8zf-devOpenSSL_0_9_8-pre-reformatMatt Caswell
2015-01-15Prepare for 0.9.8ze releaseOpenSSL_0_9_8zeMatt Caswell
2015-01-15make updateMatt 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-13Avoid Windows 8 Getversion deprecated errors.Dr. Stephen Henson
2015-01-08Prepare for 0.9.8ze-devMatt Caswell
2015-01-08Prepare for 0.9.8zd releaseOpenSSL_0_9_8zdMatt 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-05Add ASN1_TYPE_cmp and X509_ALGOR_cmp.Dr. Stephen Henson
2015-01-05Return error when a bit string indicates an invalid amount of bits leftKurt Roeckx
2015-01-05Reject invalid constructed encodings.Dr. Stephen Henson
2014-12-17Revert "RT3425: constant-time evp_enc"Emilia Kasper
2014-11-11Fix warning about negative unsigned intergersKurt Roeckx
2014-10-29md32_common.h: address compiler warning in HOST_c2l.Andy Polyakov
2014-10-28Use only unsigned arithmetic in constant-time operationsSamuel Neves
2014-10-17Add constant_time_locl.h to HEADERS,Tim Hudson
2014-10-17Include "constant_time_locl.h" rather than "../constant_time_locl.h".Richard Levitte
2014-10-17RT3547: Add missing static qualifierKurt Cancemi
2014-10-16Don't try 1**0 test with FIPS.Dr. Stephen Henson
2014-10-15Prepare for 0.9.8zd-devMatt Caswell
2014-10-15Prepare for 0.9.8zc releaseOpenSSL_0_9_8zcMatt Caswell
2014-10-15Fix SSL_R naming inconsistency.Bodo Moeller
2014-10-15Support TLS_FALLBACK_SCSV.Bodo Moeller
2014-09-29Add additional DigestInfo checks.Dr. Stephen Henson