commit | 88db5da1177c2e07c0da85d43e2ecabd5a898d69 | [log] [tgz] |
---|---|---|
author | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Mon Jun 15 14:34:59 2015 +0200 |
committer | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Wed Jun 17 14:27:38 2015 +0200 |
tree | 5e8bfd54473e741e298f70706312f5a18c55b51f | |
parent | 9505164ef4d70806b836cbb889c9cc190fd35ada [diff] [blame] |
Add pre-defined profiles for cert verification
diff --git a/library/md.c b/library/md.c index 381ffc4..1d6191f 100644 --- a/library/md.c +++ b/library/md.c
@@ -54,6 +54,9 @@ volatile unsigned char *p = v; while( n-- ) *p++ = 0; } +/* + * Reminder: update profiles in x509_crt.c when adding a new hash! + */ static const int supported_digests[] = { #if defined(MBEDTLS_SHA512_C)