Age | Commit message (Expand) | Author |
2018-12-03 | crypto: Fix valgrind error in dh_generate/dh_compute | Hans Nilsson |
2018-12-03 | crypto: Fix valgrind errors in pkey_crypt_nif | Hans Nilsson |
2018-12-03 | crypto: Fix valgrind errors in privkey_to_pubkey | Hans Nilsson |
2018-12-03 | crypto: Fix valgrind error for keys with passwords in Engines | Hans Nilsson |
2018-11-19 | crypto: Add ed25519 and ed448 sign/verify | Hans Nilsson |
2018-10-11 | crypto: Update RSA options to match specs and different OpenSSL versions | Hans Nilsson |
2018-09-18 | crypto: Fix bad return/exception for unsupported cipher | Hans Nilsson |
2018-09-18 | crypto: Use aead functions for CHACHA20_POLY1305 | Hans Nilsson |
2018-09-18 | crypto: Disable problematic RSA options in LibreSSL | Hans Nilsson |
2018-09-17 | Merge branch 'hans/crypto/aes_ccm/OTP-15286' into maint | Hans Nilsson |
2018-09-14 | crypto: Add AES_CCM crypto | Hans Nilsson |
2018-09-14 | crypto: Generalize aes_gcm_(de|en)crypt nifs | Hans Nilsson |
2018-09-14 | crypto: Add forgotten #ifdef | Hans Nilsson |
2018-09-14 | crypto: Change condition for RSA_PKCS1_PSS | Hans Nilsson |
2018-09-14 | crypto: Add 'rsa_opts' to crypto:supports/0 | Hans Nilsson |
2018-09-13 | Merge branch 'hans/crypto/SHA3/OTP-15153' into maint | Hans Nilsson |
2018-09-12 | crypto: sha3_224 and sha3_256 errors fixed | Hans Nilsson |
2018-09-12 | crypto: Fix valgrind error | Hans Nilsson |
2018-09-11 | Merge branch 'hans/crypto/x25519_x448/OTP-15240' into maint | Hans Nilsson |
2018-09-10 | crypto: Remove 'experimental' comments for ecdh | Hans Nilsson |
2018-08-23 | Merge branch 'hans/crypto/x25519_x448/OTP-15240' into maint | Hans Nilsson |
2018-08-23 | Merge branch 'hans/crypto/SHA3/OTP-15153' into maint | Hans Nilsson |
2018-08-23 | crypto: Remove the term 'eddh' | Hans Nilsson |
2018-08-23 | crypto: Enable EDDH all OpenSSL cryptolib over beta version 1.1.1-pre8 | Hans Nilsson |
2018-08-23 | crypto: Disable non-working SHA3_224 and SHA3_256 | Hans Nilsson |
2018-08-23 | crypto: SHA3 hash on OpenSSL-1.1.1 | Hans Nilsson |
2018-08-23 | crypto: chacha20 cipher | Hans Nilsson |
2018-08-23 | crypto: Mac POLY1305 if >=OpenSSL 1.1.1-pre8 | Hans Nilsson |
2018-08-23 | Merge branch 'maint-20' into maint | Lars Thorsen |
2018-08-21 | Updated the engine load functionality | Lars Thorsen |
2018-08-16 | crypto: Put curve list in C | Hans Nilsson |
2018-08-13 | Merge branch 'hans/crypto/rsa_opts/ERL-675/PR1899/OTP-15212' into maint | Hans Nilsson |
2018-08-10 | Merge branch 'maint-20' into maint | Rickard Green |
2018-08-09 | crypto: Fix crash in compute_key(ecdh, ...) on badarg | John Högberg |
2018-08-01 | Fixes ERL-675 | Stevie Graham |
2018-06-18 | Update copyright year | Henrik Nord |
2018-06-14 | crypto: Remove EVP_PKEY from dh_compute_key_nif | Hans Nilsson |
2018-06-14 | crypto: Try fix valgrind errors | Hans Nilsson |
2018-06-12 | crypto: Remove comments | Hans Nilsson |
2018-06-11 | crypto: Add experimental x25519 and x448 | Hans Nilsson |
2018-06-11 | crypto: Extend crypto:supports with 'curves' | Hans Nilsson |
2018-06-04 | crypto: Valgrind suggestions | Hans Nilsson |
2018-05-18 | Merge branch 'sverker/crypto-upgrade-bug/OTP-15088' | Sverker Eriksson |
2018-05-17 | crypto: Robustify the do-once-initialization | Sverker Eriksson |
2018-05-17 | crypto: Fix upgrade bug when engine support is missing | Sverker Eriksson |
2018-05-08 | Merge branch 'maint' | Hans Nilsson |
2018-05-07 | Merge branch 'hans/crypto/OPENSSL_NO_EC/OTP-15073' into maint-20 | Erlang/OTP |
2018-05-04 | crypto: get_engine_load_cmd_list excluded if no engine support | Hans Nilsson |
2018-05-04 | crypto: Fix compilation for LibreSSL 2.7.x | Hans Nilsson |
2018-05-04 | crypto: disable engine if OPENSSL_NO_EC* is set | Hans Nilsson |