aboutsummaryrefslogtreecommitdiffstats
path: root/lib/crypto/c_src/cipher.c
AgeCommit message (Expand)Author
2019-05-22crypto: Re-enable aes_ctr for openssl cryptolib < 1.0.1Hans Nilsson
2019-04-17crypto: New function supports/1Hans Nilsson
2019-04-10crypto: Obey compile flags for no DSA, BF, DES, DHHans Nilsson
2019-04-05crypto: Misc C-changes,Hans Nilsson
2019-03-22Merge pull request #2186 from essen/improve-cipher-infoHans Nilsson
2019-03-21crypto: Handle additional OPENSSL_NO_* flagsHans Nilsson
2019-03-19Add missing cipher modes to crypto:cipher_info/1 resultLoïc Hoguin
2019-03-19crypto: Implement crypto one-shotHans Nilsson
2019-03-06Add crypto:cipher_info/1 and crypto:hash_info/1Loïc Hoguin
2019-02-25crypto: New experimental apiHans Nilsson
2019-02-04crypto: Fix compilation < 1.0.0Hans Nilsson
2019-01-08Explicitly initialize all of the fields in cipher_typesDoug Hogan
2019-01-08Revamp init_cipher_ctx()Doug Hogan
2019-01-07Revamp evp_cipher_ctx_dtor()Doug Hogan
2018-12-21Make cipher ctx init internal to cipher.c per PR feedbackDoug Hogan
2018-12-20Add Ericsson AB copyright header to all new filesDoug Hogan
2018-12-20Move cipher utility functions to a new fileDoug Hogan