Revisions of python-pyOpenSSL

Markéta Machová's avatar Markéta Machová (mcalabkova) accepted request 854315 from Marcus Rueckert's avatar Marcus Rueckert (darix) (revision 72)
- Update to v20.0.0
  - Backward-incompatible changes:
    - The minimum cryptography version is now 3.2.
    - Remove deprecated OpenSSL.tsafe module.
    - Removed deprecated
      OpenSSL.SSL.Context.set_npn_advertise_callback,
      OpenSSL.SSL.Context.set_npn_select_callback, and
      OpenSSL.SSL.Connection.get_next_proto_negotiated.
    - Drop support for Python 3.4
    - Drop support for OpenSSL 1.0.1 and 1.0.2
  - Deprecations:
    - Deprecated OpenSSL.crypto.loads_pkcs7 and
      OpenSSL.crypto.loads_pkcs12.
  - Changes:
    - Added a new optional chain parameter to
      OpenSSL.crypto.X509StoreContext() where additional untrusted
      certificates can be specified to help chain building. #948
    - Added OpenSSL.crypto.X509Store.load_locations to set trusted
      certificate file bundles and/or directories for verification.
      #943
    - Added Context.set_keylog_callback to log key material. #910
    - Added OpenSSL.SSL.Connection.get_verified_chain to retrieve
      the verified certificate chain of the peer. #894.
    - Make verification callback optional in Context.set_verify. If
      omitted, OpenSSL’s default verification is used. #933
    - Fixed a bug that could truncate or cause a zero-length key
      error due to a null byte in private key passphrase in
      OpenSSL.crypto.load_privatekey and
      OpenSSL.crypto.dump_privatekey. #947
- drop patch fix-compilation-2020.patch: no longer needed
buildservice-autocommit accepted request 776233 from Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) (revision 71)
baserev update by copy to link target
Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) accepted request 775308 from John Vandenberg's avatar John Vandenberg (jayvdb) (revision 69)
- Update to v19.1
  * Removed deprecated aliases ContextType, ConnectionType, PKeyType, X509NameType,
    X509ReqType, X509Type, X509StoreType, CRLType, PKCS7Type, PKCS12Type, and NetscapeSPKIType.
    Use the classes without the ``Type`` suffix instead.
  * The minimum ``cryptography`` version is now 2.8
  * Deprecated ``OpenSSL.SSL.Context.set_npn_advertise_callback,
    OpenSSL.SSL.Context.set_npn_select_callback, and
    OpenSSL.SSL.Connection.get_next_proto_negotiated
    ALPN should be used instead.
  * Support bytearray in SSL.Connection.send() by using cffi's from_buffer
  * The OpenSSL.SSL.Context.set_alpn_select_callback can return a new
    NO_OVERLAPPING_PROTOCOLS sentinel value to allow a TLS handshake
    to complete without an application protocol.
buildservice-autocommit accepted request 725314 from Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) (revision 68)
baserev update by copy to link target
Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) accepted request 725286 from Bernhard Wiedemann's avatar Bernhard Wiedemann (bmwiedemann) (revision 67)
Add fix-compilation-2020.patch to fix tests after 2020-01-01

submitted upstream https://github.com/pyca/pyopenssl/pull/828
buildservice-autocommit accepted request 692254 from Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) (revision 66)
baserev update by copy to link target
Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) accepted request 692251 from Holger Sickenberg's avatar Holger Sickenberg (holgisms) (revision 65)
Add missing changelog entry
buildservice-autocommit accepted request 682598 from Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) (revision 64)
baserev update by copy to link target
Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) accepted request 682532 from John Vandenberg's avatar John Vandenberg (jayvdb) (revision 63)
- Remove no longer necessary pytest argument -k "not test_export_text"
buildservice-autocommit accepted request 680975 from Ondřej Súkup's avatar Ondřej Súkup (mimi_vx) (revision 62)
baserev update by copy to link target
Ondřej Súkup's avatar Ondřej Súkup (mimi_vx) committed (revision 61)
g
Ondřej Súkup's avatar Ondřej Súkup (mimi_vx) committed (revision 60)
...
Ondřej Súkup's avatar Ondřej Súkup (mimi_vx) committed (revision 59)
remove patches
Ondřej Súkup's avatar Ondřej Súkup (mimi_vx) committed (revision 58)
- update to 19.0
- fixed build deps.
- drop patches: openssl-1.1.0i.patch
                openssl-1.1.1.patch
                opensuse_ca.patch
                tls13-renegotiation.patch
 * X509Store.add_cert no longer raises an error if you add a duplicate cert.
 * pyOpenSSL now works with OpenSSL 1.1.1.
 * pyOpenSSL now handles NUL bytes in X509Name.get_components()
Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) accepted request 680621 from Hans-Peter Jansen's avatar Hans-Peter Jansen (frispete) (revision 57)
- remove everything to build docs:
  - local-intersphinx-inventories.patch
  - fetch-intersphinx-inventories.sh
  - python3.inv
  - crypto.inv
buildservice-autocommit accepted request 679175 from Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) (revision 56)
baserev update by copy to link target
Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) accepted request 679046 from Todd R's avatar Todd R (TheBlackCat) (revision 55)
- Add fetch-intersphinx-inventories.sh to sources
Matej Cepl's avatar Matej Cepl (mcepl) accepted request 671988 from Hans-Peter Jansen's avatar Hans-Peter Jansen (frispete) (revision 54)
By now, the cffi dependency is fullfilled by chance, but back than,
I managed a situation, where pyOpenSSL was installed, but dysfunctional,
because cffi was missing...

- add local-intersphinx-inventories.patch for generating the docs
  correctly
- add fetch-intersphinx-inventories.sh to fetch the inventories

- add missing python-cffi dependency
Displaying revisions 41 - 60 of 113
openSUSE Build Service is sponsored by