aboutsummaryrefslogtreecommitdiffstats
path: root/lib/crypto/src
AgeCommit message (Expand)Author
2019-07-22Add ED25519 & ED448 support to crypto:generate_keyBernard Kolobara
2019-06-14crypto: Renaming, typing and some polishingHans Nilsson
2019-06-14crypto: Move functions around for better readabilityHans Nilsson
2019-06-14crypto: White space removed at line endsHans Nilsson
2019-06-14crypto: Implement NIFs for the new mac_init, mac_update and mac_finalHans Nilsson
2019-06-14crypto: Use new mac_nif for hmac, cmac and poly1305Hans Nilsson
2019-06-14crypto: MAC nif unifying HMAC, CMAC and POLY1305Hans Nilsson
2019-06-14crypto: Adjust code for spec conflictHans Nilsson
2019-04-30crypto: Document supports/1Hans Nilsson
2019-04-17crypto: New function supports/1Hans Nilsson
2019-04-11crypto: Rename 'crypto_(init|update)_dyn_iv' to 'crypto_dyn_iv_(init|update)'Hans Nilsson
2019-04-11crypto: Rename crypto_aead to crypto_one_time_aeadHans Nilsson
2019-04-10crypto: Obey compile flags for no DSA, BF, DES, DHHans Nilsson
2019-04-05crypto: Rename new api and rework the typingHans Nilsson
2019-03-22crypto: Use key length in alias/2Hans Nilsson
2019-03-22crypto: Restore 'error' as result of failed aead decryptionHans Nilsson
2019-03-22crypto: Update types of hash algorithmsHans Nilsson
2019-03-22crypto: Cuddle error types and documentation of themHans Nilsson
2019-03-22crypto: Update CipherModes for PR/2186Hans Nilsson
2019-03-22crypto: Declare *_info return map and other review-commentsHans Nilsson
2019-03-22crypto: Rename block_crypto_with/without to match stream_cipher namesHans Nilsson
2019-03-22crypto: New types (block_cipher)Hans Nilsson
2019-03-22Merge pull request #2186 from essen/improve-cipher-infoHans Nilsson
2019-03-21Hardcode aes_ctr cipher infos to support older cryptolibsLoïc Hoguin
2019-03-19Make crypto:cipher_info work for all ciphers and aliasesLoïc Hoguin
2019-03-19crypto: Rename SSL special functionsHans Nilsson
2019-03-19crypto: New function for SSL appHans Nilsson
2019-03-19crypto: Remove compat specials from crypto_initHans Nilsson
2019-03-19crypto: Exceptions as error return in api_ngHans Nilsson
2019-03-19crypto: Relocate the new api code inside the crypto.erl fileHans Nilsson
2019-03-19crypto: Cleaning of comments + spec fixingHans Nilsson
2019-03-19crypto: Use/implement new funcs for stream-apiHans Nilsson
2019-03-19crypto: Implement crypto one-shotHans Nilsson
2019-03-19crypto: Remove condition of block sizeHans Nilsson
2019-03-06Add crypto:cipher_info/1 and crypto:hash_info/1Loïc Hoguin
2019-02-25crypto: New experimental apiHans Nilsson
2019-02-04Add hash function BLAKE2 to crypto:hash/hmacHans Svensson
2019-01-28crypto: Fix type spec rsa_sign_verify_opt()Péter Dimitrov
2018-12-03Merge branch 'maint'Hans Nilsson
2018-12-03crypto: Engine valgrind fixHans Nilsson
2018-11-19Merge branch 'maint'Hans Nilsson
2018-11-19crypto: Add ed25519 and ed448 sign/verifyHans Nilsson
2018-10-24Merge branch 'maint'Hans Nilsson
2018-10-24crypto: Fix tests failing if more than one test engine availableHans Nilsson
2018-09-21Merge branch 'maint'Hans Nilsson
2018-09-21crypto: Fix accidental mergeHans Nilsson
2018-09-19Merge branch 'maint'Hans Nilsson
2018-09-18Merge pull request #1857 from RaimoNiskanen/raimo/rand-crypto-xoroshiro928Raimo Niskanen
2018-09-18crypto: Add warnings in RefMan and User's Guide for experimental RSA optsHans Nilsson
2018-09-18crypto: Use aead functions for CHACHA20_POLY1305Hans Nilsson