summaryrefslogtreecommitdiff
path: root/lib/crypto
Commit message (Expand)AuthorAgeFilesLines
* Prepare releaseErlang/OTP2019-05-102-1/+132
* crypto: Doc link fixesHans Nilsson2019-05-032-29/+68
* Merge branch 'hans/crypto/new_supports_1/OTP-15771'Hans Nilsson2019-05-033-13/+58
|\
| * crypto: Document supports/1Hans Nilsson2019-04-303-13/+58
* | Revert "Prepare release"Rickard Green2019-04-242-132/+1
* | Prepare releaseErlang/OTP2019-04-232-1/+132
| |
| \
*-. \ Merge branches 'hans/crypto/new_supports_1/OTP-15771', 'hans/ssh/new_supports...Hans Nilsson2019-04-188-124/+256
|\ \ \ | | |/ | |/|
| | * ssh: Fix deprecation warnings in testsHans Nilsson2019-04-171-1/+1
| | * crypto: Remove unused var warning in testsHans Nilsson2019-04-171-1/+1
| |/ |/|
| * crypto: New function supports/1Hans Nilsson2019-04-178-122/+254
|/
* Merge branch 'maint'Hans Nilsson2019-04-122-1/+17
|\
| * Prepare releaseErlang/OTP2019-04-122-1/+17
| * Merge branch 'sverker/crypto/bcmp-memcmp-fix/OTP-15750' into maint-21Erlang/OTP2019-04-121-2/+2
| |\
* | | crypto: Rename 'crypto_(init|update)_dyn_iv' to 'crypto_dyn_iv_(init|update)'Hans Nilsson2019-04-114-18/+18
* | | crypto: Rename crypto_aead to crypto_one_time_aeadHans Nilsson2019-04-114-15/+15
* | | crypto: Doc review commentsHans Nilsson2019-04-112-35/+45
* | | crypto: Obey compile flags for no DSA, BF, DES, DHHans Nilsson2019-04-109-12/+116
* | | crypto: Remove compiler warning on an fprintf in the otp test engineHans Nilsson2019-04-101-1/+1
* | | crypto: Fix valgrind error in api_ng.c ng_crypto_one_time for OpenSSL<1.0.1Hans Nilsson2019-04-101-0/+12
* | | Merge branch 'sverker/master/crypto/bcmp-memcmp-fix/OTP-15750'Sverker Eriksson2019-04-081-2/+2
|\ \ \
| * \ \ Merge branch 'sverker/crypto/bcmp-memcmp-fix/OTP-15750'Sverker Eriksson2019-04-051-2/+2
| |\ \ \ | | | |/ | | |/|
| | * | crypto: Fix link error on windowsSverker Eriksson2019-04-051-2/+2
* | | | crypto: User's Guide and Reference Manual for the new apiHans Nilsson2019-04-054-157/+557
|/ / /
* | | crypto: Fix valgrind error for api_ng.cHans Nilsson2019-04-051-1/+6
* | | crypto: Fixup lots of testsHans Nilsson2019-04-051-264/+429
* | | crypto: Rename new api and rework the typingHans Nilsson2019-04-051-86/+227
* | | crypto: Misc C-changes,Hans Nilsson2019-04-058-182/+142
* | | Revert "Prepare release"Henrik Nord2019-03-262-114/+1
* | | Prepare releaseErlang/OTP2019-03-252-1/+114
* | | crypto: New error schema in aead.cHans Nilsson2019-03-221-60/+49
* | | crypto: Move new error macros to common.hHans Nilsson2019-03-222-12/+11
* | | crypto: Use key length in alias/2Hans Nilsson2019-03-221-44/+88
* | | crypto: Remove old commentHans Nilsson2019-03-221-3/+0
* | | crypto: Restore 'error' as result of failed aead decryptionHans Nilsson2019-03-222-2/+3
* | | crypto: Update types of hash algorithmsHans Nilsson2019-03-222-15/+22
* | | crypto: Cuddle error types and documentation of themHans Nilsson2019-03-222-36/+59
* | | crypto: Note about key lengths for cipher_info/1Hans Nilsson2019-03-221-0/+9
* | | crypto: Update CipherModes for PR/2186Hans Nilsson2019-03-221-1/+13
* | | crypto: Declare *_info return map and other review-commentsHans Nilsson2019-03-221-4/+17
* | | crypto: Declare *_info return map and other review-commentsHans Nilsson2019-03-221-2/+32
* | | crypto: Document hash_info/1 and cipher_info/1Hans Nilsson2019-03-221-0/+43
* | | crypto: Rename block_crypto_with/without to match stream_cipher namesHans Nilsson2019-03-222-19/+20
* | | crypto: New types (block_cipher)Hans Nilsson2019-03-222-5/+19
* | | Merge pull request #2186 from essen/improve-cipher-infoHans Nilsson2019-03-225-3/+71
|\ \ \
| * | | Hardcode aes_ctr cipher infos to support older cryptolibsLoïc Hoguin2019-03-211-0/+10
| * | | Add missing cipher modes to crypto:cipher_info/1 resultLoïc Hoguin2019-03-193-0/+54
| * | | Make crypto:cipher_info work for all ciphers and aliasesLoïc Hoguin2019-03-192-3/+7
* | | | crypto: Fixup unused label warningHans Nilsson2019-03-211-6/+4
* | | | crypto: Fixup 'break strict-aliasing rules' warningHans Nilsson2019-03-211-2/+2
* | | | crypto: Fixup 'break strict-aliasing rules' warningHans Nilsson2019-03-211-2/+2