chris2511 / xca

X Certificate and Key management
http://xca.hohnstaedt.de
Other
1.54k stars 204 forks source link

Possible problem with OpenSSL 3 #482

Closed rvn2p closed 1 year ago

rvn2p commented 1 year ago

Hi, when i try to create new certificate using XCA 2.5 and openssl 3.0.12-1 I get the following error:

The following error occurred:
(8pki_x509[]:tester2)
error:0300009C:digital envelope routines::unsupported algorithm
error:068C0100:asn1 encoding routines::malloc failure
error:068C0100:asn1 encoding routines::malloc failure

(pki_x509.cpp:582)

If i do the same using a downgraded XCA 2.4 the error does not show.

I've had issues in the past after having upgraded to openssl3 that i needed to unpack my .pfx files with --legacy and then repack them without --legacy before they worked again an i suspect this might be a similar problem.

chris2511 commented 1 year ago

Please see: #468