summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
2017-03-06Fix an endless loop in rsa_builtin_keygen.Rich Salz
2017-03-03Reset executable bits on files where not needed.Bernd Edlinger
2017-03-03Don't use deprecated EVP_CIPHER_CTX_cleanup() internallyRichard Levitte
2017-03-02bio/b_addr.c: omit private hstrerror.Andy Polyakov
2017-03-01VMS: compensate for gmtime_r() parameter pointer sizeRichard Levitte
2017-02-28Don't free in cleanup routineBenjamin Kaduk
2017-02-28Code cleanup: remove the VMS specific reimplementation of gmtimeRichard Levitte
2017-02-24Increase the size of the stack buffer to prevent an overflow.Pauli
2017-02-23Fix potential memory leak in ASN1_TIME_to_generalizedtime()Todd Short
2017-02-23Add -Wundef to strict-warningsRich Salz
2017-02-22Fix typo, should be && rather than &Richard Levitte
2017-02-22Fix typo, missing ||Richard Levitte
2017-02-22Iterate over EC_GROUP's poly array in a safe wayRich Salz
2017-02-22Have the directory reader use the Unix API on VMSRichard Levitte
2017-02-21Fix memory leak in pkcs12 -exportDmitry Belyavskiy
2017-02-21Fix a few memleaks in TXT_DB.Bernd Edlinger
2017-02-21Prevent OOB in SRP base64 code.Rich Salz
2017-02-21Removed ugly size_t less than zero check.Hikar
2017-02-21Ensure minsize >= sizeof(SH_LIST)Pauli
2017-02-20Don't call memcpy if len is zero.Rich Salz
2017-02-17Fix a slightly confusing if condition in a2i_ASN1_INTEGER.Bernd Edlinger
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-14Fix a few typosFdaSilvaYY
2017-02-14Remove obsolete commentGuido Vranken
2017-02-14Prevent allocations of size 0 in sh_init.Guido Vranken
2017-02-14mem leak on error path and error propagation fixYuchi
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-13DES keys are not 7 days long.Darren Tucker
2017-02-10Restore EVP_CIPH_FLAG_LENGTH_BITS working properlyLukasz Pawelczyk
2017-02-07Fix a crash in EVP_CIPHER_CTX_cleanup due to cipher_data may be NULLBernd Edlinger
2017-02-05Fix a crash with malformed user notice policy numbersBernd Edlinger
2017-02-05Combined patch against OpenSSL_1_1_0-stable 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-01bn: fix occurance of negative zero in BN_rshift1()Richard Levitte
2017-02-01bn: fix occurances of negative zeroGeoff Thorpe
2017-02-01bn: catch negative zero as an errorGeoff Thorpe
2017-02-01bn: fix BN_DEBUG + BN_DEBUG_RAND supportGeoff Thorpe
2017-01-29Fix faulty freeRichard Levitte
2017-01-28X509_CRL_digest() - ensure precomputed sha1 hash before returning itRichard Levitte
2017-01-26bn/asm/x86_64-mont5.pl: fix carry bug in bn_sqr8x_internal.Andy Polyakov
2017-01-26Better check of DH parameters in TLS dataRichard Levitte
2017-01-26crypto/evp: harden AEAD ciphers.Andy Polyakov
2017-01-26crypto/evp: harden RC4_MD5 cipher.Andy Polyakov