summaryrefslogtreecommitdiff
path: root/lib/crypto
Commit message (Expand)AuthorAgeFilesLines
* Prepare releaseErlang/OTP2020-01-162-1/+16
* crypto: Add an equal-time comparision function. (NIF candidate)Hans Nilsson2020-01-081-0/+36
* Prepare releaseErlang/OTP2019-10-042-1/+18
* crypto: EVPify aes_*_cfb8 and aes_*_cfb128Hans Nilsson2019-10-022-86/+6
* Prepare releaseErlang/OTP2018-08-232-1/+32
* Updated the engine load functionalityLars Thorsen2018-08-215-110/+694
* Update release notesErlang/OTP2018-08-091-0/+16
* Update version numbersErlang/OTP2018-08-091-1/+1
* crypto: Fix crash in compute_key(ecdh, ...) on badargJohn Högberg2018-08-092-2/+17
* Prepare releaseErlang/OTP2018-05-072-1/+23
* Merge branch 'hans/crypto/OPENSSL_NO_EC/OTP-15073' into maint-20Erlang/OTP2018-05-072-7/+30
|\
| * crypto: Disable test_engine if engine is disabledHans Nilsson2018-05-041-2/+17
| * crypto: disable engine if OPENSSL_NO_EC* is setHans Nilsson2018-05-041-5/+13
* | crypto: get_engine_load_cmd_list excluded if no engine supportHans Nilsson2018-05-041-5/+3
* | crypto: Fix compilation for LibreSSL 2.7.xHans Nilsson2018-05-041-2/+6
|/
* Update release notesErlang/OTP2018-03-091-0/+16
* Update version numbersErlang/OTP2018-03-091-1/+1
* [crypto] Fix hanging test case on outdated lab machineLars Thorsen2018-03-051-1/+6
* crypto: Disable RSA sslv23 padding for LibreSSL >= 2.6.1Hans Nilsson2018-01-121-3/+23
* Update release notesErlang/OTP2017-12-081-0/+70
* Update version numbersErlang/OTP2017-12-081-1/+1
* [crypto] Add engine_ctrl_cmd_string() to APILars Thorsen2017-12-044-8/+161
* crypto: engine_SUITE updateHans Nilsson2017-12-011-20/+48
* crypto: fix pubkey_to_privkeyHans Nilsson2017-12-013-16/+18
* [crypto] Fix memory leakLars Thorsen2017-12-011-15/+12
* Merge branch 'hans/crypto/doc_engine_keys/OTP-14735' into maintHans Nilsson2017-11-234-2/+133
|\
| * crypto: Changes after reviewHans Nilsson2017-11-211-3/+4
| * crypto: Engine stored keys docHans Nilsson2017-11-204-2/+132
* | Merge branch 'hans/crypto/cuddle_tests' into maintHans Nilsson2017-11-225-19/+80
|\ \
| * | crypto: Fixes to make privkey_to_pubkey behave similar to other functionsHans Nilsson2017-11-213-15/+31
| * | Remove core dump risk in crypto.cHans Nilsson2017-11-201-2/+1
| * | crypto: Printout polishingHans Nilsson2017-11-201-4/+6
| * | crypto: Correct and extends tests of key fetching/usageHans Nilsson2017-11-201-2/+46
| |/
* | Merge branch 'sverker/crypto/fix-valgrind-assert' into maintSverker Eriksson2017-11-211-1/+0
|\ \ | |/ |/|
| * crypto: Remove faulty valgrind assertionSverker Eriksson2017-11-101-1/+0
* | crypto: Doc privkey_to_pubkey/2Hans Nilsson2017-11-101-0/+15
* | crypto: Extend engine_SUITE with tests of the pub key extraction from priv keysHans Nilsson2017-11-101-1/+28
* | crypto: Add privkey_to_pubkey/2 to get the public key from a priv key in an E...Hans Nilsson2017-11-102-2/+123
* | crypto: Remove unused 'atom_bad_engine'Hans Nilsson2017-11-101-2/+0
* | crypto: Remove 'relasenotes.xml' from doc/src/MakefileHans Nilsson2017-11-101-1/+1
* | crypto: Extend engine_SUITE with tests of the pub/priv key fetchesHans Nilsson2017-11-109-2/+287
* | crypto: Update the OTP test engine with pub/priv key storageHans Nilsson2017-11-101-2/+87
* | crypto: Documentation for pkey engine loadingHans Nilsson2017-11-101-6/+23
* | crypto: Define and export some types for engineHans Nilsson2017-11-101-2/+19
* | crypto: Enable using pub/priv PKCS8 keys stored in an EngineHans Nilsson2017-11-102-11/+128
* | [crypto] Add support for loading an alternative EngineLars Thorsen2017-11-1012-109/+1782
|/
* Merge branch 'hans/crypto/DH_generate_parameters_deprecated/OTP-14639' into m...Hans Nilsson2017-11-011-3/+3
|\
| * crypto: replaced deprecated DH_generate_parametersHans Nilsson2017-11-011-3/+3
* | crypto: Remove returnvalue from void C-fnHans Nilsson2017-11-011-1/+1
|/
* Merge branch 'lars/doc-cleanup/OTP-14475' into maintLars Thorsen2017-10-103-18/+0
|\