[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [iaik-ssl] CipherSuite TLS_RSA_WITH_3DES_EDE_CBC_SHA .....
Hi, Dieter:
Thanks, that does the trick. The demo SSLServer doesn't complain
anymore. Can you give me a hint how to add the Ciphersuite
TLS_RSA_WITH_3DES_EDE_CBC_SHA into IAIK ?! ... CipherSuite.java has all the
numbers for the SSL_*, but nothing about TLS_*.
I'm trying to have the demo program (SSLServer/SSLClient) use the DSA cert
chain. After removed the RSA cert and run the program I got "No common
cipher suites" on the client and a RuntimeException: "An anonymouse server
can't request a client certificate." on the server.
Let me know if my IAIK-ssl is too old ... Thanks !
Roger
-----Original Message-----
From: Dieter Bratko
To: Roger Perng; iaik-ssl@iaik.at
Sent: 9/22/00 12:31 AM
Subject: AW: [iaik-ssl] Question on CipherSuite TLS_RSA_WITH .....
Hello,
when using an IAIK-JCE version lower than 2.6 you will have to register
the
alternative DSA algorithm ID, e.g.:
iaik.asn1.structures.AlgorithmID algID = new
iaik.asn1.structures.AlgorithmID("1.2.840.10040.4.1","DSA","DSA");
With IAIK-JCE 2.6 this algorithm ID already is registered.
Regards,
Dieter Bratko
--
Mailinglist-archive at http://jcewww.iaik.at/mailarchive/iaik-ssl/sslthreads.html
To unsubscribe send an email to listserv@iaik.at with the folowing content: UNSUBSCRIBE iaik-ssl