summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2017-07-14Update PR#3925tls1.3-draft-18Roelof duToit
2017-07-14Retry SSL_read on ERROR_WANT_READ.Roelof duToit
2017-05-04Add tests for version/ciphersuite sanity checksMatt Caswell
2017-05-04Add a ciphersuite config sanity check for serversMatt Caswell
2017-05-04Add a ciphersuite config sanity check for clientsMatt Caswell
2017-03-21Add a test for resumption after HRRMatt Caswell
2017-03-21Fix resumption after HRRMatt Caswell
2017-03-16Fix typo in ASYNC_WAIT_CTX_new.pod docPaul Yang
2017-03-16Simplify code around next_proto.len by changing 'len' data type.FdaSilvaYY
2017-03-16Remove documentation of deleted functionBenjamin Kaduk
2017-03-16Remove unused typedefs from indent configBenjamin Kaduk
2017-03-16Remove some unused PEM structuresBenjamin Kaduk
2017-03-16Rename the test_stack recipe file name to be consistent with the rest of thePauli
2017-03-15Fixed a crash in print_notice.Bernd Edlinger
2017-03-15Remove dead codeBenjamin Kaduk
2017-03-15Tighten up client status_request processingBenjamin Kaduk
2017-03-15Forgotten 'make update'Richard Levitte
2017-03-15VMS: turning off CALL_DEBUG isn't possible on AlphaRichard Levitte
2017-03-15Add EC_KEY_get0_engine()Richard Levitte
2017-03-15Rewrite the documentation for sk_TYPE_find() and sk_TYPE_find_ex() to betterPauli
2017-03-15Unit tests for crypto/stack.Pauli
2017-03-15Fix a hang in tests that use sessionfileMatt Caswell
2017-03-15NOTES.WIN: mention Strawberry Perl as option.Andy Polyakov
2017-03-15test/recipes/03-test_internal_*: call setup() first.Andy Polyakov
2017-03-15Clear alpn_selected_len for clients, tooBenjamin Kaduk
2017-03-15VMS: don't use /DSF, turn off CALL_DEBUG insteadRichard Levitte
2017-03-15Add Python Cryptography.io external test suiteJon Spillett
2017-03-15Add additional RSA-PSS and RSA-OAEP tests.Dr. Stephen Henson
2017-03-14Re-enable some BoringSSL testsMatt Caswell
2017-03-14SSL_get_peer_cert_chain() does not work after a resumptionMatt Caswell
2017-03-14Ensure we set the session id context in ossl_shimMatt Caswell
2017-03-14De-obfuscateBenjamin Kaduk
2017-03-14VMS: throw away [.util]shareable_image_wrap.c.in and add replacement scriptsRichard Levitte
2017-03-14VMS: Change debug linking method to generate a separate Debug Symbol FileRichard Levitte
2017-03-14.travis.yml: make git submodule update conditional.Andy Polyakov
2017-03-14Add test for -nameout outputRich Salz
2017-03-14Update master Travis to TrustyEmilia Kasper
2017-03-14Fix a -Wsign-compare warningBenjamin Kaduk
2017-03-14Fix some -Wshadow warningsBenjamin Kaduk
2017-03-14Rather use -out parameter than redirect stdoutRichard Levitte
2017-03-14Fix 12 Boring tests involving NULL-SHA ciphersuitesMatt Caswell
2017-03-14Port remaining old DTLS testsEmilia Kasper
2017-03-14Port SRP tests to the new test frameworkEmilia Kasper
2017-03-14Update ossl_config.json for later BoringSSL commitMatt Caswell
2017-03-14Make the Boring tests passMatt Caswell
2017-03-14Add the presence of ARIA to the change log.Pauli
2017-03-13Added a test case for RSA_padding_add_PKCS1_PSS_mgf1.Bernd Edlinger
2017-03-13Fix a crash or unbounded allocation in RSA_padding_add_PKCS1_PSS_mgf1Bernd Edlinger
2017-03-13Better way to recognise mingw64 in config scriptRichard Levitte
2017-03-13poly1305/asm/poly1305-x86_64.pl: add poly1305_blocks_vpmadd52_4x.Andy Polyakov