Weekly
Weekly
Is it just not enabled or it doesn't work? Because after forking and forcefully enabling it I still get malformedRequest
> Do you have some code snipped to reproduce the behavior you described? `import Foundation import X509 enum ImportError: Error { case wrongPassword case unknownError(status: OSStatus) } enum CheckError: Error...
After some additional checks, i can say there may be a bug inside OCSP request generation logic. The hash algorithm is same, output issuer name and key hashes as well,...
# Python (Cryptography package) ## Hashing algorithm `cryptography.hazmat.primitives.hashes.SHA256` ## Issuer key hash `ryzPHhOVi5/Ig8Nj7gMQbDPjP9s3y30l6Uhz/KwzDUA=` ## Issuer name hash `NW+RocgeFWe7R6bFOXFz5gJcIjp83kGL8TkiWAtNgKo=` ## Certificate serial number (encoded to hex with Swift Certificate.SerialNumber) `1a:75:bd:a0:1:de:b8:5d:fe:63:28:5d:1d:ca:d:17` ##...
@Lukasa > It would be valuable to know _which_ of these two the responder is unhappy with. After changing this `requestExtensions: try .init(builder: { if let nonce { nonce }...