Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-04-05 | crypto: Fix link error on windows | Sverker Eriksson | |
Replace deprecated 'bcmp' with 'memcmp'. | |||
2018-11-30 | crypto: Split function in otp_test_engine | Hans Nilsson | |
Safer with one function to fetch public key and another for private key. | |||
2018-11-30 | crypto: Update test engine with fake rsa support | Hans Nilsson | |
We need to test the Engine interface not only for loading, key retrieval and hashing, so it is complemented with a fake rsa method to check sign/verify also. | |||
2018-08-30 | crypto: Let otp_test_engine only add what is needed | Hans Nilsson | |
OpenSSL_add_all_algorithms hangs on some test machines | |||
2018-06-18 | Update copyright year | Henrik Nord | |
2018-05-04 | crypto: Disable test_engine if engine is disabled | Hans Nilsson | |
2017-11-20 | crypto: Printout polishing | Hans Nilsson | |
2017-11-10 | crypto: Update the OTP test engine with pub/priv key storage | Hans Nilsson | |
2017-11-10 | [crypto] Add support for loading an alternative Engine | Lars Thorsen | |
Add support to plug in alternative implementations for some or all of the cryptographic operations supported by the OpenSSL Engine API. When configured appropriately, OpenSSL calls the engine's implementation of these operations instead of its own. |