summaryrefslogtreecommitdiff
path: root/lib/crypto/c_src
Commit message (Expand)AuthorAgeFilesLines
* Make crypto's configure fail if feature requests cannot be satisfiedRickard Green2021-05-031-5/+16
* crypto: EVP_CIPH_FLAG_AEAD_CIPHER is not always definedHans Nilsson2021-04-151-0/+4
* Rename aead attr to prop_aeadBryan Paxton2021-04-073-4/+6
* Add aead attribute to map from crypto:cipher_info/1Bryan Paxton2021-03-283-0/+4
* Merge branch 'maint'Hans Nilsson2021-03-081-2/+2
|\
| * Avoid defining test functions for OpenSSL engine when it was compiled without...Erwan Le Pape2021-03-041-2/+2
| * crypto: Fix unused function warningLukas Larsson2021-01-251-15/+6
* | Merge branch 'maint'Hans Nilsson2021-01-191-1/+1
|\ \ | |/
| * 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 'maint'Hans Nilsson2021-01-191-0/+5
|\ \ \ | |/ /
| * | 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 pull request #2872 from garazdawi/lukas/fix-configure-werror/OTP-17105Lukas Larsson2021-01-131-15/+6
|\ \ \
| * | | crypto: Fix unused function warningLukas Larsson2021-01-071-15/+6
* | | | Merge branch 'maint'Sverker Eriksson2021-01-113-2/+10
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | crypto: Fix compiler warningSverker Eriksson2020-12-181-1/+1
| * | crypto: Add asan build targetSverker Eriksson2020-12-182-1/+9
* | | Merge branch 'maint'Sverker Eriksson2020-12-181-12/+37
|\ \ \ | |/ /
| * | crypto: Try fix ENGINE leaksSverker Eriksson2020-12-071-12/+37
* | | crypto: Add aes_ctr etc aliases to the New APIHans Nilsson2020-12-166-3/+25
* | | crypto: Remove aes_ige_crypt_nif/4 and aes_ige256Hans Nilsson2020-12-107-75/+1
* | | Merge branch 'maint'Sverker Eriksson2020-12-021-1/+1
|\ \ \ | |/ /
| * | 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 branch 'maint'Hans Nilsson2020-11-271-1/+7
|\ \ \ \ | |/ / /
| * | | 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 'maint'Hans Nilsson2020-11-278-25/+47
|\ \ \ \ | |/ / /
| * | | Merge branch 'hans/crypto/hmac_performance/ERL-1400/PR-2877/OTP-17025' into m...Hans Nilsson2020-11-278-25/+47
| |\ \ \
| | * | | 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-264-5/+5
| | |/ /
* | | | Merge branch 'maint'Hans Nilsson2020-11-272-49/+62
|\ \ \ \ | |/ / /
| * | | crypto: Fix CodeChecker 'Medium severity' warningsHans Nilsson2020-11-261-40/+42
| * | | crypto: Fix CodeChecker 'High severity' warningsHans Nilsson2020-11-261-9/+20
| |/ /
* | | crypto: Remove installed priv/obj directory and all its filesSverker Eriksson2020-11-041-6/+0
|/ /
* | 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-091-109/+446
* | 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 'raimo/crypto/configure-disable-evp/ERIERL-509/OTP-16771' into m...Raimo Niskanen2020-07-212-5/+7
|\ \ | |/
| * Implement workaround for EVP DH key exchangeRaimo Niskanen2020-07-212-5/+7
* | crypto: Rename NIFHans Nilsson2020-04-033-3/+3
* | crypto: Add 'eddh' to crypto:supports(public_keys)Hans Nilsson2020-04-031-0/+3
* | crypto: Rename HAVE_ED_CURVE_DH -> HAVE_EDDH andHans Nilsson2020-04-035-7/+9
* | Merge branch 'maint'Rickard Green2020-03-1344-44/+44
|\ \ | |/
| * Update copyright yearRickard Green2020-03-1344-44/+44
* | crypto: Add a crypto_get_data/1 and update crypto_final/1Hans Nilsson2020-02-035-55/+60