Age | Commit message (Expand) | Author |
2011-09-20 | Merge branch 'cr/md2-With-RSA-Encryption' into dev | Henrik Nord |
2011-09-19 | Merge branch 'sverker/crypto-rand_uniform-negative/OTP-9526' into dev | Sverker Eriksson |
2011-09-07 | [crypto] Fix rand_uniform for negative values | Sverker Eriksson |
2011-09-06 | Document crypto:sha_mac_96/2 to compute an SHA MAC, not MD5 | Christian von Roques |
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-05-24 | Prepare releaseOTP_R14B03 | Erlang/OTP |
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 | Stepping vsn for R14B03 | Sverker Eriksson |
2011-05-18 | Add true streaming AES (CTR) encryption and streaming HMAC operations | Travis Jensen |
2011-05-10 | Update OpenSSL license text in crypto | Patrik Nyblom |
2011-05-10 | Link OpenSSL libraries static on Windows | Patrik Nyblom |
2011-04-20 | Merge branch 'maint-r14' into dev | Niclas Eklund |
2011-04-19 | Renamed the function strong_rand_uniform to strong_rand_mpint. | Niclas Eklund |
2011-04-18 | Fixed SSH appup, copyright headers SSH vsn and SSH release note. | Niclas Eklund |
2011-04-15 | Adds NIFs for cryptographically strong random number generation. | Niclas Eklund |
2011-04-04 | Merge branch 'bd/doc_fixes2' into dev | Henrik Nord |
2011-04-01 | Fix mistake in blowfish_ebc_en/decrypt docs | Bernard Duggan |
2011-04-01 | Various small documentation fixes | Bernard Duggan |
2011-03-30 | Merge branch 'hw/call-chmod-without-f' into dev | Henrik Nord |
2011-03-14 | Prepare releaseOTP_R14B02 | Erlang/OTP |
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 |
2011-02-17 | Rename Suite Callback to Common Test Hook | Lukas Larsson |
2011-02-17 | Update init_per_suite to skip all tests if crypto does not exist | Lukas Larsson |
2011-02-17 | Update and add cover spec files to work with common_test | Lukas Larsson |
2011-02-17 | Update all test specs | Lukas Larsson |
2011-02-17 | Add init_per_suite and end_per_suite | Lukas Larsson |
2011-02-17 | Add ts_install_scb to suite/0 | Lukas Larsson |
2011-02-17 | Update crypto tests to conform with common_test standard | Lukas Larsson |
2011-02-17 | Update all fin_per_testcase to end_per_testcase. | Lukas Larsson |
2010-12-06 | Prepare release | Erlang/OTP |
2010-11-17 | crypto CTR support | Sverker Eriksson |
2010-11-15 | Call chmod without the "-f" flag | Holger Weiß |
2010-09-13 | Prepare releaseOTP_R14B | Erlang/OTP |
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-07-08 | Fix type spec error in crypto | Sverker Eriksson |
2010-06-11 | Update release notes | Björn Gustavsson |
2010-06-09 | OTP-8700 crypto:dss_sign and dss_verify with pre-hashed digest. | Sverker Eriksson |
2010-06-08 | Merge branch 'bg/nif_error' into dev | Erlang/OTP |
2010-06-03 | OTP-8555 Send message from NIF | Sverker Eriksson |
2010-05-31 | crypto: Add type specs for all documented functions | Björn Gustavsson |
2010-05-31 | crypto: Use erlang:nif_error/1 to squelch false Dialyzer warnings | Björn Gustavsson |
2010-04-28 | OTP-8333 Crypto using NIF's | Sverker Eriksson |
2010-04-08 | test suites: Remove incidental use of deprecated concat_binary/1 | Björn Gustavsson |
2010-04-01 | Merge branch 'au/crypto' into dev | Erlang/OTP |