aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2018-03-22include/openssl/rand.h: omit intermediate typedef.Andy Polyakov1-2/+0
2018-03-22openssl/rand.h: fix formatting.Andy Polyakov1-1/+0
2018-03-21Convert _meth_get_ functions to const gettersJack Bates5-30/+30
2018-03-20Prepare for 1.1.1-pre4-devMatt Caswell1-2/+2
2018-03-20Prepare for 1.1.1-pre3 releaseOpenSSL_1_1_1-pre3Matt Caswell1-1/+1
2018-03-20Update copyright yearMatt Caswell3-3/+3
2018-03-19Fix no-sm3 (and no-sm2)Todd Short1-0/+8
2018-03-19Fix no-sm2Matt Caswell1-2/+6
2018-03-19Don't use a ssl specific DRBG anymoreKurt Roeckx1-2/+0
2018-03-19Handle evp_tests assumption of EVP_PKEY_FLAG_AUTOARGLENJack Lloyd1-0/+4
2018-03-19Add SM2 signature and ECIES schemesJack Lloyd5-15/+188
2018-03-17Return error when trying to use prediction resistanceKurt Roeckx1-0/+1
2018-03-17Propagate the request for prediction resistance to the get entropy callKurt Roeckx1-2/+4
2018-03-16RAND_DRBG: add a function for setting the default DRBG type and flagsDr. Matthias St. Pierre2-3/+10
2018-03-15Publish the RAND_DRBG APIDr. Matthias St. Pierre2-36/+15
2018-03-15Fix no-chacha and no-poly1305Matt Caswell1-3/+8
2018-03-15Rename EVP_PKEY_new_private_key()/EVP_PKEY_new_public_key()Matt Caswell2-8/+8
2018-03-15Add functions for setting the new EVP_PKEY_ASN1_METHOD functionsMatt Caswell1-0/+10
2018-03-15Add the function EVP_PKEY_new_CMAC_key()Matt Caswell2-0/+4
2018-03-15Add support for setting raw private HMAC keysMatt Caswell1-2/+4
2018-03-15Add functions to create an EVP_PKEY from raw private/public key dataMatt Caswell2-0/+6
2018-03-15Missings OIDs for XTS added.Pauli1-8/+19
2018-03-14Fix an error number clashMatt Caswell1-1/+1
2018-03-14Put the default set of TLSv1.3 ciphersuites in a header fileMatt Caswell1-0/+5
2018-03-14Split configuration of TLSv1.3 ciphers from older ciphersMatt Caswell3-12/+3
2018-03-14Update version numbers for TLSv1.3 draft-26Matt Caswell1-3/+3
2018-03-13update SRP copyright noticeTim Hudson1-1/+5
2018-03-12Introduce SSL_CTX_set_stateless_cookie_{generate,verify}_cbBenjamin Saunders1-2/+13
2018-03-12Add OIDs for DSTU-4145gmile1-0/+98
2018-03-12Session Ticket app dataTodd Short1-0/+32
2018-03-10RAND_DRBG: add a function for setting the reseeding defaultsDr. Matthias St. Pierre1-0/+7
2018-03-09Add SSL/SSL_CTX_use_cert_and_key()Todd Short2-0/+8
2018-03-09Give more information in the SSL_stateless return codeMatt Caswell1-0/+1
2018-03-08Duplicate entries ssl_handshake_tbl trace entries...FdaSilvaYY1-0/+2
2018-03-07Add GOST OIDs for Edwards parameter setsSergey Zhuravlev1-0/+14
2018-03-07Prepare to detect index changes in OCSP responder.Viktor Dukhovni1-0/+1
2018-03-06opensslconf.h.in: Use all the "openssl_api_defines"Richard Levitte1-1/+1
2018-03-06Check the parent DRBG's strengthKurt Roeckx1-0/+2
2018-03-05Add support for .include directive in config filesTomas Mraz1-0/+3
2018-03-02Integrate X448 and Ed448 into libcryptoMatt Caswell1-0/+3
2018-03-02Add pkey types for curve448Matt Caswell1-0/+2
2018-02-28Tell the ciphers which DRBG to use for generating random bytes.Kurt Roeckx1-0/+2
2018-02-27Prepare for 1.1.1-pre3-devMatt Caswell1-2/+2
2018-02-27Prepare for 1.1.1-pre2 releaseOpenSSL_1_1_1-pre2Matt Caswell1-1/+1
2018-02-27Update copyright yearMatt Caswell2-2/+2
2018-02-26Export keying material using early exporter master secretTatsuhiro Tsujikawa1-0/+13
2018-02-23STORE 'file' scheme loader: Add search capibilityRichard Levitte1-0/+3
2018-02-23STORE: Add the possibility to search for specific informationRichard Levitte3-2/+57
2018-02-23STORE: Add the possibility to specify an expected info typeRichard Levitte2-0/+11
2018-02-21Switch the DRBGs from AES-128-CTR to AES-256-CTRKurt Roeckx1-5/+13