summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
2017-02-21Removed ugly size_t less than zero check.Hikar
2017-02-21Ensure minsize >= sizeof(SH_LIST)Pauli
2017-02-21Implementation of the ARIA cipher as described in RFC 5794.Pauli
2017-02-20Don't call memcpy if len is zero.Rich Salz
2017-02-20Revert "Use memcmp() instead of CRYPTO_memcmp() when fuzzing"Kurt Roeckx
2017-02-19Use memcmp() instead of CRYPTO_memcmp() when fuzzingKurt Roeckx
2017-02-17Fix a slightly confusing if condition in a2i_ASN1_INTEGER.Bernd Edlinger
2017-02-17Fix symbol shadowRichard Levitte
2017-02-17Fix typo in x86_64-mont5.pl CFI directivesDavid Benjamin
2017-02-16Use _WIN32 over WIN32 for preprocessor conditionalBenjamin Kaduk
2017-02-15Properly zero cipher_data for ChaCha20-Poly1305 on cleanupKazuki Yamaguchi
2017-02-15crypto/armcap.c: short-circuit processor capability probe in iOS builds.Andy Polyakov
2017-02-15ARMv4 assembly pack: harmonize Thumb-ification of iOS build.Andy Polyakov
2017-02-15sha/asm/*-x86_64.pl: add CFI annotations.Andy Polyakov
2017-02-14Fix a few typosFdaSilvaYY
2017-02-14Remove obsolete commentGuido Vranken
2017-02-14Prevents that OPENSSL_gmtime incorrectly signals success if gmtime_r fails, a...Guido Vranken
2017-02-14Prevent allocations of size 0 in sh_init, which are not possible with the def...Guido Vranken
2017-02-14mem leak on error path and error propagation fixYuchi
2017-02-13aes/asm/*-x86_64.pl: add CFI annotations.Andy Polyakov
2017-02-13perlasm/x86_64-xlate.pl: recognize even offset(%reg) in cfa_expression.Andy Polyakov
2017-02-13ec/asm/ecp_nistz256-x86_64.pl: add CFI directives.Andy Polyakov
2017-02-13ec/asm/ecp_nistz256-x86_64.pl: fix typo-bug in Win64 SE handler.Andy Polyakov
2017-02-13Further improvements to ASYNC_WAIT_CTX_clear_fdAndrea Grandi
2017-02-13Remove fd from the list when the engine clears the wait context before pauseAndrea Grandi
2017-02-13{md5,rc4}/asm/*-x86_64.pl: add CFI annotations.Andy Polyakov
2017-02-13modes/asm/*-x86_64.pl: add CFI annotations.Andy Polyakov
2017-02-13DES keys are not 7 days long.Darren Tucker
2017-02-11sha/asm/sha1-x86_64.pl: add CFI annotations.Adam Langley
2017-02-10perlasm/x86_64-xlate.pl: fix pair of typo-bugs in the new cfi_directive.Andy Polyakov
2017-02-10perlasm/x86_64-xlate.pl: typo fix in comment.Adam Langley
2017-02-10Fix copy-pasteism in CFI directives.Adam Langley
2017-02-10Restore EVP_CIPH_FLAG_LENGTH_BITS working properlyLukasz Pawelczyk
2017-02-09bn/asm/x86_64*: add DWARF CFI directives.Andy Polyakov
2017-02-09perlasm/x86_64-xlate.pl: recognize DWARF CFI directives.Andy Polyakov
2017-02-09perlasm/x86_64-xlate.pl: remove obsolete .picmeup synthetic directive.Andy Polyakov
2017-02-09perlasm/x86_64-xlate.pl: minor readability updates.Andy Polyakov
2017-02-09bn/asm/rsaz-avx2.pl: refine Win64 SE handler.Andy Polyakov
2017-02-08Make EVP_*Final work for CCM ciphersDr. Stephen Henson
2017-02-08Add NID_auth_any and NID_kx_any NIDs.Dr. Stephen Henson
2017-02-07Fix a crash in EVP_CIPHER_CTX_cleanup due to cipher_data may be NULLBernd Edlinger
2017-02-06x86_64 assembly pack: Win64 SEH face-lift.Andy Polyakov
2017-02-06perlasm/x86_64-xlate.pl: clarify SEH coding guidelines.Andy Polyakov
2017-02-05Fix a crash with malformed user notice policy numbersBernd Edlinger
2017-02-03Combined patch against master branch for the following issues:Bernd Edlinger
2017-02-03Grouped data declarations [skip ci]Dmitry Kostjuchenko
2017-02-03Removed tab spaces.Dmitry Kostjuchenko
2017-02-03Corrections according the review comments.Dmitry Kostjuchenko
2017-02-03Compile fix on platforms with missing pthread_rwlock_t.Dmitry Kostjuchenko
2017-02-03crypto/x86_64cpuid.pl: detect if kernel preserves %zmm registers.Andy Polyakov