aboutsummaryrefslogtreecommitdiffstats
path: root/lib/crypto/c_src
AgeCommit message (Expand)Author
2019-01-08Revamp bin_from_bn()Doug Hogan
2019-01-08Revamp get_bn_from_bin()Doug Hogan
2019-01-08Revamp get_bn_from_mpint()Doug Hogan
2019-01-08Revamp rand_seed_nif()Doug Hogan
2019-01-08Revamp rand_uniform_nif()Doug Hogan
2019-01-08Revamp strong_rand_range_nif()Doug Hogan
2019-01-08Revamp strong_rand_bytes_nif()Doug Hogan
2019-01-08Revamp info_lib()Doug Hogan
2019-01-08Revamp change_basename()Doug Hogan
2019-01-08Revamp get_dss_public_key()Doug Hogan
2019-01-08Revamp get_dss_private_key()Doug Hogan
2019-01-08Revamp ecdh_compute_key_nif()Doug Hogan
2019-01-08Revamp chacha20_stream_crypt()Doug Hogan
2019-01-08Revamp chacha20_stream_init()Doug Hogan
2019-01-08Revamp poly1305_nif()Doug Hogan
2019-01-08Revamp rc4_set_key()Doug Hogan
2019-01-08Revamp get_eddsa_key()Doug Hogan
2019-01-08Revamp do_exor()Doug Hogan
2019-01-08Revamp cmac_nif()Doug Hogan
2019-01-08Add limits.h to the common headerDoug Hogan
2019-01-07Revamp hmac_context_dtor()Doug Hogan
2019-01-07Revamp evp_md_ctx_dtor()Doug Hogan
2019-01-07Revamp engine_ctx_dtor()Doug Hogan
2019-01-07Revamp evp_cipher_ctx_dtor()Doug Hogan
2019-01-02crypto: Fix 'make clean'Hans Nilsson
2018-12-21If init_atoms() fails, it should return __LINE__Doug Hogan
2018-12-21Make engine ctx init internal to engine.c per PR feedbackDoug Hogan
2018-12-21Make cipher ctx init internal to cipher.c per PR feedbackDoug Hogan
2018-12-21Make hash ctx init internal to hash.c per PR feedbackDoug Hogan
2018-12-21Make HMAC ctx init internal to hmac.c per PR feedbackDoug Hogan
2018-12-21Avoid unused warning with old OpenSSL versions per PR feedbackDoug Hogan
2018-12-20Add Ericsson AB copyright header to all new filesDoug Hogan
2018-12-20Remove chacha20.h dependency in aead.cDoug Hogan
2018-12-20Move algorithms to a new fileDoug Hogan
2018-12-20Move most FIPS functionality to a new fileDoug Hogan
2018-12-20Move public/private key functionality to a new fileDoug Hogan
2018-12-20Move EVP functionality to a new fileDoug Hogan
2018-12-20Move ECDH functionality to a new fileDoug Hogan
2018-12-20Move EC functionality to a new fileDoug Hogan
2018-12-20Move xor functionality to a new fileDoug Hogan
2018-12-20Move block crypt functionality to a new fileDoug Hogan
2018-12-20Move AEAD functionality to a new fileDoug Hogan
2018-12-20Move info functionality to a new fileDoug Hogan
2018-12-20Move AES functionality to a new fileDoug Hogan
2018-12-20Move DSS functionality to a new fileDoug Hogan
2018-12-20Move poly1305 functionality to a new fileDoug Hogan
2018-12-20Move chacha20 functionality to a new fileDoug Hogan
2018-12-20Move random functionality to a new fileDoug Hogan
2018-12-20Move SRP functionality to a new fileDoug Hogan
2018-12-20Move EDDSA functionality to a new fileDoug Hogan