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