e0197e4473
- update to 39.0.0
...
* Update test vectors to match python-cryptography 39.0.0
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cryptography-vectors?expand=0&rev=44
2023-01-02 19:36:35 +00:00
f5ebfb71c2
Accepting request 1041179 from home:yarunachalam:branches:devel:languages:python
...
- Update to 38.0.4
* Fixed compilation when using LibreSSL 3.6.0.
* Fixed error when using py2app to build an application with a cryptography dependency.
OBS-URL: https://build.opensuse.org/request/show/1041179
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cryptography-vectors?expand=0&rev=42
2022-12-08 11:48:15 +00:00
7f6d547d69
Accepting request 1033459 from home:mcepl:branches:devel:languages:python
...
- update to 38.0.3:
- Updated Windows, macOS, and Linux wheels to be compiled
with OpenSSL 3.0.7, which resolves CVE-2022-3602 and
CVE-2022-3786.
OBS-URL: https://build.opensuse.org/request/show/1033459
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cryptography-vectors?expand=0&rev=40
2022-11-04 07:58:59 +00:00
f4535e5d46
Accepting request 1031659 from home:yarunachalam:branches:devel:languages:python
...
- Update to 38.0.2:
* This release was subsequently yanked from PyPI due to a regression in OpenSSL.
* Updated Windows, macOS, and Linux wheels to be compiled with OpenSSL 3.0.6.
OBS-URL: https://build.opensuse.org/request/show/1031659
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cryptography-vectors?expand=0&rev=39
2022-10-28 20:34:05 +00:00
64d8e0b075
- update to 38.0.1:
...
* Update test vectors to match python-cryptography 38.0.1
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cryptography-vectors?expand=0&rev=37
2022-09-29 19:36:26 +00:00
c00c81d7df
- update to 37.0.4:
...
* Update test vectors to match python-cryptography 37.0.4
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cryptography-vectors?expand=0&rev=35
2022-07-19 11:44:36 +00:00
d15c78b41c
- update to 37.0.2:
...
* Update test vectors to match python-cryptography 37.0.2
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cryptography-vectors?expand=0&rev=33
2022-05-15 19:03:53 +00:00
c7a55ac434
- update to 3.3.2 (bsc#1198331):
...
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cryptography-vectors?expand=0&rev=31
2022-04-13 11:29:29 +00:00
916d401ba4
- update to 36.0.2:
...
* Updates test vectors to match python-cryptography 36.0.22
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cryptography-vectors?expand=0&rev=29
2022-03-26 20:13:21 +00:00
5b3c847a5e
- update to 36.0.1
...
* Updates test vectors to match python-cryptography 36.0.1
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cryptography-vectors?expand=0&rev=28
2021-12-20 22:49:30 +00:00
bce6a1c407
- update to 36.0.0
...
* Updates test vectors to match python-cryptography 36.0.0
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cryptography-vectors?expand=0&rev=27
2021-11-29 11:47:45 +00:00
fc730fd56c
Accepting request 934316 from home:dirkmueller:Factory
...
- update to 36.0.0
OBS-URL: https://build.opensuse.org/request/show/934316
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cryptography-vectors?expand=0&rev=26
2021-11-29 11:09:51 +00:00
172f9d0631
- disable python2 build as python-cryptography also has it disabled,
...
this allows a python2-specific version to be injected
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cryptography-vectors?expand=0&rev=25
2021-11-08 19:36:42 +00:00
1cf197861a
Accepting request 924940 from home:bnavigator:branches:devel:languages:python
...
- Downgrade to 3.4.8
* Always keep in sync with python-cryptograhy
OBS-URL: https://build.opensuse.org/request/show/924940
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cryptography-vectors?expand=0&rev=24
2021-10-12 19:35:32 +00:00
c250b3a46c
Accepting request 923730 from home:pmonrealgonzalez:branches:devel:languages:python
...
- Add pem-certificate filters in python-cryptography-vectors-rpmlintrc
- Update to 35.0.0:
* Changed the version scheme.
* BACKWARDS INCOMPATIBLE: The X.509 PEM parsers now require that
the PEM string passed have PEM delimiters of the correct type.
* BACKWARDS INCOMPATIBLE: The X.509 certificate parser no longer
allows negative serial numbers. RFC 5280 has always prohibited these.
* BACKWARDS INCOMPATIBLE: Invalid ASN.1 found during X.509 parsing
will raise an error on initial parse rather than when the
invalid field is accessed.
* Rust is now required for building cryptography, the
CRYPTOGRAPHY_DONT_BUILD_RUST environment variable is no longer
respected.
* Parsers for X.509 no longer use OpenSSL and have been rewritten
in Rust. This should be backwards compatible (modulo the items
listed above) and improve both security and performance.
* Added support for OpenSSL 3.0.0 as a compilation target.
* Added support for SM3 and SM4, when using OpenSSL 1.1.1. These
algorithms are provided for compatibility in regions where they
may be required, and are not generally recommended.
* We now ship manylinux_2_24 and musllinux_1_1 wheels, in addition
to our manylinux2010 and manylinux2014 wheels.
* Added rfc4514_attribute_name attribute to X509.NameAttribite.
* Added KBKDFCMAC.
OBS-URL: https://build.opensuse.org/request/show/923730
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cryptography-vectors?expand=0&rev=23
2021-10-07 13:07:31 +00:00
b70e697657
Accepting request 870127 from home:stroeder:branches:devel:languages:python
...
- update to 3.3.12
* updated vectors for cryptography 3.3.2
OBS-URL: https://build.opensuse.org/request/show/870127
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cryptography-vectors?expand=0&rev=21
2021-02-07 20:41:41 +00:00
a265b7ca9b
- update to 3.3.1:
...
* updated vectors for cryptography 3.3.1
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cryptography-vectors?expand=0&rev=19
2020-12-20 09:30:34 +00:00
da653fe70e
update to 3.3
...
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cryptography-vectors?expand=0&rev=17
2020-12-09 14:02:44 +00:00
ad098587ce
Accepting request 844616 from home:stroeder:branches:devel:languages:python
...
update to 3.2.1
OBS-URL: https://build.opensuse.org/request/show/844616
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cryptography-vectors?expand=0&rev=15
2020-10-28 21:43:29 +00:00
197193af42
Accepting request 844068 from home:stroeder:branches:devel:languages:python
...
update to 3.2
OBS-URL: https://build.opensuse.org/request/show/844068
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cryptography-vectors?expand=0&rev=14
2020-10-26 14:11:29 +00:00
ee94733925
- update to 3.1.1:
...
* updated vectors for cryptography 3.1.1
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cryptography-vectors?expand=0&rev=13
2020-09-28 10:47:55 +00:00
4dcec9cbc7
- update to 3.1:
...
* updated vectors for cryptography 3.1
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cryptography-vectors?expand=0&rev=12
2020-09-18 11:06:25 +00:00
46b68f1da1
- update to 3.0:
...
* updated vectors for the cryptography 3.0 testing
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cryptography-vectors?expand=0&rev=10
2020-07-28 17:12:22 +00:00
Tomáš Chvátal
22bb4d5280
Accepting request 805790 from home:stroeder:branches:devel:languages:python
...
update to 2.9.2 (tested on Tumbleweed x86_64)
OBS-URL: https://build.opensuse.org/request/show/805790
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cryptography-vectors?expand=0&rev=8
2020-05-15 10:03:19 +00:00
Tomáš Chvátal
99bf75cf70
Accepting request 740727 from home:stroeder:branches:devel:languages:python
...
- added .keyring source
- update to 2.8
OBS-URL: https://build.opensuse.org/request/show/740727
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cryptography-vectors?expand=0&rev=6
2019-10-18 10:16:42 +00:00
Tomáš Chvátal
07e5163d7f
- update to 2.7:
...
* updated vectors for the cryptography 2.7 testing
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cryptography-vectors?expand=0&rev=4
2019-06-06 08:48:21 +00:00
bb281860b4
- update to 2.7
...
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cryptography-vectors?expand=0&rev=3
2019-06-03 13:45:23 +00:00
4a40e77e1c
Accepting request 706325 from devel:languages:python
...
OBS-URL: https://build.opensuse.org/request/show/706325
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-cryptography-vectors?expand=0&rev=1
2019-06-01 07:54:55 +00:00
Tomáš Chvátal
1036cb0766
- Initial commit, split out of cryptography
...
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cryptography-vectors?expand=0&rev=1
2019-05-29 13:45:58 +00:00