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 #96

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.

(cherry picked from commit 1a0952b493a62e30dfe84937ec76cca00a8b6095)