aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-07-14Update PR#3925tls1.3-draft-18Roelof duToit1-3/+9
2017-07-14Retry SSL_read on ERROR_WANT_READ.Roelof duToit1-5/+5
2017-05-04Add tests for version/ciphersuite sanity checksMatt Caswell1-0/+31
2017-05-04Add a ciphersuite config sanity check for serversMatt Caswell10-101/+145
2017-05-04Add a ciphersuite config sanity check for clientsMatt Caswell9-15/+69
2017-03-21Add a test for resumption after HRRMatt Caswell1-1/+20
2017-03-21Fix resumption after HRRMatt Caswell1-2/+9
2017-03-16Fix typo in ASYNC_WAIT_CTX_new.pod docPaul Yang1-1/+1
2017-03-16Simplify code around next_proto.len by changing 'len' data type.FdaSilvaYY1-16/+6
2017-03-16Remove documentation of deleted functionBenjamin Kaduk1-2/+0
2017-03-16Remove unused typedefs from indent configBenjamin Kaduk1-42/+0
2017-03-16Remove some unused PEM structuresBenjamin Kaduk2-52/+0
2017-03-16Rename the test_stack recipe file name to be consistent with the rest of thePauli1-0/+0
2017-03-15Fixed a crash in print_notice.Bernd Edlinger1-3/+9
2017-03-15Remove dead codeBenjamin Kaduk1-3/+0
2017-03-15Tighten up client status_request processingBenjamin Kaduk1-1/+1
2017-03-15Forgotten 'make update'Richard Levitte1-0/+1
2017-03-15VMS: turning off CALL_DEBUG isn't possible on AlphaRichard Levitte2-7/+22
2017-03-15Add EC_KEY_get0_engine()Richard Levitte4-0/+22
2017-03-15Rewrite the documentation for sk_TYPE_find() and sk_TYPE_find_ex() to betterPauli1-8/+16
2017-03-15Unit tests for crypto/stack.Pauli3-1/+412
2017-03-15Fix a hang in tests that use sessionfileMatt Caswell1-12/+10
2017-03-15NOTES.WIN: mention Strawberry Perl as option.Andy Polyakov1-1/+2
2017-03-15test/recipes/03-test_internal_*: call setup() first.Andy Polyakov6-0/+12
2017-03-15Clear alpn_selected_len for clients, tooBenjamin Kaduk1-1/+1
2017-03-15VMS: don't use /DSF, turn off CALL_DEBUG insteadRichard Levitte5-12/+33
2017-03-15Add Python Cryptography.io external test suiteJon Spillett5-11/+143
2017-03-15Add additional RSA-PSS and RSA-OAEP tests.Dr. Stephen Henson1-0/+866
2017-03-14Re-enable some BoringSSL testsMatt Caswell1-36/+0
2017-03-14SSL_get_peer_cert_chain() does not work after a resumptionMatt Caswell1-1/+1
2017-03-14Ensure we set the session id context in ossl_shimMatt Caswell1-0/+5
2017-03-14De-obfuscateBenjamin Kaduk1-2/+2
2017-03-14VMS: throw away [.util]shareable_image_wrap.c.in and add replacement scriptsRichard Levitte4-116/+61
2017-03-14VMS: Change debug linking method to generate a separate Debug Symbol FileRichard Levitte2-8/+8
2017-03-14.travis.yml: make git submodule update conditional.Andy Polyakov1-0/+5
2017-03-14Add test for -nameout outputRich Salz4-1/+207
2017-03-14Update master Travis to TrustyEmilia Kasper1-15/+20
2017-03-14Fix a -Wsign-compare warningBenjamin Kaduk1-1/+1
2017-03-14Fix some -Wshadow warningsBenjamin Kaduk2-25/+25
2017-03-14Rather use -out parameter than redirect stdoutRichard Levitte1-2/+2
2017-03-14Fix 12 Boring tests involving NULL-SHA ciphersuitesMatt Caswell2-17/+19
2017-03-14Port remaining old DTLS testsEmilia Kasper4-41/+342
2017-03-14Port SRP tests to the new test frameworkEmilia Kasper9-115/+330
2017-03-14Update ossl_config.json for later BoringSSL commitMatt Caswell2-1197/+337
2017-03-14Make the Boring tests passMatt Caswell1-1/+14
2017-03-14Add the presence of ARIA to the change log.Pauli1-0/+3
2017-03-13Added a test case for RSA_padding_add_PKCS1_PSS_mgf1.Bernd Edlinger1-0/+49
2017-03-13Fix a crash or unbounded allocation in RSA_padding_add_PKCS1_PSS_mgf1Bernd Edlinger1-2/+13
2017-03-13Better way to recognise mingw64 in config scriptRichard Levitte1-2/+9
2017-03-13poly1305/asm/poly1305-x86_64.pl: add poly1305_blocks_vpmadd52_4x.Andy Polyakov1-2/+474