Added md_process() to MD layer for generic internal access to hash
process functions Access to process functions is needed to reduce possible timing attacks on SSL MAC checks. As SSL is set to move to using the dynamic MD layer, the MD layer needs access to these process functions as well.
This commit is contained in:
parent
90f042d4cb
commit
1bd3ae826c
9 changed files with 77 additions and 3 deletions
|
@ -161,6 +161,9 @@ void sha4_hmac( const unsigned char *key, size_t keylen,
|
|||
*/
|
||||
int sha4_self_test( int verbose );
|
||||
|
||||
/* Internal use */
|
||||
void sha4_process( sha4_context *ctx, const unsigned char data[128] );
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue