Print this page
11628 typos detected by mandoc style
*** 27,42 ****
The SUNW_C_GetMechSession() function initializes the PKCS#11
cryptographic framework and performs all necessary calls to Standard
PKCS#11 functions (see libpkcs11(3LIB)) to create a session capable of
providing operations on the requested mechanism. It is not necessary to
! call C_Initalize() or C_GetSlotList() before the first call to
SUNW_C_GetMechSession().
If the SUNW_C_GetMechSession() function is called multiple times, it
! will return a new session each time without re-initalizing the
framework. If it is unable to return a new session, CKR_SESSION_COUNT
is returned.
The C_CloseSession() function should be called to release the session
--- 27,42 ----
The SUNW_C_GetMechSession() function initializes the PKCS#11
cryptographic framework and performs all necessary calls to Standard
PKCS#11 functions (see libpkcs11(3LIB)) to create a session capable of
providing operations on the requested mechanism. It is not necessary to
! call C_Initialize() or C_GetSlotList() before the first call to
SUNW_C_GetMechSession().
If the SUNW_C_GetMechSession() function is called multiple times, it
! will return a new session each time without re-initializing the
framework. If it is unable to return a new session, CKR_SESSION_COUNT
is returned.
The C_CloseSession() function should be called to release the session
*** 132,137 ****
http://www.rsasecurity.com
! April 9, 2016 SUNW_C_GETMECHSESSION(3EXT)
--- 132,137 ----
http://www.rsasecurity.com
! August 27, 2019 SUNW_C_GETMECHSESSION(3EXT)