Skip to content

Releases: MetLife/OCSPChecker

V1.9.13

01 Nov 00:08
3df0439
Compare
Choose a tag to compare

v1.9.13

Features

  • Allow OCSP to perform check when internet access is restricted behind an HTTP proxy

v1.9.12

10 Oct 12:40
1628dde
Compare
Choose a tag to compare
  • removed validators
  • bump all dependencies
  • added dev-requirements.txt for CI
  • removed tox

v1.9.11

24 Feb 03:20
4e4b5bb
Compare
Choose a tag to compare

v1.9.11

  • bump all dependencies
  • moved to pyproject.toml for project definition
  • added tests for python 3.10 and 3.11
  • added coverage across macOS, Linux, and Windows
  • fixed two broken tests and commented one out for now

v1.9.9

11 Jan 01:35
980f287
Compare
Choose a tag to compare
  • 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

12 Nov 06:10
8cca3a6
Compare
Choose a tag to compare

v1.9.0

  • bump all dependencies
  • remove requests library and use built-in urllib module

v1.8.2

09 Jul 05:21
d7d14f4
Compare
Choose a tag to compare
  • 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

20 Apr 01:05
9a98441
Compare
Choose a tag to compare
  • Small fix to some error handling

v1.8.0

20 Apr 01:04
0693ad9
Compare
Choose a tag to compare

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

v1.7.1

07 Apr 15:52
bbe2918
Compare
Choose a tag to compare
  • Documentation updates
  • No functional changes from v1.7.0

v1.7.0

26 Mar 14:27
42b18db
Compare
Choose a tag to compare
  • Added support for M1 Mac's
  • Added support for Python 3.9
  • Upgraded nassl to 4.0.0
  • Upgraded cryptography to 3.4.6
  • Fixed failing tests
  • Added tox tests for Python 3.9