Merge pull request #7399 from lpy4105/issue/7014/certificate-audit-script
cert_audit: Add test certificate date audit script
This commit is contained in:
commit
ddfd0a27df
3 changed files with 508 additions and 18 deletions
|
@ -10,3 +10,9 @@ pylint == 2.4.4
|
|||
# Use the earliest version of mypy that works with our code base.
|
||||
# See https://github.com/Mbed-TLS/mbedtls/pull/3953 .
|
||||
mypy >= 0.780
|
||||
|
||||
# Install cryptography to avoid import-error reported by pylint.
|
||||
# What we really need is cryptography >= 35.0.0, which is only
|
||||
# available for Python >= 3.6.
|
||||
cryptography >= 35.0.0; sys_platform == 'linux' and python_version >= '3.6'
|
||||
cryptography; sys_platform == 'linux' and python_version < '3.6'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue