crypt32: Validate input arguments to CryptQueryObject.
[wine/wine64.git] / dlls / crypt32 / tests / object.c
blob23f35979583a4a9c8bb57adee9d11671b83ae5ff
1 /*
2 * Unit test suite for crypt32.dll's Crypt*Object functions
4 * Copyright 2008 Juan Lang
6 * This library is free software; you can redistribute it and/or
7 * modify it under the terms of the GNU Lesser General Public
8 * License as published by the Free Software Foundation; either
9 * version 2.1 of the License, or (at your option) any later version.
11 * This library is distributed in the hope that it will be useful,
12 * but WITHOUT ANY WARRANTY; without even the implied warranty of
13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
14 * Lesser General Public License for more details.
16 * You should have received a copy of the GNU Lesser General Public
17 * License along with this library; if not, write to the Free Software
18 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
20 #include <stdio.h>
21 #include <stdarg.h>
22 #include <windef.h>
23 #include <winbase.h>
24 #include <winerror.h>
25 #include <wincrypt.h>
27 #include "wine/test.h"
29 static BYTE bigCert[] = {
30 0x30,0x7a,0x02,0x01,0x01,0x30,0x02,0x06,0x00,0x30,0x15,0x31,
31 0x13,0x30,0x11,0x06,0x03,0x55,0x04,0x03,0x13,0x0a,0x4a,0x75,
32 0x61,0x6e,0x20,0x4c,0x61,0x6e,0x67,0x00,0x30,0x22,0x18,0x0f,
33 0x31,0x36,0x30,0x31,0x30,0x31,0x30,0x31,0x30,0x30,0x30,0x30,
34 0x30,0x30,0x5a,0x18,0x0f,0x31,0x36,0x30,0x31,0x30,0x31,0x30,
35 0x31,0x30,0x30,0x30,0x30,0x30,0x30,0x5a,0x30,0x15,0x31,0x13,
36 0x30,0x11,0x06,0x03,0x55,0x04,0x03,0x13,0x0a,0x4a,0x75,0x61,
37 0x6e,0x20,0x4c,0x61,0x6e,0x67,0x00,0x30,0x07,0x30,0x02,0x06,
38 0x00,0x03,0x01,0x00,0xa3,0x16,0x30,0x14,0x30,0x12,0x06,0x03,
39 0x55,0x1d,0x13,0x01,0x01,0xff,0x04,0x08,0x30,0x06,0x01,0x01,
40 0xff,0x02,0x01,0x01 };
41 static char bigCertBase64[] =
42 "MHoCAQEwAgYAMBUxEzARBgNVBAMTCkp1YW4gTGFuZwAwIhgPMTYwMTAxMDEwMDAw\n"
43 "MDBaGA8xNjAxMDEwMTAwMDAwMFowFTETMBEGA1UEAxMKSnVhbiBMYW5nADAHMAIG\n"
44 "AAMBAKMWMBQwEgYDVR0TAQH/BAgwBgEB/wIBAQ==\n";
45 static WCHAR bigCertBase64W[] = {
46 'M','H','o','C','A','Q','E','w','A','g','Y','A','M','B','U','x','E','z','A',
47 'R','B','g','N','V','B','A','M','T','C','k','p','1','Y','W','4','g','T','G',
48 'F','u','Z','w','A','w','I','h','g','P','M','T','Y','w','M','T','A','x','M',
49 'D','E','w',',','D','A','w','\n',
50 'M','D','B','a','G','A','8','x','N','j','A','x','M','D','E','w','M','T','A',
51 'w','M','D','A','w','M','F','o','w','F','T','E','T','M','B','E','G','A','1',
52 'U','E','A','x','M','K','S','n','V','h','b','i','B','M','Y','W','5','n','A',
53 'D','A','H','M','A','I','G','\n',
54 'A','A','M','B','A','K','M','W','M','B','Q','w','E','g','Y','D','V','R','0',
55 'T','A','Q','H','/','B','A','g','w','B','g','E','B','/','w','I','B','A','Q',
56 '=','=','\n',0 };
57 static BYTE signedWithCertWithValidPubKeyContent[] = {
58 0x30,0x82,0x01,0x89,0x06,0x09,0x2a,0x86,0x48,0x86,0xf7,0x0d,0x01,0x07,0x02,
59 0xa0,0x82,0x01,0x7a,0x30,0x82,0x01,0x76,0x02,0x01,0x01,0x31,0x0e,0x30,0x0c,
60 0x06,0x08,0x2a,0x86,0x48,0x86,0xf7,0x0d,0x02,0x05,0x05,0x00,0x30,0x13,0x06,
61 0x09,0x2a,0x86,0x48,0x86,0xf7,0x0d,0x01,0x07,0x01,0xa0,0x06,0x04,0x04,0x01,
62 0x02,0x03,0x04,0xa0,0x81,0xd2,0x30,0x81,0xcf,0x02,0x01,0x01,0x30,0x02,0x06,
63 0x00,0x30,0x15,0x31,0x13,0x30,0x11,0x06,0x03,0x55,0x04,0x03,0x13,0x0a,0x4a,
64 0x75,0x61,0x6e,0x20,0x4c,0x61,0x6e,0x67,0x00,0x30,0x22,0x18,0x0f,0x31,0x36,
65 0x30,0x31,0x30,0x31,0x30,0x31,0x30,0x30,0x30,0x30,0x30,0x30,0x5a,0x18,0x0f,
66 0x31,0x36,0x30,0x31,0x30,0x31,0x30,0x31,0x30,0x30,0x30,0x30,0x30,0x30,0x5a,
67 0x30,0x15,0x31,0x13,0x30,0x11,0x06,0x03,0x55,0x04,0x03,0x13,0x0a,0x4a,0x75,
68 0x61,0x6e,0x20,0x4c,0x61,0x6e,0x67,0x00,0x30,0x5c,0x30,0x0d,0x06,0x09,0x2a,
69 0x86,0x48,0x86,0xf7,0x0d,0x01,0x01,0x01,0x05,0x00,0x03,0x4b,0x00,0x30,0x48,
70 0x02,0x41,0x00,0xe2,0x54,0x3a,0xa7,0x83,0xb1,0x27,0x14,0x3e,0x59,0xbb,0xb4,
71 0x53,0xe6,0x1f,0xe7,0x5d,0xf1,0x21,0x68,0xad,0x85,0x53,0xdb,0x6b,0x1e,0xeb,
72 0x65,0x97,0x03,0x86,0x60,0xde,0xf3,0x6c,0x38,0x75,0xe0,0x4c,0x61,0xbb,0xbc,
73 0x62,0x17,0xa9,0xcd,0x79,0x3f,0x21,0x4e,0x96,0xcb,0x0e,0xdc,0x61,0x94,0x30,
74 0x18,0x10,0x6b,0xd0,0x1c,0x10,0x79,0x02,0x03,0x01,0x00,0x01,0xa3,0x16,0x30,
75 0x14,0x30,0x12,0x06,0x03,0x55,0x1d,0x13,0x01,0x01,0xff,0x04,0x08,0x30,0x06,
76 0x01,0x01,0xff,0x02,0x01,0x01,0x31,0x77,0x30,0x75,0x02,0x01,0x01,0x30,0x1a,
77 0x30,0x15,0x31,0x13,0x30,0x11,0x06,0x03,0x55,0x04,0x03,0x13,0x0a,0x4a,0x75,
78 0x61,0x6e,0x20,0x4c,0x61,0x6e,0x67,0x00,0x02,0x01,0x01,0x30,0x0c,0x06,0x08,
79 0x2a,0x86,0x48,0x86,0xf7,0x0d,0x02,0x05,0x05,0x00,0x30,0x04,0x06,0x00,0x05,
80 0x00,0x04,0x40,0x81,0xa6,0x70,0xb3,0xef,0x59,0xd1,0x66,0xd1,0x9b,0xc0,0x9a,
81 0xb6,0x9a,0x5e,0x6d,0x6f,0x6d,0x0d,0x59,0xa9,0xaa,0x6e,0xe9,0x2c,0xa0,0x1e,
82 0xee,0xc2,0x60,0xbc,0x59,0xbe,0x3f,0x63,0x06,0x8d,0xc9,0x11,0x1d,0x23,0x64,
83 0x92,0xef,0x2e,0xfc,0x57,0x29,0xa4,0xaf,0xe0,0xee,0x93,0x19,0x39,0x51,0xe4,
84 0x44,0xb8,0x0b,0x28,0xf4,0xa8,0x0d };
85 static char signedWithCertWithValidPubKeyContentBase64[] =
86 "MIIBiQYJKoZIhvcNAQcCoIIBejCCAXYCAQExDjAMBggqhkiG9w0CBQUAMBMGCSqG"
87 "SIb3DQEHAaAGBAQBAgMEoIHSMIHPAgEBMAIGADAVMRMwEQYDVQQDEwpKdWFuIExh"
88 "bmcAMCIYDzE2MDEwMTAxMDAwMDAwWhgPMTYwMTAxMDEwMDAwMDBaMBUxEzARBgNV"
89 "BAMTCkp1YW4gTGFuZwAwXDANBgkqhkiG9w0BAQEFAANLADBIAkEA4lQ6p4OxJxQ+"
90 "Wbu0U+Yf513xIWithVPbax7rZZcDhmDe82w4deBMYbu8YhepzXk/IU6Wyw7cYZQw"
91 "GBBr0BwQeQIDAQABoxYwFDASBgNVHRMBAf8ECDAGAQH/AgEBMXcwdQIBATAaMBUx"
92 "EzARBgNVBAMTCkp1YW4gTGFuZwACAQEwDAYIKoZIhvcNAgUFADAEBgAFAARAgaZw"
93 "s+9Z0WbRm8CatppebW9tDVmpqm7pLKAe7sJgvFm+P2MGjckRHSNkku8u/FcppK/g"
94 "7pMZOVHkRLgLKPSoDQ==";
95 static WCHAR signedWithCertWithValidPubKeyContentBase64W[] = {
96 'M','I','I','B','i','Q','Y','J','K','o','Z','I','h','v','c','N','A','Q','c','C',
97 'o','I','I','B','e','j','C','C','A','X','Y','C','A','Q','E','x','D','j','A','M',
98 'B','g','g','q','h','k','i','G','9','w','0','C','B','Q','U','A','M','B','M','G',
99 'C','S','q','G','S','I','b','3','D','Q','E','H','A','a','A','G','B','A','Q','B',
100 'A','g','M','E','o','I','H','S','M','I','H','P','A','g','E','B','M','A','I','G',
101 'A','D','A','V','M','R','M','w','E','Q','Y','D','V','Q','Q','D','E','w','p','K',
102 'd','W','F','u','I','E','x','h','b','m','c','A','M','C','I','Y','D','z','E','2',
103 'M','D','E','w','M','T','A','x','M','D','A','w','M','D','A','w','W','h','g','P',
104 'M','T','Y','w','M','T','A','x','M','D','E','w','M','D','A','w','M','D','B','a',
105 'M','B','U','x','E','z','A','R','B','g','N','V','B','A','M','T','C','k','p','1',
106 'Y','W','4','g','T','G','F','u','Z','w','A','w','X','D','A','N','B','g','k','q',
107 'h','k','i','G','9','w','0','B','A','Q','E','F','A','A','N','L','A','D','B','I',
108 'A','k','E','A','4','l','Q','6','p','4','O','x','J','x','Q','+','W','b','u','0',
109 'U','+','Y','f','5','1','3','x','I','W','i','t','h','V','P','b','a','x','7','r',
110 'Z','Z','c','D','h','m','D','e','8','2','w','4','d','e','B','M','Y','b','u','8',
111 'Y','h','e','p','z','X','k','/','I','U','6','W','y','w','7','c','Y','Z','Q','w',
112 'G','B','B','r','0','B','w','Q','e','Q','I','D','A','Q','A','B','o','x','Y','w',
113 'F','D','A','S','B','g','N','V','H','R','M','B','A','f','8','E','C','D','A','G',
114 'A','Q','H','/','A','g','E','B','M','X','c','w','d','Q','I','B','A','T','A','a',
115 'M','B','U','x','E','z','A','R','B','g','N','V','B','A','M','T','C','k','p','1',
116 'Y','W','4','g','T','G','F','u','Z','w','A','C','A','Q','E','w','D','A','Y','I',
117 'K','o','Z','I','h','v','c','N','A','g','U','F','A','D','A','E','B','g','A','F',
118 'A','A','R','A','g','a','Z','w','s','+','9','Z','0','W','b','R','m','8','C','a',
119 't','p','p','e','b','W','9','t','D','V','m','p','q','m','7','p','L','K','A','e',
120 '7','s','J','g','v','F','m','+','P','2','M','G','j','c','k','R','H','S','N','k',
121 'k','u','8','u','/','F','c','p','p','K','/','g','7','p','M','Z','O','V','H','k',
122 'R','L','g','L','K','P','S','o','D','Q','=','=',0 };
124 static void test_query_object(void)
126 BOOL ret;
127 CRYPT_DATA_BLOB blob;
129 /* Test the usual invalid arguments */
130 SetLastError(0xdeadbeef);
131 ret = CryptQueryObject(0, NULL, 0, 0, 0, NULL, NULL, NULL, NULL, NULL,
132 NULL);
133 ok(!ret && GetLastError() == E_INVALIDARG,
134 "expected E_INVALIDARG, got %08x\n", GetLastError());
135 SetLastError(0xdeadbeef);
136 ret = CryptQueryObject(CERT_QUERY_OBJECT_BLOB, NULL, 0, 0, 0, NULL, NULL,
137 NULL, NULL, NULL, NULL);
138 ok(!ret && GetLastError() == E_INVALIDARG,
139 "expected E_INVALIDARG, got %08x\n", GetLastError());
140 /* Test with a simple cert */
141 blob.pbData = bigCert;
142 blob.cbData = sizeof(bigCert);
143 SetLastError(0xdeadbeef);
144 ret = CryptQueryObject(CERT_QUERY_OBJECT_BLOB, &blob,
145 CERT_QUERY_CONTENT_FLAG_ALL, CERT_QUERY_FORMAT_FLAG_ALL, 0, NULL, NULL,
146 NULL, NULL, NULL, NULL);
147 ok(ret, "CryptQueryObject failed: %08x\n", GetLastError());
148 /* The same cert, base64-encoded */
149 blob.pbData = (BYTE *)bigCertBase64;
150 blob.cbData = sizeof(bigCertBase64);
151 SetLastError(0xdeadbeef);
152 ret = CryptQueryObject(CERT_QUERY_OBJECT_BLOB, &blob,
153 CERT_QUERY_CONTENT_FLAG_ALL, CERT_QUERY_FORMAT_FLAG_ALL, 0, NULL, NULL,
154 NULL, NULL, NULL, NULL);
155 ok(ret, "CryptQueryObject failed: %08x\n", GetLastError());
156 /* The same base64-encoded cert, restricting the format types */
157 SetLastError(0xdeadbeef);
158 ret = CryptQueryObject(CERT_QUERY_OBJECT_BLOB, &blob,
159 CERT_QUERY_CONTENT_FLAG_ALL, CERT_QUERY_FORMAT_FLAG_BINARY, 0, NULL, NULL,
160 NULL, NULL, NULL, NULL);
161 todo_wine
162 ok(!ret && GetLastError() == CRYPT_E_NO_MATCH,
163 "expected CRYPT_E_NO_MATCH, got %08x\n", GetLastError());
164 SetLastError(0xdeadbeef);
165 ret = CryptQueryObject(CERT_QUERY_OBJECT_BLOB, &blob,
166 CERT_QUERY_CONTENT_FLAG_ALL, CERT_QUERY_FORMAT_FLAG_BASE64_ENCODED, 0,
167 NULL, NULL, NULL, NULL, NULL, NULL);
168 todo_wine
169 ok(ret, "CryptQueryObject failed: %08x\n", GetLastError());
170 /* The same cert, base64-encoded but as a wide character string */
171 blob.pbData = (BYTE *)bigCertBase64W;
172 blob.cbData = sizeof(bigCertBase64W);
173 SetLastError(0xdeadbeef);
174 ret = CryptQueryObject(CERT_QUERY_OBJECT_BLOB, &blob,
175 CERT_QUERY_CONTENT_FLAG_ALL, CERT_QUERY_FORMAT_FLAG_ALL, 0, NULL, NULL,
176 NULL, NULL, NULL, NULL);
177 todo_wine
178 ok(!ret && GetLastError() == CRYPT_E_NO_MATCH,
179 "expected CRYPT_E_NO_MATCH, got %08x\n", GetLastError());
180 /* For brevity, not tested here, but tested on Windows: same failure
181 * (CRYPT_E_NO_MATCH) when the wide character base64-encoded cert
182 * is written to a file and queried.
184 /* Test with a valid signed message */
185 blob.pbData = signedWithCertWithValidPubKeyContent;
186 blob.cbData = sizeof(signedWithCertWithValidPubKeyContent);
187 SetLastError(0xdeadbeef);
188 ret = CryptQueryObject(CERT_QUERY_OBJECT_BLOB, &blob,
189 CERT_QUERY_CONTENT_FLAG_ALL, CERT_QUERY_FORMAT_FLAG_ALL, 0, NULL, NULL,
190 NULL, NULL, NULL, NULL);
191 ok(ret, "CryptQueryObject failed: %08x\n", GetLastError());
192 blob.pbData = (BYTE *)signedWithCertWithValidPubKeyContentBase64;
193 blob.cbData = sizeof(signedWithCertWithValidPubKeyContentBase64);
194 SetLastError(0xdeadbeef);
195 ret = CryptQueryObject(CERT_QUERY_OBJECT_BLOB, &blob,
196 CERT_QUERY_CONTENT_FLAG_ALL, CERT_QUERY_FORMAT_FLAG_ALL, 0, NULL, NULL,
197 NULL, NULL, NULL, NULL);
198 ok(ret, "CryptQueryObject failed: %08x\n", GetLastError());
199 /* A valid signed message, encoded as a wide character base64 string, can
200 * be queried successfully.
202 blob.pbData = (BYTE *)signedWithCertWithValidPubKeyContentBase64W;
203 blob.cbData = sizeof(signedWithCertWithValidPubKeyContentBase64W);
204 SetLastError(0xdeadbeef);
205 ret = CryptQueryObject(CERT_QUERY_OBJECT_BLOB, &blob,
206 CERT_QUERY_CONTENT_FLAG_ALL, CERT_QUERY_FORMAT_FLAG_ALL, 0, NULL, NULL,
207 NULL, NULL, NULL, NULL);
208 ok(ret, "CryptQueryObject failed: %08x\n", GetLastError());
209 SetLastError(0xdeadbeef);
210 ret = CryptQueryObject(CERT_QUERY_OBJECT_BLOB, &blob,
211 CERT_QUERY_CONTENT_FLAG_ALL, CERT_QUERY_FORMAT_FLAG_BINARY, 0, NULL, NULL,
212 NULL, NULL, NULL, NULL);
213 todo_wine
214 ok(!ret && GetLastError() == CRYPT_E_NO_MATCH,
215 "expected CRYPT_E_NO_MATCH, got %08x\n", GetLastError());
216 SetLastError(0xdeadbeef);
217 ret = CryptQueryObject(CERT_QUERY_OBJECT_BLOB, &blob,
218 CERT_QUERY_CONTENT_FLAG_ALL, CERT_QUERY_FORMAT_FLAG_BASE64_ENCODED, 0,
219 NULL, NULL, NULL, NULL, NULL, NULL);
220 todo_wine
221 ok(ret, "CryptQueryObject failed: %08x\n", GetLastError());
224 START_TEST(object)
226 test_query_object();