~henrik-ziegeldorf/hipl/pisa

« back to all changes in this revision

Viewing changes to hipd/user.c

  • Committer: Henrik Ziegeldorf
  • Date: 2011-11-15 08:47:07 UTC
  • Revision ID: henrik.ziegeldorf@rwth-aachen.de-20111115084707-nfkgp8k1m2vemse8
Applied patch by Christoph Viethen.

Show diffs side-by-side

added added

removed removed

Lines of Context:
376
376
    break;
377
377
    case HIP_MSG_CERT_X509V3_SIGN:
378
378
    {
 
379
        HIP_DUMP_MSG(msg);
379
380
        HIP_DEBUG("Got an request to sign X509v3 cert\n");
380
381
        reti = hip_cert_x509v3_handle_request_to_sign(msg);
381
382
        HIP_IFEL(reti, -1, "Signing of x509v3 cert returned an error\n");
384
385
    break;
385
386
    case HIP_MSG_CERT_X509V3_VERIFY:
386
387
    {
 
388
        HIP_DUMP_MSG(msg);
387
389
        HIP_DEBUG("Got an request to verify X509v3 cert\n");
388
390
        reti = hip_cert_x509v3_handle_request_to_verify(msg);
389
391
        HIP_IFEL(reti, -1, "Verification of x509v3 cert "