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
Original issue reported on code.google.com by
wrl...@gmail.com
on 17 Mar 2007 at 2:26