nimbusproject / nimbus

Nimbus - Open Source Cloud Computing Software - 100% Apache2 licensed
http://www.nimbusproject.org/
197 stars 82 forks source link

Nimbus doesn't support sha256WithRSAEncryption certificates #111

Open priteau opened 12 years ago

priteau commented 12 years ago

Nimbus fails to handle certificates signed with a SHA256 algorithm. This is caused by our use of Bouncy Castle 1.25, which lacks support for generating certificates with this algorithm.

Nimbus can be upgraded to use Bouncy Castle 1.31 which support them, but unfortunately ws-core also uses BC 1.25.

Bug initially reported by Dave Schulz from University of Calgary.