This is an automated email from the ASF dual-hosted git repository.
sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/whimsy.git
The following commit(s) were added to refs/heads/master by this push:
new 0f354b3 Found a bigger key: A0A567671A73E63A
0f354b3 is described below
commit 0f354b3a23d3905e5fad0eea70a478adc4c1816d
Author: Sebb <[email protected]>
AuthorDate: Tue Apr 28 17:23:07 2020 +0100
Found a bigger key: A0A567671A73E63A
---
www/secretary/workbench/views/actions/check-signature.json.rb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/www/secretary/workbench/views/actions/check-signature.json.rb
b/www/secretary/workbench/views/actions/check-signature.json.rb
index 114c7c4..6188aa2 100644
--- a/www/secretary/workbench/views/actions/check-signature.json.rb
+++ b/www/secretary/workbench/views/actions/check-signature.json.rb
@@ -33,7 +33,7 @@ def getServerURI(server, keyid)
return uri
end
-MAX_KEY_SIZE = 20700 # don't import if the ascii keyfile is larger than this
+MAX_KEY_SIZE = 22000 # don't import if the ascii keyfile is larger than this
require 'net/http'