Merge branch 'jc/push-cert' into maint
authorJunio C Hamano <gitster@pobox.com>
Mon, 27 Apr 2015 19:23:47 +0000 (12:23 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 27 Apr 2015 19:23:50 +0000 (12:23 -0700)
The "git push --signed" protocol extension did not limit what the
"nonce" that is a server-chosen string can contain or how long it
can be, which was unnecessarily lax. Limit both the length and the
alphabet to a reasonably small space that can still have enough
entropy.

* jc/push-cert:
push --signed: tighten what the receiving end can ask to sign

1  2 
send-pack.c
diff --cc send-pack.c
Simple merge