Skip to content

Releases: openwisp/django-x509

0.3.1 [2017-12-01]

01 Dec 11:02
Compare
Choose a tag to compare
  • temporarily downgraded cryptography and pyopenssl versions to avoid segmentation faults

0.3.0 [2017-11-03]

03 Nov 18:58
Compare
Choose a tag to compare
  • [models] Avoided possible double insertion in Base.save
  • [requirements] pyopenssl>=17.1.0,<17.4.0
  • [admin] Fixed preformatted look of certificate and private-key fields
  • [models] Allow importing certs with invalid country codes
  • [models] Allow importing certificate with empty common name
  • [tests] Updated data for import test to fix pyOpenSSL issue
  • [models] Renamed organization field to organization_name

0.2.4 [2017-07-04]

04 Jul 12:18
Compare
Choose a tag to compare
  • [models] added on_delete with CASCADE on Cert.ca foreign key #2 - thanks to @hggh
  • [models] added digest argument to CRL.export #3 - thanks to @hggh
  • [requirements] pyopenssl>=17.1.0,<17.2.0

0.2.3 [2017-05-15]

15 May 16:49
Compare
Choose a tag to compare
  • [migrations] Updated validity_start on Cert model

0.2.2 [2017-05-11]

11 May 20:09
Compare
Choose a tag to compare

[models] Set validity_start to 1 day before the current date (at 00:00)

0.2.1 [2017-05-02]

02 May 08:03
Compare
Choose a tag to compare
  • [django] added support for django 1.11

0.2.0 [2017-01-11]

11 Jan 16:34
Compare
Choose a tag to compare
  • [models] improved reusability by providing abstract models
  • [admin] improved reusability by providing abstract admin classes
  • [views] provided a base view that can be reused by third party apps
  • [docs] documented how to extend models and admin
  • [docs] documented hard dependencies

0.1.3 [2016-09-22]

22 Sep 12:53
Compare
Choose a tag to compare
  • [model] avoid import error if any imported field is NULL
  • [admin] added serial_number to list_display in Cert admin
  • [model] avoid exception if x509 subject attributes are empty

0.1.2 [2016-09-08]

08 Sep 15:48
Compare
Choose a tag to compare
  • improved general verbose_name of the app
  • added official compatibility with django 1.10
  • [admin] show link to CA in cert admin
  • [admin] added key_length and digest to available filters

0.1.1 [2016-08-03]

03 Aug 09:38
Compare
Choose a tag to compare
  • fixed x509 certificate version
  • renamed public_key field to more appropiate certificate
  • show x509 text dump in admin when editing objects