[Python-modules-commits] [m2crypto] 04/20: Merge tag 'upstream/0.27.0' into debian/master
Daniel Stender
stender at moszumanska.debian.org
Mon Nov 6 20:06:41 UTC 2017
This is an automated email from the git hooks/post-receive script.
stender pushed a commit to branch debian/master
in repository m2crypto.
commit a1903b8654934c9e0f52da19afb4a799b8e4e5b2
Merge: 000a854 65ce064
Author: Daniel Stender <stender at debian.org>
Date: Sun Nov 5 21:33:22 2017 +0100
Merge tag 'upstream/0.27.0' into debian/master
Upstream version 0.27.0
# gpg: Signature made Sun 05 Nov 2017 09:33:14 PM CET
# gpg: using RSA key 46CB1CA89EA3B74376761DB915E09AF4DF5182C8
# gpg: Good signature from "Daniel Stender <daniel at danielstender.com>" [unknown]
# gpg: aka "Daniel Stender <debian at danielstender.com>" [unknown]
# gpg: aka "Daniel Stender <stender at debian.org>" [unknown]
# gpg: WARNING: This key is not certified with a trusted signature!
# gpg: There is no indication that the signature belongs to the owner.
# Primary key fingerprint: 46CB 1CA8 9EA3 B743 7676 1DB9 15E0 9AF4 DF51 82C8
CHANGES | 177 +-
INSTALL.rst | 16 +-
M2Crypto/ASN1.py | 130 +-
M2Crypto/AuthCookie.py | 88 +-
M2Crypto/BIO.py | 113 +-
M2Crypto/BN.py | 29 +-
M2Crypto/DH.py | 31 +-
M2Crypto/DSA.py | 253 +-
M2Crypto/EC.py | 346 +-
M2Crypto/EVP.py | 211 +-
M2Crypto/Engine.py | 41 +-
M2Crypto/Err.py | 42 +-
M2Crypto/PGP/PublicKey.py | 26 +-
M2Crypto/PGP/PublicKeyRing.py | 35 +-
M2Crypto/PGP/RSA.py | 10 +-
M2Crypto/PGP/__init__.py | 10 +-
M2Crypto/PGP/constants.py | 26 +-
M2Crypto/PGP/packet.py | 218 +-
M2Crypto/RC4.py | 5 +
M2Crypto/RSA.py | 287 +-
M2Crypto/Rand.py | 154 +-
M2Crypto/SMIME.py | 100 +-
M2Crypto/SSL/Checker.py | 108 +-
M2Crypto/SSL/Cipher.py | 28 +-
M2Crypto/SSL/Connection.py | 297 +-
M2Crypto/SSL/Context.py | 311 +-
M2Crypto/SSL/SSLServer.py | 29 +-
M2Crypto/SSL/Session.py | 23 +-
M2Crypto/SSL/TwistedProtocolWrapper.py | 233 +-
M2Crypto/SSL/__init__.py | 18 +-
M2Crypto/SSL/cb.py | 26 +-
M2Crypto/SSL/ssl_dispatcher.py | 7 +-
M2Crypto/SSL/timeout.py | 8 +-
M2Crypto/X509.py | 698 +-
M2Crypto/__init__.py | 10 +-
M2Crypto/ftpslib.py | 5 +-
M2Crypto/httpslib.py | 125 +-
M2Crypto/m2.py | 2 +-
M2Crypto/m2crypto.py | 86 +
M2Crypto/m2urllib.py | 82 +-
M2Crypto/m2urllib2.py | 62 +-
M2Crypto/m2xmlrpclib.py | 25 +-
M2Crypto/six.py | 868 +
M2Crypto/threading.py | 4 +
M2Crypto/util.py | 88 +-
MANIFEST.in | 12 -
PKG-INFO | 8 +-
README.rst | 65 +-
SWIG/_aes.i | 16 +-
SWIG/_asn1.i | 76 +-
SWIG/_bio.i | 310 +-
SWIG/_bn.i | 87 +-
SWIG/_dh.i | 120 +-
SWIG/_dsa.i | 205 +-
SWIG/_ec.i | 130 +-
SWIG/_engine.i | 1 +
SWIG/_evp.i | 189 +-
SWIG/_lib.h | 6 +-
SWIG/_lib.i | 294 +-
SWIG/_lib11_compat.i | 458 +
SWIG/_m2crypto.def | 2 +-
SWIG/_m2crypto.i | 29 +-
SWIG/_m2crypto_wrap.c | 31567 +++++++++++++++++++
SWIG/_objects.i | 10 +-
SWIG/_pkcs7.i | 56 +-
SWIG/_rand.i | 46 +-
SWIG/_rc4.i | 23 +-
SWIG/_rsa.i | 281 +-
SWIG/_ssl.i | 161 +-
SWIG/_threads.i | 19 +-
SWIG/_util.i | 15 +-
SWIG/_x509.i | 177 +-
SWIG/libcrypto-compat.h | 61 +
contrib/SimpleX509create.py | 4 +-
contrib/dispatcher.py | 371 +-
contrib/isaac.httpslib.py | 2 +-
contrib/m2crypto.spec | 46 -
contrib/smimeplus.py | 8 +-
doc/M2Crypto.PGP.rst | 51 +
doc/M2Crypto.SSL.rst | 91 +
doc/M2Crypto.rst | 219 +
doc/Makefile | 153 +
doc/ZServerSSL-HOWTO.html | 271 -
doc/ZServerSSL-HOWTO.rst | 239 +
doc/conf.py | 285 +
doc/doctrees/M2Crypto.PGP.doctree | Bin 0 -> 86275 bytes
doc/doctrees/M2Crypto.SSL.doctree | Bin 0 -> 349777 bytes
doc/doctrees/M2Crypto.doctree | Bin 0 -> 1257651 bytes
doc/doctrees/ZServerSSL-HOWTO.doctree | Bin 0 -> 49245 bytes
doc/doctrees/environment.pickle | Bin 0 -> 459094 bytes
doc/doctrees/howto.ca.doctree | Bin 0 -> 51373 bytes
doc/doctrees/howto.smime.doctree | Bin 0 -> 94672 bytes
doc/doctrees/howto.ssl.doctree | Bin 0 -> 22402 bytes
doc/doctrees/index.doctree | Bin 0 -> 7232 bytes
doc/howto.ca.html | 891 -
doc/howto.ca.rst | 370 +
doc/howto.smime.html | 1573 -
doc/howto.smime.rst | 778 +
doc/howto.ssl.html | 206 -
doc/howto.ssl.rst | 131 +
doc/html/.buildinfo | 4 +
doc/html/M2Crypto.PGP.html | 414 +
doc/html/M2Crypto.SSL.html | 1606 +
doc/html/M2Crypto.html | 4720 +++
doc/html/ZServerSSL-HOWTO.html | 359 +
doc/html/_modules/M2Crypto/ASN1.html | 347 +
doc/html/_modules/M2Crypto/AuthCookie.html | 263 +
doc/html/_modules/M2Crypto/BIO.html | 472 +
doc/html/_modules/M2Crypto/BN.html | 152 +
doc/html/_modules/M2Crypto/DH.html | 209 +
doc/html/_modules/M2Crypto/DSA.html | 550 +
doc/html/_modules/M2Crypto/EC.html | 553 +
doc/html/_modules/M2Crypto/EVP.html | 569 +
doc/html/_modules/M2Crypto/Engine.html | 239 +
doc/html/_modules/M2Crypto/Err.html | 162 +
doc/html/_modules/M2Crypto/PGP/PublicKey.html | 169 +
doc/html/_modules/M2Crypto/PGP/PublicKeyRing.html | 192 +
doc/html/_modules/M2Crypto/PGP/RSA.html | 122 +
doc/html/_modules/M2Crypto/PGP/packet.html | 514 +
doc/html/_modules/M2Crypto/RC4.html | 130 +
doc/html/_modules/M2Crypto/RSA.html | 557 +
doc/html/_modules/M2Crypto/Rand.html | 127 +
doc/html/_modules/M2Crypto/SMIME.html | 416 +
doc/html/_modules/M2Crypto/SSL.html | 134 +
doc/html/_modules/M2Crypto/SSL/Checker.html | 393 +
doc/html/_modules/M2Crypto/SSL/Cipher.html | 156 +
doc/html/_modules/M2Crypto/SSL/Connection.html | 719 +
doc/html/_modules/M2Crypto/SSL/Context.html | 542 +
doc/html/_modules/M2Crypto/SSL/SSLServer.html | 157 +
doc/html/_modules/M2Crypto/SSL/Session.html | 167 +
.../M2Crypto/SSL/TwistedProtocolWrapper.html | 518 +
doc/html/_modules/M2Crypto/SSL/cb.html | 192 +
doc/html/_modules/M2Crypto/SSL/ssl_dispatcher.html | 139 +
doc/html/_modules/M2Crypto/SSL/timeout.html | 130 +
doc/html/_modules/M2Crypto/X509.html | 1504 +
doc/html/_modules/M2Crypto/ftpslib.html | 185 +
doc/html/_modules/M2Crypto/httpslib.html | 355 +
doc/html/_modules/M2Crypto/m2crypto.html | 172 +
doc/html/_modules/M2Crypto/m2urllib.html | 207 +
doc/html/_modules/M2Crypto/m2urllib2.html | 274 +
doc/html/_modules/M2Crypto/m2xmlrpclib.html | 173 +
doc/html/_modules/M2Crypto/threading.html | 119 +
doc/html/_modules/M2Crypto/util.html | 223 +
doc/html/_modules/index.html | 129 +
doc/html/_sources/M2Crypto.PGP.txt | 51 +
doc/html/_sources/M2Crypto.SSL.txt | 91 +
doc/html/_sources/M2Crypto.txt | 219 +
doc/html/_sources/ZServerSSL-HOWTO.txt | 239 +
doc/html/_sources/howto.ca.txt | 370 +
doc/html/_sources/howto.smime.txt | 778 +
doc/html/_sources/howto.ssl.txt | 131 +
doc/html/_sources/index.txt | 30 +
doc/html/_static/ajax-loader.gif | Bin 0 -> 673 bytes
doc/html/_static/basic.css | 540 +
doc/html/_static/comment-bright.png | Bin 0 -> 3500 bytes
doc/html/_static/comment-close.png | Bin 0 -> 3578 bytes
doc/html/_static/comment.png | Bin 0 -> 3445 bytes
doc/html/_static/default.css | 256 +
doc/html/_static/doctools.js | 247 +
doc/html/_static/down-pressed.png | Bin 0 -> 368 bytes
doc/html/_static/down.png | Bin 0 -> 363 bytes
doc/html/_static/file.png | Bin 0 -> 392 bytes
doc/html/_static/jquery.js | 154 +
doc/html/_static/minus.png | Bin 0 -> 199 bytes
doc/html/_static/plus.png | Bin 0 -> 199 bytes
doc/html/_static/pygments.css | 65 +
doc/html/_static/searchtools.js | 560 +
doc/html/_static/sidebar.js | 151 +
doc/html/_static/underscore.js | 23 +
doc/html/_static/up-pressed.png | Bin 0 -> 372 bytes
doc/html/_static/up.png | Bin 0 -> 363 bytes
doc/html/_static/websupport.js | 808 +
doc/html/genindex.html | 3258 ++
doc/html/howto.ca.html | 469 +
doc/html/howto.smime.html | 847 +
doc/html/howto.ssl.html | 220 +
doc/html/index.html | 194 +
doc/html/objects.inv | Bin 0 -> 5904 bytes
doc/html/py-modindex.html | 326 +
doc/html/search.html | 105 +
doc/html/searchindex.js | 1 +
doc/index.rst | 30 +
doc/make.bat | 190 +
setup.cfg | 6 +-
setup.py | 253 +-
tests/.ropeproject/config.py | 95 -
tests/__init__.py | 2 +-
tests/alltests.py | 15 +-
tests/bad_date_cert.crt | 19 +
tests/easy_rsa.pem | 74 +
tests/ec.priv.pem | 7 +-
tests/ec.pub.pem | 5 +-
tests/fips.py | 7 +-
tests/makecerts.py | 43 +-
tests/randpool.dat | Bin 1024 -> 1024 bytes
tests/sig.p7 | 8 +-
tests/sig.p7s | 18 +-
tests/test_asn1.py | 69 +-
tests/test_authcookie.py | 73 +-
tests/test_bio.py | 14 +-
tests/test_bio_file.py | 97 +-
tests/test_bio_iobuf.py | 11 +-
tests/test_bio_membuf.py | 52 +-
tests/test_bio_ssl.py | 8 +-
tests/test_bn.py | 0
tests/test_dh.py | 7 +-
tests/test_dsa.py | 4 +-
tests/test_ec_curves.py | 206 +-
tests/test_ecdh.py | 15 +-
tests/test_ecdsa.py | 26 +-
tests/test_engine.py | 2 +-
tests/test_evp.py | 234 +-
tests/test_obj.py | 56 +-
tests/test_pgp.py | 13 +-
tests/test_rand.py | 25 +-
tests/test_rc4.py | 17 +-
tests/test_rsa.py | 92 +-
tests/test_smime.py | 176 +-
tests/test_ssl.py | 325 +-
tests/test_ssl_offline.py | 14 +-
tests/test_ssl_win.py | 2 +-
tests/test_util.py | 60 +
tests/test_x509.py | 341 +-
223 files changed, 71718 insertions(+), 6164 deletions(-)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/m2crypto.git
More information about the Python-modules-commits
mailing list