-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
GitOrigin-RevId: 068c1a5e24ce889e604ed500c40fd48204e28445
- Loading branch information
thomas
committed
Feb 1, 2024
1 parent
0e8e8cf
commit abf4649
Showing
2 changed files
with
26 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -58,6 +58,16 @@ Contributors need to sign and send a Contributor License Agreement: | |
* individuals need to sign [the Individual Contributor License Agreement](docs/cla/individual.pdf), and send it by email alongside their Github handle at `sandwich [at] sandboxaq.com` | ||
* corporate contributors need to sign [the Corporate Contributor License Agreement](docs/cla/corporate.pdf), and send it by email alongside their Github handle at `sandwich [at] sandboxaq.com` | ||
|
||
## Security | ||
|
||
The library has been security audited internally. Third party security audit | ||
was also conducted by an independent security research firm | ||
[Trail of Bits](https://www.trailofbits.com/). | ||
All bugs have been fixed and incorporated in this github repository. | ||
|
||
Please [contact us]([email protected]) for any security issues you | ||
may encounter in this software. Thanks! | ||
|
||
## Disclaimer | ||
|
||
The software and documentation are provided "as is" and SandboxAQ hereby disclaims all warranties, whether express, implied, statutory, or otherwise. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,21 @@ | ||
# Changelog | ||
|
||
## v0.2.0 (Feb 5, 2024) | ||
|
||
### Major changes | ||
|
||
- Security fixes discovered by independent security research firm Trail of Bits. | ||
- Support for OpenSSL 3.2.0 coupled with oqs-provider as a cryptographic backend. | ||
- [Support for TLS 1.2](https://sandbox-quantum.github.io/sandwich/protobuf/api/v1/TLSv12Config.html) | ||
- New APIs on top of OpenTelemetry which traces internal stages of a TLS connection along with data collection. | ||
|
||
### Minor changes | ||
|
||
- Fix an issue where protobuf versions did not match. | ||
- Update liboqs to its latest version to fix the `DIV` issue in Kyber implementation. | ||
- Accept standard Rust IO. | ||
|
||
|
||
## v0.1.0 (Aug 8, 2023) | ||
|
||
Initial public release |