Hello,
Does the OpenSSL engine interface allow EC key generation to be offloaded
to the engine? We are able to find bindings for ECDSA and ECDH, but for not
for generating the key.
Thank you.
--
openssl-users mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-users
contents in the file "on the fly".
Even if I can get 2) to work it will be great. I tried
to play around with ASN1/pkcs7 code but I am not too
successful in doing that. Any help will be highly
appreciated.
thanks,
-Dm
__
Do you Yahoo!?
Protect your ide
--- Greg Stark <[EMAIL PROTECTED]> wrote:
> dm,
>
> > My question is: How does the browser get the
> private
> > key? Shouldn't it be needing that for
> authentication?
> > Isn't that there is some challenge thrown by the
> > server based on clie
Steve,
> You need to send the certificate as MIME type
> application/x-x509-ca-cert
> see:
How do you convert the certificate (PEM format) to
this format?
>
>
http://home.netscape.com/eng/security/comm4-cert-download.html
Thanks,
Mohan
--- Dr S N Henson <[EMAIL PROTE
Hi,
I am working on doing client authentication. I
could successfully import the certificate in the
browser and could authenticate the client.
My question is: How does the browser get the private
key? Shouldn't it be needing that for authentication?
Isn't that there is some challenge thrown b
Hi,
Is it possible to add a Root CA certificate to
Netscape Communicator browser?
I am the root ca in this case and what I want is that
Communicator should validate the server cert issued by
me (without any warnings it should validate through
the root CA cert). How can I do it?
I could manage