summaryrefslogtreecommitdiffstats
path: root/util
AgeCommit message (Expand)Author
2018-04-03Update copyright yearMatt Caswell
2018-03-31Refuse to run test_cipherlist unless shared library matches buildRichard Levitte
2018-03-30Add documentation for the RAND_DRBG APIDr. Matthias St. Pierre
2018-03-29BIO_s_accept.pod: add documentation for the new macrosVitezslav Cizek
2018-03-29Document BIO_{get,set}_conn_ip_family macros.Vitezslav Cizek
2018-03-29Revert "util/dofile.pl: only quote stuff that actually needs quoting"Richard Levitte
2018-03-28Revert "Temporarily disable some tests that hang"Matt Caswell
2018-03-27Temporarily disable some tests that hangMatt Caswell
2018-03-26Remove QNX supportRich Salz
2018-03-22Handle partial messages in TLSProxyBernd Edlinger
2018-03-22Fix resource filesRich Salz
2018-03-22include/openssl/rand.h: omit intermediate typedef.Andy Polyakov
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