[libio-socket-ssl-perl] branch master updated (6cd476a -> 7df19d5)

Salvatore Bonaccorso carnil at debian.org
Tue Jan 23 21:15:11 UTC 2018


This is an automated email from the git hooks/post-receive script.

carnil pushed a change to branch master
in repository libio-socket-ssl-perl.

      from  6cd476a   declare conformance with Policy 4.1.3 (no changes needed)
      adds  78617e3   Spelling fixes
      adds  dbf6e63   Merge pull request #64 from scop/spelling
      adds  fd4b87f   - if fingerprint matches expected one don't check OCSP - Utils::CERT_create - small fixes to properly specific purpose, ability to use   predefined complex purpose but disable some features - update PublicSuffix - regenerate certificate in certs/ and make sure they are limited to the correct   purpose. Checkin program used to generate certificates. - adjusts tests since certificates have changed and some tests used certificates   intended for client authentication as [...]
      adds  d5eed80   Updated documentation to include common usage errors in connection with fork and to mention the need for pending or similar when dealing with event based programming in non-blocking sockets.
      adds  7751045   - Replaced live test against www.spiegel.de with www.bild.de since the first one   how has OCSP stapling enabled, but it is buggy and sometimes returns expired   OCSP responses (RT#124141). - Replaced fingerprints for external tests with fingerprint of pubkey so that it   hopefully still matches in many cases if the certificate gets renewed.
      adds  5d830cd   release as 2.053
      adds  bd37ad1   added missing test certificates to MANIFEST release as 2.054
      adds  4bdbd3d   New upstream version 2.054
       new  e554ef3   Update upstream source from tag 'upstream/2.054'
       new  7df19d5   Update debian/changelog

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 Changes                           |  23 +-
 MANIFEST                          |  17 +-
 META.json                         |   2 +-
 META.yml                          |   2 +-
 certs/client-cert.pem             |  85 ++------
 certs/client-key.enc              |  41 ++--
 certs/client-key.pem              |  43 ++--
 certs/create-certs.pl             |  95 +++++++++
 certs/my-ca.pem                   |  19 --
 certs/proxyca.pem                 |  74 ++++---
 certs/server-cert.der             | Bin 859 -> 892 bytes
 certs/server-cert.pem             |  85 ++------
 certs/server-key.der              | Bin 609 -> 1191 bytes
 certs/server-key.enc              |  41 ++--
 certs/server-key.pem              |  43 ++--
 certs/server-rsa384-dh.pem        |  20 --
 certs/server-wildcard.pem         | 134 +++++-------
 certs/server.p12                  | Bin 1938 -> 2493 bytes
 certs/server2-cert.pem            |  21 ++
 certs/server2-key.pem             |  28 +++
 certs/server_enc.p12              | Bin 1938 -> 2493 bytes
 certs/test-ca.pem                 |  35 +--
 debian/changelog                  |   8 +-
 lib/IO/Socket/SSL.pm              |   4 +-
 lib/IO/Socket/SSL.pod             |  38 +++-
 lib/IO/Socket/SSL/PublicSuffix.pm | 435 +++++++++++++++++++++++++++++++++++---
 lib/IO/Socket/SSL/Utils.pm        |  40 ++--
 t/connectSSL-timeout.t            |   2 +-
 t/external/fingerprint.pl         |  37 ++--
 t/external/usable_ca.t            |   3 +-
 t/mitm.t                          |   4 +-
 t/plain_upgrade_downgrade.t       |   2 +-
 t/sni.t                           |   8 +-
 t/sni_verify.t                    |   8 +-
 t/startssl.t                      |  16 +-
 t/sysread_write.t                 |   4 +-
 36 files changed, 946 insertions(+), 471 deletions(-)
 create mode 100644 certs/create-certs.pl
 delete mode 100644 certs/my-ca.pem
 delete mode 100644 certs/server-rsa384-dh.pem
 create mode 100644 certs/server2-cert.pem
 create mode 100644 certs/server2-key.pem

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libio-socket-ssl-perl.git



More information about the Pkg-perl-cvs-commits mailing list