Age | Commit message (Expand) | Author |
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 |
2019-02-05 | ssl: Use specs to generate type documentation | Ingela Anderton Andin |
2019-02-04 | Add hash function BLAKE2 to crypto:hash/hmac | Hans Svensson |
2019-02-04 | otp_test_engine.c fixes | Hans Nilsson |
2019-02-04 | crypto: Fix compilation < 1.0.0 | Hans Nilsson |
2019-02-04 | Merge pull request #2095 from hogand/crypto/revamp-files | Hans Nilsson |
2019-01-28 | crypto: Fix type spec rsa_sign_verify_opt() | Péter Dimitrov |
2019-01-25 | Merge branch 'maint' | Hans Nilsson |
2019-01-25 | crypto: Reorg | Hans Nilsson |
2019-01-25 | crypto: Misc fixes: double time, calibrate once | Hans Nilsson |
2019-01-16 | Fix label s/out_err/err/ in OPENSSL_NO_EC2M case per PR comment | Doug Hogan |
2019-01-15 | When using DEBUG, avoid comparison of different signs | Doug Hogan |
2019-01-15 | Convert argc checks to ASSERTs per PR | Doug Hogan |
2019-01-15 | Make it easier to turn on debug output | Doug Hogan |
2019-01-15 | Fix documentation and argc check for engine_ctrl_cmd_strings_nif | Doug Hogan |
2019-01-15 | Merge branch 'maint' | Hans Nilsson |
2019-01-15 | crypto: Refresh of test case for elliptic curves | Hans Nilsson |
2019-01-15 | crypto: Rename a testcase | Hans Nilsson |
2019-01-15 | Merge branch 'maint' | Hans Nilsson |
2019-01-14 | Reference all of the free/release call positions in cocci file | Doug Hogan |
2019-01-14 | Make crypto_free() NULL safe | Doug Hogan |
2019-01-14 | Add more Erlang functions that are not NULL safe to coccinelle | Doug Hogan |
2019-01-14 | Fix documentation and argc check in engine_get_first_nif() | Doug Hogan |
2019-01-14 | dh_p is referenced after dh_params owns it | Doug Hogan |
2019-01-14 | enif_release_resource is not NULL safe | Doug Hogan |
2019-01-14 | crypto: New test suite - crypto_bench_SUITE | Hans Nilsson |