1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-12-24 17:41:01 +03:00

X509 key identifiers depend on SHA1

This commit is contained in:
Manuel Pégourié-Gonnard
2013-10-27 14:22:02 +01:00
committed by Paul Bakker
parent f8669dabf2
commit 3daaf3d21d
4 changed files with 7 additions and 1 deletions

View File

@@ -53,7 +53,7 @@ void x509_csr_check( char *key_file, int md_type,
}
/* END_CASE */
/* BEGIN_CASE depends_on:POLARSSL_PEM_WRITE_C:POLARSSL_X509_CRT_WRITE_C */
/* BEGIN_CASE depends_on:POLARSSL_PEM_WRITE_C:POLARSSL_X509_CRT_WRITE_C:POLARSSL_SHA1_C */
void x509_crt_check( char *subject_key_file, char *subject_pwd,
char *subject_name, char *issuer_key_file,
char *issuer_pwd, char *issuer_name,