Hi,
whenever a TLS connection is brought up, the problem arises to verify, if the
peer's certificate matches the host (dnsname) we wanted to connect to. It
seems to me that a standard procedure for this is defined in RFC 2818. As
it's not a trivial procedure (extracting and trying to match subj
do I get a
certificate from that?
Thanks in advance,
Andreas.
--
Dr. Andreas Feldner e-mail: [EMAIL PROTECTED]
__
OpenSSL Project http://www.openssl.org
User Support Mailing
Hi,
for a multiplatform project, I'm trying to find a method to create and verify
RSA signatures between the following 'worlds' of cryptography:
- MS CryptoAPI (unluckily brought in a certain crypto smart card)
- OpenSSL
- Java Cryptography (currently using the bouncy castle provider)
Whereas '