jglobus / JGlobus

jGlobus is a collection of Java client libraries for Globus® Toolkit security, GRAM, and GridFTP.
http://www.globus.org/toolkit/jglobus/
Apache License 2.0
24 stars 44 forks source link

ssl-proxies: Fix several race conditions #93

Closed gbehrmann closed 11 years ago

gbehrmann commented 11 years ago

In particular the race in CertificateIOUtil has caused signing policies be registered with the wrong hash. This in turn causes certificates from the corresponding CA to be rejected.

Once accepted I will submit a patch for the v2.0 branch.

bbockelm commented 11 years ago

Looks good to me.

bbockelm commented 11 years ago

All previously-passing tests still pass post-merge.

bbockelm commented 11 years ago

Looks like the cherry-pick is non-trivial. I'll wait until you get a chance to look at it.