inn-CURRENT-20160416/nnrpd issue
Julien ÉLIE
julien at trigofacile.com
Sat Apr 16 13:36:50 UTC 2016
The Doctor,
> I use the openssl-SNAP similar to me using the Inn-CUURENT daily
> snaps.
>
> Possible change in openssl
Ah, OK. I've just found the related commit in OpenSSL.
Our friend Rich Salz made a few X509_xxx types opaque yesterday.
>>> switch (ctx->error) {
>>> case X509_V_ERR_UNABLE_TO_GET_ISSUER_CERT:
>>> X509_NAME_oneline(X509_get_issuer_name(ctx->current_cert), buf, sizeof(
>>> buf));
Could you please try:
switch (X509_STORE_CTX_get_error(ctx)) {
case X509_V_ERR_UNABLE_TO_GET_ISSUER_CERT:
X509_NAME_oneline(X509_get_issuer_name(X509_STORE_CTX_get_current_cert(ctx)),
buf, sizeof(buf));
and tell us whether nnrpd builds better with that change?
--
Julien ÉLIE
« Être øu ne pås être, telle est lå questiøn… » (Kerøzen)
More information about the inn-workers
mailing list