summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
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
2017-01-25Remove assert from is_partially_overlapping()Matt Caswell
2017-01-25Fix the overlapping check for fragmented "Update" operationsMatt Caswell
2017-01-25Properly handle a partial block in OCB modeMatt Caswell
2017-01-25Don't use magic numbers in aes_ocb_cipher()Matt Caswell
2017-01-24Cleanup EVP_CIPH/EP_CTRL duplicate definesTodd Short
2017-01-24Fix error handling in compute_key, BN_CTX_get can return NULLBernd Edlinger
2017-01-24Add missing flags for EVP_chacha20()Kazuki Yamaguchi
2017-01-24RAND_egd_bytes: No need to check RAND_status on connection error.ganesh
2017-01-24Fixed the return code for RAND_egd_bytes.ganesh
2017-01-24Fixed the return code of RAND_query_egd_bytes when connect fails.ganesh
2017-01-20Fix DSA parameter generation control errorRichard Levitte
2017-01-18Clean one unused variable, plus an useless one.FdaSilvaYY
2017-01-16Add missing braces.Kurt Roeckx
2017-01-15Fix undefined behaviour when printing the X509 and CRL versionKurt Roeckx
2017-01-15Fix VC warnings about unary minus to an unsigned type.Kurt Roeckx
2017-01-15Fix undefined behaviour when printing the X509 serialKurt Roeckx
2017-01-13Fix no-ocspRichard Levitte
2017-01-12Make X509_Digest,others publicRich Salz
2017-01-12GH2176: Add X509_VERIFY_PARAM_get_timeRich Salz
2017-01-10Print the X509 version signed, and convert to unsigned for the hex version.Kurt Roeckx
2017-01-09Fix a memory leak in RSA_padding_add_PKCS1_OAEP_mgf1Bernd Edlinger
2016-12-22Fix EVP_MD_meth_get_flagsTodd Short