-
-
Notifications
You must be signed in to change notification settings - Fork 75
[feature] Added support for importing ECDSA certificates #118 #201
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
Merged
nemesifier
merged 19 commits into
master
from
issues/118-import-edcsa-existing-ca-KeyError
Jan 30, 2026
+461
−93
Merged
Changes from 1 commit
Commits
Show all changes
19 commits
Select commit
Hold shift + click to select a range
d578ea4
[feature] Added support for importing ECDSA certificates #118
stktyagi c2f3be8
[feature] Included the P-521 curve in choices #118
stktyagi 86a6b9f
[Improvements] Handling of unsupported keys and message clarity #118
stktyagi 678566d
[Update] Remove SECP224R1 (224-bit) curve support #118
stktyagi cf82aca
[Improvement] Added explicit validation for imported EC certificates …
stktyagi c6e4de0
[Test] Added test to check whole ecdsa lifecycle #118
stktyagi f74fa1d
[Improvement] Add curve-appropriate hash algorithms to test different…
stktyagi 00b6542
[Improvements] Added additional assertions for completeness #118
stktyagi 1a5604f
[tests] Added test to verify certificates with added implementation #118
stktyagi 7b4217a
[fix] Fixed Aasertion comparing private_key with certificate variable…
stktyagi 4519ac2
[fix] Fixed incomplete digest normalization pattern #118
stktyagi e3eaa43
[refactor] Added ECDSA support for CAs and Certificates #118
stktyagi 94b0793
[migrations] Add migrations #118
stktyagi 54316bd
[refactor] Simplified clean() to previous better implementation #118
stktyagi 8b56b13
[fix] Remove 512-bit RSA support #118
stktyagi 0b99dde
Merge branch 'master' into issues/118-import-edcsa-existing-ca-KeyError
stktyagi 70fea92
[Improvements] Merge multiple migration files into one #118
stktyagi bf2d7ba
[docs] Updated docs to mention ECDSA and RSA support #118
stktyagi 818a53f
[docs] Updated key length choices #118
stktyagi File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Some comments aren't visible on the classic Files Changed page.
There are no files selected for viewing
This file contains hidden or 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
72 changes: 0 additions & 72 deletions
72
django_x509/migrations/0010_ca_key_type_cert_key_type_alter_ca_key_length_and_more.py
This file was deleted.
Oops, something went wrong.
54 changes: 0 additions & 54 deletions
54
django_x509/migrations/0011_alter_ca_key_length_alter_cert_key_length.py
This file was deleted.
Oops, something went wrong.
52 changes: 0 additions & 52 deletions
52
django_x509/migrations/0012_alter_ca_key_length_alter_cert_key_length.py
This file was deleted.
Oops, something went wrong.
This file contains hidden or 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
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.