Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-11-17 | crypto CTR support | Sverker Eriksson | |
2010-09-03 | Fix memory leaks in crypto | Rickard Green | |
2010-09-02 | Fix valgrind build | Rickard Green | |
2010-08-20 | Fix RC4 stream cipher binding (crypto:rc4_encrypt_with_state/2) | Paul Guyot | |
2010-06-09 | OTP-8700 crypto:dss_sign and dss_verify with pre-hashed digest. | Sverker Eriksson | |
New variants of crypto:dss_sign and crypto:dss_verify with an extra argument to control how the digest is calculated. | |||
2010-06-03 | OTP-8555 Send message from NIF | Sverker Eriksson | |
New NIF features: Send messages from a NIF, or from thread created by NIF, to any local process (enif_send) Store terms between NIF calls (enif_alloc_env, enif_make_copy) Create binary terms with user defined memory management (enif_make_resource_binary) | |||
2010-04-28 | OTP-8333 Crypto using NIF's | Sverker Eriksson | |
crypto application changed to use NIFs instead of driver. |