I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
  1. Mar 14, 2023
  2. Mar 13, 2023
  3. Mar 07, 2023
  4. Jan 22, 2023
  5. Jan 17, 2023
  6. Jan 10, 2023
  7. Jan 08, 2023
  8. Jan 06, 2023
  9. Jan 01, 2023
  10. Dec 20, 2022
  11. Nov 28, 2022
    • zzz's avatar
      i2ptunnel: Change enc type defaults · f8e0ee65
      zzz authored
      ECIES (ratchet) introduced about 4 years ago, and we are still defaulting to both ECIES and ElG in most places.
      
      There are four cases:
      
      - New install: $I2P/i2ptunnel.config as shipped
      - New tunnel: i2ptunnel code sets default
      - Existing tunnel, no enc type config: i2ptunnel code sets default
      - Existing tunnel, config changed and saved via UI in last 4 years: Setting as in config file
      
      Changes:
      
      - New install: Change eepsite and IRC client to ECIES-only; shared clients remains both
      - New tunnel: Change from both to ECIES-only
      - Existing tunnel, no enc type config: Change servers to ECIES-only; clients remain both
      - Existing tunnel with enc type config: No defaults, no change
      Unverified
      f8e0ee65
  12. Nov 26, 2022
  13. Nov 22, 2022
  14. Nov 21, 2022
  15. Nov 18, 2022
  16. Nov 01, 2022
  17. Oct 16, 2022
  18. Sep 28, 2022
  19. Aug 31, 2022
  20. Aug 22, 2022
  21. Aug 19, 2022
  22. Aug 13, 2022
  23. Aug 06, 2022
  24. Aug 04, 2022
  25. Jul 03, 2022
  26. Jun 23, 2022
  27. Jun 09, 2022
  28. May 23, 2022
  29. May 19, 2022
  30. May 02, 2022
  31. Apr 12, 2022
  32. Mar 31, 2022
  33. Mar 20, 2022
    • zzz's avatar
      NetDB: Refactor family validation · c520dcb0
      zzz authored
      Return a result code from verify()
      Load all known certs at startup rather than continually reloading them
      Only give full verified status to known keys
      Enforce signatures in netdb store when key is available
      Show family verification status on /netdb
      Export our cert to disk if missing
      Add stormycloud family cert
      Bypass /24 Sybil penalty
      Unverified
      c520dcb0
Loading