On Mon, Jun 29, 2015 at 1:22 AM, mxb <[email protected]> wrote: > Hey, > > getting following error on OpenBSD-current as of yesterdays 'cvs up’:
Does this imply that it worked in some earlier version of OpenBSD-current? If so, what was the version that worked? > unable to load Private Key > 30008934842236:error:0906D064:PEM routines:PEM_read_bio:bad base64 > decode:/usr/src/lib/libcrypto/crypto/../../libssl/src/crypto/pem/pem_lib.c:822: > > Cmd issued: 'openssl rsa -noout -modulus -in key’ > > ‘openssl version’: LibreSSL 2.2 > > This key is OK with openssl on Linux It's probably silly to ask for a copy of your private key, but could you share an example of the input that is failing here? Maybe if you can generate a new pem file? I seem to recall an actually invalid base64 encoding issue that was reported last year. Does this seem relevant? http://tech.openbsd.narkive.com/tHdomkKq/libressl-base64-decoding-error Saying 'openssl on Linux' doesn't help us much (especially without a sample of the input), though something like 'OpenSSL 1.0.1e on Ubuntu 14.04' might if we had something to test against. > Br > > //mxb > >
