From e74149a7569afd1ea7d67c77f40c37471e7e3e58 Mon Sep 17 00:00:00 2001 From: Benjamin Barenblat Date: Fri, 28 Sep 2018 18:33:35 -0400 Subject: Begin implementing symmetric encryption Support RC4. Future commits will add support for more modern algorithms. --- btls.cabal | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'btls.cabal') diff --git a/btls.cabal b/btls.cabal index ab14011..d144800 100644 --- a/btls.cabal +++ b/btls.cabal @@ -68,11 +68,13 @@ library -Wunused-type-variables -Wwrong-do-bind -optl-Wl,-z,relro -optl-Wl,-z,now -optl-Wl,-s - exposed-modules: Codec.Crypto.HKDF + exposed-modules: Codec.Crypto.Encryption + , Codec.Crypto.HKDF , Data.Digest , Data.HMAC , System.Random.Crypto other-modules: BTLS.BoringSSL.Base + , BTLS.BoringSSL.Cipher , BTLS.BoringSSL.Digest , BTLS.BoringSSL.Err , BTLS.BoringSSL.HKDF @@ -82,6 +84,7 @@ library , BTLS.BoringSSL.Rand , BTLS.Buffer , BTLS.CreateWithFinalizer + , BTLS.Result , BTLS.Show , BTLS.Types @@ -130,6 +133,7 @@ test-suite tests main-is: Tests.hs other-modules: BTLS.Assertions , BTLS.TestUtilities + , Codec.Crypto.EncryptionTests , Codec.Crypto.HKDFTests , Data.DigestTests , Data.Digest.HashTests -- cgit v1.2.3