Skip to content

Releases: openpgpjs/openpgpjs

v0.8.1

20 Oct 16:34
Compare
Choose a tag to compare

Release notes

  • Return correct promise in error case

v0.8.0

20 Oct 15:45
Compare
Choose a tag to compare

Release notes

  • Public api uses promises (see #259)
  • Use native web crypto api to generate RSA keys (see #258)

v0.7.2

30 Jul 15:12
Compare
Choose a tag to compare

Release notes

  • Fix bug when generating new keypair without passphrase, which irreversibly deleted privateMPIs

v0.7.1

07 Jul 10:27
Compare
Choose a tag to compare

Release notes

  • Use same signature array structure for ClearSignedMessage as Message in verify

v0.7.0

02 Jul 13:17
Compare
Choose a tag to compare

Release notes

  • List messages signatures in message.verify with length of the actual signatures.

v0.6.5

01 Jul 14:32
Compare
Choose a tag to compare

Release notes

  • Allow empty passphrase and store private key block according to RFC in decrypted state
  • Return null in signatures array to warn user when using a wrong public key to verify

v0.6.3

30 Jun 17:28
Compare
Choose a tag to compare

Release notes

  • Throw an error if a wrong public key is used to verify a signature.

v0.6.2

28 Jun 14:55
Compare
Choose a tag to compare

Release notes

  • Add support for single keys in public api calls

v0.6.1

13 Jun 10:02
Compare
Choose a tag to compare

Release notes

  • Allow private keys for verify methods in Cleartext and Message class. Refactor getKeyPacket methods in Key class.
  • Redefine Regex for blank line after armor header. This fixes an issue with truncated blank lines at the beginning of cleartext signed messages.

v0.6.0

09 May 08:47
Compare
Choose a tag to compare

Release notes

  • Add support to write V3 signatures
  • Accept armor header with trailing whitespace
  • Keyring: don't break on error reading armored key
  • Fix import of keys with trust package
  • Refactoring CFB encrypt
  • Fix broken support for twofish cipher
  • Optimization to evaluate key primary user
  • Key update fixes
  • Key generate method interface change, generate keys by default with unlocked secret part