Skip to content

Commit

Permalink
A note about key encapsulation/decapsulation support in OpenSSL
Browse files Browse the repository at this point in the history
Related: #485
Signed-off-by: Dmitry Belyavskiy <[email protected]>
  • Loading branch information
beldmit committed Aug 19, 2024
1 parent e547338 commit cf97d8f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,13 @@ Also not fully supported in 3.0.2 is performance testing as per the openssl
These versions have full support for all TLS1.3 operations using PQ algorithms
when deploying `oqsprovider`.

## 3.4 and greater

These version are expected to support the `openssl pkeyutl -encap/-decap`
syntax for testing key encapsulation and decapsulation for test purposes. To
use this option, OQS provider should be built with KEM encoding/decoding
support.

## All versions

A limitation present in older OpenSSL versions is the number of default groups
Expand Down

0 comments on commit cf97d8f

Please sign in to comment.