aboutsummaryrefslogtreecommitdiffstats
path: root/lib/crypto/c_src
AgeCommit message (Expand)Author
2011-05-20Update copyright yearsBjörn-Egil Dahlberg
2011-05-19Merge branch 'sverker/crypto-aes-ctr-stream/OTP-9275' into devSverker Eriksson
2011-05-18Add true streaming AES (CTR) encryption and streaming HMAC operationsTravis Jensen
2011-05-10Link OpenSSL libraries static on WindowsPatrik Nyblom
2011-04-19Renamed the function strong_rand_uniform to strong_rand_mpint.Niclas Eklund
2011-04-15Adds NIFs for cryptographically strong random number generation.Niclas Eklund
2011-03-11Update copyright yearsBjörn-Egil Dahlberg
2011-02-28Make crypto.c work with valgrind 3.6 and correct cerl.srcPatrik Nyblom
2010-11-17crypto CTR supportSverker Eriksson
2010-09-03Fix memory leaks in cryptoRickard Green
2010-09-02Build opt, debug and valgrind libraries as separate librariesRickard Green
2010-09-02Fix valgrind buildRickard Green
2010-08-20Fix RC4 stream cipher binding (crypto:rc4_encrypt_with_state/2)Paul Guyot
2010-06-09OTP-8700 crypto:dss_sign and dss_verify with pre-hashed digest.Sverker Eriksson
2010-06-03OTP-8555 Send message from NIFSverker Eriksson
2010-04-28OTP-8333 Crypto using NIF'sSverker Eriksson
2010-04-01Merge branch 'au/crypto' into devErlang/OTP
2010-03-01Add des_ecb_encrypt/2 and des_ecb_decrypt/2 to crypto moduleAlexander Uvarov
2010-02-12Merge branch 'kr/crypto_makefile' into ccase/r13b04_devErlang/OTP
2010-02-10Fix Makefile permission problem of crypto library on FreeBSD Erlang/OTP buildingKenji Rikitake
2010-02-03OTP-8323 Cross compilation improvements and other build systemRickard Green
2009-12-11Add Blowfish ECB, CBC and OFB modesPaul Oliver
2009-11-20The R13B03 release.OTP_R13B03Erlang/OTP