Sweden-Number/dlls/crypt32/tests
Aaron Hill 5edf65616a crypt32: Implement CNG_RSA_PUBLIC_KEY_BLOB encoding/decoding.
Add support for the OID CNG_RSA_PUBLIC_KEY_BLOB to
CryptEncodeObjectEx and CryptDecodeObjectEx. This OID
decodes to / encodes from memory consisting of a
BCRYPT_RSAKEY_BLOB, followed in memory by the exponent and
modulus in big-endian format.

Signed-off-by: Aaron Hill <aa1ronham@gmail.com>
Signed-off-by: Hans Leidekker <hans@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2021-07-19 12:17:41 +02:00
..
Makefile.in crypt32/tests: Add a test to verify certificate signature. 2021-04-14 20:50:04 +02:00
base64.c crypt32: Add support for CRYPT_STRING_HEX to CryptBinaryToStringW. 2020-12-03 20:18:38 +01:00
cert.c crypt32/tests: Link to CryptAcquireContext directly. 2021-04-14 20:50:09 +02:00
chain.c crypt32: Handle CERT_CHAIN_POLICY_IGNORE_NOT_TIME_VALID_FLAG when verifying chain policy. 2021-04-15 18:03:47 +02:00
crl.c
ctl.c
encode.c crypt32: Implement CNG_RSA_PUBLIC_KEY_BLOB encoding/decoding. 2021-07-19 12:17:41 +02:00
main.c crypt32/tests: Clean up test_format_object(). 2019-10-27 19:33:51 +01:00
message.c crypt32/tests: Link to CryptAcquireContext directly. 2021-04-14 20:50:09 +02:00
msg.c crypt32/tests: Remove Win9x checks. 2021-04-14 20:50:15 +02:00
object.c
oid.c crypt32/tests: Fix a registerOIDInfo() failure when missing elevated privileges. 2020-12-17 10:46:42 +01:00
protectdata.c
sip.c
store.c crypt32: Add support for CRYPT_MACHINE_KEYSET in PFXImportCertStore. 2020-09-23 15:45:40 +02:00
str.c