stable

Clone or download

Read-only

Merge commit 'refs/changes/91/10091/1' of ssh://gerrit.tuleap.net:29418/tuleap into HEAD

* ssh://gerrit.tuleap.net:29418/tuleap: request #10870: Add asymmetric authentication to Tuleap cryptography API

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