aboutsummaryrefslogtreecommitdiffstats
path: root/lib/crypto
AgeCommit message (Expand)Author
2019-04-12Prepare releaseErlang/OTP
2019-04-12Merge branch 'sverker/crypto/bcmp-memcmp-fix/OTP-15750' into maint-21Erlang/OTP
2019-04-05crypto: Fix link error on windowsSverker Eriksson
2019-03-11Prepare releaseErlang/OTP
2019-02-28Merge branch 'hans/crypto/bad_ret_fips/OTP-15634' into maintHans Nilsson
2019-02-27crypto: Remove assertionHans Nilsson
2019-02-27crypto: Fail if FIPS mode is present but can't be enabledHans Nilsson
2019-02-27crypto: Remove blowfish_SUITE.Hans Nilsson
2019-02-27crypto: Update crypto_SUITE checking of FIPSHans Nilsson
2019-02-26crypto: Fix bad return value for aes_cfb8 and aes_cfb128 if FIPS_SUPPORTHans Nilsson
2019-02-25crypto: Fix bad return code for eddsa if FIPS_SUPPORTHans Nilsson
2019-02-18crypto: Fix of engine_SUITE:engine_list test caseHans Nilsson
2019-02-05ssl: Use specs to generate type documentationIngela Anderton Andin
2019-01-25crypto: ReorgHans Nilsson
2019-01-25crypto: Misc fixes: double time, calibrate onceHans Nilsson
2019-01-15crypto: Refresh of test case for elliptic curvesHans Nilsson
2019-01-15crypto: Rename a testcaseHans Nilsson
2019-01-14crypto: New test suite - crypto_bench_SUITEHans Nilsson
2018-12-12Add empty 'since' attribute for old modules and functionsSverker Eriksson
2018-12-11Add "since" attributes in xml for new functions and modulesSverker Eriksson
2018-12-10Prepare releaseErlang/OTP
2018-12-03Merge branch 'raimo/test-cuddling' into maintRaimo Niskanen
2018-12-03crypto: Engine valgrind fixHans Nilsson
2018-12-03crypto: Fix valgrind error in dh_generate/dh_computeHans Nilsson
2018-12-03crypto: Fix valgrind errors in pkey_crypt_nifHans Nilsson
2018-12-03crypto: Add some crypto:engine_unload in engine test suiteHans Nilsson
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 Edward curves to the documentationHans Nilsson
2018-11-19crypto: Add eddsa test case (ed25519 and ed448)Hans Nilsson
2018-11-19crypto: Add ed25519 and ed448 sign/verifyHans Nilsson
2018-11-15Merge branch 'sverker/crypto/gcc-8-warning' into maintSverker Eriksson
2018-11-14Parallel stress test strong_rand_bytesRaimo Niskanen
2018-11-05crypto: Fix gcc 8 warningSverker Eriksson
2018-10-24crypto: Fix tests failing if more than one test engine availableHans Nilsson
2018-10-24crypto: Disable engine tests on Darwin and WindowsHans Nilsson
2018-10-11crypto: Update RSA tests after algorithms doc chapterHans Nilsson
2018-10-11crypto: Update RSA options to match specs and different OpenSSL versionsHans Nilsson
2018-09-24Prepare releaseErlang/OTP
2018-09-21crypto: Fix accidental mergeHans Nilsson
2018-09-21Update copyright yearHenrik Nord
2018-09-19crypto: Re-work the 'Description' sectionHans Nilsson
2018-09-18crypto: Add warnings in RefMan and User's Guide for experimental RSA optsHans 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-18crypto: Disable bad testsHans Nilsson
2018-09-17Merge branch 'hans/crypto/aes_ccm/OTP-15286' into maintHans Nilsson