summaryrefslogtreecommitdiff
path: root/usr/src/lib/pkcs11/pkcs11_softtoken/common/softGeneral.c
AgeCommit message (Collapse)AuthorFilesLines
2020-07-0612856 pkcs11_softtoken should validate session and object handlesJason King1-9/+92
Reviewed by: Robert Mustacchi <rm@fingolfin.org> Approved by: Dan McDonald <danmcd@joyent.com>
2014-06-061667 pkcs11 may deadlock when multi-threaded consumers forkDan McDonald1-3/+8
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-09-126 Need open kcfdGarrett D'Amore1-12/+0
Reviewed by: gwr@nexenta.com, richlowe@richlowe.net, matt@greenviolet.net Approved by: richlowe@richlowe.net
2009-12-186900477 libpkcs11 needs to be friendlierValerie Bubb Fenwick1-1/+1
6903648 pInfo->libraryVersion.minor left uninitialized in pkcs11_softtoken
2009-09-11PSARC 2009/347 cryptoadm(1M) enhancement for FIPS-140 modeHai-May Chao1-0/+25
6787364 Administration and policy configuration changes to support FIPS 140-2 6867384 Solaris Crypto Framework needs to implement self tests for FIPS 140-2 compliance
2009-08-286842872 Race condition in fork() and C_Initialize() causes deadlock in pkcs11Zdenek Kotala1-55/+72
6862268 C_Initialize() does not correctly cleans resources when fails 6862202 token_session mutexes are not covered by at_fork handler 6862207 PKCS11 softtoken:C_Initialize() sets softtoken_initialized to TRUE also when it fails
2009-05-196823591 pkcs11_kernel and pkcs11_softtoken object session reference counter ↵Zdenek Kotala1-1/+11
must to be handled after fork 6828366 pkcs11_kernel/softtoken atfork handler should acquire session objects mutex too
2009-03-206666204 meta slot opens and closes /dev/urandom needlessly for every readDina K Nimeh1-18/+3
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-58/+1
libcryptoutil
2008-06-076548350 pkcs11 pthread_atfork() covers insufficient locksrupertk1-1/+61
2006-05-056271754 pkcs11_softtoken too aggresive in looking for token data filesizick1-21/+8
6415608 SUNW_C_GetMechSession should not call C_Initialize when it is not necessary
2006-05-01PSARC 2006/214 Crypto Framework random number API/SPI updatemcpowers1-4/+9
6374503 C_SeedRandom is too slow causing poor performance with Apache/OpenSSL when using pkcs11
2005-12-146345493 fork(2) handling fixes from 6276483 needs further work in ↵darrenm1-6/+6
pkcs11_softtoken
2005-10-11PSARC 2005/572 PKCS#11 v2.20izick1-1/+1
4920408 PKCS#11 v2.20 support for the Crypto Framework 6287425 residual bzero's in hmac part of sha2 6287428 add sha2 to the i.kcfconfbase upgrade script
2005-06-14OpenSolaris Launchstevel@tonic-gate1-0/+514