Releases: scheiblingco/sshkey-tools
Releases · scheiblingco/sshkey-tools
Version 0.11.3
What's Changed
- Update
requirements.txt
to unblock Cryptography 43.x by @stevapple in #124 - Bump cryptography from 43.0.0 to 43.0.1 by @dependabot in #122
New Contributors
- @stevapple made their first contribution in #124
Full Changelog: 0.11.2...0.11.3
Version 0.11.2
What's Changed
Important
- Remove validation for extensions by @scheibling in #119
- Bump cryptography from 42.0.0 to 42.0.7 by @dependabot in #90
- Bump cryptography from 42.0.0 to 43.0.0 by @dependabot in #108
Minor
- Bump faker from 24.7.1 to 25.1.0 by @dependabot in #87
- Bump black from 24.3.0 to 24.4.2 by @dependabot in #88
- Bump prettytable from 3.9.0 to 3.10.0 by @dependabot in #91
- Bump pylint from 3.0.3 to 3.1.0 by @dependabot in #89
- Bump faker from 25.1.0 to 25.8.0 by @dependabot in #101
- Bump pylint from 3.1.0 to 3.2.3 by @dependabot in #100
- Bump coverage from 7.4.4 to 7.5.3 by @dependabot in #99
- Bump bcrypt from 4.1.2 to 4.1.3 by @dependabot in #93
- Bump pytest-cov from 4.1.0 to 5.0.0 by @dependabot in #103
- Update dependencies by @scheibling in #118
Full Changelog: 0.11.1...0.11.2
Version 0.11.1
TL;DR
- Updated cryptography to 42.0.x, there were some breaking changes in the api
- Updated various tools used for tests
- Fix some CI settings, added newer python versions
What's Changed
- Cryptography Update v42 by @scheibling in #84
- Bump jinja2 from 3.1.2 to 3.1.3 by @dependabot in #58
- Bump black from 23.12.1 to 24.3.0 by @dependabot in #78
- Bump coverage from 7.4.0 to 7.4.4 by @dependabot in #79
- Bump faker from 22.5.0 to 24.7.1 by @dependabot in #83
- Fixed various CI settings by @scheibling in #86
Full Changelog: 0.10.3...0.11.1
Version 0.10.3
What's Changed
- Bump black from 23.9.1 to 23.10.0 by @dependabot in #39
- Bump faker from 19.6.2 to 19.11.0 by @dependabot in #38
- Bump pylint from 3.0.0 to 3.0.2 by @dependabot in #37
- Bump faker from 19.11.0 to 19.13.0 by @dependabot in #42
- Bump black from 23.10.0 to 23.10.1 by @dependabot in #40
- Bump pylint from 3.0.2 to 3.0.3 by @dependabot in #50
- Raise version specificity by @scheibling in #62
New Contributors
- @dependabot made their first contribution in #39
Full Changelog: 0.10.2...0.10.3
0.10.2
What's Changed
- Pinned dependency versions by @scheibling in #34
- Updated readme, docs
- Linting
Full Changelog: 0.10.1...0.10.2
0.10.1 - DSA Deprecation, Datetime Validation
What's Changed
- Remove dsa support by @scheibling in #31
- Fixed validation for string values for the datetime fields by @scheibling in #32
Full Changelog: 0.9.3...0.10.1
0.9.3 - DSA Deprecation
- Locked dependency to cryptography <41
- Introduced DSA deprecation notice
0.9.2 - Various fixes
What's Changed
- Add str to timedelta by @scheibling in #17
- Updated documentation to include newer additions by @scheibling in #18
- Bugfix MAX_INT64, Linting Errors by @scheibling in #20
- Added timestamp extraction from datetime before conversion to int by @scheibling in #21
- Convert nonce field to bytestring by @scheibling in #22
- Ensure comment is always empty string on export by @scheibling in #26
- Misc. bugfixes, docs (RSA Alg, cert fingerprint error, docs) by @scheibling in #27
Full Changelog: 0.9.1...0.9.2
0.9.1 - Fix comment string
What's Changed
- Manually updated documentation by @scheibling in #12
- Set default for the Public Key comment to string by @scheibling in #14
Full Changelog: 0.9.0...0.9.1
0.9.0 - Improvements to field handling, bugfixes
What's Changed
- Fixed #7: Added functionality to ensure string/bytestring typing by @scheibling in #9
- Certificate is now marked as signed when imported by @scheibling in #10
- Improvements to certificate creation, bugfixes, documentation update by @scheibling in #11
Note
Changing the algorithm used for hashing for RSA private keys is currently disabled, and is set to SHA2-512 by default.
Full Changelog: 0.8.2...0.9.0