Skip to content

Releases: jo/webcryptobox-rs

v2.1.1 - Update OpenSSL

24 Feb 11:12
@jo jo
Compare
Choose a tag to compare
2.1.1: update ÖpenSSL

v2.1.0 - Re-Exports of OpenSSL Key Structs

22 May 08:51
@jo jo
Compare
Choose a tag to compare

Re-exporting OpenSSLs EcKey and Private/Public pkey structs.

v2.0.0 - Selected Cipher

20 Mar 14:14
@jo jo
Compare
Choose a tag to compare

Back to a flattened version with selected cipher: ECDH P-521 AES-256-CBC.

Features:

  • initialization vector included in cipher, no manual iv generation needed anymore
  • import and export encrypted private key pems

Breaking change:

  • removed struct Webcryptobox. All methods are exported directly.
  • removed CLI, this one went into its own project: https://github.com/jo/wcb-rs
  • derivePrivateKey has been renamed to getPrivateKey

v1.0.5 - More Examples

06 Mar 20:52
@jo jo
Compare
Choose a tag to compare

Adds a highlevel example

v1.0.4 - Docs Improved II

06 Mar 20:37
@jo jo
Compare
Choose a tag to compare

Further improved documentation

v1.0.3 - Docs Improved

06 Mar 20:14
@jo jo
Compare
Choose a tag to compare

More examples

v1.0.2 - Doc Examples

06 Mar 19:58
@jo jo
Compare
Choose a tag to compare

Use executing examples

v1.0.1 - Package Metadata

06 Mar 14:49
@jo jo
Compare
Choose a tag to compare

Add package metadata such as repository etc.

v1.0.0 - Hello World!

06 Mar 14:33
@jo jo
Compare
Choose a tag to compare

Initial release of Webcryptobox