- Added prelimenary CRL parsing and info support
This commit is contained in:
parent
68041ec500
commit
d98030e7d6
5 changed files with 967 additions and 219 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue