commit | 6ee3890ac301f5078c665fcfda2ee00e908df845 | [log] [tgz] |
---|---|---|
author | James Bottomley <James.Bottomley@HansenPartnership.com> | Sat Feb 23 12:09:25 2019 -0800 |
committer | James Bottomley <James.Bottomley@HansenPartnership.com> | Sat Feb 23 12:11:03 2019 -0800 |
tree | 2b519821e6b5cb9247f650dbdbee7a4e575b5e0a | |
parent | 21b26f4890ecb5062f687baf47a5b69dcf72a7c2 [diff] |
Fix attribute check for gnutls As of version 3.6.6 gnutls checks to see if we have the CKA_SIGN and CKA_DECRYPT attributes set for PSS signing and OAEP decryption keys. These are set in the cache but not processed by our attribute handling code, so add them. Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>