summaryrefslogtreecommitdiffstats
path: root/util
AgeCommit message (Expand)Author
2018-03-20Update copyright yearMatt Caswell
2018-03-19In TLSProxy::Proxy, specify TLSv1.3 as maximum allowable protocolRichard Levitte
2018-03-19Fix no-sm2Matt Caswell
2018-03-19Handle evp_tests assumption of EVP_PKEY_FLAG_AUTOARGLENJack Lloyd
2018-03-19Add SM2 signature and ECIES schemesJack Lloyd
2018-03-19Add a simple method to run regression testsRichard Levitte
2018-03-16RAND_DRBG: add a function for setting the default DRBG type and flagsDr. Matthias St. Pierre
2018-03-16VMS C: reduce the dependency paths to be relativeRichard Levitte
2018-03-16Visual C: reduce the dependency paths to be relativeRichard Levitte
2018-03-16util/add-depends.pl: add the possibility for debug printoutsRichard Levitte
2018-03-16Move all dependency post-processing to util/add-depends.plRichard Levitte
2018-03-15Publish the RAND_DRBG APIDr. Matthias St. Pierre
2018-03-15util/postprocess-makedepend.pl: make an effort to collect dependenciesRichard Levitte
2018-03-15util/postprocess-makedepend.pl: For VC, don't include system headersRichard Levitte
2018-03-15Streamline dependency generationRichard Levitte
2018-03-15Rename EVP_PKEY_new_private_key()/EVP_PKEY_new_public_key()Matt Caswell
2018-03-15Add functions for setting the new EVP_PKEY_ASN1_METHOD functionsMatt Caswell
2018-03-15Add documentation for the newly added EVP_PKEY_new*() functionsMatt Caswell
2018-03-15Add the function EVP_PKEY_new_CMAC_key()Matt Caswell
2018-03-15Add functions to create an EVP_PKEY from raw private/public key dataMatt Caswell
2018-03-14util/add-depends.pl: sort the dependency filesRichard Levitte
2018-03-14Split configuration of TLSv1.3 ciphers from older ciphersMatt Caswell
2018-03-14Update version numbers for TLSv1.3 draft-26Matt Caswell
2018-03-13Remove the temporary file in case it wasn't renamedRichard Levitte
2018-03-13Remove debugging prints from util/add-depends.plRichard Levitte
2018-03-13Refactor the 'depend' targetRichard Levitte
2018-03-12Introduce SSL_CTX_set_stateless_cookie_{generate,verify}_cbBenjamin Saunders
2018-03-12Session Ticket app dataTodd Short
2018-03-10RAND_DRBG: add a function for setting the reseeding defaultsDr. Matthias St. Pierre
2018-03-09Add SSL/SSL_CTX_use_cert_and_key()Todd Short
2018-03-06util/dofile.pl: only quote stuff that actually needs quotingRichard Levitte
2018-02-26Export keying material using early exporter master secretTatsuhiro Tsujikawa
2018-02-23STORE: Add documentation on search criteriaRichard Levitte
2018-02-23STORE: Add the possibility to search for specific informationRichard Levitte
2018-02-23STORE: Add documentation on expecting specific infosRichard Levitte
2018-02-23STORE: Add the possibility to specify an expected info typeRichard Levitte
2018-02-21Remove a spurious TLSProxy byte in TLSv1.3Matt Caswell
2018-02-19Add BIO_bind function to bind local address for a socket.John Hughes
2018-02-19 Add X509_get0_authority_key_id() functionMassimiliano Pala
2018-02-19OpenSSL::Test::quotify: put quotes around empty argumentsRichard Levitte
2018-02-15DRBG: make locking api truly privateDr. Matthias St. Pierre
2018-02-14OSSL_STORE: Add OSSL_STORE_vctrl()Richard Levitte
2018-02-13DRBG: unify initialization and cleanup codeDr. Matthias St. Pierre
2018-02-13DRBG: add locking apiDr. Matthias St. Pierre
2018-02-13Update copyright yearMatt Caswell
2018-02-09Run "make update"Nick Mathewson
2018-02-09Small simplification in mkerr.plFdaSilvaYY
2018-02-08util/mkdef.pl: use better array in search of 'DEPRECATEDIN_'Richard Levitte
2018-02-07mkerr.pl: When writing internal FOOerr.h, pay attention to disablable modulesRichard Levitte
2018-02-06util/mkdef.pl: Trust configdata.pmRichard Levitte