Does anyone know where I can get documentation with
description of Registry keys with information about certificates?
Regards, Yuriy Stul, Tashilon Ltd. http://www.tashilon.com
>
> Is there any sample code, documentations, or FAQ about
> using PERL to access an SSL server, where a client
> certificate is required?
Yep, along with the Net::SSLeay module that you can get
from your local CPAN or http://www.neuronio.pt/SSLeay.pm.html
>
> Specifically, how do I get the pe
Folks,
Some people in my organisation came to me with this question about ACE and
SSL.
I haven't a clue what the answer is but I did tell them I'd post it here to
see if anyone
else had. I've included the question below.
Any ideas, anyone (apart from "integrateable" not being a real word)?
Jon
Hi,
I have a problem when using of Diffie-Hellman functions in libcrypto.a.
Both in the case of using SSLeay 0.9.0b and in the case of using
OpenSSL 0.9.1c, and a prime number is PRIME_1 which generated by calling
DH_generate_parameters(768, DH_GENERATOR_2, ...):
char PRIME_1[] = {
0xF4,0x7C,0xA
> I have a problem when using of Diffie-Hellman functions in libcrypto.a.
I've also seen similar problems which were due to the problems in the BN
code. Do you have BN_RECURSION defined in crypto/bn/bn.h? Try applying
the most recent patch I just submitted which seems to cure similar
problems w
> > I have a problem when using of Diffie-Hellman functions in libcrypto.a.
>
> I've also seen similar problems which were due to the problems in the BN
> code. Do you have BN_RECURSION defined in crypto/bn/bn.h? Try applying
Yes, I found BN_RECURSION in bn.h. What can I do this definition ?
> Yes, I found BN_RECURSION in bn.h. What can I do this definition ?
#undef BN_RECURSION
> Where can I get the patch ? I have looked for that in both site,
> www.openssl.org and www.awe.com/~mark.
It's now in the CVS tree for OpenSSL. The patch also got sent to
[EMAIL PROTECTED], theres prob
I am still new with ssl and tls. I am reading the tls protocol right
now. Somehow i don't understand
why tls need the PRF function to generate the master secret when it
already has the pre-master secret
by the key exchange protocol. Why can't tls used the pre-master secret
or the pre-master secret