You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
3.2rc3, Using "OpenSSL 3.1.1 30 May 2023 (Library: OpenSSL 3.1.1 30 May 2023)" [~94 ciphers]
Describe your feature request (if it's a technical feature)
testssl.sh currently checks for CAA records. It doesn't check or validate RFC 8657's extensions for account and method binding, which restrict who can request certificates and how.
Describe the solution you'd like
testssl.sh can check for and validate the accounturi and validationmethods parameters of a CAA DNS record, potentially with DNSSEC depending on the value of HAS_DIG.
Which version are you referring to
3.2rc3, Using "OpenSSL 3.1.1 30 May 2023 (Library: OpenSSL 3.1.1 30 May 2023)" [~94 ciphers]
Describe your feature request (if it's a technical feature)
testssl.sh currently checks for CAA records. It doesn't check or validate RFC 8657's extensions for account and method binding, which restrict who can request certificates and how.
Describe the solution you'd like
testssl.sh can check for and validate the
accounturi
andvalidationmethods
parameters of a CAA DNS record, potentially with DNSSEC depending on the value ofHAS_DIG
.Prior art: sesh/ready@43988ee
The text was updated successfully, but these errors were encountered: