longcongduoi / wvstreams

Automatically exported from code.google.com/p/wvstreams
0 stars 0 forks source link

WvX509Mgr::set_aia does not work #10

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
How to reproduce:

Create a certificate with WvX509Mgr, set the AIA information. E.g.:

    WvX509Mgr x("ca.bar.foo", 512);
    x.set_subject("O=EADS,DC=test,DC=EADSTSCP");
    x.set_aia("http://localhost/foocert.crt");

(I don't think that AIA string is valid, but nevermind that for now)

If you save the above certificate and read it back, the AIA information is
not what is expected (it comes out as '..' using the openssl program).

Original issue reported on code.google.com by wrl...@gmail.com on 17 Mar 2007 at 2:26

GoogleCodeExporter commented 8 years ago
Fixed with unit test. Works now. You can also set CRL distribution points.

Original comment by wrl...@gmail.com on 2 Apr 2007 at 6:10