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

Skip to content
Snippets Groups Projects
  1. Apr 25, 2015
    • zzz's avatar
      I2PSSLSocketFactory: · 40c4a429
      zzz authored
      - Add hostname verification using code from
      Apache HttpClient 4.4.1 (Apache 2.0 license)
      and one small class from HttpCore 4.4.1,
      slightly modified to remove additional Apache dependencies
      and unneeded code.
      - Includes support for public suffix list;
      use basic list with standard TLDs,
      and also support loading the big Mozilla list,
      but don't bundle the 150KB Mozilla list for now.
      - For Android, use its default verifier, which
      should actually work (unlike Oracle)
      - Java 7 not required, although servers requiring SNI will now
      fail on Java 6, which does not support SNI
      SSLEepGet:
      - Rework recent setSoTimeout code changes, as they broke SNI
      - Add option to save certs even if no errors
      - Add option to disable hostname verification
      40c4a429
    • zzz's avatar
      Mods to remove additional Apache dependencies · 26f89391
      zzz authored
      and unneeded code, now compiles
      26f89391
    • zzz's avatar
      - Initial checkin of Apache classes from · aaae72cf
      zzz authored
      Apache HttpClient 4.4.1 (Apache 2.0 license)
      and one small class from HttpCore 4.4.1,
      unmodified as a baseline for future merges.
      Does not compile.
      See following checkins for more info
      aaae72cf
    • zzz's avatar
      Util: Catch and convert OOM in I2PThread.start() to a RuntimeException, · 3e55cff1
      zzz authored
      to give better message to users and prevent JVM shutdown
      on what is unlikely to be a heap issue.
      3e55cff1
  2. Apr 24, 2015
  3. Apr 23, 2015
  4. Apr 22, 2015
  5. Apr 21, 2015
  6. Apr 20, 2015
Loading