summaryrefslogtreecommitdiffstats
path: root/util (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Update copyright year in mkerr.plSteve Linsell2018-01-281-2/+2
* Add TLSProxy tests for signature_algorithms_certBenjamin Kaduk2018-01-251-0/+1
* Renumber TLSEXT_TYPE_key_share for draft-23Benjamin Kaduk2018-01-251-1/+1
* Bump TLS1_3_VERSION_DRAFT for draft-23Benjamin Kaduk2018-01-251-1/+1
* Add -rsigopt option to ocsp commandDavid Cooper2018-01-241-0/+1
* Add the SSL_stateless() functionMatt Caswell2018-01-241-0/+1
* SHA512/224 and SHA512/256Pauli2018-01-231-0/+2
* Add accessors for AdmissionSyntaxRich Salz2018-01-222-0/+55
* Copyright update of more files that have changed this yearRichard Levitte2018-01-192-2/+2
* Create one permanent proxy socket per TLSProxy::Proxy instanceRichard Levitte2018-01-191-32/+33
* TLSProxy::Proxy: Don't use ReuseAddr on WindowsRichard Levitte2018-01-181-3/+5
* TLSProxy::Proxy: don't waste time redirecting STDOUT and STDERRRichard Levitte2018-01-171-15/+0
* TLSProxy::Proxy: If we don't support IPv6, force IPv4Richard Levitte2018-01-171-0/+6
* Enforce return values section checkPaul Yang2018-01-161-6/+3
* Extend timeout for TLSProxyMatt Caswell2018-01-161-1/+1
* Catch SIGPIPE in TLSProxy::Proxy::clientstartBernd Edlinger2018-01-131-0/+1
* Enhance util/openssl-update-copyright shell scriptDr. Matthias St. Pierre2018-01-101-6/+11
* Update copyright years on all files merged since Jan 1st 2018Richard Levitte2018-01-091-1/+1
* Various small build improvements on mkdef.pl, progs.pl, crypto/init.c, crypto...David von Oheimb2018-01-091-13/+21
* Add util/openssl-update-copyright shell scriptDr. Matthias St. Pierre2018-01-081-0/+58
* Implement automatic reseeding of DRBG after a specified time intervalDr. Matthias St. Pierre2017-12-171-0/+1
* Add master DRBG for reseedingDr. Matthias St. Pierre2017-12-171-2/+3
* Fix invalid function type casts.Bernd Edlinger2017-12-152-0/+2
* Send supported_versions in an HRRMatt Caswell2017-12-141-3/+4