base64 dns key

This commit is contained in:
Kload 2013-07-07 10:52:37 +00:00
parent 42173c579c
commit 8bc0ea6813

View file

@ -72,7 +72,7 @@ end
before path do
if params.has_key?("public_key")
public_key = Base64.decode64(params[:public_key])
unless public_key.length = 24
unless public_key.length == 24
halt 400, { :error => "Key is invalid: #{public_key}" }.to_json
end
end