lemur/lemur/certificates
Marti Raudsepp d690ea32bc Cache parsed certificate instead of re-parsing for each field
Use @cached_property decorator to cache the results of parse_certificate().

This significantly cuts down on the number of times certs need to be
parsed for a list view.
2018-07-03 17:31:44 +03:00
..
__init__.py initial commit 2015-06-22 13:47:27 -07:00
cli.py Addressing comments. Updating copyrights. Added function to determine authorative name server 2018-05-29 10:23:01 -07:00
hooks.py Addressing comments. Updating copyrights. Added function to determine authorative name server 2018-05-29 10:23:01 -07:00
models.py Cache parsed certificate instead of re-parsing for each field 2018-07-03 17:31:44 +03:00
schemas.py Expose certificate dateCreated via API 2018-07-02 18:24:18 +03:00
service.py Addressing comments. Updating copyrights. Added function to determine authorative name server 2018-05-29 10:23:01 -07:00
verify.py Addressing comments. Updating copyrights. Added function to determine authorative name server 2018-05-29 10:23:01 -07:00
views.py Expose certificate dateCreated via API 2018-07-02 18:24:18 +03:00