ECDSA curves and certificates in 1.0.2X vs 1.1.x

Michael Richardson mcr at sandelman.ca
Thu Jun 27 22:00:43 UTC 2019


Viktor Dukhovni <openssl-users at dukhovni.org> wrote:
    > On Tue, Jun 25, 2019 at 10:38:50AM -0400, Michael Richardson wrote:

    >> openssl req -new -newkey ec -pkeyopt ec_paramgen_curve:prime256v1 \
    >> -nodes -subj "/CN=${ULA_HOSTNAME}" \
    >> -keyout ${KEY_NAME}.key -out ${KEY_NAME}.csr -outform DER \
    >> -reqexts SAN \
    >> -config /tmp/shg.ossl.cnf

    > This generates a key that has explicit parameters (rather than a named
    > curve) also in OpenSSL 1.0.2h, for example.  Since you probably want
    > to use named curves, with 1.0.2 you'll have to generate the key separately,
    > and explicitly indicate that you want a named curve key.  For that also
    > include an additional:

    > -pkeyopt ec_param_enc:named_curve

    > option.  This was not on by default in OpenSSL 1.0.2.

Thank you again, this worked great.
(I wonder if we had that before, and it just got lost as we rebuild from source)

--
]               Never tell me the odds!                 | ipv6 mesh networks [
]   Michael Richardson, Sandelman Software Works        |    IoT architect   [
]     mcr at sandelman.ca  http://www.sandelman.ca/        |   ruby on rails    [

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 487 bytes
Desc: not available
URL: <http://mta.openssl.org/pipermail/openssl-users/attachments/20190627/b3fa31e6/attachment.sig>


More information about the openssl-users mailing list