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

feat: add one or more certificate and decide which one to use when signing #379

Merged
merged 59 commits into from
May 22, 2024

Conversation

matteo-cristino
Copy link
Collaborator

No description provided.

matteo-cristino and others added 30 commits February 12, 2024 12:43
…e es256 signatures

Still need to be generalized to let the user upload personal certifiate and keys and use different type of signature algorithms (RSA and EdDSA)
Next steps:
Change requests to dss server based on algorithm used
Support also RSA
Accept uploaded certificate and refactor the code to move all checks and key manipulation (pkcs8 to raw key fro ecdsa and eddsa) to this step
Add also custom policy file to accpet eddsa signatures
Still nedd to add crypto checks and parsing to key and certificate
also add relation between signature and certificate
During signature phase the user can choose what key-certificate pair to use
@matteo-cristino matteo-cristino linked an issue Feb 21, 2024 that may be closed by this pull request
@andrea-dintino andrea-dintino merged commit e641bc0 into main May 22, 2024
4 of 5 checks passed
@andrea-dintino andrea-dintino deleted the feat/es256_certificate-fix branch May 22, 2024 14:16
github-actions bot pushed a commit that referenced this pull request May 22, 2024
# [1.2.0](v1.1.0...v1.2.0) (2024-05-22)

### Bug Fixes

* show names in the multisignature details page ([#620](#620)) ([4722963](4722963))
* tests auth and run tests on build preview ([#623](#623)) ([2caa7bb](2caa7bb))

### Features

* add one or more certificate and decide which one to use when signing ([#379](#379)) ([e641bc0](e641bc0))
* search users by username also ([#614](#614)) ([eb2196f](eb2196f))
Copy link
Contributor

🎉 This PR is included in version 1.2.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

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

Successfully merging this pull request may close these issues.

Stuff missing from my/certificate page
3 participants