Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-05-29 | Prepare release | Erlang/OTP | |
2019-05-22 | crypto: Re-enable aes_ctr for openssl cryptolib < 1.0.1 | Hans Nilsson | |
It was accidently disabled in the crypto:supports/0 and /1. It worked however in the encrypt/decrypt functions. | |||
2019-05-10 | Prepare release | Erlang/OTP | |
2019-05-03 | crypto: Doc link fixes | Hans Nilsson | |
2019-05-03 | Merge branch 'hans/crypto/new_supports_1/OTP-15771' | Hans Nilsson | |
* hans/crypto/new_supports_1/OTP-15771: crypto: Document supports/1 | |||
2019-04-30 | crypto: Document supports/1 | Hans Nilsson | |
2019-04-24 | Revert "Prepare release" | Rickard Green | |
This reverts commit 425889ba69b69a9b6fb14bfbef121d51b78e853a. | |||
2019-04-23 | Prepare release | Erlang/OTP | |
2019-04-18 | Merge branches 'hans/crypto/new_supports_1/OTP-15771', ↵ | Hans Nilsson | |
'hans/ssh/new_supports', 'hans/crypto/remove_warnings' and 'hans/ssh/remove_warnings' * hans/crypto/new_supports_1/OTP-15771: crypto: New function supports/1 * hans/ssh/new_supports: ssh: Use new api for aead ciphers ssh: Use correct names of ciphers * hans/crypto/remove_warnings: ssh: Fix deprecation warnings in tests crypto: Remove unused var warning in tests * hans/ssh/remove_warnings: ssh: Fix deprecation warnings in tests ssh: Remove unused function warning in tests ssh: Remove unused var warning in tests ssh: Remove unused var warning | |||
2019-04-17 | ssh: Fix deprecation warnings in tests | Hans Nilsson | |
2019-04-17 | crypto: Remove unused var warning in tests | Hans Nilsson | |
2019-04-17 | crypto: New function supports/1 | Hans Nilsson | |
Takes argument hashs, public_keys, ciphers, macs, curves or rsa_opts. Returns the algorithm names, but ONLY the openssl names. supports/0 still returns aliases and misspellings. | |||
2019-04-12 | Merge branch 'maint' | Hans Nilsson | |
* maint: Updated OTP version Prepare release # Conflicts: # OTP_VERSION # make/otp_version_tickets_in_merge | |||
2019-04-12 | Prepare release | Erlang/OTP | |
2019-04-12 | Merge branch 'sverker/crypto/bcmp-memcmp-fix/OTP-15750' into maint-21 | Erlang/OTP | |
* sverker/crypto/bcmp-memcmp-fix/OTP-15750: crypto: Fix link error on windows | |||
2019-04-11 | crypto: Rename 'crypto_(init|update)_dyn_iv' to 'crypto_dyn_iv_(init|update)' | Hans Nilsson | |
2019-04-11 | crypto: Rename crypto_aead to crypto_one_time_aead | Hans Nilsson | |
2019-04-11 | crypto: Doc review comments | Hans Nilsson | |
This reverts commit c207d2438017d15e32f47f5ff7168759b3d123fc. | |||
2019-04-10 | crypto: Obey compile flags for no DSA, BF, DES, DH | Hans Nilsson | |
2019-04-10 | crypto: Remove compiler warning on an fprintf in the otp test engine | Hans Nilsson | |
The otp_test_engine is only used in some of the test cases. | |||
2019-04-10 | crypto: Fix valgrind error in api_ng.c ng_crypto_one_time for OpenSSL<1.0.1 | Hans Nilsson | |
2019-04-08 | Merge branch 'sverker/master/crypto/bcmp-memcmp-fix/OTP-15750' | Sverker Eriksson | |
* sverker/master/crypto/bcmp-memcmp-fix/OTP-15750: crypto: Fix link error on windows | |||
2019-04-05 | Merge branch 'sverker/crypto/bcmp-memcmp-fix/OTP-15750' | Sverker Eriksson | |
into sverker/master/crypto/bcmp-memcmp-fix/OTP-15750 | |||
2019-04-05 | crypto: Fix link error on windows | Sverker Eriksson | |
Replace deprecated 'bcmp' with 'memcmp'. | |||
2019-04-05 | crypto: User's Guide and Reference Manual for the new api | Hans Nilsson | |
2019-04-05 | crypto: Fix valgrind error for api_ng.c | Hans Nilsson | |
2019-04-05 | crypto: Fixup lots of tests | Hans Nilsson | |
2019-04-05 | crypto: Rename new api and rework the typing | Hans Nilsson | |
Split conceptually into an OLD and a NEW api with separate typing. The NEW api will in general not provide types for ciphers without key length like aes_ctr. Use aes_128_ctr etc. Later the C-code will not accept them either. | |||
2019-04-05 | crypto: Misc C-changes, | Hans Nilsson | |
error fixes, better error reporting (file and line), make aead more robust and like the _ng api. | |||
2019-03-26 | Revert "Prepare release" | Henrik Nord | |
This reverts commit 0118046f9bda8dcf3594184fa439b79267db8017. | |||
2019-03-25 | Prepare release | Erlang/OTP | |
2019-03-22 | crypto: New error schema in aead.c | Hans Nilsson | |
2019-03-22 | crypto: Move new error macros to common.h | Hans Nilsson | |
2019-03-22 | crypto: Use key length in alias/2 | Hans Nilsson | |
2019-03-22 | crypto: Remove old comment | Hans Nilsson | |
2019-03-22 | crypto: Restore 'error' as result of failed aead decryption | Hans Nilsson | |
2019-03-22 | crypto: Update types of hash algorithms | Hans Nilsson | |
2019-03-22 | crypto: Cuddle error types and documentation of them | Hans Nilsson | |
2019-03-22 | crypto: Note about key lengths for cipher_info/1 | Hans Nilsson | |
2019-03-22 | crypto: Update CipherModes for PR/2186 | Hans Nilsson | |
2019-03-22 | crypto: Declare *_info return map and other review-comments | Hans Nilsson | |
2019-03-22 | crypto: Declare *_info return map and other review-comments | Hans Nilsson | |
Conflicts: lib/crypto/doc/src/crypto.xml | |||
2019-03-22 | crypto: Document hash_info/1 and cipher_info/1 | Hans Nilsson | |
2019-03-22 | crypto: Rename block_crypto_with/without to match stream_cipher names | Hans Nilsson | |
2019-03-22 | crypto: New types (block_cipher) | Hans Nilsson | |
2019-03-22 | Merge pull request #2186 from essen/improve-cipher-info | Hans Nilsson | |
Make crypto:cipher_info work for all ciphers and aliases OTP-15655 | |||
2019-03-21 | crypto: Fixup unused label warning | Hans Nilsson | |
2019-03-21 | crypto: Fixup 'break strict-aliasing rules' warning | Hans Nilsson | |
2019-03-21 | crypto: Fixup 'break strict-aliasing rules' warning | Hans Nilsson | |
2019-03-21 | crypto: Fixup the ripemd160 macro chaos | Hans Nilsson | |