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