Path to this page:
./
security/py-trustme,
Number on quality TLS certs while you wait
Branch: CURRENT,
Version: 1.2.1,
Package name: py312-trustme-1.2.1,
Maintainer: pkgsrc-userstrustme is a tiny Python package that does one thing: it gives you a fake
certificate authority (CA) that you can use to generate fake TLS certs to use
in your tests. Well, technically they're real certs, they're just signed by
your CA, which nobody trusts. But you can trust it. Trust me.
Required to run:[
devel/py-setuptools] [
security/py-cryptography] [
www/py-idna] [
lang/python37]
Required to build:[
pkgtools/cwrappers]
Master sites:
Filesize: 26.215 KB
Version history: (Expand)
- (2025-01-02) Updated to version: py312-trustme-1.2.1
- (2024-10-10) Updated to version: py312-trustme-1.2.0
- (2023-07-17) Updated to version: py310-trustme-1.1.0
- (2023-05-04) Updated to version: py310-trustme-1.0.0
- (2022-09-11) Updated to version: py310-trustme-0.9.0nb1
- (2022-01-05) Updated to version: py39-trustme-0.9.0nb1
CVS history: (Expand)
2025-01-02 10:17:35 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-trustme: updated to 1.2.1
1.2.1
Bugfixes
Update from deprecated pyOpenSSL APIs to non-deprecated cryptography APIs.
|
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
|