Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding wrappers to Cryptui/Crypt32 and structures to WinCrypt. #915

Closed
wants to merge 3 commits into from

Commits on Mar 3, 2018

  1. Adding wrappers to Cryptui/Crypt32 and structures to WinCrypt.

    Roshan Muralidharan authored and matthiasblaesing committed Mar 3, 2018
    Configuration menu
    Copy the full SHA
    7d72ae4 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2018

  1. Updated bindings and testcases for WinCrypt/Crypt32

    - CryptSignMessage + CryptVerifyMessageSignature functions and structures
      rebound and updated testcase to test full cycle
    - In the structures holding arrays, the basic binding hold now only a
      pointer and adds a helper, that converts the pointer to the array of
      structures. Allowing improved bindings to use the pointer to add
      custom bindings. WinCryptUtil.MANAGED_CRYPT_SIGN_MESSAGE_PARA is a
      sample for this.
    - Updated a working test for Crypt32#CertNameToStr
    - Adding working version of Crypt32Util#CertNameToStr
    - Use custom PKCS12 Store to test CertGetCertificateChain and update
      bindings of associated structures
    - Use Structure#createFieldsOrder and hold fieldOrder in static field
      instead of recreating it on all calls
    - Move Indent to 4 spaces (as in surrounding code)
    matthiasblaesing committed Mar 11, 2018
    Configuration menu
    Copy the full SHA
    3b2db15 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2018

  1. Updating CryptuiTest license

    WHQ_NT_DOMAIN\rm028363 committed Mar 12, 2018
    Configuration menu
    Copy the full SHA
    90ab70d View commit details
    Browse the repository at this point in the history