Skip to content

Latest commit

 

History

History
63 lines (49 loc) · 2.39 KB

CHANGELOG.md

File metadata and controls

63 lines (49 loc) · 2.39 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

1.0.0 - released 2023-06-06

  • First major release

1.0.1 - released 2023-06-13

Full Changelog

  • Re-format code by psalm recomendations

1.0.2 - released 2023-06-13

Full Changelog

  • Validate subkey packet when decrypt private key
  • Migrate phpunit XML configuration

1.0.3 - released 2023-06-15

Full Changelog

  • Add S2K hash configuration

1.0.4 - released 2023-06-2

Full Changelog

  • Refactor checksum computing of session key
  • Refactor string to key

1.1.0 - released 2023-12-16

Full Changelog

  • Support AEAD algorithms: EAX, OCB, GCM.
  • Supporp key and signature version 5.

1.1.1 - released 2024-01-17

Full Changelog

  • Refactor user and subkey validate.
  • Refactor key material validate.

1.1.2 - released 2024-01-18

Full Changelog

  • Fix ElGamal input validation.

1.1.3 - released 2024-03-05

Full Changelog

  • Refactor comparisons & for loops.
  • Remove EOL after chunk split base64 string.

1.1.4 - released 2024-03-18

Full Changelog

  • Add OpenPGP readPublicKeys method.
  • Add RevocationReasonTag parameter to revoke methods.

1.1.5 - released 2024-03-18

Full Changelog

  • Refactor isRevoked methods.

1.1.6 - released 2024-03-22

Full Changelog

  • Refactor get key strength of key packet.
  • Pass preferred symmetric to secret key packet encrypt

1.1.7 - released 2024-03-27

Full Changelog

  • Refactor OpenPGP revokeKey method.