- Added prelimenary CRL parsing and info support

This commit is contained in:
Paul Bakker 2009-05-02 15:13:40 +00:00
parent 68041ec500
commit d98030e7d6
5 changed files with 967 additions and 219 deletions

View file

@ -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