Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-cw
Commits
b6032a41
Commit
b6032a41
authored
Aug 21, 2007
by
Juan Lang
Committed by
Alexandre Julliard
Aug 22, 2007
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
crypt32: Trace encoding and decoding public keys on crypt channel.
parent
ac1d912f
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
encode.c
dlls/crypt32/encode.c
+4
-4
No files found.
dlls/crypt32/encode.c
View file @
b6032a41
...
...
@@ -3627,9 +3627,9 @@ static BOOL WINAPI CRYPT_ExportRsaPublicKeyInfoEx(HCRYPTPROV_OR_NCRYPT_KEY_HANDL
HCRYPTKEY
key
;
static
CHAR
oid
[]
=
szOID_RSA_RSA
;
TRACE
(
"(%08lx, %d, %08x, %s, %08x, %p, %p, %p)
\n
"
,
hCryptProv
,
dwKeySpec
,
dw
CertEncodingType
,
debugstr_a
(
pszPublicKeyObjId
),
dwFlags
,
pvAuxInfo
,
pInfo
,
pcbInfo
);
TRACE
_
(
crypt
)(
"(%08lx, %d, %08x, %s, %08x, %p, %p, %p)
\n
"
,
hCryptProv
,
dw
KeySpec
,
dwCertEncodingType
,
debugstr_a
(
pszPublicKeyObjId
),
dwFlags
,
p
vAuxInfo
,
p
Info
,
pcbInfo
);
if
(
!
pszPublicKeyObjId
)
pszPublicKeyObjId
=
oid
;
...
...
@@ -3748,7 +3748,7 @@ static BOOL WINAPI CRYPT_ImportRsaPublicKeyInfoEx(HCRYPTPROV hCryptProv,
BOOL
ret
;
DWORD
pubKeySize
=
0
;
TRACE
(
"(%08lx, %d, %p, %d, %08x, %p, %p)
\n
"
,
hCryptProv
,
TRACE
_
(
crypt
)
(
"(%08lx, %d, %p, %d, %08x, %p, %p)
\n
"
,
hCryptProv
,
dwCertEncodingType
,
pInfo
,
aiKeyAlg
,
dwFlags
,
pvAuxInfo
,
phKey
);
ret
=
CryptDecodeObject
(
dwCertEncodingType
,
RSA_CSP_PUBLICKEYBLOB
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment