mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2025-12-23 15:55:10 +01:00
- Added support for RFC4055 SHA2 and SHA4 signature algorithms for
use with PKCS#1 v1.5 signing and verification. - Added extra certificates to test-ca and test code to further test functionality of SHA2 and SHA4 signing and verification. - Updated other program files accordingly
This commit is contained in:
parent
b29e23c586
commit
4593aeadaf
42 changed files with 1627 additions and 663 deletions
|
|
@ -36,12 +36,12 @@
|
|||
#define SERVER_NAME "localhost"
|
||||
#define GET_REQUEST "GET / HTTP/1.0\r\n\r\n"
|
||||
*/
|
||||
#define SERVER_NAME "polarssl.org"
|
||||
#define SERVER_NAME "mijn.postbank.nl"
|
||||
#define GET_REQUEST \
|
||||
"GET /hello/ HTTP/1.1\r\n" \
|
||||
"Host: polarssl.org\r\n\r\n"
|
||||
"Host: mijn.postbank.nl\r\n\r\n"
|
||||
|
||||
#define DEBUG_LEVEL 0
|
||||
#define DEBUG_LEVEL 4
|
||||
|
||||
void my_debug( void *ctx, int level, char *str )
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue