mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2025-12-23 15:55:10 +01:00
Fixed that selfsign copies issuer_name to subject_name
This commit is contained in:
parent
50dc850c52
commit
93c6aa4014
2 changed files with 2 additions and 1 deletions
|
|
@ -512,7 +512,7 @@ int main( int argc, char *argv[] )
|
|||
|
||||
if( opt.selfsign )
|
||||
{
|
||||
opt.issuer_name = opt.subject_name;
|
||||
opt.subject_name = opt.issuer_name;
|
||||
subject_key = issuer_key;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue