Skip to content

Releases: SUNET/python_x509_pkcs11

v0.9.0

03 Apr 13:47
v0.9.0
1fe1e6d
Compare
Choose a tag to compare

Added

  • Code comments added with RFC 5280 links for explanation.
  • Fixed #12 Add different Private Key types for cryptography module.

Changed

  • Fixed #3 singleton class for PKCS11Session.
  • Fixed #6 constants are now UPPER CASE.
  • Fixed #8 We now have KEYTYPES as Enum for every public function.

Fixed

  • Fixed #10 all test keys are prefixed with "testpkcs".
  • Fixed #14 uses newstyle metadata for flit.

v0.7.0

17 May 13:20
v0.7.0
02c35c0
Compare
Choose a tag to compare

added import, export and delete certificates in the PKCS11 device

v0.6.37

30 Mar 19:45
v0.6.37
c31fe16
Compare
Choose a tag to compare

Reduced code complexity

v0.6.31

26 Mar 15:09
v0.6.31
23a10a4
Compare
Choose a tag to compare
  • Allow by_key for responderId in OCSP response

v0.6.0

03 Dec 21:42
v0.6.0
1b44d26
Compare
Choose a tag to compare

General code cleanup

v0.5.1

25 Nov 02:35
v0.5.1
c421959
Compare
Choose a tag to compare
  • Added delete_keypair() which remove the keypair from the PKCS11 device.
  • Added crypto module with ECDSA signature conversion functions and removed keys created with unittest.

v0.4.43

07 Nov 08:08
v0.4.43
d094dae
Compare
Choose a tag to compare

v0.4.43

Fixed typos, including return type in helper function for ocsp

v0.4.41

18 Oct 16:45
v0.4.41
8541dc2
Compare
Choose a tag to compare

v0.4.41

  • Removed Mechanism choice for all key types. Now uses the standard mechanism for the respective key types.
  • Added signer_key_type to create() in ca.py

v0.4.3

07 Oct 22:11
v0.4.3
f53c980
Compare
Choose a tag to compare

Added EC and EdDSA key types.

v0.3.22

02 Oct 11:50
v0.3.22
01cdcd4
Compare
Choose a tag to compare

v0.3.22

  • Added extra_certs to ocsp.response() and small code style improvements.