summaryrefslogtreecommitdiff
path: root/lib/crypto
Commit message (Expand)AuthorAgeFilesLines
* crypto: Test fixHans Nilsson2021-11-291-1/+1
* crypto: Update 'since' for pbkdf2_hmac docHans Nilsson2021-11-291-1/+1
* Refactor pbkdf2 eligible hash checkgearnode2021-11-295-37/+11
* Add crypto:pbkdf2_hmac/5 functiongearnode2021-11-297-2/+227
* Merge branch 'hans/crypto/cuddle_tests' into maintHans Nilsson2021-11-261-3/+4
|\
| * crypto: More info about libs added in crypto_SUITE:init_per_suite/0Hans Nilsson2021-11-251-3/+4
* | Merge branch 'hans/crypto/experimental_info_fun/OTP-17603' into maintHans Nilsson2021-11-262-2/+30
|\ \ | |/ |/|
| * crypto: Add type spec and doc for crypto:info()Hans Nilsson2021-11-252-1/+27
| * crypto: Remove 'experimental' from crypto:info/0Hans Nilsson2021-11-251-1/+1
| * crypto: Add otp version to crypto:info()Hans Nilsson2021-11-251-1/+3
* | Merge branch 'hans/crypto/check_aliased_exists/OTP-17741' into maintHans Nilsson2021-11-172-14/+42
|\ \
| * | crypto: Cipher aliases could be present even if the aliased cipher was missingHans Nilsson2021-11-112-14/+42
* | | crypto: FIPS availability was not checked for aead ciphersHans Nilsson2021-11-111-0/+2
|/ /
* | Merge branch 'hans/crypto/openssl-3.0_no_deprecation_warnings_maint' into maintHans Nilsson2021-10-252-2/+34
|\ \
| * | Update configure scriptsHans Nilsson2021-10-211-1/+21
| * | crypto: Make a '--disable-deprecated-warnings' flag for crypto/configureHans Nilsson2021-10-211-1/+13
* | | Merge branch 'hans/crypto/openssl-3.0_no_deprecation_warnings_maint' into maintHans Nilsson2021-10-182-0/+50
|\ \ \ | |/ /
| * | Update configure scriptsHans Nilsson2021-10-181-0/+38
| * | crypto: Let configure disable deprecation warnings for 3.0Hans Nilsson2021-10-181-0/+12
* | | crypto: Documentation about using the OpenSSL 3.0 cryptolibHans Nilsson2021-10-181-0/+7
* | | crypto: Update the EVP_CIPHER_CTX_* usageHans Nilsson2021-10-183-12/+62
* | | crypto: Disable FIPS mode if OpenSSL 3.0 cryptolibHans Nilsson2021-10-181-0/+5
* | | crypto: Disable RC4 if OpenSSL 3.0 cryptolibHans Nilsson2021-10-182-2/+3
* | | crypto: Disable RC2 if OpenSSL 3.0 cryptolibHans Nilsson2021-10-181-1/+2
* | | crypto: Disable DES (not tripple-DES) if OpenSSL 3.0 cryptolibHans Nilsson2021-10-181-1/+2
* | | crypto: Disable blowfish if OpenSSL 3.0 cryptolibHans Nilsson2021-10-181-1/+2
* | | crypto: Disable aes_ige if OpenSSL 3.0 cryptolibHans Nilsson2021-10-181-0/+5
* | | crypto: Disable md4 if OpenSSL 3.0 cryptolibHans Nilsson2021-10-181-1/+2
* | | crypto: Disable ripemd160 if OpenSSL 3.0 cryptolibHans Nilsson2021-10-181-2/+4
* | | crypto: Slightly change the 3-DES symbol handlingHans Nilsson2021-10-182-15/+26
* | | crypto: Change (and simplify) the FIPS mode related macrosHans Nilsson2021-10-1810-53/+26
* | | crypto: Remove seemingly unused low-level API aes_cfb_(8|128)_crypt NIFsHans Nilsson2021-10-182-89/+0
* | | crypto: Adapt to OpenSSL 3.0 versioningHans Nilsson2021-10-181-2/+14
* | | crypto: Some version polishingHans Nilsson2021-10-182-21/+54
* | | crypto: pkey.c Change badarg to notsup and refactorHans Nilsson2021-10-181-20/+19
* | | crypto: Re-phrase leagacy code and commentsHans Nilsson2021-10-181-5/+7
|/ /
* | ssh: Exclude LibreSSL 2.1.* from Engine testsHans Nilsson2021-10-121-0/+3
* | crypto: Silence CodeCheckerHans Nilsson2021-10-071-0/+5
* | crypto: Change some line breaksHans Nilsson2021-10-061-30/+19
* | crypto: Do options checking in C. SimplificationHans Nilsson2021-10-062-86/+123
* | crypto: Remove iolist_to binaryHans Nilsson2021-10-062-24/+23
* | crypto: Re-structure existing codeHans Nilsson2021-10-061-11/+11
* | crypto: Extend badarg macros with argument number parameterHans Nilsson2021-10-0611-185/+328
* | crypto: Remove old and unused macro COMPATHans Nilsson2021-10-061-13/+0
* | Merge branch 'maint-24' into maintIngela Anderton Andin2021-10-052-1/+23
|\ \
| * | Prepare releaseErlang/OTP2021-10-042-1/+23
| * | Merge branch 'hans/crypto/fix_bad_fips_mode/OTP-17672' into maint-24Erlang/OTP2021-10-041-19/+29
| |\ \
* | \ \ Merge branch 'hans/crypto/fix_bad_fips_mode/OTP-17672' into maintHans Nilsson2021-10-041-19/+29
|\ \ \ \ | | |/ / | |/| |
| * | | crypto: Initialize the curve's cache fully at start of cryptoHans Nilsson2021-10-011-16/+25
| * | | crypto: Handle FIPS_mode() that are not 0 nor 1Hans Nilsson2021-10-011-3/+4