Releases: MetLife/OCSPChecker
Releases · MetLife/OCSPChecker
v1.9.14
V1.9.13
v1.9.12
v1.9.11
v1.9.9
- created docker development environment in VS Code to work around Apple M1 compatibility issues with NaSSL
- removed a test that will never be able to run in the context of a docker container
- Improved errors returned to the user for various OpenSSL errors
- switch from get_received_chain to the get_verified_chain method in NaSSL to ensure the certificate is validated before we try any operations
v1.9.0
v1.8.2
- Pinned all direct and transitive dependencies to a specific version in requirements.txt
- add pylintrc file and pylint fixes
- run black against code base
- move CI from Azure DevOps to Github Actions
- fixed a logic bug when not supplying a port
- increased test coverage
v1.8.1
v1.8.0
v1.8.0
- Fixed a bug to handle a situation when parsing a certificate with an AIA extension but no OCSP URL
- Fixed a bug to handle a situation where the remote host is not using SSL/TLS and we attempt to do a SSL/TLS handshake
- Fixed a bug to handle a situation where the remote host does not respond to a Client Hello
- Prepended all exceptions with the function name for easier troubleshooting
- Upgraded cryptography to 3.4.7 to support the latest versions of OpenSSL