aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Properly zero cipher_data for ChaCha20-Poly1305 on cleanuptopic/evp-chacha20-poly1305-cleanup-typofixKazuki Yamaguchi2017-01-261-1/+1
* Limit the length of the encrypted premaster key.Cory Benfield2017-01-252-1/+10
* Fix small typoRichard Levitte2017-01-251-1/+1
* Fix a merge errorMatt Caswell2017-01-251-1/+1
* 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
* Fix memory leaks in the Certificate extensions codeMatt Caswell2017-01-252-2/+8
* Fix a few double ;FdaSilvaYY2017-01-253-3/+3
* Typo, fix a commentFdaSilvaYY2017-01-251-3/+3
* StyleFdaSilvaYY2017-01-252-3/+7
* Fix a few misspellings.FdaSilvaYY2017-01-253-6/+6
* Fix some style and indent issueFdaSilvaYY2017-01-251-21/+16
* Few nit'sFdaSilvaYY2017-01-257-23/+24
* Fix some extra or missing whitespaces...FdaSilvaYY2017-01-2512-18/+17
* s_client: Better response success check for CONNECTRichard Levitte2017-01-251-10/+30
* 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
* Add support for Poly1305 in EVP_PKEYTodd Short2017-01-2420-9/+590
* 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
* Replace div-spoiler hack with simpler codeAndy Polyakov2017-01-231-15/+10
* Add documentation for the key logging callbacksCory Benfield2017-01-231-0/+48
* Add tests for the key logging callbacks.Cory Benfield2017-01-231-0/+342
* Add support for key logging callbacks.Cory Benfield2017-01-237-2/+177
* Fix no-tls1_2Richard Levitte2017-01-231-1/+1
* 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
* 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
* poly1305/poly1305_base2_44.c: clarify shift boundary condition.Andy Polyakov2017-01-211-2/+2
* ec/asm/ecp_nistz256-ppc64.pl: minor POWER8-specific optimization.Andy Polyakov2017-01-211-18/+18
* 'openssl passwd' command can now compute AIX MD5-based passwords hashes.GaƩtan Njinang2017-01-213-18/+49
* Fix DSA parameter generation control errorRichard Levitte2017-01-201-1/+1
* Add signing hash testsDr. Stephen Henson2017-01-204-2/+17
* Add options to check TLS signing hashesDr. Stephen Henson2017-01-206-12/+75
* correct 3 mistakesMarkus Triska2017-01-191-2/+2
* Skip ECDH tests for SSLv3Rich Salz2017-01-181-2/+7
* If client doesn't send curves list, don't assume all.Rich Salz2017-01-181-60/+14