aboutsummaryrefslogtreecommitdiffstats
path: root/crypto
Commit message (Expand)AuthorAgeFilesLines
* Increase the size of the stack buffer to prevent an overflow.Pauli2017-02-241-1/+1
* Fix potential memory leak in ASN1_TIME_to_generalizedtime()Todd Short2017-02-231-9/+16
* Fix typo, should be && rather than &Richard Levitte2017-02-221-1/+1
* Fix typo, missing ||Richard Levitte2017-02-221-1/+1
* Iterate over EC_GROUP's poly array in a safe wayRich Salz2017-02-221-3/+6
* Have the directory reader use the Unix API on VMSRichard Levitte2017-02-221-1/+2
* Fix memory leak in pkcs12 -exportDmitry Belyavskiy2017-02-211-0/+3
* Fix a few memleaks in TXT_DB.Bernd Edlinger2017-02-211-9/+26
* Prevent OOB in SRP base64 code.Rich Salz2017-02-211-2/+5
* Removed ugly size_t less than zero check.Hikar2017-02-211-1/+1
* Ensure minsize >= sizeof(SH_LIST)Pauli2017-02-211-1/+4
* Implementation of the ARIA cipher as described in RFC 5794.Pauli2017-02-2112-12/+863
* Don't call memcpy if len is zero.Rich Salz2017-02-202-0/+9
* Revert "Use memcmp() instead of CRYPTO_memcmp() when fuzzing"Kurt Roeckx2017-02-201-1/+0
* Use memcmp() instead of CRYPTO_memcmp() when fuzzingKurt Roeckx2017-02-191-0/+1
* Fix a slightly confusing if condition in a2i_ASN1_INTEGER.Bernd Edlinger2017-02-171-1/+1
* Fix symbol shadowRichard Levitte2017-02-171-4/+4
* Fix typo in x86_64-mont5.pl CFI directivesDavid Benjamin2017-02-171-1/+1
* Use _WIN32 over WIN32 for preprocessor conditionalBenjamin Kaduk2017-02-161-1/+1
* Properly zero cipher_data for ChaCha20-Poly1305 on cleanupKazuki Yamaguchi2017-02-151-1/+1
* crypto/armcap.c: short-circuit processor capability probe in iOS builds.Andy Polyakov2017-02-151-0/+18
* ARMv4 assembly pack: harmonize Thumb-ification of iOS build.Andy Polyakov2017-02-153-4/+12
* sha/asm/*-x86_64.pl: add CFI annotations.Andy Polyakov2017-02-153-1/+183
* Fix a few typosFdaSilvaYY2017-02-142-5/+5
* Remove obsolete commentGuido Vranken2017-02-141-4/+0
* Prevents that OPENSSL_gmtime incorrectly signals success if gmtime_r fails, a...Guido Vranken2017-02-141-1/+2
* Prevent allocations of size 0 in sh_init, which are not possible with the def...Guido Vranken2017-02-141-0/+4
* mem leak on error path and error propagation fixYuchi2017-02-141-1/+3
* aes/asm/*-x86_64.pl: add CFI annotations.Andy Polyakov2017-02-136-1/+446
* perlasm/x86_64-xlate.pl: recognize even offset(%reg) in cfa_expression.Andy Polyakov2017-02-131-0/+2
* ec/asm/ecp_nistz256-x86_64.pl: add CFI directives.Andy Polyakov2017-02-131-0/+133
* ec/asm/ecp_nistz256-x86_64.pl: fix typo-bug in Win64 SE handler.Andy Polyakov2017-02-131-2/+2
* Further improvements to ASYNC_WAIT_CTX_clear_fdAndrea Grandi2017-02-131-16/+7
* Remove fd from the list when the engine clears the wait context before pauseAndrea Grandi2017-02-131-0/+27
* {md5,rc4}/asm/*-x86_64.pl: add CFI annotations.Andy Polyakov2017-02-133-0/+38
* modes/asm/*-x86_64.pl: add CFI annotations.Andy Polyakov2017-02-132-0/+61
* DES keys are not 7 days long.Darren Tucker2017-02-131-1/+1
* sha/asm/sha1-x86_64.pl: add CFI annotations.Adam Langley2017-02-111-0/+60
* perlasm/x86_64-xlate.pl: fix pair of typo-bugs in the new cfi_directive.Andy Polyakov2017-02-101-2/+2
* perlasm/x86_64-xlate.pl: typo fix in comment.Adam Langley2017-02-101-1/+1
* Fix copy-pasteism in CFI directives.Adam Langley2017-02-102-10/+10
* Restore EVP_CIPH_FLAG_LENGTH_BITS working properlyLukasz Pawelczyk2017-02-101-5/+11
* bn/asm/x86_64*: add DWARF CFI directives.Andy Polyakov2017-02-095-2/+324
* perlasm/x86_64-xlate.pl: recognize DWARF CFI directives.Andy Polyakov2017-02-091-0/+237
* perlasm/x86_64-xlate.pl: remove obsolete .picmeup synthetic directive.Andy Polyakov2017-02-091-24/+1
* perlasm/x86_64-xlate.pl: minor readability updates.Andy Polyakov2017-02-091-37/+52
* bn/asm/rsaz-avx2.pl: refine Win64 SE handler.Andy Polyakov2017-02-091-5/+12
* Make EVP_*Final work for CCM ciphersDr. Stephen Henson2017-02-081-3/+4
* Add NID_auth_any and NID_kx_any NIDs.Dr. Stephen Henson2017-02-083-3/+13
* Fix a crash in EVP_CIPHER_CTX_cleanup due to cipher_data may be NULLBernd Edlinger2017-02-072-1/+10