Changes between Version 11 and Version 12 of MyProxyClient
- Timestamp:
- 30/09/10 09:49:27 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
MyProxyClient
v11 v12 5 5 6 6 == Releases == 7 === Version 1.1.0 2 June 2010 === 7 === 1.2.0 30 Sept 2010 === 8 * important fix for SSL peer verification. Verify callback for `OpenSSL.SSL.Context.set_verify` was not enforcing the pre-verify OK code passed to it. This means that when a DN was set as accepted it would ignore any possible error caused in verification of the server certs CA certificate chain. 9 * added `myproxyclient` console script contributed by Stephen Pascoe. 10 11 === 1.1.0 2 June 2010 === 8 12 * added bootstrap capability to initialise client CA certificate set-up to trust the server's SSL certificate. 9 13 10 === Version1.0 26 April 2010 ===14 === 1.0 26 April 2010 === 11 15 * This version includes a new method `getTrustRoots` to support the ability to download the CA certificates for a given !MyProxy server (command=7 - see: http://grid.ncsa.illinois.edu/myproxy/protocol/) 12 16 * 1.0 switches from M2Crypto to PyOpenSSL for its OpenSSL wrapper.