Wyllys Ingersoll wrote: > Darren J Moffat wrote: >> http://opensolaris.org/os/project/crypto/future/libkcf/ >> >> Just a thought..... >> >> This may or may not pan out but I'd find it very useful to have the >> kcf crypto_*() API and types in userland. >> >> I'm pushing my (not yet working) first attempt at this into the >> Mercurial repository listed on the page. >> >> > > Would those apis be exposed outside of ON? If so, wouldn't it > create confusion for developers over which APIs to use (PKCS#11 vs > crypto_*) ?
I wasn't intending to expose them outside of ON. The main reason for considering this is so that code like Kerberos and ZFS crypto isn't #ifdef _KERNEL crypto_*() #else C_*() #endif all over the place. -- Darren J Moffat