Skip to content

Releases: Cosmian/crypto_core

v9.5.0

09 Jul 06:08
Compare
Choose a tag to compare
fix(cargo): remove security invalid category slug

v9.4.0

11 Jun 09:02
8d804f7
Compare
Choose a tag to compare
Forgot to upgrade the version number in `Cargo.toml` (#76)

* Complete API for Covercrypt needs (#74)

* feat: add neutral scalar elements (one and zero) + fix lint errors

* feat: add secret type and use it to implement the symmetric key

* feat: add neutral `R25519PublicKey` element

* fix: inline neutral function calls

* fix: CI (`cargo hack check --feature-powerset`)

* feat: add zeroization to `R25519PublicKey`

* add a function to derive a key from a secret with optional additional info

* fill changelog

* Correct cargo hack errors

* Bump version

---------

Co-authored-by: Manuthor <manu.coste@gmail.com>

v9.3.0

28 Sep 10:50
Compare
Choose a tag to compare
feat: Add support for RSA key generation, key-wrapping and PKCS#8 imp…

…ort/export

v9.2.1

26 Sep 11:38
Compare
Choose a tag to compare
feat: Allow the deserializer to perform zero-copy reading (using slices)

v9.2.0

18 Sep 15:31
Compare
Choose a tag to compare
feat: add support for ECIES over NIST curves: P-192, P-224, P-256, P-384

v9.1.0

01 Sep 08:09
Compare
Choose a tag to compare
feat: Implement Signature traits (involved in x509-cert crate) for Ce…

…rtificate signing using Ed25519

v9.0.3

22 Aug 09:06
997e860
Compare
Choose a tag to compare
fix: more reexports

v9.0.2

13 Aug 16:51
c176397
Compare
Choose a tag to compare
Update ci.yml - remove semver check for publish

Semver seems to be running into problems - deactivating until issues fixed

v9.0.1

13 Jul 09:57
Compare
Choose a tag to compare
fix: use only license-file field in Cargo.toml du to undefined Commer…

…cial use license in SPDX

v9.0.0

11 Jul 07:23
Compare
Choose a tag to compare
fix: Revert RFC 5649 changes on wrap function