Age | Commit message (Expand) | Author |
2016-02-08 | Merge branch 'maint' | Sverker Eriksson |
2016-01-27 | Check the result of EC_GROUP_new_curve_* calls | Dániel Szoboszlay |
2016-01-14 | crypto: Fix bug for multiple blocks for AES-ECB | Andrew Bennett |
2016-01-08 | erts: Allow -fvisibility=hidden for NIFs and drivers | Sverker Eriksson |
2015-12-17 | Merge branch 'sverk/crypto/aes-ecb-192-bit' | Sverker Eriksson |
2015-12-17 | crypto: Support 192-bit keys for AES ECB | Andrew Bennett |
2015-12-17 | Merge branch 'sverk/crypto/aes-cbc-192-bit' | Sverker Eriksson |
2015-12-11 | crypto: Support 192-bit keys for AES CBC | Sverker Eriksson |
2015-12-11 | crypto: Fix potential memory leak in error case for block cipher | Sverker Eriksson |
2015-12-11 | crypto: Optimize AES-GCM cipher to not use dynamic allocation | Sverker Eriksson |
2015-12-11 | Use EVP for AES-GCM | Yuki Ito |
2015-12-01 | crypto: Avoid bug in OpenSSL-0.9.8 for ECB ciphers | Sverker Eriksson |
2015-11-17 | Fix EVP_aes_???_ctr to demand OpenSSL 1.0.1 or later. | Sverker Eriksson |
2015-11-17 | Fix bug for aes_cfb_128_encrypt with empty binary | Sverker Eriksson |
2015-11-17 | crypto: Refactor nif code to use EVP interface | Sverker Eriksson |
2015-07-10 | ose: Remove all code related to the OSE port | Lukas Larsson |
2015-06-18 | Change license text to APLv2 | Bruce Yinhe |
2015-05-11 | crypto: Fix bug in generate_key(ecdh,...) | Sverker Eriksson |
2015-04-09 | crypto: Fix undefined symbol EVP_CIPHER_CTX_new | Sverker Eriksson |
2015-02-27 | Merge branch 'maint' | Henrik Nord |
2015-02-04 | Accept all valid key sizes in aes_cfb functions | Kelly McLaughlin |
2015-01-14 | Merge branch 'andreaTP/added-aes-ecb-to-crypto/OTP-12403' | Marcus Arendt |
2015-01-12 | Merge branch 'RoadRunnr/crypto-ecc-gen-key' | Bruce Yinhe |
2015-01-09 | add aes ecb to crypto library | andreaP |
2014-11-28 | crypto: use EVP for AES-CBC | Alex Wilson |
2014-11-17 | [crypto] enhance generate_key for ECC keys | Andreas Schultz |
2014-09-09 | Merge branch 'maint' | Sverker Eriksson |
2014-09-08 | crypto: Verify OpenSSL library major version at load | Sverker Eriksson |
2014-09-03 | crypto: add support for ChaCha20/Policy1305 AEAD cipher | Andreas Schultz |
2014-09-03 | crypto: add AES128-GCM cipher support | Andreas Schultz |
2014-06-19 | Merge branch 'sverk/crypto-ec-mem-leak/OTP-11999' into maint | Sverker Eriksson |
2014-06-18 | crypto: Fix memory leak of EC "keys" and "points" | Sverker Eriksson |
2014-06-17 | crypto: Fix crypto for debug and valgrind | Sverker Eriksson |
2014-06-11 | Merge branch 'pguyot/fix_srp' into maint | Henrik Nord |
2014-05-26 | crypto: Fix memory leak in some error cases | Sverker Eriksson |
2014-05-26 | crypto: Fix memory leak in hmac stream functions | Sverker Eriksson |
2014-05-15 | Fix bug in SRP implementation | Paul Guyot |
2014-04-29 | Add AES-CBF8 cypher to crypto module | Bernard Duggan |
2014-02-24 | Merge branch 'lukas/ose/master/OTP-11334' | Lukas Larsson |
2014-02-24 | ose: Fix support for crypto | Lukas Larsson |
2014-02-24 | crypto: Add rand_seed function | Lukas Larsson |
2014-02-24 | Added support for ENEA OSE | Lukas Larsson |
2014-02-19 | Merge branch 'sverk/crypto/nomem-abort' | Sverker Eriksson |
2014-02-12 | crypto: Fix bug when using old hmac context | Sverker Eriksson |
2014-02-05 | crypto: Abort VM if out of memory | Sverker Eriksson |
2014-01-13 | crypto: selective support for GF2m curves | Andreas Schultz |
2014-01-13 | crypto: move elitic curve definitions from OpenSSL built-ins to Erlang | Andreas Schultz |
2013-12-16 | crypto: Fix memory leaks and invalid deallocations | Sverker Eriksson |
2013-12-03 | crypto: Fix bug in change_basename | Sverker Eriksson |
2013-12-03 | Merge branch 'sverk/yb/aes_ige_crypt' | Sverker Eriksson |