From e474e2bf7b3eebd2aff0b6cf5b9c16acf02cfcf9 Mon Sep 17 00:00:00 2001 From: Aria Li Date: Mon, 13 Jan 2025 11:57:53 -0800 Subject: [PATCH] (OSPTE-212) Update README.md for archiving repository --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 3f169f5..a00aff8 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # openssl-fips +This repository is archived and Perforce will no longer be updating this repository. For more information, see [this Puppet blog post](https://www.puppet.com/blog/open-source-puppet-updates-2025). + This repo contains a vanagon based project to build the OpenSSL fips provider, producing a dynamically loadable library `fips.so` (or `fips.dll` on Windows). OpenSSL 3 introduced a provider architecture for cryptographic operations. OpenSSL supports several [standard providers: `default`, `fips`, etc](https://github.com/openssl/openssl/blob/master/README-PROVIDERS.md). See [OSSL\_PROVIDER-FIPS](https://www.openssl.org/docs/man3.0/man7/OSSL_PROVIDER-FIPS.html) for more information about the `fips` provider.