Actions
Bug #9642
closedPKCS#11 softtoken should use explicit_bzero
Start date:
2018-07-06
Due date:
% Done:
0%
Estimated time:
Difficulty:
Medium
Tags:
needs-triage
Gerrit CR:
Description
Upstream of Joyent OS-6325.
The PKCS#11 soft token (and metaslot) code predates the existence of explicit_bzero(). They should be updated to use these when freeing structures that hold keys and data.
Updated by Jason King almost 4 years ago
- Status changed from New to Closed
commit a8793c7605e0b82f2725537adafca6127cdbd6ce Author: Jason King <jason.king@joyent.com> Date: Mon Jan 22 19:28:10 2018 +0000 9642 PKCS#11 softtoken should use explicit_bzero Reviewed by: Yuri Pankov <yuripv@yuripv.net> Reviewed by: Andy Fiddaman <omnios@citrus-it.co.uk> Reviewed by: Ken Mays <kmays2000@gmail.com> Reviewed by: Toomas Soome <tsoome@me.com> Approved by: Dan McDonald <danmcd@joyent.com>
Actions