Hello,
> My application will receive some piece of data signed with a private key of
> a user. I have the certificate of this user.
>
> When that data comes, how do I decrypt the signature with the public key
> (contained in the certificate - right?)? What functions to call?
If you want to do thi
Hi all, Is it true that all EXP1024 ciphers will only work with 512 bit key. I tried with 1024 bit key but I got a failure.If this is true why do we name these ciphers as EXP1024 ciphers they are as good as normal EXP ciphers. May be I am missing something but if anyone can give
Matthieu BONETTI wrote:
> The thing is I need to
> import a specific certificate from "Certificate Store"
> on Microsoft Windows and dump it into SSL_CTX_use_certificate_chain_file
> (or an equivalement function).
I think you can use d2i_X509() and X509_STORE_add_cert()
I used crypoapi to get a
Olaf Gellert wrote:
> Dominique Lohez wrote:
>
>>> Still don't know what I am doing wrong. Here's my complete
>>> actual config (if someone really would want to look at it)
>>> ;-) Seems as if the SSLRequire never comes into effect
>>> (even if I compare the CN with "Foo" instead of "Testuser"
>>
Hello,
Thanks for your answer but it wasn't what I need. I forgot to say it was
question about programming with OpenSSL API.
I need to port a small application using openssl to make TLS tunnels.
This application use SSL_CTX_use_certificate_chain_file(ctx, certfile)); to
load the client certific
Hi all,
My application will receive some piece of data signed with a private key of
a user. I have the certificate of this user.
When that data comes, how do I decrypt the signature with the public key
(contained in the certificate - right?)? What functions to call?
Regards,
Ambarish.
Hello,
Is there a way to use Microsoft stored certificates with OpenSSL? I can't find
anything on this.
I can access to those certificates using CAPICOM, but OpenSSL requires a PEM
file.
Regards,
--
Matthieu Bonetti
Mobile. +33 684 957 844 - Portable. 06 84 95 78 44
_
Dominique Lohez wrote:
>> Still don't know what I am doing wrong. Here's my complete
>> actual config (if someone really would want to look at it)
>> ;-) Seems as if the SSLRequire never comes into effect
>> (even if I compare the CN with "Foo" instead of "Testuser"
>> access is allowed)...
>>
>
hello how can we re-build libcrypto.a ??i found a file in [crypto] dir - "crypto-lib.com" which is used to create LIBCYPTO.OLB (may be for windows version), similarly is there a way to re-build
libcrypto.a ??ok heres my purpose to re-build it :i am trying to add my custom extension under the stand
Jeffrey Altman wrote:
> The thawte certificates seem to be acceptable with XP but they
> are no longer being accepted by Vista nor are they being accepted
> by Microsoft for their Windows Crash Reporting service. The problem
> appears to be that only the Verisign Code Signing CA is now a trust
> a
10 matches
Mail list logo