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

Adds package signing feature #34

Merged
merged 6 commits into from
Aug 28, 2017
Merged

Commits on Aug 28, 2017

  1. core: moved install-condition metadata generation to its own class

    Signed-off-by: Pablo Palácios <ppalacios992@gmail.com>
    pablopalacios committed Aug 28, 2017
    Configuration menu
    Copy the full SHA
    aa90739 View commit details
    Browse the repository at this point in the history
  2. core: moved compression metadata generation to its own function

    Signed-off-by: Pablo Palácios <ppalacios992@gmail.com>
    pablopalacios committed Aug 28, 2017
    Configuration menu
    Copy the full SHA
    be3c50a View commit details
    Browse the repository at this point in the history
  3. http: added a way to send custom headers

    The solution provided here allows us to send UH-Signature header which
    contains the package signature.
    
    Signed-off-by: Pablo Palácios <ppalacios992@gmail.com>
    pablopalacios committed Aug 28, 2017
    Configuration menu
    Copy the full SHA
    5be2c3f View commit details
    Browse the repository at this point in the history
  4. utils: add sign_dict function utility

    Private key used for signing must be set using the UHU_PRIVATE_KEY
    environment variable.
    
    Signed-off-by: Pablo Palácios <ppalacios992@gmail.com>
    pablopalacios committed Aug 28, 2017
    Configuration menu
    Copy the full SHA
    418f0f0 View commit details
    Browse the repository at this point in the history
  5. signature: added signature when pushing packages

    Signed-off-by: Pablo Palácios <ppalacios992@gmail.com>
    pablopalacios committed Aug 28, 2017
    Configuration menu
    Copy the full SHA
    f788953 View commit details
    Browse the repository at this point in the history
  6. signature: added signature when making uhupkg files

    Signed-off-by: Pablo Palácios <ppalacios992@gmail.com>
    pablopalacios committed Aug 28, 2017
    Configuration menu
    Copy the full SHA
    1cb3275 View commit details
    Browse the repository at this point in the history