Releases: italiangrid/voms
Releases · italiangrid/voms
VOMS Server, C/C++ APIs and Clients v2.1.0
What's Changed
The main changes concern the porting to OpenSSL 1.1 and OpenSSL 3, keeping the compatibility with OpenSSL 1.0.
Additional changes:
- Allow to skip OpenSSL initialization by @giacomini in #94
- Don't use macros in AC_CHECK_LIB by @ellert in #58
- Change default proxy cert key length to 2048 bits by @ellert in #75
- Assign default value before reading sysconfig by @ellert in #73
- gcc7 by @ellert in #56
- GSOAP checks are only needed for server. by @msalle in #74
- Remove globus version detection by @ellert in #97
- OpenSSL-3.0.0-beta1 fixes by @msalle in #98
- Declare fields of AC_TARGET as optional by @giacomini in #103
- Catch exception by reference by @ellert in #105
- Use after free by @ellert in #106
- Doxygen warning by @ellert in #107
- May be truncated by @ellert in #108
- config.h must not be included in public header file by @ellert in #104
- If a detailed error message is available, do not overwrite by @bbockelm in #116
- Add "lexparse.h" headers for lexer/parser integration by @fweimer-rh in #112
- Only process authority & subject key identifiers in certs by @DrDaveD in #121
- Only set authority key identified field if the public key is available by @chrisburr in #113
- Makefile: don't reference deleted INSTALL file in apidoc target by @olifre in #117
- Fix spelling errors reported by lintian by @ellert in #122
- Fix lintian warning by @ellert in #126
- Regenerate lexers/parsers by @giacomini in #119
- Fix problem with newer gsoap versions. by @rwf14f in #125
- Regenerate lexers and parsers by @giacomini in #129
- Adapt client libraries and clients to voms aa by @giacomini in #128
- Add missing files in the tarball distribution by @giacomini in #131
- Avoid function names when printing OpenSSL errors by @giacomini in #133
New Contributors
- @msalle made their first contribution in #74
- @bbockelm made their first contribution in #116
- @fweimer-rh made their first contribution in #112
- @DrDaveD made their first contribution in #121
- @chrisburr made their first contribution in #113
- @olifre made their first contribution in #117
- @rwf14f made their first contribution in #125
Full Changelog: v2.0.16...v2.1.0
VOMS Server, C/C++ APIs and clients v2.1.0-rc5
What's Changed
- Regenerate lexers and parsers by @giacomini in #129
- Adapt client libraries and clients to VOMS AA by @giacomini in #128
- Add missing files in the tarball distribution by @giacomini in #131
- Avoid function names when printing OpenSSL errors by @giacomini in #133
Full Changelog: v2.1.0-rc4...v2.1.0-rc5
VOMS Server, C/C++ APIs and clients v2.1.0-rc4
What's Changed
- Catch exception by reference by @ellert in #105
- Use after free by @ellert in #106
- Doxygen warning by @ellert in #107
- May be truncated by @ellert in #108
- config.h must not be included in public header file by @ellert in #104
- If a detailed error message is available, do not overwrite by @bbockelm in #116
- Add "lexparse.h" headers for lexer/parser integration by @fweimer-rh in #112
- Only process authority & subject key identifiers in certs by @DrDaveD in #121
- Only set authority key identified field if the public key is available by @chrisburr in #113
- Makefile: don't reference deleted INSTALL file in apidoc target by @olifre in #117
- Fix spelling errors reported by lintian by @ellert in #122
- Fix lintian warning by @ellert in #126
- Regenerate lexers/parsers by @giacomini in #119
- Fix problem with newer gsoap versions. by @rwf14f in #125
New Contributors
- @bbockelm made their first contribution in #116
- @fweimer-rh made their first contribution in #112
- @DrDaveD made their first contribution in #121
- @chrisburr made their first contribution in #113
- @olifre made their first contribution in #117
- @rwf14f made their first contribution in #125
Full Changelog: v2.1.0-rc3...v2.1.0-rc4
VOMS Server, C/C++ APIs and clients v2.1.0-rc3
Main changes
- Allow to skip OpenSSL initialization by @giacomini in #94
- Initialize OpenSSL only below version 1.1 by @giacomini in #95
- Don't use macros in AC_CHECK_LIB by @ellert in #58
- Change default proxy cert key length to 2048 bits by @ellert in #75
- gcc7 by @ellert in #56
- GSOAP checks are only needed for server. by @msalle in #74
- Remove globus version detection by @ellert in #97
- OpenSSL-3.0.0-beta1 fixes by @msalle in #98
- Declare fields of AC_TARGET as optional by @giacomini in #103
- Port to centos9 (stream) by @giacomini in #101
Full Changelog: v2.1.0-rc2...v2.1.0-rc3
VOMS Server and C/C++ APIs v2.1.0-rc2
Restore clients build
VOMS Server, C/C++ APIs and clients v2.1.0-rc1
Merge pull request #90 from italiangrid/develop Align develop-2.1.x with develop
VOMS Server and C/C++ APIs v2.0.16
VOMS Server, C/C++ APIs and clients v2.0.15
VOMS porting to OpenSSL 1.1
This release introduces the porting to OpenSSL 1.1 (but still compiles and runs fine on OpenSSL >= 1.0.1)
OpenSSL versions < 1.0.1 are unsupported.