ClientHandshake.java (RSAGen.implRun): check keyEncipherment bit of the certificate...

2007-03-28  Casey Marshall  <csm@gnu.org>

	* gnu/javax/net/ssl/provider/ClientHandshake.java (RSAGen.implRun):
	check keyEncipherment bit of the certificate, and just pass the public
	key to the cipher.

From-SVN: r123307
This commit is contained in:
Casey Marshall
2007-03-28 18:25:07 +00:00
committed by Tom Tromey
parent 8eced3a2a9
commit 5a953bf101
4 changed files with 13 additions and 1 deletions
+6
View File
@@ -1,3 +1,9 @@
2007-03-28 Casey Marshall <csm@gnu.org>
* gnu/javax/net/ssl/provider/ClientHandshake.java (RSAGen.implRun):
check keyEncipherment bit of the certificate, and just pass the public
key to the cipher.
2007-03-27 Casey Marshall <csm@gnu.org>
PR classpath/31302: