mirror of
https://github.com/openssl/openssl.git
synced 2024-12-15 06:01:37 +08:00
657109acea
Reviewed-by: Shane Lontis <shane.lontis@oracle.com> Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: David von Oheimb <david.von.oheimb@siemens.com> (Merged from https://github.com/openssl/openssl/pull/19948)
5.3 KiB
5.3 KiB
1 | expected | description | -section | val | -ref | val | -secret | val | -cert | val | -key | val | -keypass | val | -extracerts | val | BLANK | BLANK | -digest | val | -unprotected_requests | noarg | -opt1 | arg1 | -opt2 | arg2 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
2 | 1 | valid secret - wrong cert/key ignored | -section | -ref | _PBM_REF | -secret | _PBM_SECRET | -cert | root.crt | -key | signer.p12 | -keypass | pass:12345 | BLANK | BLANK | BLANK | BLANK | -server | _SERVER_HOST:_PBM_PORT | -expect_sender | " | |||||
3 | 0 | wrong secret - correct cert | -section | BLANK | -secret | pass:wrong | -cert | signer.crt | -key | signer.p12 | -keypass | pass:12345 | BLANK | BLANK | BLANK | BLANK | -server | _SERVER_HOST:_PBM_PORT | -expect_sender | " |