mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-07-28 00:21:48 +03:00
- Added prelimenary CRL parsing and info support
This commit is contained in:
@ -208,7 +208,8 @@ int main( void )
|
||||
printf( " ok\n" );
|
||||
|
||||
printf( " . Peer certificate information ...\n" );
|
||||
printf( x509parse_cert_info( " ", ssl.peer_cert ) );
|
||||
x509parse_cert_info( (char *) buf, sizeof( buf ) - 1, " ", ssl.peer_cert );
|
||||
printf( "%s\n", buf );
|
||||
|
||||
/*
|
||||
* 6. Write the GET request
|
||||
|
Reference in New Issue
Block a user