aboutsummaryrefslogtreecommitdiffstats
path: root/lib/crypto/c_src
AgeCommit message (Expand)Author
2018-12-03crypto: Fix valgrind errors in privkey_to_pubkeyHans Nilsson
2018-12-03crypto: Fix valgrind error for keys with passwords in EnginesHans Nilsson
2018-11-30crypto: Split function in otp_test_engineHans Nilsson
2018-11-30crypto: Update test engine with fake rsa supportHans Nilsson
2018-11-19crypto: Add ed25519 and ed448 sign/verifyHans Nilsson
2018-11-05crypto: Fix gcc 8 warningSverker Eriksson
2018-10-11crypto: Update RSA options to match specs and different OpenSSL versionsHans Nilsson
2018-09-18crypto: Fix bad return/exception for unsupported cipherHans Nilsson
2018-09-18crypto: Use aead functions for CHACHA20_POLY1305Hans Nilsson
2018-09-18crypto: Disable problematic RSA options in LibreSSLHans Nilsson
2018-09-17Merge branch 'hans/crypto/aes_ccm/OTP-15286' into maintHans Nilsson
2018-09-14crypto: Add AES_CCM cryptoHans Nilsson
2018-09-14crypto: Generalize aes_gcm_(de|en)crypt nifsHans Nilsson
2018-09-14crypto: Add forgotten #ifdefHans Nilsson
2018-09-14crypto: Change condition for RSA_PKCS1_PSSHans Nilsson
2018-09-14crypto: Add 'rsa_opts' to crypto:supports/0Hans Nilsson
2018-09-13Merge branch 'hans/crypto/SHA3/OTP-15153' into maintHans Nilsson
2018-09-12crypto: sha3_224 and sha3_256 errors fixedHans Nilsson
2018-09-12crypto: Fix valgrind errorHans Nilsson
2018-09-11Merge branch 'hans/crypto/x25519_x448/OTP-15240' into maintHans Nilsson
2018-09-10crypto: Remove 'experimental' comments for ecdhHans Nilsson
2018-08-30crypto: Let otp_test_engine only add what is neededHans Nilsson
2018-08-23Merge branch 'hans/crypto/x25519_x448/OTP-15240' into maintHans Nilsson
2018-08-23Merge branch 'hans/crypto/SHA3/OTP-15153' into maintHans Nilsson
2018-08-23crypto: Remove the term 'eddh'Hans Nilsson
2018-08-23crypto: Enable EDDH all OpenSSL cryptolib over beta version 1.1.1-pre8Hans Nilsson
2018-08-23crypto: Disable non-working SHA3_224 and SHA3_256Hans Nilsson
2018-08-23crypto: SHA3 hash on OpenSSL-1.1.1Hans Nilsson
2018-08-23crypto: chacha20 cipherHans Nilsson
2018-08-23crypto: Mac POLY1305 if >=OpenSSL 1.1.1-pre8Hans Nilsson
2018-08-23Merge branch 'maint-20' into maintLars Thorsen
2018-08-21Updated the engine load functionalityLars Thorsen
2018-08-16crypto: Put curve list in CHans Nilsson
2018-08-13Merge branch 'hans/crypto/rsa_opts/ERL-675/PR1899/OTP-15212' into maintHans Nilsson
2018-08-10Merge branch 'maint-20' into maintRickard Green
2018-08-09crypto: Fix crash in compute_key(ecdh, ...) on badargJohn Högberg
2018-08-01Fixes ERL-675Stevie Graham
2018-06-18Update copyright yearHenrik Nord
2018-06-14crypto: Remove EVP_PKEY from dh_compute_key_nifHans Nilsson
2018-06-14crypto: Try fix valgrind errorsHans Nilsson
2018-06-12crypto: Remove commentsHans Nilsson
2018-06-11crypto: Add experimental x25519 and x448Hans Nilsson
2018-06-11crypto: Extend crypto:supports with 'curves'Hans Nilsson
2018-06-04crypto: Valgrind suggestionsHans Nilsson
2018-05-18Merge branch 'sverker/crypto-upgrade-bug/OTP-15088'Sverker Eriksson
2018-05-17crypto: Robustify the do-once-initializationSverker Eriksson
2018-05-17crypto: Fix upgrade bug when engine support is missingSverker Eriksson
2018-05-08Merge branch 'maint'Hans Nilsson
2018-05-07Merge branch 'hans/crypto/OPENSSL_NO_EC/OTP-15073' into maint-20Erlang/OTP
2018-05-04crypto: get_engine_load_cmd_list excluded if no engine supportHans Nilsson