Skip to content

OpenSSL Engine support for private key handling in TLS #2503

Open
@BenBaratte

Description

@BenBaratte

Problem:

S2N does not offer the possibility do use OpenSSL engine.
In order to increase embedded devices security, hardware secure element like a TPM can be used to store device private key.
Generally secure element provide OpenSSL engine to integrate within OpenSSL application framework.

Solution:

The solution is to add parameter to point one or more OpenSSL engine to load.

  • Does this change what S2N sends over the wire? No.
  • Does this change any public APIs? Yes, configuration API add extra optional parameter to activate OpenSSL engine.
  • Which versions of TLS will this impact? implementation shall start at TLS1.2

Requirements / Acceptance Criteria:

The implementation shall be able to use the TSS2 TPM engine (https://github.com/tpm2-software/tpm2-tss-engine)

Check that the ciphersuite configuration is enough to reflect the OpenSSL Engine capabilities.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions