~ubuntu-branches/ubuntu/utopic/mongrel2/utopic

« back to all changes in this revision

Viewing changes to tests/cert_tests.c

  • Committer: Package Import Robot
  • Author(s): Jan Niehusmann
  • Date: 2014-06-11 15:26:26 UTC
  • mfrom: (1.1.4)
  • Revision ID: package-import@ubuntu.com-20140611152626-7ixr3pdpkvjk7h92
Tags: 1.9.1-1
* Update to upstream release 1.9.1
* remove binary .swf files from source tarball
* revert certificate workaround (fixed upstream)

Show diffs side-by-side

added added

removed removed

Lines of Context:
35
35
    int flags = 0;
36
36
    ret =x509_crt_verify( &crt, &ca_crt, NULL, NULL, &flags, NULL, NULL);
37
37
 
38
 
    //XXX skip verification test, because it fails with expired cert
39
 
    //see: https://github.com/zedshaw/mongrel2/issues/205
40
 
    //mu_assert(ret == 0, "failed to verify cert m2-cert.pem");
 
38
    mu_assert(ret == 0, "failed to verify cert m2-cert.pem");
41
39
 
42
40
    x509_crt_free( &crt );
43
41
    x509_crt_free( &ca_crt );