Age | Commit message (Expand) | Author |
2017-07-12 | crypto: Fix compile errors for make target 'valgrind' | Sverker Eriksson |
2017-07-07 | crypto: Fix compatibility problems with openssl 1.0.0 cryptolib | Hans Nilsson |
2017-07-07 | crypto: introduced preproc symbol HAS_EVP_PKEY_CTX | Hans Nilsson |
2017-07-07 | crypto: pk verify with new function from PR838 | Hans Nilsson |
2017-07-07 | crypto: pk sign with new function from PR838 | Hans Nilsson |
2017-07-07 | crypto: Made {rsa,dss,ecdsa}_{sign,verify}_nif similar and all with evp api | Hans Nilsson |
2017-07-07 | crypto: added a 'macs' entry to proplist in crypto:supports/0 | Hans Nilsson |
2017-06-02 | Merge pull request #1473 from SalikhovDinislam/static_code | Lukas Larsson |
2017-05-29 | Merge pull request #1462 from Vagabond/adt-fix-aes-cfb128 | Hans Nilsson |
2017-05-21 | crypto: Make internal arrays static | Salikhov Dinislam |
2017-05-15 | Fix backwards equality check in aes cfb128 function | Andrew Thompson |
2017-05-09 | Remove duplicate aes_gcm from a list of ciphers | Daniil Fedotov |
2017-05-04 | Update copyright year | Raimo Niskanen |
2017-04-04 | Merge branch 'maint' | Ingela Anderton Andin |
2017-03-29 | Fix bug with AES CFB 128 | Kelly McLaughlin |
2017-03-29 | Demonstrate the bug with AES CFB 128 encryption | Kelly McLaughlin |
2017-03-18 | Restyle crypto strong numeric generators | Guilherme Andrade |
2017-03-14 | Support generation of strong random numbers | Guilherme Andrade |
2017-03-13 | Merge branch 'wiml/crypto/rsa-generate-key/ERL-165/PR-1299/OTP-14140' | Hans Nilsson |
2017-03-10 | Update copyright year | Rickard Green |
2017-03-09 | crypto: removed error function from PR and added error handling in crypto.erl | Hans Nilsson |
2017-03-02 | crypto: Enable usage of LibreSSL | Hans Nilsson |
2017-01-31 | Merge branch 'maint' | Hans Nilsson |
2017-01-27 | crypto: Added optional length to paramlist in generate_key | Hans Nilsson |
2017-01-08 | Add RSA key generation | Wim Lewis |
2016-12-29 | crypto: algo_ciper was too small after cipher additions | Hans Nilsson |
2016-12-20 | crypto: Support chacha20_poly1305 | Yuki Ito |
2016-12-02 | Support OpenSSL 1.1.0 | Björn Gustavsson |
2016-12-02 | crypto.c: Disable broken code for ChaCha and Poly1305 | Björn Gustavsson |
2016-11-04 | [crypto] Remove depricated functions | Lars Thorsen |
2016-10-11 | Merge branch 'legoscia/ssl_in_fips_mode/PR-1180/OTP-13921' | Hans Nilsson |
2016-10-05 | Merge branch 'master' into sverker/master/load_nif-print-init-error | Sverker Eriksson |
2016-10-05 | crypto: Return source line number from failed load/upgrade | Sverker Eriksson |
2016-10-04 | Merge branch 'maint' | Raimo Niskanen |
2016-10-04 | Merge branch 'RoadRunnr/crypto/no-rc4/PR-1169/OTP-13896' into maint | Raimo Niskanen |
2016-09-28 | Rename SSL_DEFINE to SSL_FLAGS | Magnus Henoch |
2016-09-28 | Support using OpenSSL in FIPS mode | Dániel Szoboszlay |
2016-09-22 | Fix compilation when OpenSSL doesn't support RC4 | Andreas Schultz |
2016-09-19 | Use more correct delimiters for erl_nif.h include | Tuncer Ayaz |
2016-09-14 | Fix compilation when OpenSSL doesn't support RC2 | Magnus Henoch |
2016-09-13 | Merge branch 'maint' | Raimo Niskanen |
2016-09-13 | Silence warnings in crypto | Raimo Niskanen |
2016-09-07 | Merge branch 'maint' | Raimo Niskanen |
2016-09-02 | Add '_cfb' alias for misspelled '_cbf' cipher | Raimo Niskanen |
2016-09-02 | Fix badarg -> notsup and test cases | Raimo Niskanen |
2016-09-02 | Honour OPENSSL_NO_DES | Raimo Niskanen |
2016-08-31 | Merge branch 'gotthardp/crypto/add-cmac/ERL-82/PR-1138/OTP-13779' | Raimo Niskanen |
2016-08-03 | Fix segfault in crypto by increasing algo_cipher array | Duncaen |
2016-07-30 | Fix building crypto/cmac_nif on 64-bit machines. | Petr Gotthard |
2016-07-30 | crypto:cmac calculating the Cipher-based Message Authentication Code | Petr Gotthard |