summaryrefslogtreecommitdiff
path: root/usr/src/lib/libcryptoutil/common/random.c
AgeCommit message (Collapse)AuthorFilesLines
2014-06-061667 pkcs11 may deadlock when multi-threaded consumers forkDan McDonald1-3/+47
Reviewed by: Garrett D'Amore <garrett@damore.org> Reviewed by: Saso Kiselkov <skiselkov.ml@gmail.com> Approved by: Gordon Ross <gordon.ross@nexenta.com>
2010-06-216960928 Race conditions in PKCS#11 random routines in libcryptoutilDina K Nimeh1-22/+81
2009-03-206666204 meta slot opens and closes /dev/urandom needlessly for every readDina K Nimeh1-41/+128
6722460 finish moving /dev/random and /dev/urandom seeding and usage to libcryptoutil
2009-02-276784451 consolidate duplicative looping_read() and looping_write() code into ↵Dina K Nimeh1-11/+44
libcryptoutil
2008-02-286665460 move random and nonzero random funcs out of pkcs11 to libcryptoutildinak1-10/+153
6665548 convert pkcs11 mechanism to corresponding key generation mechanism
2007-10-126552557 provide helper function that generates pkcs#5 keys from passphrasesdinak1-0/+57
6554395 consolidate duplicated code in decrypt and digest 6607990 SUNW_C_KeyToObject fails to set wrap/unwrap capability on object created from raw key 6607994 SUNW_C_KeyToObject looks like it may destroy an object that was never created 6607998 C_GetSessionInfo never returns CKR_ARGUMENTS_BAD 6608391 consolidate code that reads key data from file