good morning!!!!

Skip to content
Snippets Groups Projects
  1. Dec 19, 2017
  2. Dec 18, 2017
  3. Dec 15, 2017
  4. Dec 14, 2017
  5. Dec 13, 2017
  6. Dec 12, 2017
  7. Dec 11, 2017
    • holisticode's avatar
      cmd/swarm: add config file (#15548) · 32516c76
      holisticode authored
      This commit adds a TOML configuration option to swarm. It reuses
      the TOML configuration structure used in geth with swarm
      customized items.
      
      The commit:
      
      * Adds a "dumpconfig" command to the swarm executable which
        allows printing the (default) configuration to stdout, which
        then can be redirected to a file in order to customize it.
      * Adds a "--config <file>" option to the swarm executable which will
        allow to load a configuration file in TOML format from the
        specified location in order to initialize the Swarm node The
        override priorities are like follows: environment variables
        override command line arguments override config file override
        default config.
      32516c76
    • Felix Lange's avatar
      crypto: fix error check in toECDSA (#15632) · 1a32bdf9
      Felix Lange authored
      With this change,
      
          key, err := crypto.HexToECDSA("000000...")
          
      returns nil key and an error instead of a non-nil key with nil X
      and Y inside. Issue found by @guidovranken.
      1a32bdf9
    • Felix Lange's avatar
      rlp: fix string size check in readKind (#15625) · 2499b1b1
      Felix Lange authored
      Issue found by @guidovranken
      2499b1b1
    • Guillaume Ballet's avatar
      whisper: sym encryption message padding includes salt (#15631) · e7610ead
      Guillaume Ballet authored
      Now that the AES salt has been moved to the payload, padding must
      be adjusted to hide it, lest an attacker guesses that the packet
      uses symmetric encryption.
      e7610ead
  8. Dec 09, 2017
  9. Dec 08, 2017
  10. Dec 07, 2017
  11. Dec 06, 2017
  12. Dec 05, 2017
  13. Dec 04, 2017
  14. Dec 01, 2017
Loading