Age | Commit message (Expand) | Author |
2012-08-31 | Update copyright years | Björn-Egil Dahlberg |
2012-08-29 | crypto: Fix buffer overflow bug in rsa_sign | Sverker Eriksson |
2012-08-23 | Merge branch 'ia/ssl/tls1.1and1.2' into maint | Ingela Anderton Andin |
2012-08-22 | crypto: Add sha224 for rsa sign/verify | Sverker Eriksson |
2012-08-22 | crypto: Add sha224 | Sverker Eriksson |
2012-08-22 | crypto: fix hmac_sha384 and add hmac test cases from RFC-4231 | Andreas Schultz |
2012-08-22 | crypto: Add sha384 | Sverker Eriksson |
2012-08-22 | crypto: Cleanup code for sha256 and sha512 | Sverker Eriksson |
2012-08-22 | crypto: Add SHA256 and SHA512 based MACs | Andreas Schultz |
2012-08-22 | crypto: Redo interface for rsa and dss hash signing | Sverker Eriksson |
2012-08-22 | crypto: Add rsa and dss hash signing support | Andreas Schultz |
2012-07-04 | crypto: Allow aes_cfb_128_{en|de}crypt to accept unaligned data | Sverker Eriksson |
2012-06-05 | Update to work with whitespace in exec path | Lukas Larsson |
2012-04-20 | crypto: Optimize RSA private key handling | Sverker Eriksson |
2012-04-11 | crypto: Remove unnecessary dependency to libssl | Sverker Eriksson |
2011-11-30 | crypto: Add sha{256,384,512} to rsa_verify | Sverker Eriksson |
2011-11-30 | crypto: Add sha256 and sha512 | Sverker Eriksson |
2011-11-01 | Additions to crypto and public_key needed for full PKCS-8 support | Ingela Anderton Andin |
2011-10-18 | Merge branch 'pg/des-cfb-functions' | Sverker Eriksson |
2011-10-18 | [crypto] Add DES and Triple DES cipher feedback (CFB) mode functions | Paul Guyot |
2011-09-28 | Merge branch 'dev' into major | Sverker Eriksson |
2011-09-21 | Revert "Support 'md2' hash in crypto:rsa_sign/3 and crypto:rsa_verify/4" | Sverker Eriksson |
2011-09-20 | Merge branch 'dev' into major | Henrik Nord |
2011-09-20 | Merge branch 'cr/md2-With-RSA-Encryption' into dev | Henrik Nord |
2011-09-08 | Merge branch 'dev' into major | Henrik Nord |
2011-09-06 | Support 'md2' hash in crypto:rsa_sign/3 and crypto:rsa_verify/4 | Christian von Roques |
2011-08-11 | Fix win32 OpenSSL static linking broken in 20c9d6e | Dave Cottlehuber |
2011-08-08 | */c_src/Makefile*: Support parallel make | Björn Gustavsson |
2011-05-20 | Update copyright years | Björn-Egil Dahlberg |
2011-05-19 | Merge branch 'sverker/crypto-aes-ctr-stream/OTP-9275' into dev | Sverker Eriksson |
2011-05-18 | Add true streaming AES (CTR) encryption and streaming HMAC operations | Travis Jensen |
2011-05-10 | Link OpenSSL libraries static on Windows | Patrik Nyblom |
2011-04-19 | Renamed the function strong_rand_uniform to strong_rand_mpint. | Niclas Eklund |
2011-04-15 | Adds NIFs for cryptographically strong random number generation. | Niclas Eklund |
2011-03-11 | Update copyright years | Björn-Egil Dahlberg |
2011-02-28 | Make crypto.c work with valgrind 3.6 and correct cerl.src | Patrik Nyblom |
2010-11-17 | crypto CTR support | Sverker Eriksson |
2010-09-03 | Fix memory leaks in crypto | Rickard Green |
2010-09-02 | Build opt, debug and valgrind libraries as separate libraries | 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 |
2010-06-03 | OTP-8555 Send message from NIF | Sverker Eriksson |
2010-04-28 | OTP-8333 Crypto using NIF's | Sverker Eriksson |
2010-04-01 | Merge branch 'au/crypto' into dev | Erlang/OTP |
2010-03-01 | Add des_ecb_encrypt/2 and des_ecb_decrypt/2 to crypto module | Alexander Uvarov |
2010-02-12 | Merge branch 'kr/crypto_makefile' into ccase/r13b04_dev | Erlang/OTP |
2010-02-10 | Fix Makefile permission problem of crypto library on FreeBSD Erlang/OTP building | Kenji Rikitake |
2010-02-03 | OTP-8323 Cross compilation improvements and other build system | Rickard Green |
2009-12-11 | Add Blowfish ECB, CBC and OFB modes | Paul Oliver |