diff options
author | Martin Willi <martin@strongswan.org> | 2006-04-19 11:40:48 +0000 |
---|---|---|
committer | Martin Willi <martin@strongswan.org> | 2006-04-19 11:40:48 +0000 |
commit | ec6582ccaa59e38cb83650c7c6b8312dc9768e87 (patch) | |
tree | 62fd80d2251aae22e40a38ada08ea9e59b602629 /Source/testing/certificate_test.c | |
parent | 4a93d6bafd543284b2fd77a7c29f1a526758fbca (diff) | |
download | strongswan-ec6582ccaa59e38cb83650c7c6b8312dc9768e87.tar.bz2 strongswan-ec6582ccaa59e38cb83650c7c6b8312dc9768e87.tar.xz |
- x509 certificate loading with pluto asn1 code
- x509 needs a lot more attention!
Diffstat (limited to 'Source/testing/certificate_test.c')
-rw-r--r-- | Source/testing/certificate_test.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/testing/certificate_test.c b/Source/testing/certificate_test.c index 24143aeff..025893c0b 100644 --- a/Source/testing/certificate_test.c +++ b/Source/testing/certificate_test.c @@ -86,7 +86,7 @@ void test_certificate(protected_tester_t *tester) { chunk_t certificate = {certificate_buffer, sizeof(certificate_buffer)}; - certificate_t *cert = certificate_create_from_chunk(certificate); + x509_t *cert = x509_create_from_chunk(certificate); //certificate_t *cert = certificate_create_from_file("myCert.der"); |