Skip to content

Releases: jo/wcb-rs

v2.0.1 - Update OpenSSL

29 Nov 08:26
@jo jo
1b4ce6d
Compare
Choose a tag to compare

Bumps openssl from 0.10.55 to 0.10.60.

v2.0.0 - Binary default

21 Mar 23:17
@jo jo
Compare
Choose a tag to compare

Don't base64 encode encrypted messages by default.

Breaking change:

  • encrypt and encrypt-to do not encode its output as base64 per default anymore
  • decrypt and decrypt-from do not expect its inputs base64 encoded per default anymore

Feature:

  • encrypt, decrypt, encrypt-to and decrypt-from now take an optional parameter --base64 (or -b) to encode/decode message contents as base64

v1.0.0 - Initial release

20 Mar 14:26
@jo jo
Compare
Choose a tag to compare
chore: add cargo meta