Skip to content

Releases: NOLAI/libpep

v0.6.6

18 Feb 15:04
fb53e09
Compare
Choose a tag to compare

Session key renewal

v0.6.5

14 Feb 10:50
05410a9
Compare
Choose a tag to compare
WASM transcryption

v0.6.4

29 Jan 09:58
e3f0528
Compare
Choose a tag to compare

Allow serde serialization of secret keys
Full Changelog: v0.6.3...v0.6.4

v0.6.3

29 Jan 09:29
ee28cfc
Compare
Choose a tag to compare

Add the ability to dump a PEP client's session keys and restore them.
Full Changelog: v0.6.2...v0.6.3

v0.6.2

27 Jan 17:39
90d2d58
Compare
Choose a tag to compare

Properly serialize high level Encrypted data points and pseudonyms (without value wrapper).

Full Changelog: v0.6.1...v0.6.2

v0.6.1

27 Jan 17:15
85c6bd3
Compare
Choose a tag to compare

Fixed ElGamal ciphertext serialization as base64 strings.

Full Changelog: v0.6.0...v0.6.1

v0.6.0

23 Jan 09:41
28ba53c
Compare
Choose a tag to compare

Breaking changes:

  • using the term PseudonymizationDomain instead of PseudonymizationContext for clarity and compatibility with newly published Guidelines of Pseudonymization by the European Data Protection Board. We currently use domain_from, domain_to, session_from and session_to at most places.
  • Transcrypting from and to a global encryption context (a.k.a. session) does not have separate functions anymore, but the existing functions to create TranscryptionInfo now take Optional parameters for session_from and session_to

v0.5.2

20 Dec 12:57
f7f83a9
Compare
Choose a tag to compare

Add documentation

v0.5.1

20 Dec 09:25
v0.5.1
cfea6e8
Compare
Choose a tag to compare

**Breaking changes: **

  • None

**Non-breaking changes: **

  • Added missing libpep_bg.js in pkg folder

v0.5.0

19 Dec 16:38
4f65ace
Compare
Choose a tag to compare

**Breaking changes: **

  • Rewrote all to_hex, to_bytes and to_base64s to as_hex, as_bytes and as_base64s
  • Some functions dont take self anymore but &self or vice-versa

**Non-breaking changes: **

  • Fixed building libpep-wasm for both node and web
  • Added setup commands
  • A lot of chores