Files
bind9/lib/isc
Ondřej Surý 5edc8b5338 Use standard PKCS#11 standard error codes instead of custom error codes
* CKR_CRYPTOKI_ALREADY_INITIALIZED: This value can only be returned by
  `C_Initialize`. It means that the Cryptoki library has already been
  initialized (by a previous call to `C_Initialize` which did not have a
  matching `C_Finalize` call).

* CKR_FUNCTION_NOT_SUPPORTED: The requested function is not supported by this
  Cryptoki library. Even unsupported functions in the Cryptoki API should have a
  "stub" in the library; this stub should simply return the value
  CKR_FUNCTION_NOT_SUPPORTED.

* CKR_LIBRARY_LOAD_FAILED: The Cryptoki library could not load a dependent
  shared library.

(cherry picked from commit f6922d6e78)
2020-03-02 11:01:05 +01:00
..
2020-01-13 14:03:11 +01:00
2020-02-24 22:04:43 -08:00
2020-02-24 22:04:43 -08:00
2020-02-12 15:37:33 +00:00
2020-02-24 22:04:43 -08:00
2020-02-08 06:32:42 -08:00
2020-02-08 06:32:42 -08:00
2020-02-08 06:32:42 -08:00
2020-02-08 06:32:42 -08:00
2019-11-12 09:22:15 +01:00
2019-11-06 12:54:40 +01:00
2019-10-17 11:13:30 +02:00
2020-01-13 05:07:13 +00:00
2020-02-08 06:32:42 -08:00
2020-02-08 06:32:42 -08:00