aboutsummaryrefslogtreecommitdiffstats
path: root/lib/crypto/c_src
AgeCommit message (Expand)Author
2015-02-04Accept all valid key sizes in aes_cfb functionsKelly McLaughlin
2014-09-08crypto: Verify OpenSSL library major version at loadSverker Eriksson
2014-06-19Merge branch 'sverk/crypto-ec-mem-leak/OTP-11999' into maintSverker Eriksson
2014-06-18crypto: Fix memory leak of EC "keys" and "points"Sverker Eriksson
2014-06-17crypto: Fix crypto for debug and valgrindSverker Eriksson
2014-06-11Merge branch 'pguyot/fix_srp' into maintHenrik Nord
2014-05-26crypto: Fix memory leak in some error casesSverker Eriksson
2014-05-26crypto: Fix memory leak in hmac stream functionsSverker Eriksson
2014-05-15Fix bug in SRP implementationPaul Guyot
2014-04-29Add AES-CBF8 cypher to crypto moduleBernard Duggan
2014-02-24Merge branch 'lukas/ose/master/OTP-11334'Lukas Larsson
2014-02-24ose: Fix support for cryptoLukas Larsson
2014-02-24crypto: Add rand_seed functionLukas Larsson
2014-02-24Added support for ENEA OSELukas Larsson
2014-02-19Merge branch 'sverk/crypto/nomem-abort'Sverker Eriksson
2014-02-12crypto: Fix bug when using old hmac contextSverker Eriksson
2014-02-05crypto: Abort VM if out of memorySverker Eriksson
2014-01-13crypto: selective support for GF2m curvesAndreas Schultz
2014-01-13crypto: move elitic curve definitions from OpenSSL built-ins to ErlangAndreas Schultz
2013-12-16crypto: Fix memory leaks and invalid deallocationsSverker Eriksson
2013-12-03crypto: Fix bug in change_basenameSverker Eriksson
2013-12-03Merge branch 'sverk/yb/aes_ige_crypt'Sverker Eriksson
2013-12-02Merge branch 'maint'Henrik Nord
2013-11-27crypto: Update supports/0 for des3_cbf and aes_ige256Sverker Eriksson
2013-11-27crypto: Throw notsup for AES IGE if openssl older than 0.9.8cSverker Eriksson
2013-11-21Fix some uninitialized pointers in cryptoAnthony Ramine
2013-09-30crypto: Add IGE mode for AESYura Beznos
2013-09-19erts, crypto: Support NIF library with unicode filename on windowsSverker Eriksson
2013-08-21erts: Add option to include nifs staticallyLukas Larsson
2013-06-12crypto: Supress some false positives from valgrindSverker Eriksson
2013-06-12crypto: Refactor remove resource for EC_KEYSverker Eriksson
2013-06-12crypto: Fix some compiler warningsSverker Eriksson
2013-06-11crypto: Fix bug with takover of EC resource typeSverker Eriksson
2013-06-07Teach crypto.c not to call enif_compute_timeslice with 0Patrik Nyblom
2013-06-05Add enif_consume_timeslice to appropriate crypto NIFsPatrik Nyblom
2013-06-04crypto: Avoid big binaries in nifsIngela Anderton Andin
2013-05-24crypto, public_key & ssl: Make more functions accept integer keysSverker Eriksson
2013-05-08crypto: Remove debug printoutsSverker Eriksson
2013-05-08ssl & crypto: Generalize the remaining crypto APIIngela Anderton Andin
2013-05-08crypto: Add generic functions generate_key and compute_keySverker Eriksson
2013-05-08crypto: Fix ec_key resource to be upgradeableIngela Anderton Andin
2013-05-08crypto: Combine ec_key_new into ecdh_generate_keySverker Eriksson
2013-05-08crypto, public_key: Switch places of ecdh_compute_key argumentsSverker Eriksson
2013-05-08crypto, public_key & ssl: Change API to hide resource format for EC KEYSverker Eriksson
2013-05-08crypto: Allow integer keys for rsa_private/public_en/decryptSverker Eriksson
2013-05-08crypto: Introduce generic sign() and verify() functionsSverker Eriksson
2013-05-08crypto: Replaced all mpint's with normal binariesSverker Eriksson
2013-05-08CRYPTO: add support for Elliptic Curves to crypto appAndreas Schultz
2013-04-03crypto: New SRP APIIngela Anderton Andin
2013-04-03CRYPTO: add algorithms/0 function that returns a list off compiled in crypto ...Andreas Schultz