summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Prepare for 1.1.0d releaseOpenSSL_1_1_0dMatt Caswell2017-01-264-6/+6
* Update CHANGES and NEWS for new releaseMatt Caswell2017-01-262-2/+43
* bn/asm/x86_64-mont5.pl: fix carry bug in bn_sqr8x_internal.Andy Polyakov2017-01-261-9/+7
* Document DH_check_params()Richard Levitte2017-01-261-4/+30
* Better check of DH parameters in TLS dataRichard Levitte2017-01-264-1/+52
* crypto/evp: harden AEAD ciphers.Andy Polyakov2017-01-262-4/+15
* crypto/evp: harden RC4_MD5 cipher.Andy Polyakov2017-01-261-0/+2
* Remove assert from is_partially_overlapping()Matt Caswell2017-01-251-1/+1
* Adjust in and in_len instead of donelenMatt Caswell2017-01-251-7/+8
* Fix the overlapping check for fragmented "Update" operationsMatt Caswell2017-01-257-14/+34
* Update evp_test to make sure passing partial block to "Update" is okMatt Caswell2017-01-251-16/+85
* Properly handle a partial block in OCB modeMatt Caswell2017-01-251-0/+2
* Don't use magic numbers in aes_ocb_cipher()Matt Caswell2017-01-251-11/+13
* s_client: Better response success check for CONNECTRichard Levitte2017-01-251-10/+30
* Replace div-spoiler hack with simpler code, GH#1027,2253.Andy Polyakov2017-01-241-15/+10
* Cleanup EVP_CIPH/EP_CTRL duplicate definesTodd Short2017-01-247-54/+11
* Fix error handling in compute_key, BN_CTX_get can return NULLBernd Edlinger2017-01-241-0/+2
* Do not overallocate for tmp.ciphers_rawBenjamin Kaduk2017-01-241-1/+2
* Fix SSL_get0_raw_cipherlist()Matt Caswell2017-01-241-17/+46
* Add missing flags for EVP_chacha20()Kazuki Yamaguchi2017-01-241-1/+1
* Fix a ssl session leak due to OOM in lh_SSL_SESSION_insertBernd Edlinger2017-01-241-0/+9
* RAND_egd_bytes: No need to check RAND_status on connection error.ganesh2017-01-241-0/+2
* Fixed the return code for RAND_egd_bytes.ganesh2017-01-241-2/+2
* Fixed the return code of RAND_query_egd_bytes when connect fails.ganesh2017-01-241-3/+2
* Fix use before assignmentFdaSilvaYY2017-01-231-5/+4
* Extend the test_ssl_new renegotiation tests to include client authMatt Caswell2017-01-234-2/+204
* Stop server from expecting Certificate message when not requestedMatt Caswell2017-01-231-1/+2
* Stop client from sending Certificate message when not requestedMatt Caswell2017-01-231-0/+1
* Fix SSL_VERIFY_CLIENT_ONCEMatt Caswell2017-01-231-1/+1
* Add a test to check messsages sent are the ones we expectMatt Caswell2017-01-231-0/+147
* Support renegotiation in TLSProxyMatt Caswell2017-01-231-1/+18
* Fix a bug in TLSProxy where zero length messages were not being recordedMatt Caswell2017-01-231-1/+1
* fix a memory leak in ssl3_generate_key_block fix the error handling in ssl3_c...Bernd Edlinger2017-01-231-3/+4
* Check the exit code from the server processBernd Edlinger2017-01-231-0/+1
* Fix DSA parameter generation control errorRichard Levitte2017-01-201-1/+1
* correct 3 mistakesMarkus Triska2017-01-191-3/+3
* Skip ECDH tests for SSLv3Rich Salz2017-01-181-3/+8
* If client doesn't send curves list, don't assume all.Rich Salz2017-01-181-60/+14
* Clean dead macros and definesFdaSilvaYY2017-01-182-65/+1
* Clean one unused variable, plus an useless one.FdaSilvaYY2017-01-182-14/+6
* Correct reference to SSL_get_peer_cert_chain().Markus Triska2017-01-181-1/+1
* Fix list -disabled for blake2 algEasySec2017-01-171-1/+1
* Fix man3 reference to CRYPTO_secure_usedxemdetia2017-01-161-4/+3
* Add missing braces.Kurt Roeckx2017-01-161-1/+2
* Fix undefined behaviour when printing the X509 and CRL versionKurt Roeckx2017-01-152-3/+11
* Fix VC warnings about unary minus to an unsigned type.Kurt Roeckx2017-01-153-3/+3
* Fix undefined behaviour when printing the X509 serialKurt Roeckx2017-01-151-2/+4
* Clarify what RUN_ONCE returnsRichard Levitte2017-01-131-2/+5
* Fix no-ocspRichard Levitte2017-01-131-0/+1
* Make X509_Digest,others publicRich Salz2017-01-122-0/+79