I've built openssl with no-rsa and no-idea
Now I'm trying to create a CA using CA.sh with some other cipher.
CA.sh seems to be useing the "-new" option to
    openssl req
which implies RSA acording to the code ...
So I changed CA.sh to do
     openssl req -newkey dh: -x509 ...

Which looks from the code to be the right thing to use DH cipher.
However I get a slew of non-informative (to me) errors ...
----------
Using configuration from /usr/local/ssl/openssl.cnf
Generating a 1024 bit DSA private key
writing new private key to './demoCA/private/./cakey.pem'
26942:error:02001002:system library:fopen:system lib:bss_file.c:103:fopen
('/extapp/home/dave/.oid','r')
26942:error:2006D002:BIO routines:BIO_new_file:system lib:bss_file.c:105:
26942:error:0D0B7092:asn1 encoding routines:i2d_PrivateKey:unsupported
public key type:i2d_pr.c:81:26942:error:09069021:PEM
routines:PEM_ASN1_write_bio:Malloc failure:pem_lib.c:262:

-------------------

Any suggestions on getting a standard openssl without RSA and IDEA ?

--------------------------------------------------
David A. Lee
Dal Enterprises Inc.
http://www.calldei.com

______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to