summaryrefslogtreecommitdiffstats
path: root/util
AgeCommit message (Expand)Author
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
2018-02-01Add TLSv1.3 post-handshake authentication (PHA)Todd Short
2018-02-01Make sure that apps/openssl prefixes its output with '# ' during testsRichard Levitte
2018-01-31Revert the crypto "global lock" implementationBenjamin Kaduk
2018-01-29Add RAND_DRBG_bytesKurt Roeckx
2018-01-28Update copyright year in mkerr.plSteve Linsell
2018-01-25Add TLSProxy tests for signature_algorithms_certBenjamin Kaduk
2018-01-25Renumber TLSEXT_TYPE_key_share for draft-23Benjamin Kaduk
2018-01-25Bump TLS1_3_VERSION_DRAFT for draft-23Benjamin Kaduk
2018-01-24Add -rsigopt option to ocsp commandDavid Cooper
2018-01-24Add the SSL_stateless() functionMatt Caswell
2018-01-24SHA512/224 and SHA512/256Pauli
2018-01-22Add accessors for AdmissionSyntaxRich Salz
2018-01-19Copyright update of more files that have changed this yearRichard Levitte
2018-01-19Create one permanent proxy socket per TLSProxy::Proxy instanceRichard Levitte
2018-01-18TLSProxy::Proxy: Don't use ReuseAddr on WindowsRichard Levitte