summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2017-02-21Update client, server and x509 fuzz corpusKurt Roeckx
2017-02-21Check validity, not just signing for all certificatesDr. Stephen Henson
2017-02-21Add no siglags test for ECDSA certificateDr. Stephen Henson
2017-02-21Set default validity flags.Dr. Stephen Henson
2017-02-21remove md array: it is not used any more.Dr. Stephen Henson
2017-02-21Removed ugly size_t less than zero check.Hikar
2017-02-21Ensure minsize >= sizeof(SH_LIST)Pauli
2017-02-21fix spelling of Camellia in commentPauli
2017-02-21Implementation of the ARIA cipher as described in RFC 5794.Pauli
2017-02-20Added '-nameopt' option to the verify command.Dmitry Belyavskiy
2017-02-20Don't call memcpy if len is zero.Rich Salz
2017-02-20Revert "Use memcmp() instead of CRYPTO_memcmp() when fuzzing"Kurt Roeckx
2017-02-19.travis.yml: remove osx from build matrix.Andy Polyakov
2017-02-19Use memcmp() instead of CRYPTO_memcmp() when fuzzingKurt Roeckx
2017-02-19Internal siphash tests are not run.Todd Short
2017-02-19VMS fix of test/recipes/80-test_ssl_new.tRichard Levitte
2017-02-19Fix no-dh and no-dsaRichard Levitte
2017-02-17If all versions of a proto are disabled, disabled the proto as wellRichard Levitte
2017-02-17test/README: clarify last test number groupAndy Polyakov
2017-02-17Explicitly disallow DSA for TLS 1.3Dr. Stephen Henson
2017-02-17add DSA cert testsDr. Stephen Henson
2017-02-17Add DH parameters, DSA cert and keyDr. Stephen Henson
2017-02-17Add DSA support to mkcert.shDr. Stephen Henson
2017-02-17Add and use function test_pem to work out test filenames.Dr. Stephen Henson
2017-02-17Fix a slightly confusing if condition in a2i_ASN1_INTEGER.Bernd Edlinger
2017-02-17Fix a merge errorMatt Caswell
2017-02-17Fix test_x509_storeRichard Levitte
2017-02-17Fix symbol shadowRichard Levitte
2017-02-17Updates following review feedbackMatt Caswell
2017-02-17Don't use an enum in the return type for a public API functionMatt Caswell
2017-02-17Add some KeyUpdate testsMatt Caswell
2017-02-17Add documentation for SSL_key_update() and SSL_get_key_update_type()Matt Caswell
2017-02-17Fix a shadowed global variable warningMatt Caswell
2017-02-17Updates following review feedbackMatt Caswell
2017-02-17Limit the number of KeyUpdate messages we can processMatt Caswell
2017-02-17Actually update the keys when a KeyUpdate message is sent or receivedMatt Caswell
2017-02-17If we receive an "update_requested" KeyUpdate then respond with a KeyUpdateMatt Caswell
2017-02-17Add the ability for a server to receive a KeyUpdate messageMatt Caswell
2017-02-17Add the ability for s_client to send a KeyUpdate messageMatt Caswell
2017-02-17Add a SSL_get_key_update_type() functionMatt Caswell
2017-02-17Add the ability for a client to send a KeyUpdate messageMatt Caswell
2017-02-17Add the ability for a client to receive a KeyUpdate messageMatt Caswell
2017-02-17Add SSL_trace() support for KeyUpdate messagesMatt Caswell
2017-02-17Add a capability to s_server to send KeyUpdate messagesMatt Caswell
2017-02-17Provide a function to send a KeyUpdate messageMatt Caswell
2017-02-17Fix typo in x86_64-mont5.pl CFI directivesDavid Benjamin
2017-02-16Add a test of the X509_STORE / X509_LOOKUP APIRichard Levitte
2017-02-16test/README: clarify test number groupsRichard Levitte
2017-02-16Fix a mem leak in ssl_test_ctx.cMatt Caswell
2017-02-16Add client auth TLS 1.3 certificate selection testsDr. Stephen Henson