Remove some commented out code in the tests
[openssl.git] / crypto /
2017-02-28 Matt CaswellRemove some commented out code in libcrypto
2017-02-28 Matt CaswellRemove a pointless "#ifndef" from bf_enc.c
2017-02-28 Matt CaswellRemove bf_cbc.c
2017-02-28 Matt CaswellRemove dead code in bn
2017-02-28 Todd ShortRemove some #if 0 code in ssl, crypto/bio
2017-02-28 Richard LevitteCode health: Stop using timeb.h / ftime() (VMS only)
2017-02-28 Emilia KasperClean up references to FIPS
2017-02-28 Emilia KasperRemove BN_DEBUG_TRIX
2017-02-28 Richard LevitteCode cleanup: remove the VMS specific reimplementation...
2017-02-28 Emilia KasperRemove dead code in crypto/pkcs7
2017-02-26 Andy Polyakovpoly1305/asm/poly1305-x86_64.pl: minor AVX512 optimization.
2017-02-26 Andy Polyakovcrypto/x86_64cpuid.pl: add CFI annotations.
2017-02-26 Andy Polyakovwhrlpool/asm/wp-x86_64.pl: add CFI annotations.
2017-02-26 Andy Polyakovcamellia/asm/cmll-x86_64.pl: add CFI annotations.
2017-02-26 Andy Polyakovpoly1305/asm/poly1305-x86_64.pl: add CFI annotations.
2017-02-26 Andy Polyakovchacha/asm/chacha-x86_64.pl: add CFI annotations.
2017-02-26 Richard LevitteAdd a null UI method
2017-02-25 Andy Polyakovpoly1305/asm/poly1305-x86_64.pl: add VPMADD52 code...
2017-02-25 Andy Polyakovpoly1305/asm/poly1305-x86_64.pl: switch to vpermdd...
2017-02-25 Andy Polyakovpoly1305/asm/poly1305-x86_64.pl: optimize AVX512 code...
2017-02-24 Emilia KasperX509 time: tighten validation per RFC 5280
2017-02-24 Bernd EdlingerAdd -Wundef to --strict-warnings options.
2017-02-23 PauliIncrease the size of the stack buffer to prevent an...
2017-02-23 Todd ShortFix potential memory leak in ASN1_TIME_to_generalizedtime()
2017-02-22 Richard LevitteFix typo, should be && rather than &
2017-02-22 Richard LevitteFix typo, missing ||
2017-02-22 Rich SalzIterate over EC_GROUP's poly array in a safe way
2017-02-22 Richard LevitteHave the directory reader use the Unix API on VMS
2017-02-21 Dmitry BelyavskiyFix memory leak in pkcs12 -export
2017-02-21 Bernd EdlingerFix a few memleaks in TXT_DB.
2017-02-21 Rich SalzPrevent OOB in SRP base64 code.
2017-02-21 HikarRemoved ugly size_t less than zero check.
2017-02-21 PauliEnsure minsize >= sizeof(SH_LIST)
2017-02-21 PauliImplementation of the ARIA cipher as described in RFC...
2017-02-21 Rich SalzDon't call memcpy if len is zero.
2017-02-20 Kurt RoeckxRevert "Use memcmp() instead of CRYPTO_memcmp() when...
2017-02-19 Kurt RoeckxUse memcmp() instead of CRYPTO_memcmp() when fuzzing
2017-02-17 Bernd EdlingerFix a slightly confusing if condition in a2i_ASN1_INTEGER.
2017-02-17 Richard LevitteFix symbol shadow
2017-02-17 David BenjaminFix typo in x86_64-mont5.pl CFI directives
2017-02-16 Benjamin KadukUse _WIN32 over WIN32 for preprocessor conditional
2017-02-16 Kazuki YamaguchiProperly zero cipher_data for ChaCha20-Poly1305 on...
2017-02-15 Andy Polyakovcrypto/armcap.c: short-circuit processor capability...
2017-02-15 Andy PolyakovARMv4 assembly pack: harmonize Thumb-ification of iOS...
2017-02-15 Andy Polyakovsha/asm/*-x86_64.pl: add CFI annotations.
2017-02-14 FdaSilvaYYFix a few typos
2017-02-14 Guido VrankenRemove obsolete comment
2017-02-14 Guido VrankenPrevents that OPENSSL_gmtime incorrectly signals succes...
2017-02-14 Guido VrankenPrevent allocations of size 0 in sh_init, which are...
2017-02-14 Yuchimem leak on error path and error propagation fix
2017-02-13 Andy Polyakovaes/asm/*-x86_64.pl: add CFI annotations.
2017-02-13 Andy Polyakovperlasm/x86_64-xlate.pl: recognize even offset(%reg...
2017-02-13 Andy Polyakovec/asm/ecp_nistz256-x86_64.pl: add CFI directives.
2017-02-13 Andy Polyakovec/asm/ecp_nistz256-x86_64.pl: fix typo-bug in Win64...
2017-02-13 Andrea GrandiFurther improvements to ASYNC_WAIT_CTX_clear_fd
2017-02-13 Andrea GrandiRemove fd from the list when the engine clears the...
2017-02-13 Andy Polyakov{md5,rc4}/asm/*-x86_64.pl: add CFI annotations.
2017-02-13 Andy Polyakovmodes/asm/*-x86_64.pl: add CFI annotations.
2017-02-13 Darren TuckerDES keys are not 7 days long.
2017-02-11 Adam Langleysha/asm/sha1-x86_64.pl: add CFI annotations.
2017-02-10 Andy Polyakovperlasm/x86_64-xlate.pl: fix pair of typo-bugs in the...
2017-02-10 Adam Langleyperlasm/x86_64-xlate.pl: typo fix in comment.
2017-02-10 Adam LangleyFix copy-pasteism in CFI directives.
2017-02-10 Lukasz PawelczykRestore EVP_CIPH_FLAG_LENGTH_BITS working properly
2017-02-09 Andy Polyakovbn/asm/x86_64*: add DWARF CFI directives.
2017-02-09 Andy Polyakovperlasm/x86_64-xlate.pl: recognize DWARF CFI directives.
2017-02-09 Andy Polyakovperlasm/x86_64-xlate.pl: remove obsolete .picmeup synth...
2017-02-09 Andy Polyakovperlasm/x86_64-xlate.pl: minor readability updates.
2017-02-09 Andy Polyakovbn/asm/rsaz-avx2.pl: refine Win64 SE handler.
2017-02-08 Dr. Stephen HensonMake EVP_*Final work for CCM ciphers
2017-02-08 Dr. Stephen HensonAdd NID_auth_any and NID_kx_any NIDs.
2017-02-07 Bernd EdlingerFix a crash in EVP_CIPHER_CTX_cleanup due to cipher_dat...
2017-02-06 Andy Polyakovx86_64 assembly pack: Win64 SEH face-lift.
2017-02-06 Andy Polyakovperlasm/x86_64-xlate.pl: clarify SEH coding guidelines.
2017-02-05 Bernd EdlingerFix a crash with malformed user notice policy numbers
2017-02-03 Bernd EdlingerCombined patch against master branch for the following...
2017-02-03 Dmitry KostjuchenkoGrouped data declarations [skip ci]
2017-02-03 Dmitry KostjuchenkoRemoved tab spaces.
2017-02-03 Dmitry KostjuchenkoCorrections according the review comments.
2017-02-03 Dmitry KostjuchenkoCompile fix on platforms with missing pthread_rwlock_t.
2017-02-03 Andy Polyakovcrypto/x86_64cpuid.pl: detect if kernel preserves ...
2017-02-01 Todd ShortAdd support for parameterized SipHash
2017-02-01 Richard Levittebn: fix occurance of negative zero in BN_rshift1()
2017-02-01 Geoff Thorpebn: fix occurances of negative zero
2017-02-01 Geoff Thorpebn: catch negative zero as an error
2017-02-01 Geoff Thorpebn: fix BN_DEBUG + BN_DEBUG_RAND support
2017-01-29 Richard LevitteFix faulty free
2017-01-28 Richard LevitteX509_CRL_digest() - ensure precomputed sha1 hash before...
2017-01-26 Andy Polyakovbn/asm/x86_64-mont5.pl: fix carry bug in bn_sqr8x_internal.
2017-01-26 Richard LevitteBetter check of DH parameters in TLS data
2017-01-26 Andy Polyakovcrypto/evp: harden AEAD ciphers.
2017-01-26 Andy Polyakovcrypto/evp: harden RC4_MD5 cipher.
2017-01-25 Matt CaswellRemove assert from is_partially_overlapping()
2017-01-25 Matt CaswellFix the overlapping check for fragmented "Update" opera...
2017-01-25 Matt CaswellProperly handle a partial block in OCB mode
2017-01-25 Matt CaswellDon't use magic numbers in aes_ocb_cipher()
2017-01-25 FdaSilvaYYStyle
2017-01-25 FdaSilvaYYFew nit's
2017-01-25 FdaSilvaYYFix some extra or missing whitespaces...
2017-01-24 Todd ShortCleanup EVP_CIPH/EP_CTRL duplicate defines
next