-
In the past with CAVS testing the validation lab was able to provide helpful debug information in the form of the .fax files and additional logs indicating where algorithms may be failing. Also, the C…
-
**environment**
demo
**testSessionId**
91635
**vsId**
240080
**Algorithm registration**
```
[
{
"acvVersion":"1.0"
},
{
"isSample":false,
"operation":"register"…
-
s-c-c updated
4 years ago
-
The current cryptography APIs for symmetric/MAC/KDF/OTP assume that the key material is loaded as a Python byte string. This is fine for many purposes, but does not handle cases where the key must rem…
-
There is a TODO in the SSKDF code questioning the need for all the various settings. Since this is part of the public API, do we need to do something for beta 1?
Reference
https://github.com/opens…
-
Current package https://dotnet.myget.org/F/dotnet-core/api/v2/package/System.Security.Cryptography.ProtectedData/4.0.0-rc3-24022-00 throws PlatformNotSupported on non-Windows.
This feature is neede…
-
Can you please let me the value of KDF itereations , HMAC algo used and KDF algo used. If page size is 4096
-
I was looking for a driver like this and I was trying to use it but I'm not sure if I'm right in my way. I try to do this and it looks like encrypted if I try to dump it, but I don't know if I'm using…
-
This is mostly about certain CipherAlgorithms not having a way to set `key_size` independently of `key`.
For higher level interfaces we need to able to specify a cipher without actually initializing …
-
Hi, I can download the kdf vectors, but when I request the kdf answer vector files, I got the following error.
I add #define OPENSSL_KDF_SUPPORT at both acvp.h and app_kdf.c, also I enable the IKE…