Releases: opensciencegrid/osg-pki-tools
Releases · opensciencegrid/osg-pki-tools
v2.1.2
v2.1.1
- Catch exceptions when network unreachable (SOFTWARE-3047)
- Handle unreachable network in HTTP fallback logic (SOFTWARE-3034)
v2.1.0
- Attempt HTTPS connections before falling back to HTTP (SOFTWARE-3034)
- Restore original key names if writing new keys fails (SOFTWARE-3000)
- Fixup osg-cert-request help message (SOFTWARE-3001)
- Replace [email protected] with updated address (SOFTWARE-3013)
v2.0.0
This release contains a major refactoring of osg-cert-request
and osg-gridadmin-cert-request
along with their relevant functions in the OSGPKIUtils.py
and ConnectAPI.py
libraries. Additionally, we've added the following features:
osg-cert-request
now defaults to authenticated requests if a user certificate and key are available. Force unauthenticated requests with--unauthenticated
(SOFTWARE-2898)- Certificate request quota verification is now performed server-side (SOFTWARE-2472)
1.2.20
- Generate SHA2 CSRs (SOFTWARE-2136)
1.2.19
- Fix formatting of CSRs (SOFTWARE-2132)
- Reword 'bad VO info' error from osg-*cert-request (SOFTWARE-2405)
1.2.18
1.2.17
1.2.16
- Fix timeout option to respect tool runtime (SOFTWARE-2258)
- Improve PKI tool error message when missing VO request information (SOFTWARE-2292)
- Mark scripts executable (#6)
- Misc bug fixes (#3)
- Interrupting
osg-gridadmin-cert-request
resulted in a NameError - When
KeyError
andHTTPExceptions
were caught,osg-gridadmin-cert-request
exited 0 - Catch
SSLError
when using an expired cert
- Interrupting