Skip to content

Latest commit

 

History

History
98 lines (71 loc) · 1.74 KB

CHANGELOG.md

File metadata and controls

98 lines (71 loc) · 1.74 KB

2.2.1

  • Update dependencies
  • Update Readme

2.2.0

  • Update asn1lib dependency to ^1.5.0 and fix the resulting lint warnings

2.1.0

  • Add KeypairFactory, RSAKeypairFactory and ECKeypairFactory
  • Update dependencies

2.0.5

  • Update Example Doc
  • Minor Bugfixes

2.0.4

  • Update dependencies

2.0.3

  • Update dependencies

2.0.2

  • Update dependencies

2.0.1

  • Update Code Format
  • Update Tests

2.0.0

  • Migrate to support null safety

1.1.3

  • Update deprecated PointyCastle features

1.1.2

  • Update dependencies
  • Update tests

1.1.1

  • Insure backwards compatibility of RSAPrivateKey.createSignature and RSAPublicKey.verifySignature
  • Update dependencies

1.1.0

  • Add RSA key formatting
  • Add SHA-512 signing and verification
  • Fix RSA encryption/decryption
  • Insure backwards compatibility Thank you jld3103 for contributing

1.0.9

  • The length of the RSAPrivateKey is now adjustable thanks to melewetwo
  • Added more documentation

1.0.8

  • Update dependencies

1.0.7

  • Add toPem and fromPem to RSAPublicKey
  • Add toPem and fromPem to RSAPrivateKey

1.0.6

  • Update dependencies

1.0.5

  • Add more Documentation and fix a small bug

1.0.4

  • Styled Code using new Guidelines

1.0.3

  • Fixed Typos in README

1.0.2

  • Add Documentation

1.0.1

  • Add Documentation

1.0.0

  • Update README, Ready for Version 1.0.0

0.0.5

  • Update Code Format

0.0.4

  • Add ECKeypair with Random Key-generation
  • Add ECSignature creation and Signature validation

0.0.3

  • Update Code Format

0.0.2

  • Add Example overview

0.0.1

  • Add RSAKeypair with Random Key-generation
  • Add RSASignature creation and Signature validation
  • Add encryption using RSA