aboutsummaryrefslogtreecommitdiffstats
path: root/lib/crypto
AgeCommit message (Expand)Author
2019-02-27crypto: Fix FIPS modeHans Nilsson
2019-02-27Merge branch 'maint'Hans Nilsson
2019-02-27crypto: Remove assertionHans Nilsson
2019-02-27crypto: Fail if FIPS mode is present but can't be enabledHans Nilsson
2019-02-27crypto: Remove blowfish_SUITE.Hans Nilsson
2019-02-27crypto: Update crypto_SUITE checking of FIPSHans Nilsson
2019-02-27Revert "Prepare release"Rickard Green
2019-02-26Prepare releaseErlang/OTP
2019-02-25crypto: New experimental apiHans Nilsson
2019-02-18Merge branch 'maint'Hans Nilsson
2019-02-18crypto: Fix of engine_SUITE:engine_list test caseHans Nilsson
2019-02-06crypto: Disable blake2 in LibreSSL (not supported)Hans Nilsson
2019-02-06Merge pull request #2129 from hanssv/crypto/add_blake2_supportHans Nilsson
2019-02-05Add blake2 datatype to crypto.xmlHans Svensson
2019-02-05Merge branch 'maint'Ingela Anderton Andin
2019-02-05ssl: Use specs to generate type documentationIngela Anderton Andin
2019-02-04Add hash function BLAKE2 to crypto:hash/hmacHans Svensson
2019-02-04otp_test_engine.c fixesHans Nilsson
2019-02-04crypto: Fix compilation < 1.0.0Hans Nilsson
2019-02-04Merge pull request #2095 from hogand/crypto/revamp-filesHans Nilsson
2019-01-28crypto: Fix type spec rsa_sign_verify_opt()Péter Dimitrov
2019-01-25Merge branch 'maint'Hans Nilsson
2019-01-25crypto: ReorgHans Nilsson
2019-01-25crypto: Misc fixes: double time, calibrate onceHans Nilsson
2019-01-16Fix label s/out_err/err/ in OPENSSL_NO_EC2M case per PR commentDoug Hogan
2019-01-15When using DEBUG, avoid comparison of different signsDoug Hogan
2019-01-15Convert argc checks to ASSERTs per PRDoug Hogan
2019-01-15Make it easier to turn on debug outputDoug Hogan
2019-01-15Fix documentation and argc check for engine_ctrl_cmd_strings_nifDoug Hogan
2019-01-15Merge branch 'maint'Hans Nilsson
2019-01-15crypto: Refresh of test case for elliptic curvesHans Nilsson
2019-01-15crypto: Rename a testcaseHans Nilsson
2019-01-15Merge branch 'maint'Hans Nilsson
2019-01-14Reference all of the free/release call positions in cocci fileDoug Hogan
2019-01-14Make crypto_free() NULL safeDoug Hogan
2019-01-14Add more Erlang functions that are not NULL safe to coccinelleDoug Hogan
2019-01-14Fix documentation and argc check in engine_get_first_nif()Doug Hogan
2019-01-14dh_p is referenced after dh_params owns itDoug Hogan
2019-01-14enif_release_resource is not NULL safeDoug Hogan
2019-01-14crypto: New test suite - crypto_bench_SUITEHans Nilsson
2019-01-12Also include stdint for code that doesn't pull in common.hDoug Hogan
2019-01-12Add missing headerDoug Hogan
2019-01-08Add Coccinelle scripts that I used to verify API callsDoug Hogan
2019-01-08Convert put_int32 to put_uint32Doug Hogan
2019-01-08Explicitly set all of the fields in digest_typesDoug Hogan
2019-01-08Explicitly initialize all of the fields in cipher_typesDoug Hogan
2019-01-08Initialize all fields for ErlNifFunc in nif_funcsDoug Hogan
2019-01-08Revamp test_rsa_verify()Doug Hogan
2019-01-08Revamp test_rsa_sign()Doug Hogan
2019-01-08Revamp fake_flag so it's staticDoug Hogan