summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Comment on the lack of documentation for asymmetric ciphersRichard Levitte2017-06-281-1/+22
* Adapt for BSD cryptodev.h differencesRichard Levitte2017-06-284-16/+71
* Add new /dev/crypto engineRichard Levitte2017-06-288-1/+637
* Add the common error ERR_R_OPERATION_FAILRichard Levitte2017-06-282-0/+2
* Use randomness not entropyRich Salz2017-06-2716-42/+37
* Fix return-value checks in OCSP_resp_get1_id()Benjamin Kaduk2017-06-271-1/+1
* util/mkerr.pl: avoid getting an annoying warning about negative countRichard Levitte2017-06-271-0/+2
* util/mkerr.pl: allow module names prefixed with OSSL_ or OPENSSL_Richard Levitte2017-06-273-6/+17
* Rename static global "lock" to "obj_lock"Rich Salz2017-06-261-14/+14
* Change to check last return value of BN_CTX_getPaul Yang2017-06-2616-84/+79
* Fix return value checking for BIO_sock_initPaul Yang2017-06-262-4/+4
* Fix inaccurate comments in bn_prime.cPaul Yang2017-06-261-4/+2
* tsget.in: remove call of WWW::Curl::Easy::global_cleanupRichard Levitte2017-06-251-1/+0
* Fix no-dsa build againBenjamin Kaduk2017-06-251-4/+7
* Add tests for deprecated sigalgs with TLS 1.3 ClientHellosBenjamin Kaduk2017-06-251-2/+84
* Fix no-dsa buildBenjamin Kaduk2017-06-252-12/+14
* Add constants for TLS 1.3 SignatureScheme valuesBenjamin Kaduk2017-06-251-0/+27
* Disallow DSA/SHA1/etc. for pure TLS 1.3 ClientHellosBenjamin Kaduk2017-06-251-0/+6
* sha/asm/keccak1600-mmx.pl: optimize for Atom and add comparison data.Andy Polyakov2017-06-241-115/+126
* Add sha/asm/keccak1600-mmx.pl, x86 MMX module.Andy Polyakov2017-06-241-0/+429
* Fix a memory leak in the new TAP filter BIOMatt Caswell2017-06-231-1/+1
* Fix travis clang-3.9 buildsMatt Caswell2017-06-232-29/+23
* Fix another EVP_DigestVerify() instanceMatt Caswell2017-06-231-4/+1
* Treat all failures from EVP_DigestVerify() as a bad signatureMatt Caswell2017-06-231-5/+1
* Fix the constant time 64 testMatt Caswell2017-06-231-2/+2
* Remove uses of the TEST_check macro.Pauli2017-06-226-95/+114
* Fix OBJ_create() to tolerate a NULL sn and lnMatt Caswell2017-06-221-1/+2
* Fix tls1_generate_master_secretAlexey Komnin2017-06-221-2/+2
* Fix the names of ChaCha20-Poly1305 cipher suites in t1_trce.c.David Benjamin2017-06-221-7/+7
* TAP line filter BIO.Pauli2017-06-229-56/+210
* Configure: give config targets the possibility to enable or disable featuresRichard Levitte2017-06-223-19/+49
* Remove duplicate see also reference to BIO_s_mem.Pauli2017-06-221-2/+1
* Add OCSP_resp_get1_id() accessorSascha Steinbiss2017-06-214-2/+34
* Avoid compiler complainingPaul Yang2017-06-211-4/+4
* Add documentation for the SSL_export_keying_material() functionMatt Caswell2017-06-213-7/+68
* sha/asm/sha512p8-ppc.pl: add POWER8 performance data.Andy Polyakov2017-06-211-0/+9
* Add Keccak-1600 modules for PPC64 and POWER8.Andy Polyakov2017-06-212-0/+1607
* Fix DTLS failure when used in a build which has SCTP enabledMatt Caswell2017-06-213-7/+17
* PSK related tweaks based on review feedbackMatt Caswell2017-06-218-52/+57
* Use constants rather than macros for the cipher bytes in the appsMatt Caswell2017-06-213-6/+8
* Add some tests for the new TLSv1.3 PSK codeMatt Caswell2017-06-213-0/+187
* Fix some bugs in the TLSv1.3 PSK codeMatt Caswell2017-06-212-3/+13
* Make the input parameters for SSL_SESSION_set1_master_key constMatt Caswell2017-06-213-4/+4
* Document SSL_set_psk_find_session_callback() and SSL_CTX equivalentMatt Caswell2017-06-213-1/+8
* Document SSL_set_psk_use_session_callback() and SSL_CTX equivalentMatt Caswell2017-06-213-45/+154
* Tweak the client side PSK callbackMatt Caswell2017-06-211-7/+14
* Add documentation for SSL_CTX_set_psk_use_session_callback()Matt Caswell2017-06-212-1/+8
* Document SSL_CIPHER_get_handshake_digest()Matt Caswell2017-06-211-9/+22
* Document SSL_SESSION_set_protocol_version()Matt Caswell2017-06-211-4/+16
* Document SSL_SESSION_set1_master_key()Matt Caswell2017-06-211-7/+22