[obs-commits] [openSUSE/open-build-service] 149bd2: [backend] allow calling the sign tool with a bad s...
Branch: refs/heads/master Home: https://github.com/openSUSE/open-build-service Commit: 149bd2003e53f4ed26933b0f5e2c4434599fa60c https://github.com/openSUSE/open-build-service/commit/149bd2003e53f4ed26933b... Author: Michael Schroeder <mls@suse.de> Date: 2020-11-16 (Mon, 16 Nov 2020) Changed paths: M src/backend/BSPublisher/Container.pm M src/backend/bs_publish M src/backend/bs_signer Log Message: ----------- [backend] allow calling the sign tool with a bad signkey The code used to be different in the publisher and the signer. The publisher used to ignore bad signkeys (i.e. too small signkeys), whereas the signer just used the keys. This was changed in commit 27cfcb1aaffbf0e0ba2c0cf06ce87a0373c0a563 which made both versions of the code ignore bad signkeys. It turned out that doing this has the disadvantage that we do not catch configuration errors anymore which used to result in the signer complaining about a bad signkey. So this coomit changes the code in both the signer and the publisher to again pass bad signkeys to the signer. Commit: 26a0f8ac5cf35e6b861f53af0c9f922ec7f65de4 https://github.com/openSUSE/open-build-service/commit/26a0f8ac5cf35e6b861f53... Author: Michael Schroeder <mls@suse.de> Date: 2020-11-16 (Mon, 16 Nov 2020) Changed paths: M src/backend/BSPublisher/Container.pm M src/backend/bs_publish M src/backend/bs_signer Log Message: ----------- Merge pull request #10444 from mlschroe/master [backend] allow calling the sign tool with a bad signkey Compare: https://github.com/openSUSE/open-build-service/compare/fa3fe5e0e77a...26a0f8...
participants (1)
-
Michael Schroeder