Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

3.4.7 with OpenSSL 3.0.0 and FIPS fixes #77

Open
wants to merge 16 commits into
base: b3.4.7
Choose a base branch
from
Open

3.4.7 with OpenSSL 3.0.0 and FIPS fixes #77

wants to merge 16 commits into from

Conversation

tiran
Copy link
Owner

@tiran tiran commented Feb 17, 2022

No description provided.

alex and others added 16 commits August 16, 2021 12:36
spurious failures and no resolution so far
* moar linkcheck ignores

* new alpine new python
This makes it easier to isolate regressions by running all tests
even if one fails.
- OpenSSL 3.0.0-beta2 now uses lib64 on X86_64
- fail on implicit function definition
* fix pkcs12 parse ordering. fixes pyca#5872

* remove an unneeded print

* simplify the test a bit more

* index

* black

* Update tests/hazmat/primitives/test_pkcs12.py

Co-authored-by: Alex Gaynor <alex.gaynor@gmail.com>

Co-authored-by: Alex Gaynor <alex.gaynor@gmail.com>
* 3.0.0 support

* almost...there...

* make mypy happy
…#5972)

* switch to using EVP_PKEY_derive instead of DH_compute_key in DH

Where checks are occurring is changing in OpenSSL 3.0 and this makes it
easier to be consistent (and is the API we should be using anyway). The
tests change because EVP_PKEY_derive now verifies that we have shared
parameters, which the test previously only verified by asserting that
the derived keys didn't match

* review feedback

* type ignores required for typeerror tests. some day i will remember this
Python 3.10 changed enum's object and string representation. PyCA
cryptography now uses a custom subclass of enum.Enum() will well-defined
__repr__ and __str__ from Python 3.9.

Related: https://bugs.python.org/issue40066
Fixes: pyca#5995
Signed-off-by: Christian Heimes <cheimes@redhat.com>
remove it everywhere and assert on the code/lib/reason
* FIPS 3.0.0 support

* comments

* remove unneeded error clear

* review comments

* small refactor

* black

* flake8 too

* review feedback

* oops

* fix
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
4 participants