Skip to content

Conversation

@HanslettTheDev
Copy link
Collaborator

@HanslettTheDev HanslettTheDev commented May 10, 2023

Summary

This pull requests aims to improve the work done in #113. Updating the cryptography module, fixing the broken tests and libraries

Checklist

  • Classes, Variables, function and methods logic ok
  • Comments written explaining what the code does
  • Test coverage with pytest implemented

requirements.txt Outdated
git+https://github.com/pysimplesoap/pysimplesoap.git@py311#pysimplesoap;
cryptography==3.3.2; python_version <= '2.7'
cryptography==3.4.7; python_version > '3'
cryptography==41.0.0; python_version > '3'
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @HanslettTheDev!. Check the cryptography version for python 3. There is no 41 yet. The last in pypi is 40.0.2 and @salticus in his update uses 39.0.2 version.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, I think i will fix that as well. I'm still making some changes

wsaa.py Outdated
from cryptography.hazmat.primitives import serialization
from cryptography.hazmat.primitives.asymmetric import rsa
from cryptography.hazmat.bindings.openssl.binding import Binding
from cryptography.hamzat.primitives.serialization import pkcs7
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @HanslettTheDev! here is the typo flagged in discord

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh I see the error now
I wrote instead hamzat instead of hazmat. Thanks Nico!

@HanslettTheDev HanslettTheDev reopened this Jun 7, 2023
@HanslettTheDev HanslettTheDev marked this pull request as draft June 10, 2023 05:27
fix: fixed the error when replacing the links with the module name
The overall errors fixed was to prevent the setup.py build from failing

Signed-off-by: HanslettTheDev <[email protected]>
… the clone of the pycon commit

Signed-off-by: HanslettTheDev <[email protected]>
Signed-off-by: HanslettTheDev <[email protected]>
HanslettTheDev and others added 3 commits June 16, 2023 00:06
Co-authored-by: Nico Sandoval <[email protected]>
…signing method using pkcs7 and wrote a backward compatible code for python2.7

Signed-off-by: HanslettTheDev <[email protected]>
@HanslettTheDev HanslettTheDev deleted the fix_signature branch June 15, 2023 23:24
@HanslettTheDev HanslettTheDev restored the fix_signature branch June 15, 2023 23:33
@HanslettTheDev HanslettTheDev deleted the fix_signature branch June 15, 2023 23:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants