summaryrefslogtreecommitdiffstats
path: root/util
AgeCommit message (Expand)Author
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
2018-01-17TLSProxy::Proxy: don't waste time redirecting STDOUT and STDERRRichard Levitte
2018-01-17TLSProxy::Proxy: If we don't support IPv6, force IPv4Richard Levitte
2018-01-16Enforce return values section checkPaul Yang
2018-01-16Extend timeout for TLSProxyMatt Caswell
2018-01-13Catch SIGPIPE in TLSProxy::Proxy::clientstartBernd Edlinger
2018-01-10Enhance util/openssl-update-copyright shell scriptDr. Matthias St. Pierre
2018-01-09Update copyright years on all files merged since Jan 1st 2018Richard Levitte
2018-01-09Various small build improvements on mkdef.pl, progs.pl, crypto/init.c, crypto...David von Oheimb
2018-01-08Add util/openssl-update-copyright shell scriptDr. Matthias St. Pierre
2017-12-17Implement automatic reseeding of DRBG after a specified time intervalDr. Matthias St. Pierre
2017-12-17Add master DRBG for reseedingDr. Matthias St. Pierre
2017-12-15Fix invalid function type casts.Bernd Edlinger
2017-12-14Send supported_versions in an HRRMatt Caswell
2017-12-14Update TLSProxy to know about new HRR styleMatt Caswell
2017-12-14Merge HRR into ServerHelloMatt Caswell
2017-12-14Send a CCS from the client in a non-early_data handshakeMatt Caswell