2024-10-10 14:31:46 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
py-trustme: updated to 1.2.0
1.2.0
Features
Add support for Python 3.13.
Allow setting of cert's notBefore attribute
Bugfixes
Add the Authority Key Identifier extension to child CA certificates.
Deprecations and Removals
Remove support for Python 3.8 and PyPy 3.9.
|
2023-07-17 16:42:51 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-trustme: updated to 1.1.0
1.1.0
Drop Python 3.7, add PyPy 3.10 and CPython 3.12
|
2023-05-04 11:47:35 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-trustme: updated to 1.0.0
Trustme 1.0.0 (2023-04-24)
Features
Support for ECDSA keys in certificates and use them by default. The type of key \
used for certificates can be controlled by the key_type parameter on the \
multiple methods that generate certificates. ECDSA certificates as they can be \
generated significantly faster.
Support for Python 3.10 and 3.11
Deprecations and Removals
Remove support for Python 2. trustme now requires Python>=3.7 (CPython or PyPy).
|
2022-10-19 15:56:34 by Nia Alarie | Files touched by this commit (26) |
Log message:
fighting a losing battle against py-cryptography rustification, part 2
Switch users to versioned_dependencies.mk.
|
2022-09-11 19:16:01 by Thomas Klausner | Files touched by this commit (1) |
Log message:
py-trustme: limit to python 3
|
2022-04-21 13:00:02 by Thomas Klausner | Files touched by this commit (18) |
Log message:
*: convert to versioned_dependencies for py-cryptography
|
2022-01-04 21:55:40 by Thomas Klausner | Files touched by this commit (1595) |
Log message:
*: bump PKGREVISION for egg.mk users
They now have a tool dependency on py-setuptools instead of a DEPENDS
|
2021-10-26 13:18:07 by Nia Alarie | Files touched by this commit (605) |
Log message:
security: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
Unfetchable distfiles (fetched conditionally?):
./security/cyrus-sasl/distinfo \
cyrus-sasl-dedad73e5e7a75d01a5f3d5a6702ab8ccd2ff40d.patch.v2
|
2021-10-07 16:54:50 by Nia Alarie | Files touched by this commit (606) |
Log message:
security: Remove SHA1 hashes for distfiles
|
2021-06-13 20:46:29 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-trustme: updated to 0.8.0
Trustme 0.8.0 (2021-06-08)
Features
It’s now possible to set an expiry date on server certificates, either with \
--expires-on in the CLI or with not_after in trustme.CA.issue_cert.
Support Python 3.10
Set correct KeyUsage and ExtendedKeyUsage extensions, per CA/B Forum baseline \
requirements
|