]> Cypherpunks repositories - gostls13.git/commit
crypto/rsa: implement PSS signatures.
authorNan Deng <monnand@gmail.com>
Thu, 23 May 2013 15:10:41 +0000 (11:10 -0400)
committerAdam Langley <agl@golang.org>
Thu, 23 May 2013 15:10:41 +0000 (11:10 -0400)
commit876455f3ba0e3ee66e177cf901ff5ea9c5aa9f07
tree916f9bee410971ba8698fa5f09c946fc6f96f323
parentadbe59e332baada83d939325a03b5746ff25138e
crypto/rsa: implement PSS signatures.

This change contains an implementation of the RSASSA-PSS signature
algorithm described in RFC 3447.

R=agl, agl
CC=gobot, golang-dev, r
https://golang.org/cl/9438043
src/pkg/crypto/rsa/pss.go [new file with mode: 0644]
src/pkg/crypto/rsa/pss_test.go [new file with mode: 0644]
src/pkg/crypto/rsa/rsa_test.go
src/pkg/crypto/rsa/testdata/pss-vect.txt.bz2 [new file with mode: 0644]