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

Remove Licensing exchange #3143

Merged
merged 2 commits into from
Jul 15, 2024

Commits on Jul 3, 2024

  1. Remove Licensing exchange

    Replaces the existing licensing exchange with a single PDU
    saying the user will not issue a license.
    
    This is necessary for clients on FIPS-compliant systems, as these
    are unable to decode the licensing exchange packets, due to outdated
    cyphers.
    matt335672 committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    cc4a4c9 View commit details
    Browse the repository at this point in the history
  2. Replace binary blob with specified data

    This commit changes the license response PDU to be constructed rather
    than simply being contained as a binary blob.
    
    Some constants in common/ms-rdpbcgr.h are renamed with the values
    from the specification.
    matt335672 committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    52dd88b View commit details
    Browse the repository at this point in the history