summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2017-01-26crypto/evp: harden RC4_MD5 cipher.Andy Polyakov
2017-01-25Remove assert from is_partially_overlapping()Matt Caswell
2017-01-25Adjust in and in_len instead of donelenMatt Caswell
2017-01-25Fix the overlapping check for fragmented "Update" operationsMatt Caswell
2017-01-25Update evp_test to make sure passing partial block to "Update" is okMatt 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-25s_client: Better response success check for CONNECTRichard Levitte
2017-01-24Replace div-spoiler hack with simpler code, GH#1027,2253.Andy Polyakov
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-24Do not overallocate for tmp.ciphers_rawBenjamin Kaduk
2017-01-24Fix SSL_get0_raw_cipherlist()Matt Caswell
2017-01-24Add missing flags for EVP_chacha20()Kazuki Yamaguchi
2017-01-24Fix a ssl session leak due to OOM in lh_SSL_SESSION_insertBernd Edlinger
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-23Fix use before assignmentFdaSilvaYY
2017-01-23Extend the test_ssl_new renegotiation tests to include client authMatt Caswell
2017-01-23Stop server from expecting Certificate message when not requestedMatt Caswell
2017-01-23Stop client from sending Certificate message when not requestedMatt Caswell
2017-01-23Fix SSL_VERIFY_CLIENT_ONCEMatt Caswell
2017-01-23Add a test to check messsages sent are the ones we expectMatt Caswell
2017-01-23Support renegotiation in TLSProxyMatt Caswell
2017-01-23Fix a bug in TLSProxy where zero length messages were not being recordedMatt Caswell
2017-01-23fix a memory leak in ssl3_generate_key_block fix the error handling in ssl3_c...Bernd Edlinger
2017-01-23Check the exit code from the server processBernd Edlinger
2017-01-20Fix DSA parameter generation control errorRichard Levitte
2017-01-19correct 3 mistakesMarkus Triska
2017-01-18Skip ECDH tests for SSLv3Rich Salz
2017-01-18If client doesn't send curves list, don't assume all.Rich Salz
2017-01-18Clean dead macros and definesFdaSilvaYY
2017-01-18Clean one unused variable, plus an useless one.FdaSilvaYY
2017-01-18Correct reference to SSL_get_peer_cert_chain().Markus Triska
2017-01-17Fix list -disabled for blake2 algEasySec
2017-01-16Fix man3 reference to CRYPTO_secure_usedxemdetia
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-13Clarify what RUN_ONCE returnsRichard Levitte
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-10Fix typo in Blake2 function namesRich Salz
2017-01-10Print the X509 version signed, and convert to unsigned for the hex version.Kurt Roeckx
2017-01-10Mark a HelloRequest record as read if we ignore itMatt Caswell
2017-01-09Fix a memory leak in RSA_padding_add_PKCS1_OAEP_mgf1Bernd Edlinger
2017-01-09Rename "verify_cb" to SSL_verify_cbRich Salz