Re: Encryption algorithm and key size in TLS
David Pierre <[email protected]> Mon, 21 Jan 2013 06:31:06 -0800 (PST)
| Newsgroups | gmane.comp.encryption.cryptlib |
|---|---|
| Message-ID | <[email protected]> |
I will add an other question i had. In my investigation, i was asking if my cert is verified by the client in a normal TLS usage. In manual i found this : "Note that when cryptlib connects to a server it’s established an encrypted, authenticated connection but hasn’t yet verified the identity of the server." So i decided to add this to my client part (just after CRYPT_SESSINFO_ACTIVE set to 1) : status = cryptGetAttribute( cryptSession, CRYPT_SESSINFO_RESPONSE, &cryptCertificate ); status = cryptCheckCert (cryptCertificate, CRYPT_UNUSED); I got a -26 error code, and no extended error information available. I used server1.p15 on localhost, could it be the reason to this error ? -- View this message in context: http://old.nabble.com/Encryption-algorithm-and-key-size-in-TLS-tp34925548p34926396.html Sent from the Cryptlib mailing list archive at Nabble.com. _______________________________________________ Cryptlib mailing list [email protected] via Mail: [email protected] Archive: ftp://ftp.franken.de/pub/crypt/cryptlib/archives/ http://news.gmane.org/gmane.comp.encryption.cryptlib Posts from non-subscribed addresses are blocked to prevent spam, please subscribe in order to post messages.