aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Defines and strings for special salt length values, add testsDr. Stephen Henson2017-01-188-33/+65
* additional PSS tests for -1 and invalid salt lengthDr. Stephen Henson2017-01-181-0/+26
* Add support for -1, -2 salt lengths for PSS only keys.Dr. Stephen Henson2017-01-184-6/+25
* 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-2/+2
* 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
* Add client cert type testsDr. Stephen Henson2017-01-152-1/+7
* Add certificate selection tests.Dr. Stephen Henson2017-01-153-1/+256
* add ECDSA test server certificateDr. Stephen Henson2017-01-154-2/+22
* Add options to check certificate types.Dr. Stephen Henson2017-01-156-20/+101