El Mostafa Idrassi

Results 4 issues of El Mostafa Idrassi

When trying to use `certstore` in a project that makes use of go v1.18+, the following error occurs : ``` github.com\github\[email protected]\certstore\certstore_windows.go:640:29: cannot convert cmsg (variable of type *_Ctype_char) to type...

# Bug description I've created a [sample OpenSSL EC engine](https://github.com/ElMostafaIdrassi/testengine) : it implements `EC_KEY_METHOD`, `EVP_PKEY_ASN1_METHOD` and `EVP_PKEY_METHOD` for EC. The engine does not do anything fancy, it just duplicates OpenSSL's...

branch: master
triaged: bug
branch: 3.0
branch: 3.1

Hi, From what I could gather, for the moment, attestation is only supported for `Decrypt`, `GenerateDataKey` and `GenerateRandom` operations. Will this be extended to cover the `Sign` operation as well...

enhancement

Signed-off-by: El Mostafa IDRASSI *Issue #, if available:* *Description of changes:* Added support for signing using an Asymmetric KMS Key. By submitting this pull request, I confirm that you can...