Releases: web-of-trust/php-privacy
Releases · web-of-trust/php-privacy
1.2.2
Release to version 1.2.2 - 2024-09-30
- Refactor code with phpactor.
- Add PHP Privacy Examples.
1.2.1
Release to version 1.2.1 - 2024-09-25
- Change VERSION const.
- Change SALT_NOTATION const.
- Fix armor text dash escape.
1.2.0
Release to version 1.2.0 - 2024-09-19
- Support reading openpgp message & key from binary string.
1.1.14
Release to version 1.1.14 - 2024-09-18
- Reverse order OPS packets.
- Change SALT_NOTATION
- Refactor ECDH session key cryptor contants
- Add build one-pass signature packet from signature packet
1.1.13
Release to version 1.1.13 - 2024-09-13
- Support partial body length.
1.1.12
Release to version 1.1.12 - 2024-09-12
- Fix packet reader.
- Fix aead crypt.
1.1.11
Release to version 1.1.11 - 2024-09-11
- Fix partial packet reader.
- Fix AEAD Protected Data encrypt/decrypt.
1.1.10
Release to version 1.1.10 - 2024-09-09
- Refactor cleartext signature framework.
- Add getSessionKey method to EncryptedMessage.
1.1.9
Release to version 1.1.9 - 2024-09-06
- Remove random prefix & MDC packet.
- Fix gcm encryptor.
- Add salt notation to signature.
1.1.8
Release to version 1.1.8 - 2024-08-27
- Add checksum to none encrypted secret key packet.