- improved strokeing

- down connection
	- status
- some other tweaks
This commit is contained in:
Martin Willi
2006-04-04 12:45:29 +00:00
parent efadbf79e9
commit f2ee13a7e8
21 changed files with 1028 additions and 363 deletions
+3 -6
View File
@@ -85,14 +85,11 @@ static char certificate_buffer[] = {
*/
void test_certificate(protected_tester_t *tester)
{
//chunk_t certificate = {certificate_buffer, sizeof(certificate_buffer)};
chunk_t certificate = {certificate_buffer, sizeof(certificate_buffer)};
//certificate_t *cert = certificate_create_from_chunk(certificate);
certificate_t *cert = certificate_create_from_chunk(certificate);
certificate_t *cert = certificate_create_from_file("myCert.der");
//certificate_t *cert = certificate_create_from_file("myCert.der");
cert->destroy(cert);
}