Age | Commit message (Expand) | Author |
2019-03-19 | crypto: Add FIPS testing for a couple of algorithms | Hans Nilsson |
2019-03-19 | crypto: Sort ciphers in alphabetic order in testsuite | Hans Nilsson |
2019-03-19 | crypto: Better error report in crypto_SUITE | Hans Nilsson |
2019-03-19 | crypto: Wrong ifdef symbol used for ENGINE | Hans Nilsson |
2019-03-19 | crypto: Handle EVP_CIPHER_CTX copying correctly | Hans Nilsson |
2019-03-19 | crypto: Fix bug in ng_api | Hans Nilsson |
2019-03-19 | crypto: Better error descriptions | Hans Nilsson |
2019-03-19 | crypto: Fix bug for older cryptolib | Hans Nilsson |
2019-03-19 | crypto: Fix leak for eddsa detected by Valgrind | Hans Nilsson |
2019-03-19 | crypto: Testcase for TLS using new API | Hans Nilsson |
2019-03-19 | crypto: Rename SSL special functions | Hans Nilsson |
2019-03-19 | crypto: New function for SSL app | Hans Nilsson |
2019-03-19 | crypto: Remove compat specials from crypto_init | Hans Nilsson |
2019-03-19 | crypto: Exceptions as error return in api_ng | Hans Nilsson |
2019-03-19 | crypto: Relocate the new api code inside the crypto.erl file | Hans Nilsson |
2019-03-19 | crypto: Cleaning of comments + spec fixing | Hans Nilsson |
2019-03-19 | crypto: Remove unused variables in test case | Hans Nilsson |
2019-03-19 | crypto: Test fixes for stream api emulated by the new api | Hans Nilsson |
2019-03-19 | crypto: Shrink aes.c,h (remove aes_ctr_stream_* funcs) | Hans Nilsson |
2019-03-19 | crypto: Remove chacha20.c,h and rc4.c,h | Hans Nilsson |
2019-03-19 | crypto: Use/implement new funcs for stream-api | Hans Nilsson |
2019-03-19 | crypto: Test the new api | Hans Nilsson |
2019-03-19 | crypto: Remove block.c and block.h | Hans Nilsson |
2019-03-19 | crypto: Fix syntax error in ASSERT | Hans Nilsson |
2019-03-19 | crypto: Implement crypto one-shot | Hans Nilsson |
2019-03-19 | crypto: Remove condition of block size | Hans Nilsson |
2019-03-18 | Merge branch 'hans/crypto/fix_chacha20_bug/OTP-15678' | Hans Nilsson |
2019-03-15 | crypto: Disable chacha20 if OpenSSL 1.1.0-1.1.0c | Hans Nilsson |
2019-03-15 | crypto: Fix bug in error return for crypto:poly1305/2 | Hans Nilsson |
2019-03-12 | Merge branch 'maint' | Henrik Nord |
2019-03-11 | Prepare release | Erlang/OTP |
2019-03-06 | Add crypto:cipher_info/1 and crypto:hash_info/1 | Loïc Hoguin |
2019-02-28 | Merge branch 'hans/crypto/bad_ret_fips/OTP-15634' into maint | Hans Nilsson |
2019-02-27 | crypto: Fix FIPS mode | Hans Nilsson |
2019-02-27 | Merge branch 'maint' | Hans Nilsson |
2019-02-27 | crypto: Remove assertion | Hans Nilsson |
2019-02-27 | crypto: Fail if FIPS mode is present but can't be enabled | Hans Nilsson |
2019-02-27 | crypto: Remove blowfish_SUITE. | Hans Nilsson |
2019-02-27 | crypto: Update crypto_SUITE checking of FIPS | Hans Nilsson |
2019-02-27 | Revert "Prepare release" | Rickard Green |
2019-02-26 | crypto: Fix bad return value for aes_cfb8 and aes_cfb128 if FIPS_SUPPORT | Hans Nilsson |
2019-02-26 | Prepare release | Erlang/OTP |
2019-02-25 | crypto: Fix bad return code for eddsa if FIPS_SUPPORT | Hans Nilsson |
2019-02-25 | crypto: New experimental api | Hans Nilsson |
2019-02-18 | Merge branch 'maint' | Hans Nilsson |
2019-02-18 | crypto: Fix of engine_SUITE:engine_list test case | Hans Nilsson |
2019-02-06 | crypto: Disable blake2 in LibreSSL (not supported) | Hans Nilsson |
2019-02-06 | Merge pull request #2129 from hanssv/crypto/add_blake2_support | Hans Nilsson |
2019-02-05 | Add blake2 datatype to crypto.xml | Hans Svensson |
2019-02-05 | Merge branch 'maint' | Ingela Anderton Andin |