python311-rsa-4.9-150400.12.7.1<>,Sf/8p9|KfKщ4i8Ez'qgm/FgW ny9_H=y~.˩\\v2E;QB~ 6ZZ 5Xc^> G?<}-ru ԼH.v2OB5mTAm<؃~ B3ZyЌlhZ?; \2,V&\Y_jʼn%%`{2Z IP'{fM[bw$C.M>DI?Hd " A>I _|18JJ J <J dJ J JJJ$JL\  v (89: i=7>7?7F7G7JH8JI:JX:TY:X\:lJ];J^@ bAcBdC!eC&fC)lC+uC@JvDh wEJxFJyG0zHHHHHCpython311-rsa4.9150400.12.7.1Pure-Python RSA ImplementationPython-RSA is a pure-Python RSA implementation. It supports encryption and decryption, signing and verifying signatures, and key generation according to PKCS#1 version 1.5.f/8h03-ch2a.PSUSE Linux Enterprise 15SUSE LLC Apache-2.0https://www.suse.com/Development/Languages/Pythonhttps://stuvel.eu/rsalinuxnoarch# If libalternatives is used: Removing old update-alternatives entries. # python311_reset_alternative: : # reset action only for libalternatives# python311_install_alternative: update-alternatives --quiet --install /usr/bin/pyrsa-priv2pub pyrsa-priv2pub /usr/bin/pyrsa-priv2pub-3.11 311 \ --slave /usr/bin/pyrsa-decrypt pyrsa-decrypt /usr/bin/pyrsa-decrypt-3.11 \ --slave /usr/bin/pyrsa-encrypt pyrsa-encrypt /usr/bin/pyrsa-encrypt-3.11 \ --slave /usr/bin/pyrsa-keygen pyrsa-keygen /usr/bin/pyrsa-keygen-3.11 \ --slave /usr/bin/pyrsa-sign pyrsa-sign /usr/bin/pyrsa-sign-3.11 \ --slave /usr/bin/pyrsa-verify pyrsa-verify /usr/bin/pyrsa-verify-3.11# python311_uninstall_alternative: if [ ! -e "/usr/bin/pyrsa-priv2pub-3.11" ]; then update-alternatives --quiet --remove "pyrsa-priv2pub" "/usr/bin/pyrsa-priv2pub-3.11" fi  |E ==OObb  --CCgg ; ;'n} eA2 @   AAA큤A큤A큤A큤f/8f/8f/8f/8f/8f/8f/8f/8f/8f/8f/8f/8f/8f/8f/8f/8f/8f/8f/8f/8f/8f/8f/8f/8f/8f/8bf/8f/8f/8f/8f/8f/8f/8f/8f/8f/8f/8f/8f/8f/8f/8f/8f/8f/8f/8f/8f/8f/8f/8f/8f/8f/8f/8f/8f/8`bCa(`@_м@_9^\\g@\l@Y#@V@V]VO @V@UQ@T^dmueller@suse.commcepl@suse.comdmueller@suse.comdmueller@suse.comschubi@suse.dedmueller@suse.comdmueller@suse.comcode@bnavigator.dejayvdb@gmail.comdmueller@suse.comdmueller@suse.comjayvdb@gmail.commcepl@suse.comtoddrme2178@gmail.comrjschwei@suse.comrjschwei@suse.comp.drouand@gmail.comrjschwei@suse.combenoit.monin@gmx.frledest@gmail.com- add sle15_python_module_pythons (jsc#PED-68)- Make calling of %{sle15modernpython} optional.- update to 4.9: * Remove debug logging from `rsa/key.py` * Remove overlapping slots in `PrivateKey` and `PublicKey`. * Do not include CHANGELOG/LICENSE/README.md in wheel * Fixed Key Generation Unittest: Public and Private keys are assigned the wrong way around- update to 4.8: - Switch to [Poetry](https://python-poetry.org/) for dependency and release management. - Compatibility with Python 3.10. - Chain exceptions using `raise new_exception from old_exception` - Added marker file for PEP 561. This will allow type checking tools in dependent projects - Use the Chinese Remainder Theorem when decrypting with a private key. This makes decryption 2-4x faster- Use libalternatives instead of update-alternatives.- update to 4.7.2: * Fix picking/unpickling issue introduced in 4.7 * Fix threading issue introduced in 4.7- update to 4.7 (CVE-2020-25658 bsc#1178676): * CVE-2020-25658 - Bleichenbacher-style timing oracle in PKCS#1 v1.5 decryption code * Add padding length check as described by PKCS#1 v1.5 * Reuse of blinding factors to speed up blinding operations. * Declare & test support for Python 3.9- Remove mypy test requirement. The test calls mypy via its API. But mypy as importable module is only available for the default python3 flavor. For packaging, we don't need to run the static type checker at all. - Remove mock requirement.- Replace setup.py test with pytest - Remove %bcond_without tests- update to 4.6.0 (CVE-2020-13757 bsc#1172389): * Choose blinding factor relatively prime to N. Thanks Christian Heimes for pointing this out. * Reject cyphertexts (when decrypting) and signatures (when verifying) that have been modified by prepending zero bytes. This resolves CVE-2020-13757. Thanks Carnil for pointing this out. * Rolled back the switch to Poetry, and reverted back to using Pipenv + setup.py for dependency management. There apparently is an issue no-binary installs of packages build with Poetry. This fixes #148 Limited SHA3 support to those Python versions (3.6+) that support it natively. The third-party library that adds support for this to Python 3.5 is a binary package, and thus breaks the pure-Python nature of Python-RSA. This should fix #147. * Added support for Python 3.8. * Dropped support for Python 2 and 3.4. * Added type annotations to the source code. This will make Python-RSA easier to use in your IDE, and allows better type checking. * Added static type checking via MyPy. * Fix #129 Installing from source gives UnicodeDecodeError. * Switched to using Poetry for package management. * Choose blinding factor relatively prime to N. Thanks Christian Heimes for pointing this out. * Reject cyphertexts (when decrypting) and signatures (when verifying) that * have been modified by prepending zero bytes. This resolves CVE-2020-13757.- fix build on older distributions- Update to v 4.0.0 * Removed deprecated modules: + rsa.varblock + rsa.bigfile + rsa._version133 + rsa._version200 * Removed CLI commands that use the VARBLOCK/bigfile format. * Ensured that PublicKey.save_pkcs1() and PrivateKey.save_pkcs1() always return bytes. * Dropped support for Python 2.6 and 3.3. * Dropped support for Psyco. * Miller-Rabin iterations determined by bitsize of key. * Added function `rsa.find_signature_hash()` to return the name of the hashing algorithm used to sign a message. `rsa.verify()` now also returns that name, instead of always returning `True`. * Add support for SHA-224 for PKCS1 signatures. * Transitioned from `requirements.txt` to Pipenv for package management.- Remove superfluous devel dependency for noarch package- Update to Version 3.4.2 * Fixed dates in CHANGELOG.txt - Update to Version 3.4.1 * Included tests/private.pem in MANIFEST.in * Included README.md and CHANGELOG.txt in MANIFEST.in - Update to Version 3.4 * Moved development to Github: https://github.com/sybrenstuvel/python-rsa * Solved side-channel vulnerability by implementing blinding, fixes #19 * Deprecated the VARBLOCK format and rsa.bigfile module due to security issues, see https://github.com/sybrenstuvel/python-rsa/issues/13 * Integration with Travis-CI, Coveralls and Code Climate * Deprecated the old rsa._version133 and rsa._version200 submodules, they will be completely removed in version 4.0. * Add an 'exponent' argument to key.newkeys() * Switched from Solovay-Strassen to Miller-Rabin primality testing, to comply with NIST FIPS 186-4 as probabilistic primality test (Appendix C, subsection C.3): * Fixed bugs #12, #14, #27, #30, #49 - Update to Version 3.3 * Thanks to Filippo Valsorda: Fix BB'06 attack in verify() by switching from parsing to comparison. * Simplified Tox configuration and dropped Python 3.2 support. The coverage package uses a u'' prefix, which was reintroduced in 3.3 for ease of porting. - Update to Version 3.2.3 * Added character encoding markers for Python 2.x - Update to Version 3.2.1 * Added per-file licenses * Added support for wheel packages * Made example code more consistent and up to date with Python 3.4 - Update to Version 3.2 * Mentioned support for Python 3 in setup.py - Implement single-spec version. - Fix source URL. - Remove cve_2016-1494.diff, fixed in latest version.- Fix CVE 2016-1494 (bsc#960680) - Add patch cve_2016-1494.diff- Include version 3.1.4 in SLE 12 (FATE#319904, bsc#954690)- Fix coreutils requirement- require coreutils (bsc#935595) + %pre section uses rm which is part of coreutils package- update to version 3.1.4: * no changelog available - add test dependency python-unittest2 - fix update-alternatives - run the tests with run_tests.py - add README.rst to the package documentation- fix bashisms in pre script/bin/sh/bin/sh/bin/shh03-ch2a 1714415672 !!##%%''))++--//113355779:;<=>?@ABCDEFGHIJ4.9-150400.12.7.1 pyrsa-decryptpyrsa-encryptpyrsa-keygenpyrsa-priv2pubpyrsa-signpyrsa-verifypyrsa-decryptpyrsa-decrypt-3.11pyrsa-encryptpyrsa-encrypt-3.11pyrsa-keygenpyrsa-keygen-3.11pyrsa-priv2pubpyrsa-priv2pub-3.11pyrsa-signpyrsa-sign-3.11pyrsa-verifypyrsa-verify-3.11rsarsa-4.9-py3.11.egg-infoPKG-INFOSOURCES.txtdependency_links.txtentry_points.txtrequires.txttop_level.txt__init__.py__pycache____init__.cpython-311.opt-1.pyc__init__.cpython-311.pycasn1.cpython-311.opt-1.pycasn1.cpython-311.pyccli.cpython-311.opt-1.pyccli.cpython-311.pyccommon.cpython-311.opt-1.pyccommon.cpython-311.pyccore.cpython-311.opt-1.pyccore.cpython-311.pyckey.cpython-311.opt-1.pyckey.cpython-311.pycparallel.cpython-311.opt-1.pycparallel.cpython-311.pycpem.cpython-311.opt-1.pycpem.cpython-311.pycpkcs1.cpython-311.opt-1.pycpkcs1.cpython-311.pycpkcs1_v2.cpython-311.opt-1.pycpkcs1_v2.cpython-311.pycprime.cpython-311.opt-1.pycprime.cpython-311.pycrandnum.cpython-311.opt-1.pycrandnum.cpython-311.pyctransform.cpython-311.opt-1.pyctransform.cpython-311.pycutil.cpython-311.opt-1.pycutil.cpython-311.pycasn1.pycli.pycommon.pycore.pykey.pyparallel.pypem.pypkcs1.pypkcs1_v2.pyprime.pypy.typedrandnum.pytransform.pyutil.pypython311-rsaREADME.mdpython311-rsaLICENSE/etc/alternatives//usr/bin//usr/lib/python3.11/site-packages//usr/lib/python3.11/site-packages/rsa-4.9-py3.11.egg-info//usr/lib/python3.11/site-packages/rsa//usr/lib/python3.11/site-packages/rsa/__pycache__//usr/share/doc/packages//usr/share/doc/packages/python311-rsa//usr/share/licenses//usr/share/licenses/python311-rsa/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -gobs://build.suse.de/SUSE:Maintenance:33601/SUSE_SLE-15-SP4_Update/b12717ce17ba5b175e0c7d379512f9c6-python-rsa.SUSE_SLE-15-SP4_Updatedrpmxz5noarch-suse-linux emptyPython script, ASCII text executabledirectoryUTF-8 Unicode textASCII textPython script, UTF-8 Unicode text executablePython script, UTF-8 Unicode text executable, with CRLF line terminatorsUTF-8 Unicode text, with CRLF line terminatorsASCII text, with CRLF line terminators  !"#$%&'()*+,-./RRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRR%5+A޶~fvutf-8b66883edca9566b5e1cdde13e4fb98865237c853a9c44e9233b0a15095c8f51f?7zXZ !t/|0]"k%Ia Ll& d!PTgZFs+%C @їg뜚_:S";Gt C_UžQ-חH(;V`,,1 Mn$dHJ_Ed Y2IgaG7) >;6qfV: Ñ=_z|BlC+AU^N\#,.椬s˼/wE bgq$7P lF臵z^ſ0|h1SӨ:^Uݷα&8V G{ttD~݋n(`6VQ^|xqado3~ߛ`%a]U`4 xZx} ` ߛYJBF7͸g{\=_c'e@:\&^TcYjґ 'R099rzf V}†؃,uXZ" [[~0.0" &K 5c$4m g&qFzA:z|s;oar(p'~rpDЧo)ۅ0܍af7}qk6Yr!MIJ/='_ȃ|XqBGGd*O$Ȋ^,^oD.DIxV@qNXȷNpNGN;ti8v  Qз`V[8 BՍH>S*I =نÿ%7 0K۶ YZ