More tweaks for comments due indent issues
[openssl.git] / crypto /
2015-01-22 Matt CaswellFix modes.h so that indent doesn't complain
2015-01-22 Matt CaswellMove more comments that confuse indent
2015-01-22 Andy Polyakovec/ecp_nistz256.c: further harmonization with latest...
2015-01-22 Matt CaswellManually reformat aes_x86core.c and add it to the list...
2015-01-22 Andy Polyakovcrypto/ofb128.c: make it indent-friendly.
2015-01-22 Andy Polyakovmodes/ctr128.c: make it indent-friendly.
2015-01-22 Andy Polyakovmodes/cfb128.c: make it indent-friendly.
2015-01-22 Andy Polyakovec/ecp_nistz256.c: harmonize with latest indent script.
2015-01-22 Matt CaswellFix indent comment corruption issue
2015-01-22 Andy Polyakovbn/bn_const.c: make it indent-friendly.
2015-01-22 Andy Polyakovbn/asm/x86_64-gcc.cL make it indent-friendly.
2015-01-22 Andy Polyakovbn/bn_asm.c: make it indent-friendly.
2015-01-22 Andy Polyakovbn/bn_exp.c: make it indent-friendly.
2015-01-22 Matt CaswellManually reformat aes_core.c
2015-01-22 Matt CaswellFix strange formatting by indent
2015-01-22 Andy Polyakovmodes/modes_lcl.h: make it indent-friendly.
2015-01-22 Matt Caswellindent has problems with comments that are on the right...
2015-01-22 Andy Polyakovmodes/gcm128.c: make it indent-friendly.
2015-01-22 Andy Polyakovmodes/cts128.c: make it indent-friendly.
2015-01-22 Andy Polyakovcrypto/mem_dbg.c: make it indent-friendly.
2015-01-22 Matt CaswellMore indent fixes for STACK_OF
2015-01-22 Matt CaswellFix indent issue with functions using STACK_OF
2015-01-22 Matt CaswellFix indent issue with engine.h
2015-01-22 Andy Polyakovcrypto/cryptlib.c: make it indent-friendly.
2015-01-22 Andy Polyakovbn/bntest.c: make it indent-friendly.
2015-01-22 Andy Polyakovbn/bn_recp.c: make it indent-friendly.
2015-01-22 Andy Polyakovbn/rsaz_exp.c: make it indent-friendly.
2015-01-22 Matt CaswellFix source where indent will not be able to cope
2015-01-22 Matt CaswellAdditional comment changes for reformat of 1.0.2
2015-01-22 Matt CaswellFurther comment amendments to preserve formatting prior...
2015-01-22 Tim Hudsonmark all block comments that need format preserving...
2015-01-13 Andy PolyakovAdd Broadwell performance results.
2015-01-13 Matt CaswellMake output from openssl version -f consistent with...
2015-01-13 Matt CaswellFix warning where BIO_FLAGS_UPLINK was being redefined.
2015-01-13 Matt CaswellAvoid deprecation problems in Visual Studio 13
2015-01-12 Rich SalzAllow multiple IDN xn-- indicators
2015-01-10 Kurt RoeckxMake build reproducible
2015-01-08 Matt CaswellFix build failure on Windows due to undefined cflags...
2015-01-08 Andy PolyakovFix for CVE-2014-3570 (with minor bn_asm.c revamp).
2015-01-07 Andy PolyakovFix irix-cc build.
2015-01-06 Dr. Stephen Hensonuse correct function name
2015-01-06 Dr. Stephen HensonRT3662: Allow leading . in nameConstraints
2015-01-06 Martin BrejchaFix memory leak.
2015-01-06 Andy PolyakovRevert "CHANGES: mention "universal" ARM support."
2015-01-06 Andy PolyakovCHANGES: mention "universal" ARM support.
2015-01-06 Andy PolyakovRemove inconsistency in ARM support.
2015-01-05 Dr. Stephen HensonConstify ASN1_TYPE_cmp add X509_ALGOR_cmp.
2015-01-05 Dr. Stephen HensonFix various certificate fingerprint issues.
2015-01-04 Andy Polyakovecp_nistz256-x86_64.pl: fix occasional failures.
2015-01-04 Rich SalzRT2914: NULL check missing in X509_name_canon
2014-12-30 Kurt Roeckxdlfcn: always define _GNU_SOURCE
2014-12-20 Michael TuexenFix incorrect OPENSSL_assert() usage.
2014-12-19 Matt CaswellFix a problem if CFLAGS is too long cversion.c fails...
2014-12-18 Kurt RoeckxReturn error when a bit string indicates an invalid...
2014-12-17 Dr. Stephen HensonReject invalid constructed encodings.
2014-12-17 Emilia KasperAdd a comment noting the padding oracle.
2014-12-17 Emilia KasperRevert "RT3425: constant-time evp_enc"
2014-12-17 Emilia KasperBuild fixes
2014-12-17 Richard LevitteClear warnings/errors within KSSL_DEBUG code sections
2014-12-17 Richard LevitteClear warnings/errors within BN_CTX_DEBUG code sections
2014-12-17 Bodo MöllerBackport regression test
2014-12-17 Emilia KasperCheck for invalid divisors in BN_div.
2014-12-16 Matt CaswellAdd OPENSSL_NO_ECDH guards
2014-12-15 Emilia KasperFix unused variable warning
2014-12-05 Emilia KasperMake 'make update' succeed and run it
2014-12-03 Matt CaswellThere are a number of instances throughout the code...
2014-11-28 Richard LevitteCheck for FindNextFile when defining it rather than...
2014-11-20 Matt CaswellWhen using EVP_PKEY_derive with a KDF set, a negative...
2014-11-17 Jan HykelDon't use msg on error.
2014-11-13 Dr. Stephen HensonFix cross reference table generator.
2014-11-12 Michal BozonCorrect timestamp output when clock_precision_digits > 0
2014-11-12 Matt CaswellFix free of garbage pointer. PR#3595
2014-11-11 Kurt RoeckxFix warning about negative unsigned intergers
2014-11-10 Russell CokerFix datarace reported by valgrind/helgrind
2014-10-30 Andy Polyakovarmv4cpuid.S: fix compilation error in pre-ARMv7 build.
2014-10-29 Andy Polyakovmd32_common.h: address compiler warning in HOST_c2l.
2014-10-28 Samuel NevesUse only unsigned arithmetic in constant-time operations
2014-10-17 Kurt CancemiRT3547: Add missing static qualifier
2014-10-15 Bodo MoellerFix SSL_R naming inconsistency.
2014-10-15 Andy Polyakovaesni-x86_64.pl: make ECB subroutine Windows ABI compliant.
2014-10-15 Bodo MoellerSupport TLS_FALLBACK_SCSV.
2014-10-06 Matt CaswellRemoved duplicate definition of PKCS7_type_is_encrypted
2014-09-29 Dr. Stephen HensonAdd additional DigestInfo checks.
2014-09-25 Matt CaswellPrepare for 1.0.2-beta4-dev
2014-09-25 Matt CaswellPrepare for 1.0.2-beta3 release OpenSSL_1_0_2-beta3
2014-09-25 Matt Caswellmake update
2014-09-25 Emilia KasperAdd missing tests
2014-09-25 Tim HudsonAdd constant_time_locl.h to HEADERS,
2014-09-25 Richard LevitteInclude "constant_time_locl.h" rather than "../constant...
2014-09-24 Andy Polyakovcrypto/bn/bn_nist.c: work around MSC ARM compiler bug.
2014-09-24 Emilia KasperRT3425: constant-time evp_enc
2014-09-24 Emilia KasperRT3067: simplify patch
2014-09-24 Emilia KasperRT3066: rewrite RSA padding checks to be slightly more...
2014-09-23 Emilia KasperAdd i2d_re_X509_tbs
2014-09-23 Emilia KasperRevert "Add accessor for x509.cert_info."
2014-09-23 Emilia KasperRevert "Add more accessors."
2014-09-21 Andy Polyakovcrypto/ecp_nistz256.c: harmonize error codes.
2014-09-21 Dr. Stephen HensonFix warning.
2014-09-21 Andy Polyakovcrypto/ec: harmonize new code with FIPS module.
2014-09-21 Andy PolyakovAdd ECP_NISTZ256 by Shay Gueron, Intel Corp.
next