Hi Michael,
On 28/04/2020 15:21, Michael Wojcik wrote:
From: openssl-users [mailto:openssl-users-boun...@openssl.org] On Behalf Of
tincanteksup
Sent: Tuesday, April 28, 2020 07:02
[tct@arch-hyv-live-64 pki]$ openssl ca -verbose -config safessl-easyrsa.cnf
-keyfile private/ca.key -cert ca.crt
On 4/28/20, 04:38, "Richard Levitte" wrote:
> Would you mind testing
Not at all! ;-)
> if https://github.com/openssl/openssl/pull/11655 fixes this?
As you suspected - it does! ;-)
Thank you!
On Mon, 27 Apr 2020 18:29:12 +0200,
Blumenthal, Uri - 0553 - MITLL wrote:
> From: openssl-users [mailto:openssl-users-boun...@openssl.org] On Behalf Of
> tincanteksup
> Sent: Tuesday, April 28, 2020 07:02
> [tct@arch-hyv-live-64 pki]$ openssl ca -verbose -config safessl-easyrsa.cnf
> -keyfile private/ca.key -cert ca.crt -status $serial_number
>
> [tct@arch-hyv-live-64
On Tue, Apr 28, 2020 at 10:35:05AM +0200, Richard Levitte wrote:
> Would you mind testing if https://github.com/openssl/openssl/pull/11655
> fixes this?
>
> Cheers,
> Richard
>
> On Mon, 27 Apr 2020 18:29:12 +0200,
> Blumenthal, Uri - 0553 - MITLL wrote:
> >
> > I hit this problem recompiling li
> From: openssl-users [mailto:openssl-users-boun...@openssl.org] On Behalf Of
> Jaskamal Kainth
> Sent: Monday, April 27, 2020 23:38
> Can someone help me with my query for the additional feature request?
> https://github.com/openssl/openssl/issues/11658
Help you how? This is the openssl-users l
Greetings openssl users,
I'm a long time lurker..
I am trying to use 'openssl ca' command to verify the status of a
certificate
by serial number only. I can successfully complete this task, however, the
'openssl ca' command always returns an error on completion.
I must point out, in advance,
On 27/04/2020 20:51, Thomas Dwyer III wrote:
> The first signing example at
> https://wiki.openssl.org/index.php/EVP_Signing_and_Verifying explicitly
> calls both EVP_DigestInit_ex() and EVP_DigestSignInit(). Is the former
> really necessary? It appears that the implementation of
> EVP_DigestSig
Would you mind testing if https://github.com/openssl/openssl/pull/11655
fixes this?
Cheers,
Richard
On Mon, 27 Apr 2020 18:29:12 +0200,
Blumenthal, Uri - 0553 - MITLL wrote:
>
> I hit this problem recompiling libp11 with the current OpenSSL-3.0 master.
> It's on MacOS Catalina 10.15.4 with the
I hope this is fixed by https://github.com/openssl/openssl/pull/11655
On Mon, 27 Apr 2020 23:14:12 +0200,
Norm Green wrote:
>
> I don't know if this change was intentional or not.
> With 3.0 alpha, compiling this simple program on Linux fails but
> succeeds on 1.1:
>
> -
> #inclu