summaryrefslogtreecommitdiff
path: root/util
Commit message (Expand)AuthorAgeFilesLines
* 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-241-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
* Update TLSProxy to know about new HRR styleMatt Caswell2017-12-143-15/+23
* Merge HRR into ServerHelloMatt Caswell2017-12-144-173/+57
* Send a CCS from the client in a non-early_data handshakeMatt Caswell2017-12-141-11/+13
* Update ServerHello to new draft-22 formatMatt Caswell2017-12-141-23/+20
* Update the TLSv1.3 draft version indicators to draft 22Matt Caswell2017-12-141-1/+1
* Build file templates: Replace the use of Makefile.sharedRichard Levitte2017-12-121-13/+6
* Make possible variant SONAMEs and symbol versionsViktor Dukhovni2017-11-301-3/+55
* Fix SOURCE_DATE_EPOCH bug; use UTCRich Salz2017-11-271-9/+24
* Support multi-prime RSA (RFC 8017)Paul Yang2017-11-211-0/+8
* Support public key and param check in EVP interfacePaul Yang2017-11-201-0/+11
* make updateBen Kaduk2017-11-111-0/+1
* Many spelling fixes/typo's corrected.Josh Soref2017-11-115-9/+9
* util/copy.pl: work around glob quirk in some of earlier 5.1x Perl versions.Andy Polyakov2017-11-101-1/+2
* Fix race condition in TLSProxyMatt Caswell2017-11-071-0/+4