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

Security Module Plugin API #713

Merged
merged 104 commits into from
Apr 27, 2020
Merged

Security Module Plugin API #713

merged 104 commits into from
Apr 27, 2020

Commits on Apr 14, 2020

  1. Node Key Security Provider BouncyCastle backed internal plugin

    Signed-off-by: Usman Saleem <usman@usmans.info>
    usmansaleem committed Apr 14, 2020
    Configuration menu
    Copy the full SHA
    8dff540 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'upstream/master' into nodekey_plugin

    Signed-off-by: Usman Saleem <usman@usmans.info>
    usmansaleem committed Apr 14, 2020
    Configuration menu
    Copy the full SHA
    33482d5 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2020

  1. wip

    Signed-off-by: Usman Saleem <usman@usmans.info>
    usmansaleem committed Apr 15, 2020
    Configuration menu
    Copy the full SHA
    bf62f2c View commit details
    Browse the repository at this point in the history
  2. wip - renaming plugin name

    Signed-off-by: Usman Saleem <usman@usmans.info>
    usmansaleem committed Apr 15, 2020
    Configuration menu
    Copy the full SHA
    76f01f1 View commit details
    Browse the repository at this point in the history
  3. refactoring package name

    Signed-off-by: Usman Saleem <usman@usmans.info>
    usmansaleem committed Apr 15, 2020
    Configuration menu
    Copy the full SHA
    3db6b44 View commit details
    Browse the repository at this point in the history
  4. wip

    Signed-off-by: Usman Saleem <usman@usmans.info>
    usmansaleem committed Apr 15, 2020
    Configuration menu
    Copy the full SHA
    72b4dc9 View commit details
    Browse the repository at this point in the history
  5. wip - refactor package name

    Signed-off-by: Usman Saleem <usman@usmans.info>
    usmansaleem committed Apr 15, 2020
    Configuration menu
    Copy the full SHA
    3a30a73 View commit details
    Browse the repository at this point in the history
  6. wip

    Signed-off-by: Usman Saleem <usman@usmans.info>
    usmansaleem committed Apr 15, 2020
    Configuration menu
    Copy the full SHA
    d5392e7 View commit details
    Browse the repository at this point in the history
  7. Merge upstream/master

    Signed-off-by: Usman Saleem <usman@usmans.info>
    usmansaleem committed Apr 15, 2020
    Configuration menu
    Copy the full SHA
    160d9df View commit details
    Browse the repository at this point in the history
  8. wip - clean compile

    Signed-off-by: Usman Saleem <usman@usmans.info>
    usmansaleem committed Apr 15, 2020
    Configuration menu
    Copy the full SHA
    b934f3a View commit details
    Browse the repository at this point in the history
  9. spotless fix

    Signed-off-by: Usman Saleem <usman@usmans.info>
    usmansaleem committed Apr 15, 2020
    Configuration menu
    Copy the full SHA
    2505c3d View commit details
    Browse the repository at this point in the history
  10. test compilation fix

    Signed-off-by: Usman Saleem <usman@usmans.info>
    usmansaleem committed Apr 15, 2020
    Configuration menu
    Copy the full SHA
    afd1124 View commit details
    Browse the repository at this point in the history
  11. spotless fix

    Signed-off-by: Usman Saleem <usman@usmans.info>
    usmansaleem committed Apr 15, 2020
    Configuration menu
    Copy the full SHA
    87e063f View commit details
    Browse the repository at this point in the history
  12. license header

    Signed-off-by: Usman Saleem <usman@usmans.info>
    usmansaleem committed Apr 15, 2020
    Configuration menu
    Copy the full SHA
    977b3f0 View commit details
    Browse the repository at this point in the history
  13. spotless fix

    Signed-off-by: Usman Saleem <usman@usmans.info>
    usmansaleem committed Apr 15, 2020
    Configuration menu
    Copy the full SHA
    5c3e76a View commit details
    Browse the repository at this point in the history
  14. spotless fix

    Signed-off-by: Usman Saleem <usman@usmans.info>
    usmansaleem committed Apr 15, 2020
    Configuration menu
    Copy the full SHA
    8a69d3a View commit details
    Browse the repository at this point in the history
  15. mock fix in CommandTestAbstract

    Signed-off-by: Usman Saleem <usman@usmans.info>
    usmansaleem committed Apr 15, 2020
    Configuration menu
    Copy the full SHA
    4d14a37 View commit details
    Browse the repository at this point in the history
  16. supplier memoize

    Signed-off-by: Usman Saleem <usman@usmans.info>
    usmansaleem committed Apr 15, 2020
    Configuration menu
    Copy the full SHA
    e044e49 View commit details
    Browse the repository at this point in the history
  17. Merge remote-tracking branch 'upstream/master' into nodekey_plugin

    Signed-off-by: Usman Saleem <usman@usmans.info>
    usmansaleem committed Apr 15, 2020
    Configuration menu
    Copy the full SHA
    4b2209a View commit details
    Browse the repository at this point in the history
  18. supplier memoize moved into BouncyCastleSecurityModule

    Signed-off-by: Usman Saleem <usman@usmans.info>
    usmansaleem committed Apr 15, 2020
    Configuration menu
    Copy the full SHA
    94f2996 View commit details
    Browse the repository at this point in the history
  19. Fixing PublicKeySubCommand and its unit tests

    Signed-off-by: Usman Saleem <usman@usmans.info>
    usmansaleem committed Apr 15, 2020
    Configuration menu
    Copy the full SHA
    295caef View commit details
    Browse the repository at this point in the history
  20. updating plugin cli option and removing unit test cases

    Signed-off-by: Usman Saleem <usman@usmans.info>
    usmansaleem committed Apr 15, 2020
    Configuration menu
    Copy the full SHA
    7bd3790 View commit details
    Browse the repository at this point in the history
  21. Register SecurityModuleService in dsl ThreadBesuRunner

    Signed-off-by: Usman Saleem <usman@usmans.info>
    usmansaleem committed Apr 15, 2020
    Configuration menu
    Copy the full SHA
    4f08b33 View commit details
    Browse the repository at this point in the history
  22. refactoring threadbesunoderunner

    Signed-off-by: Usman Saleem <usman@usmans.info>
    usmansaleem committed Apr 15, 2020
    Configuration menu
    Copy the full SHA
    3b18e3e View commit details
    Browse the repository at this point in the history
  23. variable names cleanup

    Signed-off-by: Usman Saleem <usman@usmans.info>
    usmansaleem committed Apr 15, 2020
    Configuration menu
    Copy the full SHA
    a2187a3 View commit details
    Browse the repository at this point in the history
  24. cleanup

    Signed-off-by: Usman Saleem <usman@usmans.info>
    usmansaleem committed Apr 15, 2020
    Configuration menu
    Copy the full SHA
    c133689 View commit details
    Browse the repository at this point in the history
  25. Merge remote-tracking branch 'upstream/master' into nodekey_plugin

    Signed-off-by: Usman Saleem <usman@usmans.info>
    usmansaleem committed Apr 15, 2020
    Configuration menu
    Copy the full SHA
    f7e796c View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2020

  1. remove memoize from bcsecuritymodule

    Signed-off-by: Usman Saleem <usman@usmans.info>
    usmansaleem committed Apr 16, 2020
    Configuration menu
    Copy the full SHA
    ee607f8 View commit details
    Browse the repository at this point in the history
  2. remove nodeKey instance variable from BesuCommand

    Signed-off-by: Usman Saleem <usman@usmans.info>
    usmansaleem committed Apr 16, 2020
    Configuration menu
    Copy the full SHA
    77b604d View commit details
    Browse the repository at this point in the history
  3. Fixing CommandTestAbstract mocks and PublicKeySubCommandTest

    Signed-off-by: Usman Saleem <usman@usmans.info>
    usmansaleem committed Apr 16, 2020
    Configuration menu
    Copy the full SHA
    1196a41 View commit details
    Browse the repository at this point in the history
  4. cleaning up security module name constant

    Signed-off-by: Usman Saleem <usman@usmans.info>
    usmansaleem committed Apr 16, 2020
    Configuration menu
    Copy the full SHA
    cb93117 View commit details
    Browse the repository at this point in the history
  5. Merge remote-tracking branch 'upstream/master' into nodekey_plugin

    Signed-off-by: Usman Saleem <usman@usmans.info>
    usmansaleem committed Apr 16, 2020
    Configuration menu
    Copy the full SHA
    aa6ead8 View commit details
    Browse the repository at this point in the history
  6. Using extended Functional interface

    Signed-off-by: Usman Saleem <usman@usmans.info>
    usmansaleem committed Apr 16, 2020
    Configuration menu
    Copy the full SHA
    0774c4e View commit details
    Browse the repository at this point in the history
  7. Merge remote-tracking branch 'upstream/master' into nodekey_plugin

    Signed-off-by: Usman Saleem <usman@usmans.info>
    usmansaleem committed Apr 16, 2020
    Configuration menu
    Copy the full SHA
    a7d0dfe View commit details
    Browse the repository at this point in the history
  8. plugin api changes hash

    Signed-off-by: Usman Saleem <usman@usmans.info>
    usmansaleem committed Apr 16, 2020
    Configuration menu
    Copy the full SHA
    3630ab8 View commit details
    Browse the repository at this point in the history
  9. Ditching BouncyCastle from plugin and package name. Moving to localfile

    Signed-off-by: Usman Saleem <usman@usmans.info>
    usmansaleem committed Apr 16, 2020
    Configuration menu
    Copy the full SHA
    92412c4 View commit details
    Browse the repository at this point in the history
  10. exception msg

    Signed-off-by: Usman Saleem <usman@usmans.info>
    usmansaleem committed Apr 16, 2020
    Configuration menu
    Copy the full SHA
    2db11f7 View commit details
    Browse the repository at this point in the history
  11. unit test for Plugin

    Signed-off-by: Usman Saleem <usman@usmans.info>
    usmansaleem committed Apr 16, 2020
    Configuration menu
    Copy the full SHA
    d3b1cac View commit details
    Browse the repository at this point in the history
  12. header

    Signed-off-by: Usman Saleem <usman@usmans.info>
    usmansaleem committed Apr 16, 2020
    Configuration menu
    Copy the full SHA
    e1aea38 View commit details
    Browse the repository at this point in the history
  13. final

    Signed-off-by: Usman Saleem <usman@usmans.info>
    usmansaleem committed Apr 16, 2020
    Configuration menu
    Copy the full SHA
    26962c6 View commit details
    Browse the repository at this point in the history
  14. Merge remote-tracking branch 'upstream/master' into nodekey_plugin

    Signed-off-by: Usman Saleem <usman@usmans.info>
    usmansaleem committed Apr 16, 2020
    Configuration menu
    Copy the full SHA
    bc45536 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2020

  1. Merge remote-tracking branch 'upstream/master' into nodekey_plugin

    Signed-off-by: Usman Saleem <usman@usmans.info>
    usmansaleem committed Apr 17, 2020
    Configuration menu
    Copy the full SHA
    7a8fb1d View commit details
    Browse the repository at this point in the history
  2. using final keyword in nodePrivateKeyFile()

    Signed-off-by: Usman Saleem <usman@usmans.info>
    usmansaleem committed Apr 17, 2020
    Configuration menu
    Copy the full SHA
    690618d View commit details
    Browse the repository at this point in the history
  3. Making PublicKey interface;

    Signed-off-by: Usman Saleem <usman@usmans.info>
    usmansaleem committed Apr 17, 2020
    Configuration menu
    Copy the full SHA
    570271a View commit details
    Browse the repository at this point in the history
  4. Plugin API hash

    Signed-off-by: Usman Saleem <usman@usmans.info>
    usmansaleem committed Apr 17, 2020
    Configuration menu
    Copy the full SHA
    de52ac4 View commit details
    Browse the repository at this point in the history
  5. Merge remote-tracking branch 'upstream/master' into nodekey_plugin

    Signed-off-by: Usman Saleem <usman@usmans.info>
    usmansaleem committed Apr 17, 2020
    Configuration menu
    Copy the full SHA
    0575240 View commit details
    Browse the repository at this point in the history
  6. tidying up LocalFileSecurityModulePlugin

    Signed-off-by: Usman Saleem <usman@usmans.info>
    usmansaleem committed Apr 17, 2020
    Configuration menu
    Copy the full SHA
    8850fe8 View commit details
    Browse the repository at this point in the history
  7. review - converting Signature to interface

    Signed-off-by: Usman Saleem <usman@usmans.info>
    usmansaleem committed Apr 17, 2020
    Configuration menu
    Copy the full SHA
    cce1bcb View commit details
    Browse the repository at this point in the history
  8. refactoring Signature and PublicKey in data subpackage

    Signed-off-by: Usman Saleem <usman@usmans.info>
    usmansaleem committed Apr 17, 2020
    Configuration menu
    Copy the full SHA
    d83e47f View commit details
    Browse the repository at this point in the history
  9. review - refactoring inner class to be top level class. Adding javadoc

    Signed-off-by: Usman Saleem <usman@usmans.info>
    usmansaleem committed Apr 17, 2020
    Configuration menu
    Copy the full SHA
    c5f1738 View commit details
    Browse the repository at this point in the history
  10. refactoring method out of SecurityModuleProvider

    Signed-off-by: Usman Saleem <usman@usmans.info>
    usmansaleem committed Apr 17, 2020
    Configuration menu
    Copy the full SHA
    3088be3 View commit details
    Browse the repository at this point in the history
  11. spotless fix

    Signed-off-by: Usman Saleem <usman@usmans.info>
    usmansaleem committed Apr 17, 2020
    Configuration menu
    Copy the full SHA
    c28cc76 View commit details
    Browse the repository at this point in the history
  12. adding unstable annotation in plugin interfaces

    Signed-off-by: Usman Saleem <usman@usmans.info>
    usmansaleem committed Apr 17, 2020
    Configuration menu
    Copy the full SHA
    7341cfc View commit details
    Browse the repository at this point in the history
  13. Merge remote-tracking branch 'upstream/master' into nodekey_plugin

    Signed-off-by: Usman Saleem <usman@usmans.info>
    usmansaleem committed Apr 17, 2020
    Configuration menu
    Copy the full SHA
    eaf709f View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2020

  1. Merge remote-tracking branch 'upstream/master' into nodekey_plugin

    Signed-off-by: Usman Saleem <usman@usmans.info>
    usmansaleem committed Apr 20, 2020
    Configuration menu
    Copy the full SHA
    1627081 View commit details
    Browse the repository at this point in the history
  2. expose buildNodeKey from BesuCommand so that PublicKeySubcommand can …

    …use it
    
    Signed-off-by: Usman Saleem <usman@usmans.info>
    usmansaleem committed Apr 20, 2020
    Configuration menu
    Copy the full SHA
    6a27c66 View commit details
    Browse the repository at this point in the history
  3. Merge upstream master

    Signed-off-by: Usman Saleem <usman@usmans.info>
    
    # Conflicts:
    #	besu/src/test/resources/everything_config.toml
    usmansaleem committed Apr 20, 2020
    Configuration menu
    Copy the full SHA
    7c19a1a View commit details
    Browse the repository at this point in the history
  4. use functional reference for nodekey in public key subcommand

    Signed-off-by: Usman Saleem <usman@usmans.info>
    usmansaleem committed Apr 20, 2020
    Configuration menu
    Copy the full SHA
    25af953 View commit details
    Browse the repository at this point in the history
  5. unextend SecurityModuleProvider from Functional.

    Signed-off-by: Usman Saleem <usman@usmans.info>
    usmansaleem committed Apr 20, 2020
    Configuration menu
    Copy the full SHA
    2487f0f View commit details
    Browse the repository at this point in the history
  6. SecurityModuleException

    Signed-off-by: Usman Saleem <usman@usmans.info>
    usmansaleem committed Apr 20, 2020
    Configuration menu
    Copy the full SHA
    007b87a View commit details
    Browse the repository at this point in the history
  7. plugin checksum

    Signed-off-by: Usman Saleem <usman@usmans.info>
    usmansaleem committed Apr 20, 2020
    Configuration menu
    Copy the full SHA
    47ab014 View commit details
    Browse the repository at this point in the history
  8. Use Runnable function reference to initialize besu configuration serv…

    …ice from subcommand
    
    Signed-off-by: Usman Saleem <usman@usmans.info>
    usmansaleem committed Apr 20, 2020
    Configuration menu
    Copy the full SHA
    a6ae3a9 View commit details
    Browse the repository at this point in the history
  9. LocalFileSecurityModulePlugin - Use isDocker directly

    Signed-off-by: Usman Saleem <usman@usmans.info>
    usmansaleem committed Apr 20, 2020
    Configuration menu
    Copy the full SHA
    4943186 View commit details
    Browse the repository at this point in the history
  10. review - rename variable to nodeKey

    Signed-off-by: Usman Saleem <usman@usmans.info>
    usmansaleem committed Apr 20, 2020
    Configuration menu
    Copy the full SHA
    fc0be7f View commit details
    Browse the repository at this point in the history
  11. review - javadoc

    Signed-off-by: Usman Saleem <usman@usmans.info>
    usmansaleem committed Apr 20, 2020
    Configuration menu
    Copy the full SHA
    0a9525a View commit details
    Browse the repository at this point in the history
  12. fix compilation issues

    Signed-off-by: Usman Saleem <usman@usmans.info>
    usmansaleem committed Apr 20, 2020
    Configuration menu
    Copy the full SHA
    e2ff900 View commit details
    Browse the repository at this point in the history
  13. use orElseGet

    Signed-off-by: Usman Saleem <usman@usmans.info>
    usmansaleem committed Apr 20, 2020
    Configuration menu
    Copy the full SHA
    c643c23 View commit details
    Browse the repository at this point in the history
  14. settings.gradle ordering

    Signed-off-by: Usman Saleem <usman@usmans.info>
    usmansaleem committed Apr 20, 2020
    Configuration menu
    Copy the full SHA
    30c52d1 View commit details
    Browse the repository at this point in the history
  15. Merge remote-tracking branch 'upstream/master' into nodekey_plugin

    Signed-off-by: Usman Saleem <usman@usmans.info>
    usmansaleem committed Apr 20, 2020
    Configuration menu
    Copy the full SHA
    bb7bc22 View commit details
    Browse the repository at this point in the history
  16. Merge remote-tracking branch 'upstream/master' into nodekey_plugin

    Signed-off-by: Usman Saleem <usman@usmans.info>
    usmansaleem committed Apr 20, 2020
    Configuration menu
    Copy the full SHA
    1ad1c45 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2020

  1. Expose ECPoint from PublicKey interface'

    Signed-off-by: Usman Saleem <usman@usmans.info>
    usmansaleem committed Apr 21, 2020
    Configuration menu
    Copy the full SHA
    a9a42f4 View commit details
    Browse the repository at this point in the history
  2. ECPoint byte[] to BigInteger conversion padding

    Signed-off-by: Usman Saleem <usman@usmans.info>
    usmansaleem committed Apr 21, 2020
    Configuration menu
    Copy the full SHA
    860a411 View commit details
    Browse the repository at this point in the history
  3. Merge remote-tracking branch 'upstream/master' into nodekey_plugin

    Signed-off-by: Usman Saleem <usman@usmans.info>
    usmansaleem committed Apr 21, 2020
    Configuration menu
    Copy the full SHA
    91c90c9 View commit details
    Browse the repository at this point in the history
  4. javadoc

    Signed-off-by: Usman Saleem <usman@usmans.info>
    usmansaleem committed Apr 21, 2020
    Configuration menu
    Copy the full SHA
    2aac744 View commit details
    Browse the repository at this point in the history
  5. checksum

    Signed-off-by: Usman Saleem <usman@usmans.info>
    usmansaleem committed Apr 21, 2020
    Configuration menu
    Copy the full SHA
    aa53c23 View commit details
    Browse the repository at this point in the history
  6. spotless fix

    Signed-off-by: Usman Saleem <usman@usmans.info>
    usmansaleem committed Apr 21, 2020
    Configuration menu
    Copy the full SHA
    715450d View commit details
    Browse the repository at this point in the history
  7. plugin checksum and final keyword

    Signed-off-by: Usman Saleem <usman@usmans.info>
    usmansaleem committed Apr 21, 2020
    Configuration menu
    Copy the full SHA
    79b4f31 View commit details
    Browse the repository at this point in the history
  8. Merge remote-tracking branch 'upstream/master' into nodekey_plugin

    Signed-off-by: Usman Saleem <usman@usmans.info>
    usmansaleem committed Apr 21, 2020
    Configuration menu
    Copy the full SHA
    ee26e5c View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2020

  1. ECPointUtil unsigned x y

    Signed-off-by: Usman Saleem <usman@usmans.info>
    usmansaleem committed Apr 22, 2020
    Configuration menu
    Copy the full SHA
    4bad3f5 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'upstream/master' into nodekey_plugin

    Signed-off-by: Usman Saleem <usman@usmans.info>
    usmansaleem committed Apr 22, 2020
    Configuration menu
    Copy the full SHA
    4897a0a View commit details
    Browse the repository at this point in the history
  3. Merge remote-tracking branch 'upstream/master' into nodekey_plugin

    Signed-off-by: Usman Saleem <usman@usmans.info>
    usmansaleem committed Apr 22, 2020
    Configuration menu
    Copy the full SHA
    8b6589f View commit details
    Browse the repository at this point in the history
  4. merge upstream master

    Signed-off-by: Usman Saleem <usman@usmans.info>
    
    # Conflicts:
    #	besu/src/main/java/org/hyperledger/besu/cli/BesuCommand.java
    #	besu/src/main/java/org/hyperledger/besu/controller/BesuControllerBuilder.java
    usmansaleem committed Apr 22, 2020
    Configuration menu
    Copy the full SHA
    3437e7f View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2020

  1. spotless fix

    Signed-off-by: Usman Saleem <usman@usmans.info>
    usmansaleem committed Apr 23, 2020
    Configuration menu
    Copy the full SHA
    24cccad View commit details
    Browse the repository at this point in the history
  2. rename method

    Signed-off-by: Usman Saleem <usman@usmans.info>
    usmansaleem committed Apr 23, 2020
    Configuration menu
    Copy the full SHA
    39deda8 View commit details
    Browse the repository at this point in the history
  3. Merge remote-tracking branch 'upstream/master' into nodekey_plugin

    Signed-off-by: Usman Saleem <usman@usmans.info>
    usmansaleem committed Apr 23, 2020
    Configuration menu
    Copy the full SHA
    c25d921 View commit details
    Browse the repository at this point in the history
  4. Removing internal plugin and directly instantiating KeyPairSecurityMo…

    …dule
    
    Signed-off-by: Usman Saleem <usman@usmans.info>
    usmansaleem committed Apr 23, 2020
    Configuration menu
    Copy the full SHA
    d9fec18 View commit details
    Browse the repository at this point in the history
  5. removing internal plugin from acceptance dsl

    Signed-off-by: Usman Saleem <usman@usmans.info>
    usmansaleem committed Apr 23, 2020
    Configuration menu
    Copy the full SHA
    afbc588 View commit details
    Browse the repository at this point in the history
  6. javadoc

    Signed-off-by: Usman Saleem <usman@usmans.info>
    usmansaleem committed Apr 23, 2020
    Configuration menu
    Copy the full SHA
    6283c0c View commit details
    Browse the repository at this point in the history
  7. final keywords

    Signed-off-by: Usman Saleem <usman@usmans.info>
    usmansaleem committed Apr 23, 2020
    Configuration menu
    Copy the full SHA
    26aebd3 View commit details
    Browse the repository at this point in the history
  8. Merge remote-tracking branch 'upstream/master' into nodekey_plugin

    Signed-off-by: Usman Saleem <usman@usmans.info>
    usmansaleem committed Apr 23, 2020
    Configuration menu
    Copy the full SHA
    eb6712a View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2020

  1. ECPointUtil toUnsignedByteArray cleanup and unit tests

    Signed-off-by: Usman Saleem <usman@usmans.info>
    usmansaleem committed Apr 24, 2020
    Configuration menu
    Copy the full SHA
    317bc51 View commit details
    Browse the repository at this point in the history
  2. cleaning up KeyPairSecurityModule

    Signed-off-by: Usman Saleem <usman@usmans.info>
    usmansaleem committed Apr 24, 2020
    Configuration menu
    Copy the full SHA
    6f675cb View commit details
    Browse the repository at this point in the history
  3. typo

    Signed-off-by: Usman Saleem <usman@usmans.info>
    usmansaleem committed Apr 24, 2020
    Configuration menu
    Copy the full SHA
    5dee1ab View commit details
    Browse the repository at this point in the history
  4. review suggestion - exception message in keypairsecuritymodule

    Signed-off-by: Usman Saleem <usman@usmans.info>
    usmansaleem committed Apr 24, 2020
    Configuration menu
    Copy the full SHA
    73df123 View commit details
    Browse the repository at this point in the history
  5. ECPointUtil cleanup - Use BC BigIntegers.asUnsignedByteArray

    Signed-off-by: Usman Saleem <usman@usmans.info>
    usmansaleem committed Apr 24, 2020
    Configuration menu
    Copy the full SHA
    5f83f01 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2020

  1. Merge upstream master

    Conflicts:
    	plugin-api/build.gradle
    
    Signed-off-by: Usman Saleem <usman@usmans.info>
    usmansaleem committed Apr 25, 2020
    Configuration menu
    Copy the full SHA
    3f62973 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2020

  1. review suggestions

    Signed-off-by: Usman Saleem <usman@usmans.info>
    usmansaleem committed Apr 27, 2020
    Configuration menu
    Copy the full SHA
    6a36b4e View commit details
    Browse the repository at this point in the history
  2. review suggestion - Register default SecurityModuleProvider with Secu…

    …rityModuleService
    
    Signed-off-by: Usman Saleem <usman@usmans.info>
    usmansaleem committed Apr 27, 2020
    Configuration menu
    Copy the full SHA
    75c5803 View commit details
    Browse the repository at this point in the history
  3. spotless fix

    Signed-off-by: Usman Saleem <usman@usmans.info>
    usmansaleem committed Apr 27, 2020
    Configuration menu
    Copy the full SHA
    b18f39b View commit details
    Browse the repository at this point in the history
  4. plugin api checksum

    Signed-off-by: Usman Saleem <usman@usmans.info>
    usmansaleem committed Apr 27, 2020
    Configuration menu
    Copy the full SHA
    b5dba6d View commit details
    Browse the repository at this point in the history
  5. Using Supplier<SecurityModule> instead of SecurityModuleSupplier

    Signed-off-by: Usman Saleem <usman@usmans.info>
    usmansaleem committed Apr 27, 2020
    Configuration menu
    Copy the full SHA
    6322e08 View commit details
    Browse the repository at this point in the history
  6. plugin api checksum

    Signed-off-by: Usman Saleem <usman@usmans.info>
    usmansaleem committed Apr 27, 2020
    Configuration menu
    Copy the full SHA
    3405b17 View commit details
    Browse the repository at this point in the history
  7. --security-module cli option instead of --security-module-provider

    Signed-off-by: Usman Saleem <usman@usmans.info>
    usmansaleem committed Apr 27, 2020
    Configuration menu
    Copy the full SHA
    519370c View commit details
    Browse the repository at this point in the history
  8. Merge remote-tracking branch 'upstream/master' into nodekey_plugin

    Signed-off-by: Usman Saleem <usman@usmans.info>
    usmansaleem committed Apr 27, 2020
    Configuration menu
    Copy the full SHA
    a47c113 View commit details
    Browse the repository at this point in the history