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