summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2018-01-29Have the build files use the executable configdata.pmRichard Levitte
2018-01-29Make configdata.pm runnable and move all display of information thereRichard Levitte
2018-01-29Don't define OPENSSL_NO_ERR for the command lineRichard Levitte
2018-01-29Remove $no_sse2, as it's just a 'copy' of $disabled{sse2}Richard Levitte
2018-01-29Fix recent typo. -DL_ENDIAN / -DB_ENDIAN, not -DL_DEBIAN / -DB_DEBIANRichard Levitte
2018-01-29Don't break testing when runnins as rootRichard Levitte
2018-01-29Add RAND_DRBG_bytesKurt Roeckx
2018-01-28Create troubleshooting subsection in INSTALL filenickthetait
2018-01-28Get rid of a warning about unused resultsRichard Levitte
2018-01-28Treat C++ flags more like C flags, and only if C++ compiler specifiedRichard Levitte
2018-01-28Fix WinCE config targetRichard Levitte
2018-01-28VMS config.com: better handling of argumentsRichard Levitte
2018-01-28Update copyright year in mkerr.plSteve Linsell
2018-01-28Add a note on Configure variable processing in NEWS and CHANGESRichard Levitte
2018-01-28Make sure all our config targets inherit a BASE templateRichard Levitte
2018-01-28We need Unixly defaults for config targets that don't inherit a BASERichard Levitte
2018-01-28Stop having Unix defaults in Configure (partial)Richard Levitte
2018-01-28Processing GNU-style "make variables" - implementationRichard Levitte
2018-01-28Processing GNU-style "make variables" - separate CPP flags from C flagsRichard Levitte
2018-01-26Fix some style nits in commit eee8a40Bernd Edlinger
2018-01-26Catch some more old sigalg names in commentsBenjamin Kaduk
2018-01-26Fix ssl-trace with TLS 1.3 draft-23 PSS sigalgsBenjamin Kaduk
2018-01-25Fix uninitialized read in sigalg parsing codeBenjamin Kaduk
2018-01-25Add TLSProxy tests for signature_algorithms_certBenjamin Kaduk
2018-01-25Add support for the TLS 1.3 signature_algorithms_cert extensionBenjamin Kaduk
2018-01-25Update documentation for SSL_set1_sigalgs()Benjamin Kaduk
2018-01-25Propagate TLS 1.3 sigalgs through tls1_set_sigalgs()Benjamin Kaduk
2018-01-25Add TLS 1.3 draft-23 PSS signature algorithmsBenjamin 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-25Make the s_server command listen on IPv6 only when requestedBernd Edlinger
2018-01-25Fix setting of IPV6_V6ONLY on WindowsBernd Edlinger
2018-01-24Fix signature of min/max proto getterChristian Heimes
2018-01-24Fix SSL_CTX_get_{min,max}_proto_version integer conversion warningSteffan Karger
2018-01-24Added "B" tag to all variables.David Cooper
2018-01-24Add documentation for the OCSP_basic_sign() and OCSP_basic_sign_ctx() functions.David Cooper
2018-01-24Make editorial changes suggested by Matt Caswell and fixed Travis failures.David Cooper
2018-01-24Make editorial changes suggested by Rich Salz and add the -rsigopt option to ...David Cooper
2018-01-24Add -rsigopt option to ocsp commandDavid Cooper
2018-01-24Fix error-path memory leak in asn_mime.cTodd Short
2018-01-24Updates following review of SSL_stateless() codeMatt Caswell
2018-01-24Add a timestamp to the cookieMatt Caswell
2018-01-24Add the ability for s_server to operate statelesslyMatt Caswell
2018-01-24Don't send unexpected_message if we receive CCS while statelessMatt Caswell
2018-01-24Add documentation for SSL_stateless()Matt Caswell
2018-01-24Fix the cookie/key_share extensions for use with SSL_stateless()Matt Caswell
2018-01-24Fix the SSL_stateless() return codeMatt Caswell
2018-01-24Fix interaction between SSL_stateless() and SSL_clear()Matt Caswell
2018-01-24Add some tests for the SSL_stateless() capabilityMatt Caswell
2018-01-24Fix logic around when to send an HRR based on cookiesMatt Caswell