17 lines
395 B
YAML
17 lines
395 B
YAML
name : "corePKCS11"
|
|
version: "v3.3.0"
|
|
description: |
|
|
"Software implementation of the PKCS #11 standard.\n"
|
|
dependencies:
|
|
- name : "mbedtls"
|
|
version: "v2.26.0"
|
|
repository:
|
|
type: "git"
|
|
url: "https://github.com/ARMmbed/mbedtls/"
|
|
- name : "pkcs11"
|
|
version: "v2.40"
|
|
repository:
|
|
type: "git"
|
|
url: "https://github.com/amazon-freertos/pkcs11"
|
|
license: "MIT"
|