forked from reingart/pyafipws
-
Notifications
You must be signed in to change notification settings - Fork 16
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
Use built in cryptography pkcs7 signature. #113
Merged
reingart
merged 2 commits into
PyAr:main
from
salticus:dependabot/pip/cryptography-39.0.1
Jul 5, 2023
Merged
Use built in cryptography pkcs7 signature. #113
reingart
merged 2 commits into
PyAr:main
from
salticus:dependabot/pip/cryptography-39.0.1
Jul 5, 2023
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
salticus
force-pushed
the
dependabot/pip/cryptography-39.0.1
branch
2 times, most recently
from
April 25, 2023 00:14
086f1ae
to
d4f7a71
Compare
Signed-off-by: Robert Stewart <rbstewart@protonmail.com>
salticus
force-pushed
the
dependabot/pip/cryptography-39.0.1
branch
from
April 25, 2023 00:22
d4f7a71
to
0a5992b
Compare
HanslettTheDev
added a commit
to HanslettTheDev/pyafipws
that referenced
this pull request
May 10, 2023
… the clone of the pycon commit
This was referenced May 10, 2023
Closed
HanslettTheDev
added a commit
to HanslettTheDev/pyafipws
that referenced
this pull request
Jun 10, 2023
… the clone of the pycon commit Signed-off-by: HanslettTheDev <HanslettTheDev@gmail.com>
This was referenced Jun 16, 2023
Closed
HanslettTheDev
added a commit
to HanslettTheDev/pyafipws
that referenced
this pull request
Jun 17, 2023
… the clone of the pycon commit Signed-off-by: HanslettTheDev <HanslettTheDev@gmail.com> fix: changed version number Signed-off-by: HanslettTheDev <HanslettTheDev@gmail.com> fix(tests): fixed 4 broken tests and still one pending Signed-off-by: HanslettTheDev <HanslettTheDev@gmail.com> fix: broken cryptography tests ressolved Signed-off-by: HanslettTheDev <HanslettTheDev@gmail.com> fix: fixes the tests for python 2.7 Signed-off-by: HanslettTheDev <HanslettTheDev@gmail.com> still ressolving python2.7 build error Signed-off-by: HanslettTheDev <HanslettTheDev@gmail.com> still ressolving python2.7 build error part2 Signed-off-by: HanslettTheDev <HanslettTheDev@gmail.com> still ressolving python2.7 build error part3 Signed-off-by: HanslettTheDev <HanslettTheDev@gmail.com> fix: removed accidentally pushed conf files Signed-off-by: HanslettTheDev <HanslettTheDev@gmail.com> fix: changed the requirements.txt file to show version number Signed-off-by: HanslettTheDev <HanslettTheDev@gmail.com> fix: changed the requirements.txt file to show version number Signed-off-by: HanslettTheDev <HanslettTheDev@gmail.com> bump: crytography downgrade to 3.4.7 Signed-off-by: HanslettTheDev <HanslettTheDev@gmail.com> bump: crytography downgrade to 3.4.7 Signed-off-by: HanslettTheDev <HanslettTheDev@gmail.com> bump: crytography upgrade 3.4.7 -> 39.0.2 Signed-off-by: HanslettTheDev <HanslettTheDev@gmail.com> feat: backward compatible code for python 2.7 to sign transactions Signed-off-by: HanslettTheDev <HanslettTheDev@gmail.com> feat: backward compatible code for python 2.7 to sign transactions Signed-off-by: HanslettTheDev <HanslettTheDev@gmail.com> Testing support for python2.7 Signed-off-by: HanslettTheDev <HanslettTheDev@gmail.com> modified the make file to add new test commands Signed-off-by: HanslettTheDev <HanslettTheDev@gmail.com> Update wsaa.py Co-authored-by: Nico Sandoval <49107024+NicolasSandoval@users.noreply.github.com> Signed-off-by: HanslettTheDev <HanslettTheDev@gmail.com> feat: Backward compatible code to sign certificates for python 2.7 and python 3+
3 tasks
HanslettTheDev
added a commit
to HanslettTheDev/pyafipws
that referenced
this pull request
Jun 21, 2023
…gning method Signed-off-by: HanslettTheDev <HanslettTheDev@gmail.com>
3 tasks
This was referenced Jul 3, 2023
Closed
Merged
AFIP government webservice error: ``` pysimplesoap.client.SoapFault: ns1:cms.sign.invalid: Firma inválida o algoritmo no soportado ``` Signed-off-by: Mariano Reingart <reingart@gmail.com>
reingart
force-pushed
the
dependabot/pip/cryptography-39.0.1
branch
from
July 5, 2023 02:00
161a379
to
57126c5
Compare
Thanks @salticus for this great contribution in PyCon US 2023 sprints! |
You're welcome! Certainly most of the credit goes to @HanslettTheDev, who has done most of the difficult work. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary
Updates cryptography to 39.0.2. Removes legacy C interface code.
Checklist