Initial commit.
authorThomas Pornin <pornin@bolet.org>
Sun, 30 Jul 2017 21:13:10 +0000 (23:13 +0200)
committerThomas Pornin <pornin@bolet.org>
Sun, 30 Jul 2017 21:13:10 +0000 (23:13 +0200)
commit0703319f56ad16f1b0e0632842c41b6a8ebc11e7
treea079e5b1d0fe2de80e9367e72bd5a108421d3424
Initial commit.
93 files changed:
Asn1/AsnElt.cs [new file with mode: 0644]
Asn1/AsnException.cs [new file with mode: 0644]
Asn1/AsnIO.cs [new file with mode: 0644]
Asn1/AsnOID.cs [new file with mode: 0644]
Asn1/PEMObject.cs [new file with mode: 0644]
Crypto/AES.cs [new file with mode: 0644]
Crypto/BigInt.cs [new file with mode: 0644]
Crypto/BlockCipherCore.cs [new file with mode: 0644]
Crypto/ChaCha20.cs [new file with mode: 0644]
Crypto/CryptoException.cs [new file with mode: 0644]
Crypto/DES.cs [new file with mode: 0644]
Crypto/DSAUtils.cs [new file with mode: 0644]
Crypto/DigestCore.cs [new file with mode: 0644]
Crypto/EC.cs [new file with mode: 0644]
Crypto/ECCurve.cs [new file with mode: 0644]
Crypto/ECCurve25519.cs [new file with mode: 0644]
Crypto/ECCurvePrime.cs [new file with mode: 0644]
Crypto/ECCurveType.cs [new file with mode: 0644]
Crypto/ECDSA.cs [new file with mode: 0644]
Crypto/ECPrivateKey.cs [new file with mode: 0644]
Crypto/ECPublicKey.cs [new file with mode: 0644]
Crypto/GHASH.cs [new file with mode: 0644]
Crypto/HMAC.cs [new file with mode: 0644]
Crypto/HMAC_DRBG.cs [new file with mode: 0644]
Crypto/IBlockCipher.cs [new file with mode: 0644]
Crypto/IDigest.cs [new file with mode: 0644]
Crypto/IPrivateKey.cs [new file with mode: 0644]
Crypto/IPublicKey.cs [new file with mode: 0644]
Crypto/MD5.cs [new file with mode: 0644]
Crypto/ModInt.cs [new file with mode: 0644]
Crypto/MutableECPoint.cs [new file with mode: 0644]
Crypto/MutableECPointCurve25519.cs [new file with mode: 0644]
Crypto/MutableECPointPrime.cs [new file with mode: 0644]
Crypto/NIST.cs [new file with mode: 0644]
Crypto/Poly1305.cs [new file with mode: 0644]
Crypto/RFC6979.cs [new file with mode: 0644]
Crypto/RNG.cs [new file with mode: 0644]
Crypto/RSA.cs [new file with mode: 0644]
Crypto/RSAPrivateKey.cs [new file with mode: 0644]
Crypto/RSAPublicKey.cs [new file with mode: 0644]
Crypto/SHA1.cs [new file with mode: 0644]
Crypto/SHA224.cs [new file with mode: 0644]
Crypto/SHA256.cs [new file with mode: 0644]
Crypto/SHA2Big.cs [new file with mode: 0644]
Crypto/SHA2Small.cs [new file with mode: 0644]
Crypto/SHA384.cs [new file with mode: 0644]
Crypto/SHA512.cs [new file with mode: 0644]
SSLTLS/IO.cs [new file with mode: 0644]
SSLTLS/IServerChoices.cs [new file with mode: 0644]
SSLTLS/IServerPolicy.cs [new file with mode: 0644]
SSLTLS/ISessionCache.cs [new file with mode: 0644]
SSLTLS/InputRecord.cs [new file with mode: 0644]
SSLTLS/KeyUsage.cs [new file with mode: 0644]
SSLTLS/OutputRecord.cs [new file with mode: 0644]
SSLTLS/PRF.cs [new file with mode: 0644]
SSLTLS/RecordDecrypt.cs [new file with mode: 0644]
SSLTLS/RecordDecryptCBC.cs [new file with mode: 0644]
SSLTLS/RecordDecryptChaPol.cs [new file with mode: 0644]
SSLTLS/RecordDecryptGCM.cs [new file with mode: 0644]
SSLTLS/RecordDecryptPlain.cs [new file with mode: 0644]
SSLTLS/RecordEncrypt.cs [new file with mode: 0644]
SSLTLS/RecordEncryptCBC.cs [new file with mode: 0644]
SSLTLS/RecordEncryptChaPol.cs [new file with mode: 0644]
SSLTLS/RecordEncryptGCM.cs [new file with mode: 0644]
SSLTLS/RecordEncryptPlain.cs [new file with mode: 0644]
SSLTLS/SSL.cs [new file with mode: 0644]
SSLTLS/SSLClient.cs [new file with mode: 0644]
SSLTLS/SSLEngine.cs [new file with mode: 0644]
SSLTLS/SSLException.cs [new file with mode: 0644]
SSLTLS/SSLQuirks.cs [new file with mode: 0644]
SSLTLS/SSLServer.cs [new file with mode: 0644]
SSLTLS/SSLServerPolicyBasic.cs [new file with mode: 0644]
SSLTLS/SSLSessionCacheLRU.cs [new file with mode: 0644]
SSLTLS/SSLSessionParameters.cs [new file with mode: 0644]
Tests/Poly1305Ref.cs [new file with mode: 0644]
Tests/TestCrypto.cs [new file with mode: 0644]
Tests/TestEC.cs [new file with mode: 0644]
Tests/TestMath.cs [new file with mode: 0644]
Twrch/JSON.cs [new file with mode: 0644]
Twrch/MergeStream.cs [new file with mode: 0644]
Twrch/Twrch.cs [new file with mode: 0644]
X500/DNPart.cs [new file with mode: 0644]
X500/X500Name.cs [new file with mode: 0644]
XKeys/AlgorithmIdentifier.cs [new file with mode: 0644]
XKeys/KF.cs [new file with mode: 0644]
ZInt/ZInt.cs [new file with mode: 0644]
build.cmd [new file with mode: 0644]
build.sh [new file with mode: 0755]
conf/bearssl.json [new file with mode: 0644]
conf/eccert.pem [new file with mode: 0644]
conf/eckey.pem [new file with mode: 0644]
conf/rsacert.pem [new file with mode: 0644]
conf/rsakey.pem [new file with mode: 0644]