Skip to content

Commit d3a7834

Browse files
crypto: openssl cryptoprovider adaptation
Signed-off-by: Mykola Kobets <[email protected]>
1 parent f83b70d commit d3a7834

File tree

5 files changed

+1330
-79
lines changed

5 files changed

+1330
-79
lines changed

src/core/common/config.hpp

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -809,6 +809,13 @@
809809
#define AOS_CONFIG_CRYPTO_AES_CIPHER_COUNT 8
810810
#endif
811811

812+
/**
813+
* Maximum number of private keys in crypto provider.
814+
*/
815+
#ifndef AOS_CONFIG_CRYPTO_MAX_PRIV_KEY_COUNT
816+
#define AOS_CONFIG_CRYPTO_MAX_PRIV_KEY_COUNT 4
817+
#endif
818+
812819
/**
813820
* Maximum length of PKCS11 slot description.
814821
*/

0 commit comments

Comments
 (0)