stable

Clone or download

Read-only

request #10870: Add asymmetric authentication to Tuleap cryptography API

Change-Id: I225922be7de52a0f2df6117878fd13a30f9d6a8d

Modified Files

Name
A src/common/Cryptography/Asymmetric/AsymmetricCrypto.php +62 −0 Go to diff View file
A src/common/Cryptography/Asymmetric/SignaturePublicKey.php +36 −0 Go to diff View file
A src/common/Cryptography/Asymmetric/SignatureSecretKey.php +36 −0 Go to diff View file
A src/common/Cryptography/Exception/InvalidSignatureException.php +29 −0 Go to diff View file
M src/common/autoload.php +6 −2 Go to diff View file
A tests/simpletest/common/Cryptography/Asymmetric/AsymmetricCryptoTest.php +96 −0 Go to diff View file
A tests/simpletest/common/Cryptography/Asymmetric/SignaturePublicKeyTest.php +39 −0 Go to diff View file
A tests/simpletest/common/Cryptography/Asymmetric/SignatureSecretKeyTest.php +39 −0 Go to diff View file