Print this page
11628 typos detected by mandoc style

Split Close
Expand all
Collapse all
          --- old/usr/src/man/man3ext/SUNW_C_GetMechSession.3ext.man.txt
          +++ new/usr/src/man/man3ext/SUNW_C_GetMechSession.3ext.man.txt
↓ open down ↓ 21 lines elided ↑ open up ↑
  22   22  
  23   23  DESCRIPTION
  24   24         These functions implement the RSA PKCS#11 v2.20 specification by using
  25   25         plug-ins to provide the slots.
  26   26  
  27   27  
  28   28         The SUNW_C_GetMechSession() function initializes the PKCS#11
  29   29         cryptographic framework and performs all necessary calls to Standard
  30   30         PKCS#11 functions (see libpkcs11(3LIB)) to create a session capable of
  31   31         providing operations on the requested mechanism. It is not necessary to
  32      -       call C_Initalize() or C_GetSlotList() before the first call to
       32 +       call C_Initialize() or C_GetSlotList() before the first call to
  33   33         SUNW_C_GetMechSession().
  34   34  
  35   35  
  36   36         If the SUNW_C_GetMechSession() function is called multiple times, it
  37      -       will return a new session each time without re-initalizing the
       37 +       will return a new session each time without re-initializing the
  38   38         framework. If it is unable to return a new session, CKR_SESSION_COUNT
  39   39         is returned.
  40   40  
  41   41  
  42   42         The C_CloseSession() function should be called to release the session
  43   43         when it is no longer required.
  44   44  
  45   45  
  46   46         The SUNW_C_KeyToObject() function creates a key object for the
  47   47         specified mechanism from the rawkey data. The object should be
↓ open down ↓ 79 lines elided ↑ open up ↑
 127  127         +--------------------+-----------------+
 128  128  
 129  129  SEE ALSO
 130  130         libpkcs11(3LIB), attributes(5)
 131  131  
 132  132  
 133  133         http://www.rsasecurity.com
 134  134  
 135  135  
 136  136  
 137      -                                 April 9, 2016     SUNW_C_GETMECHSESSION(3EXT)
      137 +                                August 27, 2019    SUNW_C_GETMECHSESSION(3EXT)
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX