Skip to content

Commit c9dc0b8

Browse files
authored
User newer oscrypto to fix detection of later OpenSSL versions
This was previously added in #452 but inadvertently reverted in #626
1 parent 13cc437 commit c9dc0b8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.evergreen/ocsp/mock-ocsp-responder-requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ flask==2.2.5
44
itsdangerous==2.1.2
55
Jinja2==3.1.6
66
MarkupSafe==2.1.4
7-
oscrypto==1.3.0
7+
# Necessary fix for newer OpenSSL versions (see: https://github.com/wbond/oscrypto/issues/78)
8+
git+https://github.com/wbond/oscrypto.git@d5f3437
89
waitress==3.0.2
910
Werkzeug==3.0.6

0 commit comments

Comments
 (0)