[openssl-users] Support for EC key generation in engine interface

2018-08-01 Thread Rony DM
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

s/mime - encrypting large files

2003-11-17 Thread dm
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

Re: client authentication

2001-02-11 Thread dm
--- 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

Re: Adding root ca to Communicator

2001-02-07 Thread dm
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

client authentication

2001-02-07 Thread dm
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

Adding root ca to Communicator

2001-02-07 Thread dm
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