Next | Query returned 17 messages, browsing 11 to 20 | previous

History of commit frequency

CVS Commit History:


   2020-05-17 21:34:13 by Adam Ciarcinski | Files touched by this commit (10)
Log message:
pytest from versioned depends
   2020-01-22 20:20:32 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-trustme: updated to 0.6.0

0.6.0:
Features
Allow specifying organization and organization unit in CA and issued certs.
   2019-11-13 21:29:12 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-trustme: updated to 0.5.3

Trustme 0.5.3:
Features
Added :attr:`CA.from_pem` to import an existing certificate authority; this \ 
allows migrating to trustme step-by-step.
   2019-06-06 23:24:22 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-trustme: updated to 0.5.2

0.5.2:
Unknown changes
   2019-05-02 11:41:04 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-trustme: updated to 0.5.1

0.5.1:
Unknown changes
   2019-01-25 14:33:15 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-trustme: updated to 0.5.0

Trustme 0.5.0:

Features
Added CA.create_child_ca() to allow for certificate chains
Added CA.private_key_pem to export CA private keys; this allows signing other \ 
certs with the same CA outside of trustme.
CAs now include the KeyUsage and ExtendedKeyUsage extensions configured for SSL \ 
certificates.
CA.issue_cert now accepts email addresses as a valid form of identity.
It’s now possible to set the “common name” of generated certs; see \ 
CA.issue_cert for details
CA.issue_server_cert has been renamed to CA.issue_cert, since it supports both \ 
server and client certs. To preserve backwards compatibility, the old name is \ 
retained as an undocumented alias.

Bugfixes
Make sure cert expiration dates don’t exceed 2038-01-01, to avoid issues on \ 
some 32-bit platforms that suffer from the Y2038 problem.
   2018-09-06 15:36:16 by Adam Ciarcinski | Files touched by this commit (4)
Log message:
py-trustme: added version 0.4.0

trustme 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.

Next | Query returned 17 messages, browsing 11 to 20 | previous