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
Useful as an extra form of authentication in certificate
enrollment/renewal using SCEP [1] or EST [2].
Specified in RFC 2985 [3] as
challengePassword ATTRIBUTE ::= {
WITH SYNTAX DirectoryString {pkcs-9-ub-challengePassword}
EQUALITY MATCHING RULE caseExactMatch
SINGLE VALUE TRUE
ID pkcs-9-at-challengePassword
}
Use mbedtls_x509write_csr_set_challenge_password function to set the
challenge password in mbedtls_x509write_csr object, either as (text)
printable (preferred), or UTF-8 string.
resolves#4886
1. https://www.rfc-editor.org/rfc/rfc8894.html#name-challengepassword-shared-se
2. https://www.rfc-editor.org/rfc/rfc7030#section-4.5
3. https://www.rfc-editor.org/rfc/rfc2985#section-5.4
Signed-off-by: Tijs Van Buggenhout <tijs.van.buggenhout@axsguard.com>
0 commit comments