Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

python310-oscrypto-1.3.0-1.6 RPM for noarch

From OpenSuSE Ports Tumbleweed for noarch

Name: python310-oscrypto Distribution: openSUSE:Factory:zSystems
Version: 1.3.0 Vendor: openSUSE
Release: 1.6 Build date: Wed Oct 5 00:15:24 2022
Group: Development/Languages/Python Build host: reproducible
Size: 1637330 Source RPM: python-oscrypto-1.3.0-1.6.src.rpm
Packager: https://bugs.opensuse.org
Url: https://github.com/wbond/oscrypto
Summary: Python crypto using OS libraries
TLS (SSL) sockets, key generation, encryption, decryption, signing, verification
and KDFs using the OS crypto libraries. Does not require a compiler, and relies
on the OS for patching. Works on Windows, OS X and Linux/BSD.

Provides

Requires

License

MIT

Changelog

* Tue Oct 04 2022 Yogalakshmi Arunachalam <yarunachalam@suse.com>
  - Update to 1.3.0
    * Add support for OpenSSL 3.0
    * Add first-class support for RSASSA-PSS certificates
    * Add user-friendly handling of the error message with TLS on macOS when a ceritificate has a lifetime that is longer than the CAB forum guidelines
    * Fix AES 192/256 encryption on OpenSSL and Windows to allow no padding when plaintext is an exact multiple of 16 bytes long. Previously AES192
      would require plaintext with a length that was a multiple of 24 AND 16, and AES256 would require plaintext with a length that was a multiple of 32.
    * Add the ability to skip tests that require internet connectivity via @jnahmias
    * Fix a bug throwing an exception when passing an invalid type to asymmetric.load_public_key() via @Arbitrage0
    * Fix a number of typos in doc strings via @frennkie and @kianmeng
* Tue Oct 04 2022 Yogalakshmi Arunachalam <yarunachalam@suse.com>
  - Update to 1.2.1
    * Fix running in an environment with a custom OpenSSL install on macOS 10.15
    * Fix compatibility with macOS 11, where ctype.find_library() no longer works due to system .dylibs no longer being present on the filesystem
    * Handle the Mac EPROTOTYPE error that may be returned when a TLS connection is terminated
    * Fixed the oscrypto-tests sdist on PyPi to work properly to generate a .whl
* Wed Feb 19 2020 cunix@mail.de
  - Version bump to 1.2.0
    * Allow `oscrypto.use_ctypes()`, `oscrypto.use_openssl()` and
      `oscrypto.use_winlegacy()` to be called after initialization
      as long as the configuration does not change
  - Changes from 1.1.1
    * Use versioned libcrypto.dylib and libssl.dylib on macOS
      Catalina to prevent segfaults
    * Fix warnings reported when using with cffi 1.13.2
  - Changes from 1.1.0
    * Added `oscrypto.load_order()`, which returns a `list` of unicode
      strings of the names of the fully-qualified module names for all
      of submodules of the package. The module names are listed in their
      dependency load order.
      This is primarily intended for the sake of implementing hot reloading.
  - Changes from 1.0.0
    * Backwards Compatibility Breaks
      ~ `oscrypto.backend()` will now return `"mac"` instead of
      `"osx"` when running on a Mac and not explicitly configured
      to use OpenSSL
    * Enhancements
      ~ Added functionality to calculate public keys from private keys
      since that was removed from asn1crypto:
      + `asn1crypto.keys.PrivateKeyInfo().unwrap()` is now
      `asymmetric.PrivateKey().unwrap()`
      + `asn1crypto.keys.PrivateKeyInfo().public_key` is now
      `asymmetric.PrivateKey().public_key.unwrap()`
      + `asn1crypto.keys.PrivateKeyInfo().public_key_info` is now
      `asymmetric.PrivateKey().public_key.asn1`
      + `asn1crypto.keys.PrivateKeyInfo().fingerprint` is now
      `asymmetric.PrivateKey().fingerprint`
      + `asn1crypto.keys.PublicKeyInfo().unwrap()` is now
      `asymmetric.PublicKey().unwrap()`
      + `asn1crypto.keys.PublicKeyInfo().fingerprint` is now
      `asymmetric.PublicKey().fingerprint`
      ~ Added `oscrypto.use_ctypes()` to avoid CFFI if desired
      ~ Added `tls.TLSSocket().port` property
      ~ Improved handling of disconnects with `tls.TLSSocket()`
      ~ Improved error messages when dealing with failures originating in OpenSSL
      ~ Allow PEM-encoded files to have leading whitespace when loaded via
      `keys.parse_private()`, `keys.parse_public()` and
      `keys.parse_certificate()`
      ~ Restructured internal imports of asn1crypto to make vendoring easier
      ~ No longer touch the user keychain on Macs when generating keys, instead
      use a temporary one
    * Bug Fixes
      ~Fixed compatibility with Python 3.7+
      ~ Fixed compatibility with LibreSSL version 2.2.x+
      ~ Fixed a bug where `tls.TLSSocket().read_until()` that would sometimes read
      more data from the socket than necessary
      ~ Fixed a buffer overflow when reading data from an OpenSSL memory bio
      ~ Fixed a bug in `util.pbkdf2()` that would cause incorrect output in some
      situations when run on Windows XP or with OpenSSL 0.9.8
      ~ Fixed `aes_cbc_no_padding_encrypt()` so it can be executed when the backend
      is OpenSSL
      ~ A `SecTrustRef` obtained from `SSLCopyPeerTrust()` on Mac is now
      properly released
* Wed Jun 12 2019 cunix@mail.de
  - Initial package

Files

/usr/lib/python3.10/site-packages/oscrypto
/usr/lib/python3.10/site-packages/oscrypto-1.3.0-py3.10.egg-info
/usr/lib/python3.10/site-packages/oscrypto-1.3.0-py3.10.egg-info/LICENSE
/usr/lib/python3.10/site-packages/oscrypto-1.3.0-py3.10.egg-info/PKG-INFO
/usr/lib/python3.10/site-packages/oscrypto-1.3.0-py3.10.egg-info/SOURCES.txt
/usr/lib/python3.10/site-packages/oscrypto-1.3.0-py3.10.egg-info/dependency_links.txt
/usr/lib/python3.10/site-packages/oscrypto-1.3.0-py3.10.egg-info/requires.txt
/usr/lib/python3.10/site-packages/oscrypto-1.3.0-py3.10.egg-info/top_level.txt
/usr/lib/python3.10/site-packages/oscrypto/__init__.py
/usr/lib/python3.10/site-packages/oscrypto/__pycache__
/usr/lib/python3.10/site-packages/oscrypto/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/oscrypto/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/oscrypto/__pycache__/_asn1.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/oscrypto/__pycache__/_asn1.cpython-310.pyc
/usr/lib/python3.10/site-packages/oscrypto/__pycache__/_asymmetric.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/oscrypto/__pycache__/_asymmetric.cpython-310.pyc
/usr/lib/python3.10/site-packages/oscrypto/__pycache__/_cipher_suites.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/oscrypto/__pycache__/_cipher_suites.cpython-310.pyc
/usr/lib/python3.10/site-packages/oscrypto/__pycache__/_ecdsa.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/oscrypto/__pycache__/_ecdsa.cpython-310.pyc
/usr/lib/python3.10/site-packages/oscrypto/__pycache__/_errors.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/oscrypto/__pycache__/_errors.cpython-310.pyc
/usr/lib/python3.10/site-packages/oscrypto/__pycache__/_ffi.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/oscrypto/__pycache__/_ffi.cpython-310.pyc
/usr/lib/python3.10/site-packages/oscrypto/__pycache__/_int.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/oscrypto/__pycache__/_int.cpython-310.pyc
/usr/lib/python3.10/site-packages/oscrypto/__pycache__/_pkcs1.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/oscrypto/__pycache__/_pkcs1.cpython-310.pyc
/usr/lib/python3.10/site-packages/oscrypto/__pycache__/_pkcs12.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/oscrypto/__pycache__/_pkcs12.cpython-310.pyc
/usr/lib/python3.10/site-packages/oscrypto/__pycache__/_pkcs5.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/oscrypto/__pycache__/_pkcs5.cpython-310.pyc
/usr/lib/python3.10/site-packages/oscrypto/__pycache__/_rand.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/oscrypto/__pycache__/_rand.cpython-310.pyc
/usr/lib/python3.10/site-packages/oscrypto/__pycache__/_tls.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/oscrypto/__pycache__/_tls.cpython-310.pyc
/usr/lib/python3.10/site-packages/oscrypto/__pycache__/_types.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/oscrypto/__pycache__/_types.cpython-310.pyc
/usr/lib/python3.10/site-packages/oscrypto/__pycache__/asymmetric.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/oscrypto/__pycache__/asymmetric.cpython-310.pyc
/usr/lib/python3.10/site-packages/oscrypto/__pycache__/errors.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/oscrypto/__pycache__/errors.cpython-310.pyc
/usr/lib/python3.10/site-packages/oscrypto/__pycache__/kdf.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/oscrypto/__pycache__/kdf.cpython-310.pyc
/usr/lib/python3.10/site-packages/oscrypto/__pycache__/keys.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/oscrypto/__pycache__/keys.cpython-310.pyc
/usr/lib/python3.10/site-packages/oscrypto/__pycache__/symmetric.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/oscrypto/__pycache__/symmetric.cpython-310.pyc
/usr/lib/python3.10/site-packages/oscrypto/__pycache__/tls.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/oscrypto/__pycache__/tls.cpython-310.pyc
/usr/lib/python3.10/site-packages/oscrypto/__pycache__/trust_list.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/oscrypto/__pycache__/trust_list.cpython-310.pyc
/usr/lib/python3.10/site-packages/oscrypto/__pycache__/util.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/oscrypto/__pycache__/util.cpython-310.pyc
/usr/lib/python3.10/site-packages/oscrypto/__pycache__/version.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/oscrypto/__pycache__/version.cpython-310.pyc
/usr/lib/python3.10/site-packages/oscrypto/_asn1.py
/usr/lib/python3.10/site-packages/oscrypto/_asymmetric.py
/usr/lib/python3.10/site-packages/oscrypto/_cipher_suites.py
/usr/lib/python3.10/site-packages/oscrypto/_ecdsa.py
/usr/lib/python3.10/site-packages/oscrypto/_errors.py
/usr/lib/python3.10/site-packages/oscrypto/_ffi.py
/usr/lib/python3.10/site-packages/oscrypto/_int.py
/usr/lib/python3.10/site-packages/oscrypto/_linux_bsd
/usr/lib/python3.10/site-packages/oscrypto/_linux_bsd/__init__.py
/usr/lib/python3.10/site-packages/oscrypto/_linux_bsd/__pycache__
/usr/lib/python3.10/site-packages/oscrypto/_linux_bsd/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/oscrypto/_linux_bsd/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/oscrypto/_linux_bsd/__pycache__/trust_list.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/oscrypto/_linux_bsd/__pycache__/trust_list.cpython-310.pyc
/usr/lib/python3.10/site-packages/oscrypto/_linux_bsd/trust_list.py
/usr/lib/python3.10/site-packages/oscrypto/_mac
/usr/lib/python3.10/site-packages/oscrypto/_mac/__init__.py
/usr/lib/python3.10/site-packages/oscrypto/_mac/__pycache__
/usr/lib/python3.10/site-packages/oscrypto/_mac/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/oscrypto/_mac/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/oscrypto/_mac/__pycache__/_common_crypto.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/oscrypto/_mac/__pycache__/_common_crypto.cpython-310.pyc
/usr/lib/python3.10/site-packages/oscrypto/_mac/__pycache__/_common_crypto_cffi.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/oscrypto/_mac/__pycache__/_common_crypto_cffi.cpython-310.pyc
/usr/lib/python3.10/site-packages/oscrypto/_mac/__pycache__/_common_crypto_ctypes.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/oscrypto/_mac/__pycache__/_common_crypto_ctypes.cpython-310.pyc
/usr/lib/python3.10/site-packages/oscrypto/_mac/__pycache__/_core_foundation.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/oscrypto/_mac/__pycache__/_core_foundation.cpython-310.pyc
/usr/lib/python3.10/site-packages/oscrypto/_mac/__pycache__/_core_foundation_cffi.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/oscrypto/_mac/__pycache__/_core_foundation_cffi.cpython-310.pyc
/usr/lib/python3.10/site-packages/oscrypto/_mac/__pycache__/_core_foundation_ctypes.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/oscrypto/_mac/__pycache__/_core_foundation_ctypes.cpython-310.pyc
/usr/lib/python3.10/site-packages/oscrypto/_mac/__pycache__/_security.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/oscrypto/_mac/__pycache__/_security.cpython-310.pyc
/usr/lib/python3.10/site-packages/oscrypto/_mac/__pycache__/_security_cffi.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/oscrypto/_mac/__pycache__/_security_cffi.cpython-310.pyc
/usr/lib/python3.10/site-packages/oscrypto/_mac/__pycache__/_security_ctypes.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/oscrypto/_mac/__pycache__/_security_ctypes.cpython-310.pyc
/usr/lib/python3.10/site-packages/oscrypto/_mac/__pycache__/asymmetric.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/oscrypto/_mac/__pycache__/asymmetric.cpython-310.pyc
/usr/lib/python3.10/site-packages/oscrypto/_mac/__pycache__/symmetric.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/oscrypto/_mac/__pycache__/symmetric.cpython-310.pyc
/usr/lib/python3.10/site-packages/oscrypto/_mac/__pycache__/tls.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/oscrypto/_mac/__pycache__/tls.cpython-310.pyc
/usr/lib/python3.10/site-packages/oscrypto/_mac/__pycache__/trust_list.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/oscrypto/_mac/__pycache__/trust_list.cpython-310.pyc
/usr/lib/python3.10/site-packages/oscrypto/_mac/__pycache__/util.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/oscrypto/_mac/__pycache__/util.cpython-310.pyc
/usr/lib/python3.10/site-packages/oscrypto/_mac/_common_crypto.py
/usr/lib/python3.10/site-packages/oscrypto/_mac/_common_crypto_cffi.py
/usr/lib/python3.10/site-packages/oscrypto/_mac/_common_crypto_ctypes.py
/usr/lib/python3.10/site-packages/oscrypto/_mac/_core_foundation.py
/usr/lib/python3.10/site-packages/oscrypto/_mac/_core_foundation_cffi.py
/usr/lib/python3.10/site-packages/oscrypto/_mac/_core_foundation_ctypes.py
/usr/lib/python3.10/site-packages/oscrypto/_mac/_security.py
/usr/lib/python3.10/site-packages/oscrypto/_mac/_security_cffi.py
/usr/lib/python3.10/site-packages/oscrypto/_mac/_security_ctypes.py
/usr/lib/python3.10/site-packages/oscrypto/_mac/asymmetric.py
/usr/lib/python3.10/site-packages/oscrypto/_mac/symmetric.py
/usr/lib/python3.10/site-packages/oscrypto/_mac/tls.py
/usr/lib/python3.10/site-packages/oscrypto/_mac/trust_list.py
/usr/lib/python3.10/site-packages/oscrypto/_mac/util.py
/usr/lib/python3.10/site-packages/oscrypto/_openssl
/usr/lib/python3.10/site-packages/oscrypto/_openssl/__init__.py
/usr/lib/python3.10/site-packages/oscrypto/_openssl/__pycache__
/usr/lib/python3.10/site-packages/oscrypto/_openssl/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/oscrypto/_openssl/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/oscrypto/_openssl/__pycache__/_libcrypto.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/oscrypto/_openssl/__pycache__/_libcrypto.cpython-310.pyc
/usr/lib/python3.10/site-packages/oscrypto/_openssl/__pycache__/_libcrypto_cffi.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/oscrypto/_openssl/__pycache__/_libcrypto_cffi.cpython-310.pyc
/usr/lib/python3.10/site-packages/oscrypto/_openssl/__pycache__/_libcrypto_ctypes.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/oscrypto/_openssl/__pycache__/_libcrypto_ctypes.cpython-310.pyc
/usr/lib/python3.10/site-packages/oscrypto/_openssl/__pycache__/_libssl.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/oscrypto/_openssl/__pycache__/_libssl.cpython-310.pyc
/usr/lib/python3.10/site-packages/oscrypto/_openssl/__pycache__/_libssl_cffi.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/oscrypto/_openssl/__pycache__/_libssl_cffi.cpython-310.pyc
/usr/lib/python3.10/site-packages/oscrypto/_openssl/__pycache__/_libssl_ctypes.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/oscrypto/_openssl/__pycache__/_libssl_ctypes.cpython-310.pyc
/usr/lib/python3.10/site-packages/oscrypto/_openssl/__pycache__/asymmetric.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/oscrypto/_openssl/__pycache__/asymmetric.cpython-310.pyc
/usr/lib/python3.10/site-packages/oscrypto/_openssl/__pycache__/symmetric.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/oscrypto/_openssl/__pycache__/symmetric.cpython-310.pyc
/usr/lib/python3.10/site-packages/oscrypto/_openssl/__pycache__/tls.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/oscrypto/_openssl/__pycache__/tls.cpython-310.pyc
/usr/lib/python3.10/site-packages/oscrypto/_openssl/__pycache__/util.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/oscrypto/_openssl/__pycache__/util.cpython-310.pyc
/usr/lib/python3.10/site-packages/oscrypto/_openssl/_libcrypto.py
/usr/lib/python3.10/site-packages/oscrypto/_openssl/_libcrypto_cffi.py
/usr/lib/python3.10/site-packages/oscrypto/_openssl/_libcrypto_ctypes.py
/usr/lib/python3.10/site-packages/oscrypto/_openssl/_libssl.py
/usr/lib/python3.10/site-packages/oscrypto/_openssl/_libssl_cffi.py
/usr/lib/python3.10/site-packages/oscrypto/_openssl/_libssl_ctypes.py
/usr/lib/python3.10/site-packages/oscrypto/_openssl/asymmetric.py
/usr/lib/python3.10/site-packages/oscrypto/_openssl/symmetric.py
/usr/lib/python3.10/site-packages/oscrypto/_openssl/tls.py
/usr/lib/python3.10/site-packages/oscrypto/_openssl/util.py
/usr/lib/python3.10/site-packages/oscrypto/_pkcs1.py
/usr/lib/python3.10/site-packages/oscrypto/_pkcs12.py
/usr/lib/python3.10/site-packages/oscrypto/_pkcs5.py
/usr/lib/python3.10/site-packages/oscrypto/_rand.py
/usr/lib/python3.10/site-packages/oscrypto/_tls.py
/usr/lib/python3.10/site-packages/oscrypto/_types.py
/usr/lib/python3.10/site-packages/oscrypto/_win
/usr/lib/python3.10/site-packages/oscrypto/_win/__init__.py
/usr/lib/python3.10/site-packages/oscrypto/_win/__pycache__
/usr/lib/python3.10/site-packages/oscrypto/_win/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/oscrypto/_win/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/oscrypto/_win/__pycache__/_advapi32.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/oscrypto/_win/__pycache__/_advapi32.cpython-310.pyc
/usr/lib/python3.10/site-packages/oscrypto/_win/__pycache__/_advapi32_cffi.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/oscrypto/_win/__pycache__/_advapi32_cffi.cpython-310.pyc
/usr/lib/python3.10/site-packages/oscrypto/_win/__pycache__/_advapi32_ctypes.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/oscrypto/_win/__pycache__/_advapi32_ctypes.cpython-310.pyc
/usr/lib/python3.10/site-packages/oscrypto/_win/__pycache__/_cng.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/oscrypto/_win/__pycache__/_cng.cpython-310.pyc
/usr/lib/python3.10/site-packages/oscrypto/_win/__pycache__/_cng_cffi.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/oscrypto/_win/__pycache__/_cng_cffi.cpython-310.pyc
/usr/lib/python3.10/site-packages/oscrypto/_win/__pycache__/_cng_ctypes.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/oscrypto/_win/__pycache__/_cng_ctypes.cpython-310.pyc
/usr/lib/python3.10/site-packages/oscrypto/_win/__pycache__/_crypt32.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/oscrypto/_win/__pycache__/_crypt32.cpython-310.pyc
/usr/lib/python3.10/site-packages/oscrypto/_win/__pycache__/_crypt32_cffi.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/oscrypto/_win/__pycache__/_crypt32_cffi.cpython-310.pyc
/usr/lib/python3.10/site-packages/oscrypto/_win/__pycache__/_crypt32_ctypes.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/oscrypto/_win/__pycache__/_crypt32_ctypes.cpython-310.pyc
/usr/lib/python3.10/site-packages/oscrypto/_win/__pycache__/_decode.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/oscrypto/_win/__pycache__/_decode.cpython-310.pyc
/usr/lib/python3.10/site-packages/oscrypto/_win/__pycache__/_kernel32.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/oscrypto/_win/__pycache__/_kernel32.cpython-310.pyc
/usr/lib/python3.10/site-packages/oscrypto/_win/__pycache__/_kernel32_cffi.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/oscrypto/_win/__pycache__/_kernel32_cffi.cpython-310.pyc
/usr/lib/python3.10/site-packages/oscrypto/_win/__pycache__/_kernel32_ctypes.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/oscrypto/_win/__pycache__/_kernel32_ctypes.cpython-310.pyc
/usr/lib/python3.10/site-packages/oscrypto/_win/__pycache__/_secur32.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/oscrypto/_win/__pycache__/_secur32.cpython-310.pyc
/usr/lib/python3.10/site-packages/oscrypto/_win/__pycache__/_secur32_cffi.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/oscrypto/_win/__pycache__/_secur32_cffi.cpython-310.pyc
/usr/lib/python3.10/site-packages/oscrypto/_win/__pycache__/_secur32_ctypes.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/oscrypto/_win/__pycache__/_secur32_ctypes.cpython-310.pyc
/usr/lib/python3.10/site-packages/oscrypto/_win/__pycache__/asymmetric.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/oscrypto/_win/__pycache__/asymmetric.cpython-310.pyc
/usr/lib/python3.10/site-packages/oscrypto/_win/__pycache__/symmetric.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/oscrypto/_win/__pycache__/symmetric.cpython-310.pyc
/usr/lib/python3.10/site-packages/oscrypto/_win/__pycache__/tls.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/oscrypto/_win/__pycache__/tls.cpython-310.pyc
/usr/lib/python3.10/site-packages/oscrypto/_win/__pycache__/trust_list.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/oscrypto/_win/__pycache__/trust_list.cpython-310.pyc
/usr/lib/python3.10/site-packages/oscrypto/_win/__pycache__/util.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/oscrypto/_win/__pycache__/util.cpython-310.pyc
/usr/lib/python3.10/site-packages/oscrypto/_win/_advapi32.py
/usr/lib/python3.10/site-packages/oscrypto/_win/_advapi32_cffi.py
/usr/lib/python3.10/site-packages/oscrypto/_win/_advapi32_ctypes.py
/usr/lib/python3.10/site-packages/oscrypto/_win/_cng.py
/usr/lib/python3.10/site-packages/oscrypto/_win/_cng_cffi.py
/usr/lib/python3.10/site-packages/oscrypto/_win/_cng_ctypes.py
/usr/lib/python3.10/site-packages/oscrypto/_win/_crypt32.py
/usr/lib/python3.10/site-packages/oscrypto/_win/_crypt32_cffi.py
/usr/lib/python3.10/site-packages/oscrypto/_win/_crypt32_ctypes.py
/usr/lib/python3.10/site-packages/oscrypto/_win/_decode.py
/usr/lib/python3.10/site-packages/oscrypto/_win/_kernel32.py
/usr/lib/python3.10/site-packages/oscrypto/_win/_kernel32_cffi.py
/usr/lib/python3.10/site-packages/oscrypto/_win/_kernel32_ctypes.py
/usr/lib/python3.10/site-packages/oscrypto/_win/_secur32.py
/usr/lib/python3.10/site-packages/oscrypto/_win/_secur32_cffi.py
/usr/lib/python3.10/site-packages/oscrypto/_win/_secur32_ctypes.py
/usr/lib/python3.10/site-packages/oscrypto/_win/asymmetric.py
/usr/lib/python3.10/site-packages/oscrypto/_win/symmetric.py
/usr/lib/python3.10/site-packages/oscrypto/_win/tls.py
/usr/lib/python3.10/site-packages/oscrypto/_win/trust_list.py
/usr/lib/python3.10/site-packages/oscrypto/_win/util.py
/usr/lib/python3.10/site-packages/oscrypto/asymmetric.py
/usr/lib/python3.10/site-packages/oscrypto/errors.py
/usr/lib/python3.10/site-packages/oscrypto/kdf.py
/usr/lib/python3.10/site-packages/oscrypto/keys.py
/usr/lib/python3.10/site-packages/oscrypto/symmetric.py
/usr/lib/python3.10/site-packages/oscrypto/tls.py
/usr/lib/python3.10/site-packages/oscrypto/trust_list.py
/usr/lib/python3.10/site-packages/oscrypto/util.py
/usr/lib/python3.10/site-packages/oscrypto/version.py
/usr/share/doc/packages/python310-oscrypto
/usr/share/doc/packages/python310-oscrypto/asymmetric.md
/usr/share/doc/packages/python310-oscrypto/changelog.md
/usr/share/doc/packages/python310-oscrypto/docs_readme.md
/usr/share/doc/packages/python310-oscrypto/kdf.md
/usr/share/doc/packages/python310-oscrypto/keys.md
/usr/share/doc/packages/python310-oscrypto/oscrypto.md
/usr/share/doc/packages/python310-oscrypto/readme.md
/usr/share/doc/packages/python310-oscrypto/symmetric.md
/usr/share/doc/packages/python310-oscrypto/tls.md
/usr/share/doc/packages/python310-oscrypto/trust_list.md
/usr/share/doc/packages/python310-oscrypto/util.md
/usr/share/licenses/python310-oscrypto
/usr/share/licenses/python310-oscrypto/LICENSE


Generated by rpm2html 1.8.1

Fabrice Bellet, Tue Apr 9 12:43:14 2024