Hi Dr. Stephen Henson,
Thanks for your answer.
I know this cipher suite is rarely used however we do need this feature
and we do want to test it using openssl.
Do you happen to know how to get a DH certificate or how to generate a DH
certificate using openssl or other tools.
-Zyan
From:
> From: owner-openssl-us...@openssl.org On Behalf Of Ken Goldman
> Sent: Tuesday, 20 August, 2013 08:08
> On 8/19/2013 3:15 PM, mycompuser wrote:
> > But the only
> > problem that I currently face is that the key pair
> generated by OpenSSL has
> > headers and footers of the form -BEGIN RSA P
>From: owner-openssl-us...@openssl.org On Behalf Of Harshvir Sidhu
>Sent: Monday, 19 August, 2013 12:03
>I have downloaded OpenSSL 1.0.1c.
>My application is a Server Application running on Windows XP
>compiled using VS2008.
>When i used SSL_Accept function then it fails.
>SSL_get_error gives an
>From: owner-openssl-us...@openssl.org On Behalf Of Harshvir Sidhu
>Sent: Monday, 19 August, 2013 15:26
> I was curious to learn about the differences between 1.0.0 and 1.0.1.
>I have server application which works fine with 1.0.0 but fails with 1.0.1?
See the CHANGES file at the root of the d
On 8/19/2013 3:15 PM, mycompuser wrote:
But the only
problem that I currently face is that the key pair generated by OpenSSL has
headers and footers of the form -BEGIN RSA PUBLIC KEY- -END RSA
PUBLIC KEY- for public key likewise there is similar header and footer
for private key a
Hi,
in the s_client application you can use "-engine tpm" and "tpm_tss.key".
I would like to know if and how this is possible in C Code.
I have already written an application in C that signs and verifies, and as
well does mutual authentication. But now i want to use a tpm to store the
secret key.
Hi,
I was curious to learn about the differences between 1.0.0 and 1.0.1. I
have server application which works fine with 1.0.0 but fails with 1.0.1?
Thanks.
Hi All,
I have a client server application where the client is developed in
Objective-C on MAC platform and the server application in Java.
The client is supposed to generates an RSA key pair and send the public key
to the server. The server inturn uses the public key to encrypt some secure
data a
I have downloaded OpenSSL 1.0.1c.
My application is a Server Application running on Windows XP compiled using
VS2008.
When i used SSL_Accept function then it fails.
SSL_get_error gives an value of 5.
ERR_get_error gives a string error::lib(0):func(0):reason(0)
I have called SSL_load_error_s