Standard way to verify a peer's hostname?

2004-06-30 Thread Andreas Feldner
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

PKCS#11 and openssl: how to get a certificate onto the smart card?

2004-03-23 Thread Andreas Feldner
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

RSA signature interoperability

2003-09-24 Thread Andreas Feldner
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 '