Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: torvalds/linux
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: lumag/linux
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: digsig2-devel
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 6 commits
  • 11 files changed
  • 1 contributor

Commits on May 13, 2018

  1. crypto: provide common function to load keys from buffer

    Both system keyring and wireless regdb use exactly the same piece of
    code to load keys from buffer into keyring. Move this code to common
    place (at crypto/asymmetric_keys).
    
    Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
    lumag committed May 13, 2018
    Configuration menu
    Copy the full SHA
    827ea70 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2018

  1. security: add DigSig2 security module

    DigSig2 checks that executable and library files are digitally signed by
    platform owner.
    
    Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
    lumag committed May 14, 2018
    Configuration menu
    Copy the full SHA
    5b370ff View commit details
    Browse the repository at this point in the history
  2. security: digsig2: rename trusted keys option

    Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
    lumag committed May 14, 2018
    Configuration menu
    Copy the full SHA
    1b35355 View commit details
    Browse the repository at this point in the history
  3. security: digsig2: add non-eforcing mode

    Add development mode, which allows one to run the system with all the
    checks in place, but without actually enforcing failures (unless
    enforcing=1 boot argument is used).
    
    Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
    lumag committed May 14, 2018
    Configuration menu
    Copy the full SHA
    09632d9 View commit details
    Browse the repository at this point in the history
  4. security: digsig2: separate signature reading code

    Separate signature reading code to ease further changes that might use
    other places to store signature.
    
    Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
    lumag committed May 14, 2018
    Configuration menu
    Copy the full SHA
    ae7b836 View commit details
    Browse the repository at this point in the history
  5. security: digsig2: add more information to audit event

    Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
    lumag committed May 14, 2018
    Configuration menu
    Copy the full SHA
    5d9d944 View commit details
    Browse the repository at this point in the history
Loading