Skip to content

Commit

Permalink
doc(readme) remove docs about BoringSSL
Browse files Browse the repository at this point in the history
  • Loading branch information
fffonion committed Dec 13, 2023
1 parent 5aba923 commit 3c0027d
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions README.md
Expand Up @@ -406,7 +406,7 @@ lua-resty-openssl supports following modes:

Compile the module per [security policy](https://www.openssl.org/docs/fips/SecurityPolicy-2.0.2.pdf),

**OpenSSL 3.0.0 fips provider **
**OpenSSL 3.0.0 fips provider**

Refer to https://wiki.openssl.org/index.php/OpenSSL_3.0 Section 7
Compile the provider per guide, install the fipsmodule.cnf that
Expand All @@ -432,12 +432,6 @@ local c = assert(cipher.new("aes256", "fips=yes"))
print(c:get_provider_name()) -- prints "fips"
```

**BroingSSL fips-20190808 and fips-20210429 (later haven't been certified)**

Compile the module per [security policy](https://csrc.nist.gov/CSRC/media/projects/cryptographic-module-validation-program/documents/security-policies/140sp3678.pdf)

Check if FIPS is acticated by running `assert(openssl.set_fips_mode(true))`.

[Back to TOC](#table-of-contents)

### openssl.get_fips_version_text
Expand Down

0 comments on commit 3c0027d

Please sign in to comment.