Skip to content

v1.1.0

Latest
Compare
Choose a tag to compare
@harrison314 harrison314 released this 21 Oct 18:53
· 1 commit to main since this release

Changes:

  • Add simple example unit tests. #8
  • Add native PKCS#11 libs into BouncyHsm.Client package.
  • Add logging validation errors for REST API #10
  • Adding the ability to pull out and insert the token into the slot (in CLI tool and WebUi)
    • Add support native PKCS#11 function C_WaitForSlotEvent
  • Adding the ability to set PIN
    • Add support native PKCS#11 function C_SetPIN
    • It is possible to set a new PIN in CLI tool and WebUi

Bug fixes:

  • Add UTC text to datetimes in WebUi.
  • Fix color buttons in WebUi.
  • Fix GetTokenInfoHandler for C_GetTokenInfo function - invalid status numbers. #11
  • Fix ValidatePin method in MemoryPersistentRepository.