summaryrefslogtreecommitdiff
path: root/lib/crypto
Commit message (Expand)AuthorAgeFilesLines
* crypto: Update RSA tests after algorithms doc chapterHans Nilsson2018-10-111-78/+93
* crypto: Update RSA options to match specs and different OpenSSL versionsHans Nilsson2018-10-112-33/+88
* Prepare releaseErlang/OTP2018-09-242-1/+112
* crypto: Fix accidental mergeHans Nilsson2018-09-211-13/+6
* Update copyright yearHenrik Nord2018-09-213-3/+3
* crypto: Re-work the 'Description' sectionHans Nilsson2018-09-191-35/+144
* crypto: Add warnings in RefMan and User's Guide for experimental RSA optsHans Nilsson2018-09-183-7/+34
* crypto: Fix bad return/exception for unsupported cipherHans Nilsson2018-09-181-57/+59
* crypto: Use aead functions for CHACHA20_POLY1305Hans Nilsson2018-09-182-143/+40
* crypto: Disable problematic RSA options in LibreSSLHans Nilsson2018-09-181-2/+4
* crypto: Disable bad testsHans Nilsson2018-09-181-2/+2
* Merge branch 'hans/crypto/aes_ccm/OTP-15286' into maintHans Nilsson2018-09-1734-149/+33052
|\
| * crypto: Fix no_aead testHans Nilsson2018-09-141-3/+9
| * crypto: Document AES_CCM and fix errors in User's GuideHans Nilsson2018-09-142-4/+5
| * crypto: AES_CCM test caseHans Nilsson2018-09-1410-35/+11143
| * crypto: All aes_ccm vectors (including unused)Hans Nilsson2018-09-1420-0/+21708
| * crypto: Add AES_CCM cryptoHans Nilsson2018-09-142-19/+80
| * crypto: Generalize aes_gcm_(de|en)crypt nifsHans Nilsson2018-09-142-93/+112
* | crypto: Add forgotten #ifdefHans Nilsson2018-09-141-0/+2
* | crypto: Change condition for RSA_PKCS1_PSSHans Nilsson2018-09-141-5/+4
* | crypto: RSA options list disclaimer in documentation for crypto:supports/0Hans Nilsson2018-09-141-0/+3
* | crypto: Add 'rsa_opts' to crypto:supports/0Hans Nilsson2018-09-142-11/+48
|/
* Merge branch 'hans/crypto/SHA3/OTP-15153' into maintHans Nilsson2018-09-131-2/+5
|\
| * crypto: sha3_224 and sha3_256 errors fixedHans Nilsson2018-09-121-2/+5
* | crypto: Add missing documentation for enable_fips_mode/1Hans Nilsson2018-09-132-3/+22
* | crypto: Generate refman from types and specsHans Nilsson2018-09-132-625/+481
* | crypto: Rework -type and -specHans Nilsson2018-09-131-237/+739
* | crypto: Setup for doc generationHans Nilsson2018-09-133-0/+12
* | crypto: A user's guide chapter on algorithm detailsHans Nilsson2018-09-133-1/+292
* | crypto: Fix valgrind errorHans Nilsson2018-09-121-1/+5
* | Merge branch 'hans/crypto/x25519_x448/OTP-15240' into maintHans Nilsson2018-09-111-11/+6
|\ \
| * | crypto: Remove 'experimental' comments for ecdhHans Nilsson2018-09-101-11/+6
* | | crypto: Bug fix - crypto:next_iv regarding aes_ige256Hans Nilsson2018-09-071-1/+2
* | | crypto: Bug fix - blowfish_cbc allowed in crypto:next_ivHans Nilsson2018-09-071-0/+1
* | | crypto: Let otp_test_engine only add what is neededHans Nilsson2018-08-301-1/+2
* | | Merge branch 'maint-21' into maintLars Thorsen2018-08-242-1/+32
|\ \ \
| * | | Prepare releaseErlang/OTP2018-08-232-1/+32
| * | | Updated the engine load functionalityLars Thorsen2018-08-235-105/+689
* | | | Merge branch 'hans/crypto/x25519_x448/OTP-15240' into maintHans Nilsson2018-08-233-17/+42
|\ \ \ \ | | |/ / | |/| |
| * | | crypto: doc x25519 & x448Hans Nilsson2018-08-231-2/+5
| * | | crypto: Test vectors for ecdh x25519 and x448Hans Nilsson2018-08-231-2/+29
| * | | crypto: Remove the term 'eddh'Hans Nilsson2018-08-231-11/+6
| * | | crypto: Enable EDDH all OpenSSL cryptolib over beta version 1.1.1-pre8Hans Nilsson2018-08-231-2/+2
* | | | Merge branch 'hans/crypto/SHA3/OTP-15153' into maintHans Nilsson2018-08-234-23/+265
|\ \ \ \ | | |_|/ | |/| |
| * | | crypto: Disable non-working SHA3_224 and SHA3_256Hans Nilsson2018-08-231-2/+2
| * | | crypto: doc SHA3 (hash & hmac)Hans Nilsson2018-08-232-2/+7
| * | | crypto: Tests for SHA3Hans Nilsson2018-08-231-20/+194
| * | | crypto: SHA3 hash on OpenSSL-1.1.1Hans Nilsson2018-08-231-1/+64
| |/ /
* | | crypto: doc poly1305Hans Nilsson2018-08-231-1/+15
* | | crypto: doc chacha20Hans Nilsson2018-08-231-3/+3