docker-archive / docker-registry

This is **DEPRECATED**! Please go to https://github.com/docker/distribution
Apache License 2.0
2.88k stars 877 forks source link

Caller of check_signature expects a bool #1011

Closed dhiltgen closed 9 years ago

dhiltgen commented 9 years ago

The recent changes to the underlying RSA library has changed the way verify works. Verify now returns a 1 for success, yet callers to check_signature were expecting a boolean.

Signed-off-by: Daniel Hiltgen daniel.hiltgen@docker.com

dmp42 commented 9 years ago

LGTM