Skip to content

Commit

Permalink
Add release notes for v1.1.
Browse files Browse the repository at this point in the history
Change-Id: Idfbe9d6751aabd72ebb6790bd151be0c55c1d075
  • Loading branch information
bdhess committed Mar 16, 2022
1 parent fa07866 commit d1e253a
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions kmsp11/docs/user_guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
5. [RSA-PKCS1 signing and verification](#rsa-pkcs1-signing-and-verification)
6. [RSA-PSS signing and verification](#rsa-pss-signing-and-verification)
6. [Limitations](#limitations)
7. [Release Notes](#release-notes)

## Getting started

Expand Down Expand Up @@ -330,6 +331,24 @@ This means that:
stale if `refresh_interval_secs` is unspecified, or else will take up to
that amount of time to become up-to-date in the library.

## Release Notes

### v1.1

The following changes are included in the v1.1 (March 2022) release:

* The value for `CKA_EC_POINT` was corrected.
* The configuration option `experimental_generate_certs` is now fully
supported, and has been renamed to `generate_certs`.
* Google now supplies a version of the library where the included BoringSSL
has been built in FIPS mode.
* The configuration option `experimental_require_fips_mode` is now fully
supported, and has been renamed to `require_fips_mode`.
* For `CK_RSA_PKCS_OAEP_PARAMS.source`, the value `0` is treated as
meaning "no label" for compatibility purposes.
* The library must now be built with Bazel v4.2.1.
* Several internal dependencies were updated.

[gcp-authn-getting-started]: https://cloud.google.com/docs/authentication/getting-started
[gcp-authn-prod]: https://cloud.google.com/docs/authentication/production
[gcp-service-terms]: https://cloud.google.com/terms/service-terms#1
Expand Down

0 comments on commit d1e253a

Please sign in to comment.