Add pre-defined profiles for cert verification
This commit is contained in:
parent
9505164ef4
commit
88db5da117
4 changed files with 144 additions and 5 deletions
|
@ -54,6 +54,9 @@ static void mbedtls_zeroize( void *v, size_t n ) {
|
|||
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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue