On Mon, Mar 31, 2014 at 01:15:47PM -0600, Landen Landens wrote:
> How do I verify the modulus of an openssl Elliptic Curve Cryptography (ECC)
> private key?
Elliptic curve keys don't have a "modulus", that's a property of RSA
keys.
> If this were RSA, I would run:
> openssl x509 -noout -modulus
Hello,
I loaded the key file into the SSL_CTX and that
appeared to work i.e client.key. Is this correct?
I used the book and thought that CERTFILE,client.pem
was being used in the
function:SSL_CTX_use_PrivateKey_file.
if
(SSL_CTX_use_PrivateKey_file(ctx,CERTFILE,SSL_FILETYPE_PEM)!=1)
Hello,
I managed to get past the problem of loading the
certificate:
I am now calling the below:
if
(SSL_CTX_use_PrivateKey_file(ctx,CERTFILE,SSL_FILETYPE_PEM)!=1)
{
ERR_print_errors_fp(stderr);
printf("Error loading private key file!");
}
I see the follo
My Bad. I missed the SSL_library_init() call.
Sorry.
Thanks,
Garyc
--- david kine <[EMAIL PROTECTED]> wrote:
> Did you call
> "SSL_library_init()","SSL_load_error_strings()",
> etc.?
>
> gary clark <[EMAIL PROTECTED]> wrote: Hello,
>
> After performing the following:
>
> SSL_CTX * ctx = SSL_
Did you call "SSL_library_init()","SSL_load_error_strings()", etc.?
gary clark <[EMAIL PROTECTED]> wrote: Hello,
After performing the following:
SSL_CTX * ctx = SSL_CTX_new(SSLv23_client_method());
Huh! Dumped the result of theh failure and errorcode.
The ctx value is:
ctx=0x0
OPENSSL_Uplin
Hello,
After performing the following:
SSL_CTX * ctx = SSL_CTX_new(SSLv23_client_method());
Huh! Dumped the result of theh failure and errorcode.
The ctx value is:
ctx=0x0
OPENSSL_Uplink(100EA000,07): no OPENSSL_Applink
The above failure of ERR_print_errors_fp(stderr);
Could somebody be so
Hello,
Running Windows and built using VC++.
I have discovered that my SSL_CTX * is null
when attempting to call:
SSL_CTX * ctx = SSL_CTX_new(SSLv23_client_method());
why would this happen? Its a little confusing it
builds fine.
Thanks,
Garyc
SSL_CTX * ctx =
--- gary clark <[EMAIL PROTECTED]
On Sat, Jul 02, 2005 at 03:48:16PM +0300, Adrian Chelar wrote:
> OpenSSL work for VPN and cryptography softwares? i need an answer
>
The short answer is 42. The long is answer is that you need to ask a
more concrete/detailed question.
--
Viktor.