summaryrefslogtreecommitdiff
path: root/lib/crypto
Commit message (Expand)AuthorAgeFilesLines
* crypto: Fix unused function warningLukas Larsson2021-01-251-15/+6
* Merge branch 'maint-23' into maintHans Nilsson2021-01-202-1/+16
|\
| * Prepare releaseErlang/OTP2021-01-202-1/+16
| * Merge branch 'hans/crypto/srp_timing_fix-22_23/OTP-17107' into maint-23Erlang/OTP2021-01-201-0/+5
| |\
* | \ Merge branch 'maint-22' into maintHans Nilsson2021-01-201-0/+15
|\ \ \
| * | | Prepare releaseErlang/OTP2021-01-192-1/+16
| | |/ | |/|
* | | Merge branch 'maint-21' into maintHans Nilsson2021-01-201-0/+15
|\ \ \
| * | | Prepare releaseErlang/OTP2021-01-192-1/+16
| * | | crypto: Added BN_FLG_CONSTTIME to BN_mod_expHans Nilsson2021-01-141-0/+5
* | | | Merge pull request #2972 from mikpe/erl1400-followupHans Nilsson2021-01-191-1/+1
|\ \ \ \
| * | | | crypto: disable EVP usage also for openssl-1.0.2Mikael Pettersson2021-01-131-1/+1
* | | | | Merge branch 'hans/crypto/srp_timing_fix-22_23/OTP-17107' into maintHans Nilsson2021-01-191-0/+5
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | crypto: Added BN_FLG_CONSTTIME to BN_mod_expHans Nilsson2021-01-131-0/+5
* | | | | Merge branch 'maint-23' into maintIngela Anderton Andin2021-01-152-1/+17
|\ \ \ \ \ | |_|/ / / |/| | | / | | |_|/ | |/| |
| * | | Prepare releaseErlang/OTP2021-01-152-1/+17
* | | | Merge 'sverker/address-sanitizer' into maint OTP-16959Sverker Eriksson2021-01-116-7/+32
|\ \ \ \
| * | | | crypto: Fix compiler warningSverker Eriksson2020-12-181-1/+1
| * | | | crypto: Improve crypto:get_test_engine/0Sverker Eriksson2020-12-181-3/+20
| * | | | crypto: Add asan build targetSverker Eriksson2020-12-184-3/+11
* | | | | Merge branch 'rickard/configure/ERL-1447/OTP-17093' into maintRickard Green2020-12-231-6/+1
|\ \ \ \ \ | |/ / / / |/| / / / | |/ / /
| * | | Fix uses of AC_CONFIG_AUX_DIRS() in configure scriptsRickard Green2020-12-211-6/+1
* | | | Merge 'sverker/crypto-engine-leak/OTP-17090' into maintSverker Eriksson2020-12-181-12/+37
|\ \ \ \ | |/ / / |/| | |
| * | | crypto: Try fix ENGINE leaksSverker Eriksson2020-12-071-12/+37
* | | | Prepare releaseErlang/OTP2020-12-112-1/+46
|/ / /
* | | Merge branch 'sverker/crypto/buffer-overflow' into maintSverker Eriksson2020-12-021-1/+1
|\ \ \
| * | | crypto: Fix out-of-bounds read bug in otp_test_engine.cSverker Eriksson2020-11-301-1/+1
* | | | Merge pull request #2876 from mikpe/crypto-static-and-gprofHans Nilsson2020-11-271-1/+7
|\ \ \ \
| * | | | crypto: enable gprof buildMikael Pettersson2020-11-251-1/+7
| |/ / /
* | | | Merge branch 'hans/crypto/hmac_performance/ERL-1400/PR-2877/OTP-17025' into m...Hans Nilsson2020-11-279-25/+57
|\ \ \ \
| * | | | crypto: Disable EVP HMAC on openssl versions <1.0.2Hans Nilsson2020-11-261-8/+10
| * | | | crypto: hmac_low_level(): only call HMAC() once, not twiceMikael Pettersson2020-11-261-12/+5
| * | | | crypto: register optimized add_lock_callback function when possibleMikael Pettersson2020-11-263-0/+27
| * | | | crypto: DISABLE_EVP_HMAC flagHans Nilsson2020-11-265-5/+15
| |/ / /
* | | | crypto: Fix CodeChecker 'Medium severity' warningsHans Nilsson2020-11-261-40/+42
* | | | crypto: Fix CodeChecker 'High severity' warningsHans Nilsson2020-11-261-9/+20
* | | | crypto: Update documentationHans Nilsson2020-11-251-3/+4
|/ / /
* | | crypto: Makefile fixHans Nilsson2020-10-291-0/+2
* | | crypto: New testcase for loading the libHans Nilsson2020-10-291-0/+24
* | | crypto: Re-org the code layout for readabilityHans Nilsson2020-10-091-202/+250
* | | crypto: Build the cache of supported curves in the NIF at application loadingHans Nilsson2020-10-092-178/+449
* | | crypto: New test case for crypto:start in erlang nodesHans Nilsson2020-10-091-0/+34
* | | Prepare releaseErlang/OTP2020-09-232-1/+49
* | | Fix deprecation warning messageergl2020-09-081-1/+1
* | | Merge branch 'hans/crypto/optimize_dh_param_check/OTP-16774' into maintHans Nilsson2020-09-071-0/+8
|\ \ \
| * | | crypto: Set flag to disable EVP for DH if historic crypto libsHans Nilsson2020-09-011-0/+8
| |/ /
* | | Merge branch 'maint-22' into maintRickard Green2020-07-221-0/+16
|\ \ \ | |/ /
| * | Prepare releaseErlang/OTP2020-07-212-1/+17
* | | Merge branch 'raimo/crypto/configure-disable-evp/ERIERL-509/OTP-16771' into m...Raimo Niskanen2020-07-213-6/+18
|\ \ \ | |/ /
| * | Implement workaround for EVP DH key exchangeRaimo Niskanen2020-07-213-6/+18
* | | crypto: New Makefile for testsHans Nilsson2020-06-241-38/+13