Skip to content

Commit 1f77c5b

Browse files
committed
chore: Merge branch 'release/v8.0.1'
2 parents 7415aa4 + 1551a15 commit 1f77c5b

File tree

4 files changed

+18
-11
lines changed

4 files changed

+18
-11
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ jobs:
185185
needs: build_in_docker
186186
uses: Cosmian/reusable_workflows/.github/workflows/cloudproof_flutter.yml@develop
187187
with:
188-
branch: feature/covercrypt_rekey
188+
branch: develop
189189
target: x86_64-unknown-linux-gnu
190190
extension: so
191191
copy_fresh_build: false

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## [8.0.1] - 2024-03-18
6+
7+
### Miscellaneous Tasks
8+
9+
- Refresh GPG signing key
10+
511
## [8.0.0] - 2024-03-13
612

713
### Features

README.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ Cloudproof Encryption secures data repositories and applications in the cloud wi
1414
- [Benchmarks](#benchmarks)
1515
- [Versions Correspondence](#versions-correspondence)
1616
- [Using in Java projects](#using-in-java-projects)
17-
* [Download required native libraries](#download-required-native-libraries)
18-
* [Building the native libraries on your own](#building-the-native-libraries-on-your-own)
17+
- [Download required native libraries](#download-required-native-libraries)
18+
- [Building the native libraries on your own](#building-the-native-libraries-on-your-own)
1919

2020
<!-- tocstop -->
2121

@@ -28,12 +28,12 @@ The library is available under a dual licensing scheme Affero GPL/v3 and commerc
2828
The library is based on:
2929

3030
- [CoverCrypt](https://github.com/Cosmian/cover_crypt) algorithm which allows
31-
creating ciphertexts for a set of attributes and issuing user keys with access
32-
policies over these attributes. `CoverCrypt` offers Post-Quantum resistance.
31+
creating ciphertexts for a set of attributes and issuing user keys with access
32+
policies over these attributes. `CoverCrypt` offers Post-Quantum resistance.
3333

3434
- [Findex](https://github.com/Cosmian/findex) which is a cryptographic protocol designed to securely make search queries on
35-
an untrusted cloud server. Thanks to its encrypted indexes, large databases can
36-
securely be outsourced without compromising usability.
35+
an untrusted cloud server. Thanks to its encrypted indexes, large databases can
36+
securely be outsourced without compromising usability.
3737

3838
## Getting started
3939

@@ -93,12 +93,13 @@ This table shows the compatible versions of the various components
9393
From the version 5.0.0, `cloudproof_java` depends on [cloudproof_rust](https://github.com/Cosmian/cloudproof_rust) which wraps the interfaces of `CoverCrypt` and `Findex`.
9494

9595
| This lib | KMS Server | Cloudproof Rust lib |
96-
|----------|------------|---------------------|
96+
| -------- | ---------- | ------------------- |
9797
| 5.0.0 | 4.3.3 | 1.0.0 |
9898
| 6.0.0 | 4.3.3 | 2.0.1 |
9999
| 7.0.0 | 4.10.0 | 2.4.0 |
100100
| 7.1.0 | 4.11.0 | 2.4.0 |
101101
| 7.2.0 | 4.11.3 | 2.4.0 |
102+
| 8.0.\* | 4.13.3 | 3.0.0 |
102103

103104
## Using in Java projects
104105

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<modelVersion>4.0.0</modelVersion>
66
<groupId>com.cosmian</groupId>
77
<artifactId>cloudproof_java</artifactId>
8-
<version>8.0.0</version>
8+
<version>8.0.1</version>
99

1010
<name>cloudproof_java</name>
1111
<description>The Cloudproof Java Lib secures data repositories in the cloud with attributes-based access control encryption and encrypted search</description>
@@ -174,8 +174,8 @@
174174
</goals>
175175
<configuration>
176176
<keyname>
177-
95C0EA7C0347901B</keyname>
178-
<passphraseServerId>95C0EA7C0347901B</passphraseServerId>
177+
985B972C730CCE21</keyname>
178+
<passphraseServerId>985B972C730CCE21</passphraseServerId>
179179
</configuration>
180180
</execution>
181181
</executions>

0 commit comments

Comments
 (0)