aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/plugins/x509/x509_cert.c
diff options
context:
space:
mode:
authorAndreas Steffen <andreas.steffen@strongswan.org>2009-10-02 20:54:15 +0200
committerAndreas Steffen <andreas.steffen@strongswan.org>2009-10-02 20:54:15 +0200
commit0aa5cea2484b4bf0aa6ef5f84f1594208a152aa5 (patch)
tree4a24fad7f9abff4e460e2eae16090375edc72ab2 /src/libstrongswan/plugins/x509/x509_cert.c
parentec0abe4ab567b76ef3c7ef26bdf761753bb3a87f (diff)
downloadstrongswan-0aa5cea2484b4bf0aa6ef5f84f1594208a152aa5.tar.bz2
strongswan-0aa5cea2484b4bf0aa6ef5f84f1594208a152aa5.tar.xz
mark embedded parsing in debug mode
Diffstat (limited to 'src/libstrongswan/plugins/x509/x509_cert.c')
-rw-r--r--src/libstrongswan/plugins/x509/x509_cert.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/libstrongswan/plugins/x509/x509_cert.c b/src/libstrongswan/plugins/x509/x509_cert.c
index d672605f5..5472611ee 100644
--- a/src/libstrongswan/plugins/x509/x509_cert.c
+++ b/src/libstrongswan/plugins/x509/x509_cert.c
@@ -737,8 +737,10 @@ static bool parse_certificate(private_x509_cert_t *this)
DBG2(" '%Y'", this->subject);
break;
case X509_OBJ_SUBJECT_PUBLIC_KEY_INFO:
+ DBG2("-- > --");
this->public_key = lib->creds->create(lib->creds, CRED_PUBLIC_KEY,
KEY_ANY, BUILD_BLOB_ASN1_DER, object, BUILD_END);
+ DBG2("-- < --");
if (this->public_key == NULL)
{
goto end;