summaryrefslogtreecommitdiff
path: root/util
Commit message (Expand)AuthorAgeFilesLines
* Add SM2 signature and ECIES schemesJack Lloyd2018-03-191-0/+9
* Add a simple method to run regression testsRichard Levitte2018-03-191-0/+20
* RAND_DRBG: add a function for setting the default DRBG type and flagsDr. Matthias St. Pierre2018-03-161-0/+1
* VMS C: reduce the dependency paths to be relativeRichard Levitte2018-03-161-3/+33
* Visual C: reduce the dependency paths to be relativeRichard Levitte2018-03-161-8/+33
* util/add-depends.pl: add the possibility for debug printoutsRichard Levitte2018-03-161-0/+1
* Move all dependency post-processing to util/add-depends.plRichard Levitte2018-03-162-173/+192
* Publish the RAND_DRBG APIDr. Matthias St. Pierre2018-03-152-126/+111
* util/postprocess-makedepend.pl: make an effort to collect dependenciesRichard Levitte2018-03-151-7/+38
* util/postprocess-makedepend.pl: For VC, don't include system headersRichard Levitte2018-03-151-2/+17
* Streamline dependency generationRichard Levitte2018-03-151-0/+114
* Rename EVP_PKEY_new_private_key()/EVP_PKEY_new_public_key()Matt Caswell2018-03-151-2/+2
* Add functions for setting the new EVP_PKEY_ASN1_METHOD functionsMatt Caswell2018-03-151-0/+2
* Add documentation for the newly added EVP_PKEY_new*() functionsMatt Caswell2018-03-151-0/+2
* Add the function EVP_PKEY_new_CMAC_key()Matt Caswell2018-03-151-0/+1
* Add functions to create an EVP_PKEY from raw private/public key dataMatt Caswell2018-03-151-0/+2
* util/add-depends.pl: sort the dependency filesRichard Levitte2018-03-141-0/+1
* Split configuration of TLSv1.3 ciphers from older ciphersMatt Caswell2018-03-142-2/+30
* Update version numbers for TLSv1.3 draft-26Matt Caswell2018-03-141-1/+1
* Remove the temporary file in case it wasn't renamedRichard Levitte2018-03-131-2/+4
* Remove debugging prints from util/add-depends.plRichard Levitte2018-03-131-3/+1
* Refactor the 'depend' targetRichard Levitte2018-03-131-0/+50
* Introduce SSL_CTX_set_stateless_cookie_{generate,verify}_cbBenjamin Saunders2018-03-121-0/+2
* Session Ticket app dataTodd Short2018-03-122-0/+5
* RAND_DRBG: add a function for setting the reseeding defaultsDr. Matthias St. Pierre2018-03-101-0/+1
* Add SSL/SSL_CTX_use_cert_and_key()Todd Short2018-03-091-0/+2
* util/dofile.pl: only quote stuff that actually needs quotingRichard Levitte2018-03-061-2/+2
* Export keying material using early exporter master secretTatsuhiro Tsujikawa2018-02-261-0/+1
* STORE: Add documentation on search criteriaRichard Levitte2018-02-231-0/+2
* STORE: Add the possibility to search for specific informationRichard Levitte2018-02-231-0/+14
* STORE: Add documentation on expecting specific infosRichard Levitte2018-02-231-0/+1
* STORE: Add the possibility to specify an expected info typeRichard Levitte2018-02-231-0/+2
* Remove a spurious TLSProxy byte in TLSv1.3Matt Caswell2018-02-211-7/+1
* Add BIO_bind function to bind local address for a socket.John Hughes2018-02-191-0/+1
* Add X509_get0_authority_key_id() functionMassimiliano Pala2018-02-191-0/+1
* OpenSSL::Test::quotify: put quotes around empty argumentsRichard Levitte2018-02-191-3/+4
* DRBG: make locking api truly privateDr. Matthias St. Pierre2018-02-151-5/+2
* OSSL_STORE: Add OSSL_STORE_vctrl()Richard Levitte2018-02-141-0/+1
* DRBG: unify initialization and cleanup codeDr. Matthias St. Pierre2018-02-131-0/+1
* DRBG: add locking apiDr. Matthias St. Pierre2018-02-131-0/+3
* Update copyright yearMatt Caswell2018-02-133-3/+3
* Run "make update"Nick Mathewson2018-02-091-1/+1
* Small simplification in mkerr.plFdaSilvaYY2018-02-091-4/+1
* util/mkdef.pl: use better array in search of 'DEPRECATEDIN_'Richard Levitte2018-02-081-1/+1
* mkerr.pl: When writing internal FOOerr.h, pay attention to disablable modulesRichard Levitte2018-02-071-7/+26
* util/mkdef.pl: Trust configdata.pmRichard Levitte2018-02-061-71/+13
* Add TLSv1.3 post-handshake authentication (PHA)Todd Short2018-02-013-1/+5
* Make sure that apps/openssl prefixes its output with '# ' during testsRichard Levitte2018-02-011-1/+3
* Revert the crypto "global lock" implementationBenjamin Kaduk2018-01-311-1/+0
* Add RAND_DRBG_bytesKurt Roeckx2018-01-291-0/+1