- Nov 12, 2021
-
-
Francesco Giacomini authored
* Start from the upstream SPEC file. * Use the %{name} macro instead of explicitly repeating openresty-voms * Use system zlib, openssl and pcre dependencies and do not specify minimum versions * Remove unused macros oroprefix, {zlib,pcre,openssl}_prefix * The voms_module_prefix macro is assumed * Mv-ing openresty binary in openresty-voms seems irrelevant * Don't consider "tapset" files, they don't exist (any more) * For debug builds use -Og * Review the packaging script - Minimize the list of build-time packages to install - Set the voms_module_prefix macro in the .rpmmacros file. The prefix is on the command line, with a default - Build only the optimized RPM * Start docker:dind with --tls=false to avoid timeouts during CI Issue #17
-
- Nov 11, 2021
-
-
Francesco Giacomini authored
-
Francesco Giacomini authored
CentOS provides gcc 4.8.5, which has a decent support for C++14 features, enabled with -std=c++1y. In this way we don't need to bring in the devtoolset software collection.
-
Francesco Giacomini authored
Conflict is set against any version of openresty.
-
Francesco Giacomini authored
-
Francesco Giacomini authored
In particulare the one in certs shows concrete examples on how to generate VOMS proxies
-
Francesco Giacomini authored
The proxies had a wrong VO in the FQANs and couldn't be validated any more by the VOMS lib. See commit https://github.com/italiangrid/voms/commit/feeaed encoding.t was also affected, but didn't require any change, just a correctly generated proxy.
-
Francesco Giacomini authored
Apparently the bug mentioned in the (removed) comment has been fixed. But this showed a bug in our test: http vs HTTP in the pattern to match in the log. Issue #17
-
- Feb 02, 2021
-
-
Andrea Ceccanti authored
Refactored openresty-voms docker image See merge request storm2/ngx_http_voms_module!17
-
Andrea Ceccanti authored
-
- Feb 01, 2021
-
-
Andrea Ceccanti authored
-
Andrea Ceccanti authored
-
Andrea Ceccanti authored
-
Andrea Ceccanti authored
-
Andrea Ceccanti authored
-
- Mar 04, 2020
-
-
Andrea Ceccanti authored
-
Andrea Ceccanti authored
Issue 22 See merge request storm2/ngx_http_voms_module!16
-
-
- Jan 14, 2020
-
-
Francesco Giacomini authored
Check it's an SSL request before dereferencing the ssl field of a connection Closes #26 See merge request storm2/ngx_http_voms_module!15
-
Francesco Giacomini authored
-
Francesco Giacomini authored
fix issue #26
-
Francesco Giacomini authored
Note that This test is always successful because, for some reason (a bug?) the error.log as seen in Test::Nginx doesn't contain the entries for the master process, although they are evailable in the actual file. As a consequence the no_error_log check is always satisfied, even if the segmentation fault were present
-
- Aug 02, 2019
-
-
Andrea Ceccanti authored
Actual fix for issue-23 See merge request storm2/ngx_http_voms_module!14
-
Andrea Ceccanti authored
-
Andrea Ceccanti authored
-
Andrea Ceccanti authored
And related test.
-
Andrea Ceccanti authored
Do not return CA certificates as the EEC See merge request storm2/ngx_http_voms_module!13
-
Andrea Ceccanti authored
When the client certificate chain contains a CA certificate, the ngx_http_voms_module returns that one as the EEC. This fix should resolve that issue. Issue: https://baltig.infn.it/storm2/ngx_http_voms_module/issues/23
-
- Mar 13, 2019
-
-
Francesco Giacomini authored
[ngx-voms] configure openssl to accept proxy certs Closes #19 See merge request storm2/ngx_http_voms_module!12
-
Francesco Giacomini authored
fix issue #19
-
Francesco Giacomini authored
avoid dangling pointer (to a destroyed temporary) Closes #20 See merge request storm2/ngx_http_voms_module!11
-
Francesco Giacomini authored
fix issue #20
-
- Sep 24, 2018
-
-
Andrea Ceccanti authored
* issue-16: initialize result review reorder code format
-
Andrea Ceccanti authored
* issue-16: Tentative support for ssl_client_ee_cert
-
- Sep 22, 2018
-
-
Andrea Ceccanti authored
cache and clean the VOMS AC only once per connection Closes #15 See merge request storm2/ngx_http_voms_module!10
-
Andrea Ceccanti authored
-
Andrea Ceccanti authored
-
- Jul 18, 2018
-
-
Andrea Ceccanti authored
-
- Jul 04, 2018
-
-
Andrea Ceccanti authored
ngx-voms docker image See merge request storm2/ngx_http_voms_module!9
-
Andrea Ceccanti authored
-