From commits-return-47917-archive-asf-public=cust-asf.ponee.io@qpid.apache.org Thu Mar 14 20:05:31 2019 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id F0AEE180785 for ; Thu, 14 Mar 2019 21:05:30 +0100 (CET) Received: (qmail 86567 invoked by uid 500); 14 Mar 2019 20:05:30 -0000 Mailing-List: contact commits-help@qpid.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@qpid.apache.org Delivered-To: mailing list commits@qpid.apache.org Received: (qmail 86553 invoked by uid 99); 14 Mar 2019 20:05:30 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 14 Mar 2019 20:05:30 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id 46615852BB; Thu, 14 Mar 2019 20:05:29 +0000 (UTC) Date: Thu, 14 Mar 2019 20:05:29 +0000 To: "commits@qpid.apache.org" Subject: [qpid-proton] branch master updated (dba3586 -> 159fac1) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <155259392913.5847.9015628388420485340@gitbox.apache.org> From: astitcher@apache.org X-Git-Host: gitbox.apache.org X-Git-Repo: qpid-proton X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: dba3586158fe1cbd7b477c58338ed6e6b5d1c019 X-Git-Newrev: 159fac1f90d9b1ace1138d510176e7a5da54e9e9 X-Git-NotificationType: ref_changed X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated This is an automated email from the ASF dual-hosted git repository. astitcher pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/qpid-proton.git. from dba3586 PROTON-2013: Updated Travis CI macOS jobs to be xcode8.3 and xcode10.1 new 5af234e NO-JIRA: Remove unused code from example new 67bed64 PROTON-2019: [Python] Fix the test certificates so that test work on Windows 10 - Had to change the key algorithm to EC because the previous default DSA is insecure and hence not supported by default on Windows new 87898b3 PROTON-2004: [c] Allow Proton to compile with libressl new 2e7b402 PROTON-2018: [c] Introduce some ssl protocol tests new 97c7733 PROTON-2014: [c] Ensure SSL mutual authentication new 159fac1 PROTON-2014: [c] Fix example broker to warn when it fails to set up ssl - Also make send-ssl tell you the remote peer The 6 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: c/examples/broker.c | 8 +- c/examples/send-ssl.c | 26 +-- c/src/ssl/openssl.c | 16 +- c/src/ssl/schannel.c | 5 + c/tests/CMakeLists.txt | 5 + c/tests/ssl_proactor_test.cpp | 213 +++++++++++++++++++++ python/tests/proton_tests/ssl.py | 16 +- python/tests/proton_tests/ssl_db/README.txt | 61 +----- .../proton_tests/ssl_db/bad-server-certificate.p12 | Bin 1490 -> 887 bytes .../proton_tests/ssl_db/bad-server-certificate.pem | 31 ++- .../proton_tests/ssl_db/bad-server-private-key.pem | 15 +- python/tests/proton_tests/ssl_db/bad-server.pkcs12 | Bin 1524 -> 924 bytes .../tests/proton_tests/ssl_db/ca-certificate.p12 | Bin 992 -> 664 bytes .../tests/proton_tests/ssl_db/ca-certificate.pem | 35 ++-- python/tests/proton_tests/ssl_db/ca.pkcs12 | Bin 1572 -> 964 bytes .../proton_tests/ssl_db/client-certificate.p12 | Bin 1546 -> 951 bytes .../proton_tests/ssl_db/client-certificate.pem | 25 +-- .../proton_tests/ssl_db/client-certificate1.p12 | Bin 1604 -> 1009 bytes .../proton_tests/ssl_db/client-certificate1.pem | 27 +-- .../ssl_db/client-private-key-no-password.pem | 11 +- .../proton_tests/ssl_db/client-private-key.pem | 15 +- .../proton_tests/ssl_db/client-private-key1.pem | 15 +- .../tests/proton_tests/ssl_db/client-request.pem | 19 +- .../tests/proton_tests/ssl_db/client-request1.pem | 21 +- python/tests/proton_tests/ssl_db/client.pkcs12 | Bin 1532 -> 940 bytes python/tests/proton_tests/ssl_db/client1.pkcs12 | Bin 1646 -> 1054 bytes .../tests/proton_tests/ssl_db/mkcerts.sh | 16 +- .../proton_tests/ssl_db/server-certificate-lh.pem | 33 +--- .../proton_tests/ssl_db/server-certificate.p12 | Bin 1562 -> 967 bytes .../proton_tests/ssl_db/server-certificate.pem | 25 +-- python/tests/proton_tests/ssl_db/server-lh.pkcs12 | Bin 2199 -> 900 bytes .../proton_tests/ssl_db/server-private-key-lh.pem | 21 +- .../proton_tests/ssl_db/server-private-key.pem | 15 +- .../proton_tests/ssl_db/server-request-lh.pem | 27 +-- .../tests/proton_tests/ssl_db/server-request.pem | 20 +- .../proton_tests/ssl_db/server-wc-certificate.p12 | Bin 1624 -> 1029 bytes .../proton_tests/ssl_db/server-wc-certificate.pem | 27 +-- .../proton_tests/ssl_db/server-wc-private-key.pem | 15 +- .../proton_tests/ssl_db/server-wc-request.pem | 22 +-- python/tests/proton_tests/ssl_db/server-wc.pkcs12 | Bin 1626 -> 1026 bytes python/tests/proton_tests/ssl_db/server.pkcs12 | Bin 1572 -> 972 bytes 41 files changed, 409 insertions(+), 376 deletions(-) create mode 100644 c/tests/ssl_proactor_test.cpp copy cpp/testdata/certs/make_certs.sh => python/tests/proton_tests/ssl_db/mkcerts.sh (89%) mode change 100755 => 100644 --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org For additional commands, e-mail: commits-help@qpid.apache.org