Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-04-11 | Cryptlib: replace CryptPem with the Null version | Gary Lin | |
CryptPem only provides one function: RsaGetPrivateKeyFromPem(). Since we don't need to retrieve any private key, it's safe to disable the function. Signed-off-by: Gary Lin <glin@suse.com> |