Skip to content

Update with improvements #13

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
merged 5 commits into from
Dec 12, 2017
Merged

Update with improvements #13

merged 5 commits into from
Dec 12, 2017

Conversation

bryan-hunt
Copy link
Contributor

Generally a substantial refactor of the engine. In specific also addresses the following issues

Resolves #8

  • Sign larger digest sizes per NIST 186-4 6.4

Resolves #5

  • Support for certificates and "key" files that map to the device

Resolves #11

  • Supports OpenSC-PKCS11 like commands that curl uses

Items that remain:

  • ECDH can only be supported in OpenSSL 1.1 since 1.0.2's ECDH implementation doesn't use EVP_PKEY methods
  • OpenSSL 1.1 support is not yet ready as OpenSSL 1.1 changed elliptic curve APIs.

bryan-hunt and others added 5 commits August 25, 2017 15:35
* Generate and accept "private" key files allowing more natural cert/key implementations
* Add OpenSC like cert retrieval
* Add engine command to generate key files
* Add engine command to load symmetric "transport" key
* Add ECDH support
* Some changes to support future OpenSSL 1.1 compatibility.
@bryan-hunt bryan-hunt merged commit 0cc4a3a into master Dec 12, 2017
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.

1 participant