mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-02-24 12:26:57 +00:00
Document support for MD2 and MD4 in programs/x509/cert_write
This commit is contained in:
parent
b6bf4967de
commit
cba45bd272
|
@ -120,7 +120,7 @@ int main( void )
|
|||
" max_pathlen=%%d default: -1 (none)\n" \
|
||||
" md=%%s default: SHA256\n" \
|
||||
" Supported values:\n" \
|
||||
" MD5, SHA1, SHA256, SHA512\n"\
|
||||
" MD2, MD4, MD5, SHA1, SHA256, SHA512\n"\
|
||||
" version=%%d default: 3\n" \
|
||||
" Possible values: 1, 2, 3\n"\
|
||||
" subject_identifier=%%s default: 1\n" \
|
||||
|
|
Loading…
Reference in a new issue