Age | Commit message (Expand) | Author |
2019-03-19 | crypto: Rename SSL special functions | Hans Nilsson |
2019-03-19 | crypto: New function for SSL app | Hans Nilsson |
2019-03-19 | crypto: Remove compat specials from crypto_init | Hans Nilsson |
2019-03-19 | crypto: Exceptions as error return in api_ng | Hans Nilsson |
2019-03-19 | crypto: Relocate the new api code inside the crypto.erl file | Hans Nilsson |
2019-03-19 | crypto: Cleaning of comments + spec fixing | Hans Nilsson |
2019-03-19 | crypto: Use/implement new funcs for stream-api | Hans Nilsson |
2019-03-19 | crypto: Implement crypto one-shot | Hans Nilsson |
2019-03-19 | crypto: Remove condition of block size | Hans Nilsson |
2019-03-06 | Add crypto:cipher_info/1 and crypto:hash_info/1 | Loïc Hoguin |
2019-02-25 | crypto: New experimental api | Hans Nilsson |
2019-02-04 | Add hash function BLAKE2 to crypto:hash/hmac | Hans Svensson |
2019-01-28 | crypto: Fix type spec rsa_sign_verify_opt() | Péter Dimitrov |
2018-12-03 | Merge branch 'maint' | Hans Nilsson |
2018-12-03 | crypto: Engine valgrind fix | Hans Nilsson |
2018-11-19 | Merge branch 'maint' | Hans Nilsson |
2018-11-19 | crypto: Add ed25519 and ed448 sign/verify | Hans Nilsson |
2018-10-24 | Merge branch 'maint' | Hans Nilsson |
2018-10-24 | crypto: Fix tests failing if more than one test engine available | Hans Nilsson |
2018-09-21 | Merge branch 'maint' | Hans Nilsson |
2018-09-21 | crypto: Fix accidental merge | Hans Nilsson |
2018-09-19 | Merge branch 'maint' | Hans Nilsson |
2018-09-18 | Merge pull request #1857 from RaimoNiskanen/raimo/rand-crypto-xoroshiro928 | Raimo Niskanen |
2018-09-18 | crypto: Add warnings in RefMan and User's Guide for experimental RSA opts | Hans Nilsson |
2018-09-18 | crypto: Use aead functions for CHACHA20_POLY1305 | Hans Nilsson |
2018-09-17 | Merge branch 'hans/crypto/aes_ccm/OTP-15286' into maint | Hans Nilsson |
2018-09-14 | crypto: Add AES_CCM crypto | Hans Nilsson |
2018-09-14 | crypto: Generalize aes_gcm_(de|en)crypt nifs | Hans Nilsson |
2018-09-14 | crypto: Add 'rsa_opts' to crypto:supports/0 | Hans Nilsson |
2018-09-13 | Use long period counter for crypto_aes | Raimo Niskanen |
2018-09-13 | Prototype crypto_aes PRNG | Raimo Niskanen |
2018-09-13 | crypto: Add missing documentation for enable_fips_mode/1 | Hans Nilsson |
2018-09-13 | crypto: Rework -type and -spec | Hans Nilsson |
2018-09-07 | crypto: Bug fix - crypto:next_iv regarding aes_ige256 | Hans Nilsson |
2018-09-07 | crypto: Bug fix - blowfish_cbc allowed in crypto:next_iv | Hans Nilsson |
2018-08-23 | Merge branch 'hans/crypto/SHA3/OTP-15153' into maint | Hans Nilsson |
2018-08-23 | crypto: doc SHA3 (hash & hmac) | Hans Nilsson |
2018-08-23 | crypto: -spec | Hans Nilsson |
2018-08-23 | crypto: chacha20 cipher | Hans Nilsson |
2018-08-23 | crypto: Mac POLY1305 if >=OpenSSL 1.1.1-pre8 | Hans Nilsson |
2018-08-23 | Merge branch 'maint-20' into maint | Lars Thorsen |
2018-08-21 | Updated the engine load functionality | Lars Thorsen |
2018-08-16 | crypto: Put curve list in C | Hans Nilsson |
2018-06-18 | Update copyright year | Henrik Nord |
2018-06-11 | crypto: Add experimental x25519 and x448 | Hans Nilsson |
2018-06-11 | crypto: Make 'curve' entry in crypto:supports() appear iff Curves is non-empty | Hans Nilsson |
2018-06-11 | crypto: Extend crypto:supports with 'curves' | Hans Nilsson |
2018-03-22 | crypto: Improve load error message | Sverker Eriksson |
2018-03-09 | crypto: Remove undocumented, unused and erroneous functions | Hans Nilsson |
2017-12-04 | Merge branch 'maint' | Lars Thorsen |