Re: [openssl-users] Fwd: Problem with encoding a CRL's signing algorithm

2015-02-14 Thread Dr. Stephen Henson
On Sat, Feb 14, 2015, Benny Baumann wrote: > > I want to encode a new CRL's (X509_CRL_new), currently invalid, > Signing algorithm (i2d_X509_ALGOR( crl->siging_alg, ... ) ) and > restore that with "d2i_X509_ALGOR( &crl->signing_alg, ...)" > afterwards. Restoring of the algorithm works fine in Ope

[openssl-users] Fwd: Problem with encoding a CRL's signing algorithm

2015-02-14 Thread Benny Baumann
Hi, I think there is somewhat strange behaviour in OpenSSL that causes interesting bugs to happen when trying to encode CRLs based on deltas. More information about the issue (causing a segfault under certain conditions) is in the attached mail by Felix who discovered it. Regards, BenBE. --- Begi