Changes between Initial Version and Version 1 of Ticket #20032, comment 2


Ignore:
Timestamp:
07/03/2024 04:10:19 PM (9 months ago)
Author:
Bruce Dubbs

Legend:

Unmodified
Added
Removed
Modified
  • TabularUnified Ticket #20032, comment 2

    initial v1  
    1 * rpc: add support for recursive attributes `[PR#624, PR#629, PR#631, PR#633]`
    2 * p11-kit: add function to check run-time version of the library `[PR#637]`
    3 * p11-kit: expose version information through macros `[PR#635]`
    4 * p11-kit: add option to specify CKA_ID in generate-keypair and import-object commands `[PR#615]`
    5 * p11-kit: add --provider option to specify PKCS#11 module when using p11-kit commands `[PR#611]`
    6 * p11-kit: fix a bug where eddsa mechanism isn't recognized in generate-keypair `[PR#617]`
    7 * p11-kit: fallback to C_GetFunctionList when C_GetInterface returns CKR_FUNCTION_NOT_SUPPORTED `[PR#622]`
    8 * bug and build fixes `[PR#603, PR#604, PR#605, PR#606, PR#609, PR#614, PR#616, PR#619, PR#627, PR#628, PR#632, PR#636, PR#639]`
     1* rpc: add support for recursive attributes
     2* p11-kit: add function to check run-time version of the library
     3* p11-kit: expose version information through macros
     4* p11-kit: add option to specify CKA_ID in generate-keypair and import-object commands
     5* p11-kit: add --provider option to specify PKCS!#11 module when using p11-kit commands
     6* p11-kit: fix a bug where eddsa mechanism isn't recognized in generate-keypair
     7* p11-kit: fallback to C_GetFunctionList when C_GetInterface returns
     8  CKR_FUNCTION_NOT_SUPPORTED
     9* bug and build fixes