Revisions of python-pyOpenSSL

buildservice-autocommit accepted request 645638 from Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) (revision 53)
baserev update by copy to link target
Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) accepted request 645594 from Vítězslav Čížek's avatar Vítězslav Čížek (vitezslav_cizek) (revision 52)
- handle that renegotiation is forbidden in TLS 1.3
  * add tls13-renegotiation.patch
Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) committed (revision 51)
- Add patch to fix issues with openssl 1.1.1:
  * openssl-1.1.1.patch
Matej Cepl's avatar Matej Cepl (mcepl) committed (revision 50)
- Add patch fix_test_suite.patch to allow test suite to pass with
  OpenSSL 1.1.1.
Matej Cepl's avatar Matej Cepl (mcepl) committed (revision 49)
Fix copyright line
Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) committed (revision 48)
- Add patch to work with openssl 1.1.0i+:
  * openssl-1.1.0i.patch
Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) committed (revision 47)
- Update to 18.0.0:
  * Update for new openssl 1.1.1
- Remove not needed patches:
  * bug-lp-1265482.diff
  * rsa128-i586.patch
Todd R's avatar Todd R (TheBlackCat) committed (revision 46)
converted link to branch
Todd R's avatar Todd R (TheBlackCat) committed (revision 45)
Dirk Mueller's avatar Dirk Mueller (dirkmueller) accepted request 580776 from Alberto Planas Dominguez's avatar Alberto Planas Dominguez (aplanas) (revision 44)
- Use %__python3 macro to call Python 3 binary
Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) committed (revision 43)
- Update to 17.5.0:
  * The minimum cryptography version is now 2.1.4.
  * Fixed various memory leaks
  * Various fuzz fixes
  * See CHANGELOG.rst
Jan Matejek's avatar Jan Matejek (matejcik) accepted request 518329 from Thomas Bechtold's avatar Thomas Bechtold (tbechtold) (revision 42)
- update to 17.2.0:
  - Deprecated ``OpenSSL.rand`` - callers should use ``os.urandom()`` instead.
  - Fixed a bug causing ``Context.set_default_verify_paths()`` to not work with
    cryptography ``manylinux1`` wheels on Python 3.x.
  - Fixed a crash with (EC)DSA signatures in some cases.
  - Removed the deprecated ``OpenSSL.rand.egd()`` function.
    Applications should prefer ``os.urandom()`` for random number generation.
  - Removed the deprecated default ``digest`` argument to ``OpenSSL.crypto.CRL.export()``.
    Callers must now always pass an explicit ``digest``.
  - Fixed a bug with ``ASN1_TIME`` casting in ``X509.set_notBefore()``,
    ``X509.set_notAfter()``, ``Revoked.set_rev_date()``, ``Revoked.set_nextUpdate()``,
    and ``Revoked.set_lastUpdate()``. You must now pass times in the form
    ``YYYYMMDDhhmmssZ``. ``YYYYMMDDhhmmss+hhmm`` and ``YYYYMMDDhhmmss-hhmm``
    will no longer work. `#612 <https://github.com/pyca/pyopenssl/pull/612>`_
  - Deprecated the legacy "Type" aliases: ``ContextType``, ``ConnectionType``,
    ``PKeyType``, ``X509NameType``, ``X509ExtensionType``, ``X509ReqType``,
    ``X509Type``, ``X509StoreType``, ``CRLType``, ``PKCS7Type``, ``PKCS12Type``,
    ``NetscapeSPKIType``.
    The names without the "Type"-suffix should be used instead.
  - Added ``OpenSSL.crypto.X509.from_cryptography()`` and ``OpenSSL.crypto.X509.to_cryptography()``
    for converting X.509 certificate to and from pyca/cryptography objects.
  - Added ``OpenSSL.crypto.X509Req.from_cryptography()``, ``OpenSSL.crypto.X509Req.to_cryptography()``,
    ``OpenSSL.crypto.CRL.from_cryptography()``, and ``OpenSSL.crypto.CRL.to_cryptography()``
    for converting X.509 CSRs and CRLs to and from pyca/cryptography objects.
  - Added ``OpenSSL.debug`` that allows to get an overview of used library versions
    (including linked OpenSSL) and other useful runtime information using
    ``python -m OpenSSL.debug``.
  - Added a fallback path to ``Context.set_default_verify_paths()`` to accommodate
    the upcoming release of ``cryptography`` ``manylinux1`` wheels.
- Drop python-pyOpenSSL=replace-expired-cert.patch . Applied upstream.
Jan Matejek's avatar Jan Matejek (matejcik) accepted request 515868 from Ruediger Oertel's avatar Ruediger Oertel (oertel) (revision 41)
- add patch to always trigger overflow in the testsuite
  (gh#pyca/pyopenssl#657) b3460c6a9a45a016d1ab65c149c606fa3f07096d
 
  python-pyOpenSSL-always-overflow.patch
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 503305 from Dominique Leuenberger's avatar Dominique Leuenberger (dimstar) (revision 40)
- Add python-pyOpenSSL=replace-expired-cert.patch: the root cert
  expired, mking the test suite fail. Replace the certificate with
  a new one, valid for 20 years (gh#pyca/pyopenssl#637).

  * Automatically set ``SSL_CTX_set_ecdh_auto()`` on
Todd R's avatar Todd R (TheBlackCat) accepted request 493084 from Todd R's avatar Todd R (TheBlackCat) (revision 39)
Fix Provides/Obsoletes.
Todd R's avatar Todd R (TheBlackCat) accepted request 491273 from Todd R's avatar Todd R (TheBlackCat) (revision 38)
- Implement single-spec version
- Fix source URL
- Update to 17.0.0
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 37)
- fix source url
Jan Matejek's avatar Jan Matejek (matejcik) accepted request 440354 from Max Lin's avatar Max Lin (mlin7442) (revision 36)
change the source url to pypi.io
Dirk Mueller's avatar Dirk Mueller (dirkmueller) accepted request 440201 from Max Lin's avatar Max Lin (mlin7442) (revision 35)
update to 16.2.0
Jan Matejek's avatar Jan Matejek (matejcik) accepted request 396253 from Jan Matejek's avatar Jan Matejek (matejcik) (revision 34)
- added %check section with testsuite
- skip-networked-test.patch - mark a test as networked so that we can
  specify non-network test run
- rsa128-i586.patch - sidestep a crasher bug on 32bit platforms
  by generating reasonably-sized RSA keys instead of small 128bit ones
Displaying revisions 61 - 80 of 113
openSUSE Build Service is sponsored by