summaryrefslogtreecommitdiffstats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* Style: ssl.hFdaSilvaYY2018-04-181-149/+157
* Prepare for 1.1.1-pre6-devRichard Levitte2018-04-171-2/+2
* Prepare for 1.1.1-pre5 releaseOpenSSL_1_1_1-pre5Richard Levitte2018-04-171-1/+1
* Revert "Add OPENSSL_VERSION_AT_LEAST"Dr. Matthias St. Pierre2018-04-161-5/+0
* make updateRichard Levitte2018-04-131-0/+3
* Support EVP_PKEY_sign() and EVP_PKEY_verify() for EdDSAMatt Caswell2018-04-061-0/+2
* Set error code if alloc returns NULLRich Salz2018-04-052-1/+7
* Pick a q size consistent with the digest for DSA param generationMatt Caswell2018-04-051-0/+1
* Move the loading of the ssl_conf module to libcryptoMatt Caswell2018-04-052-0/+25
* VMS: stricter acquisition of entropy for the poolRichard Levitte2018-04-031-0/+2
* Set error code on alloc failuresRich Salz2018-04-0317-0/+58
* Use gnu_printf format attribute to minimise MinGW warningsBernd Edlinger2018-04-031-8/+14
* Prepare for 1.1.1-pre5-devMatt Caswell2018-04-031-2/+2
* Prepare for 1.1.1-pre4 releaseOpenSSL_1_1_1-pre4Matt Caswell2018-04-031-1/+1
* Add documentation for the RAND_DRBG APIDr. Matthias St. Pierre2018-03-301-6/+6
* EVP,KDF: Add more error code along some return 0 in ...FdaSilvaYY2018-03-292-0/+5
* Limit ASN.1 constructed types recursive definition depthMatt Caswell2018-03-271-0/+1
* Remove QNX supportRich Salz2018-03-261-4/+0
* include/openssl/rand.h: omit intermediate typedef.Andy Polyakov2018-03-221-2/+0
* openssl/rand.h: fix formatting.Andy Polyakov2018-03-221-1/+0
* Convert _meth_get_ functions to const gettersJack Bates2018-03-215-30/+30
* Prepare for 1.1.1-pre4-devMatt Caswell2018-03-201-2/+2
* Prepare for 1.1.1-pre3 releaseOpenSSL_1_1_1-pre3Matt Caswell2018-03-201-1/+1
* Update copyright yearMatt Caswell2018-03-203-3/+3
* Fix no-sm3 (and no-sm2)Todd Short2018-03-191-0/+8
* Fix no-sm2Matt Caswell2018-03-191-2/+6
* Don't use a ssl specific DRBG anymoreKurt Roeckx2018-03-191-2/+0
* Handle evp_tests assumption of EVP_PKEY_FLAG_AUTOARGLENJack Lloyd2018-03-191-0/+4
* Add SM2 signature and ECIES schemesJack Lloyd2018-03-195-15/+188
* Return error when trying to use prediction resistanceKurt Roeckx2018-03-171-0/+1
* Propagate the request for prediction resistance to the get entropy callKurt Roeckx2018-03-171-2/+4
* RAND_DRBG: add a function for setting the default DRBG type and flagsDr. Matthias St. Pierre2018-03-162-3/+10
* Publish the RAND_DRBG APIDr. Matthias St. Pierre2018-03-152-36/+15
* Fix no-chacha and no-poly1305Matt Caswell2018-03-151-3/+8
* Rename EVP_PKEY_new_private_key()/EVP_PKEY_new_public_key()Matt Caswell2018-03-152-8/+8
* Add functions for setting the new EVP_PKEY_ASN1_METHOD functionsMatt Caswell2018-03-151-0/+10
* Add the function EVP_PKEY_new_CMAC_key()Matt Caswell2018-03-152-0/+4
* Add support for setting raw private HMAC keysMatt Caswell2018-03-151-2/+4
* Add functions to create an EVP_PKEY from raw private/public key dataMatt Caswell2018-03-152-0/+6
* Missings OIDs for XTS added.Pauli2018-03-151-8/+19
* Fix an error number clashMatt Caswell2018-03-141-1/+1
* Put the default set of TLSv1.3 ciphersuites in a header fileMatt Caswell2018-03-141-0/+5
* Split configuration of TLSv1.3 ciphers from older ciphersMatt Caswell2018-03-143-12/+3
* Update version numbers for TLSv1.3 draft-26Matt Caswell2018-03-141-3/+3
* update SRP copyright noticeTim Hudson2018-03-131-1/+5
* Introduce SSL_CTX_set_stateless_cookie_{generate,verify}_cbBenjamin Saunders2018-03-121-2/+13
* Add OIDs for DSTU-4145gmile2018-03-121-0/+98
* Session Ticket app dataTodd Short2018-03-121-0/+32
* RAND_DRBG: add a function for setting the reseeding defaultsDr. Matthias St. Pierre2018-03-101-0/+7
* Add SSL/SSL_CTX_use_cert_and_key()Todd Short2018-03-092-0/+8