Skip to content

Commit 67e2a18

Browse files
Merge branch 'main' into readme
2 parents 4baaf60 + d1912e0 commit 67e2a18

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

README.md

+16
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,22 @@ Version 2.3.0 is the first release of ACCP-FIPS. The Maven coordinates for
119119
ACCP-FIPS are the same as ACCP with one difference that ACCP-FIPS's
120120
artifact ID is `AmazonCorrettoCryptoProvider-FIPS`.
121121

122+
The table below shows which AWS-LC and AWS-LC-FIPS release versions are used in each ACCP(-FIPS) release.
123+
ACCP did not track a FIPS branch/release version of AWS-LC until ACCP v2.3.0. Before then, ACCP-FIPS simply built its tracked AWS-LC commit in FIPS mode.
124+
125+
| ACCP(-FIPS) version | AWS-LC version | AWS-LC-FIPS version |
126+
|---------------------|----------------|---------------------|
127+
| 2.0.0 | 1.4.0 | --- |
128+
| 2.1.0 | 1.5.0 | --- |
129+
| 2.2.0 | 1.5.0 | --- |
130+
| 2.3.0 | 1.5.0 | 2.0.0 |
131+
| 2.3.1 | 1.15.0 | 2.0.0 |
132+
| 2.3.2 | 1.16.0 | 2.0.0 |
133+
| 2.3.3 | 1.17.0 | 2.0.2 |
134+
| 2.4.0 | 1.30.1 | 2.0.13 |
135+
| 2.4.1 | 1.30.1 | 2.0.13 |
136+
137+
122138
Notable differences between ACCP and ACCP-FIPS:
123139
* ACCP uses [the latest release of AWS-LC](https://github.com/aws/aws-lc/releases), whereas, ACCP-FIPS uses [the fips-2022-11-02 branch of AWS-LC](https://github.com/aws/aws-lc/tree/fips-2022-11-02).
124140
* ACCP-FIPS builds AWS-LC in FIPS mode by passing `-DFIPS=1` when configuring AWS-LC's build.

0 commit comments

Comments
 (0)