Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c6f2ec20 authored by Dirk Dougherty's avatar Dirk Dougherty Committed by Android Git Automerger
Browse files

am b2fe15f9: am 66296451: Merge "Doc change: update behavior changes and move...

am b2fe15f9: am 66296451: Merge "Doc change: update behavior changes and move to separate doc. Add nogotofail to SSL best practices." into lmp-docs

* commit 'b2fe15f9':
  Doc change: update behavior changes and move to separate doc. Add nogotofail to SSL best practices.
parents c2a0d9e5 b2fe15f9
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -11,6 +11,7 @@
      <span class="en">Lollipop</span></a></div>
      <ul>
        <li><a href="<?cs var:toroot ?>about/versions/android-5.0.html">Android 5.0 APIs</a></li>
        <li><a href="<?cs var:toroot ?>about/versions/android-5.0-changes.html">Android 5.0 Changes</a></li>
      </ul>
  </li>
  <li class="nav-section">
+527 −0

File added.

Preview size limit exceeded, changes collapsed.

+23 −237

File changed.

Preview size limit exceeded, changes collapsed.

+35 −0
Original line number Diff line number Diff line
@@ -22,6 +22,7 @@ page.article=true
  <li><a href="#Blacklisting">Blacklisting</a></li>
  <li><a href="#Pinning">Pinning</a></li>
  <li><a href="#ClientCert">Client Certificates</a></li>
  <li><a href="#nogotofail">Nogotofail: Network Security Testing</a></li>
</ol>


@@ -511,8 +512,42 @@ See the discussion about creating a custom {@link javax.net.ssl.KeyManager} in t



<h2 id="nogotofail">
  Nogotofail: A Network Traffic Security Testing Tool
</h2>

<p>
  Nogotofail is a tool gives you an easy way to confirm that your apps are safe
  against known TLS/SSL vulnerabilities and misconfigurations. It's an
  automated, powerful, and scalable tool for testing network security issues on
  any device whose network traffic could be made to go through it. </p>

  <p>Nogotofail is useful for three main use cases:
</p>

<ul>
  <li>Finding bugs and vulnerabilities.
  </li>

  <li>Verifying fixes and watching for regressions.
  </li>

  <li>Understanding what applications and devices are generating what traffic.
  </li>
</ul>

<p>
  Nogotofail works for Android, iOS, Linux, Windows, Chrome OS, OSX, in fact
  any device you use to connect to the Internet. There’s an easy-to-use client
  to configure the settings and get notifications on Android and Linux, as well
  as the attack engine itself which can be deployed as a router, VPN server, or
  proxy.
</p>

<p>
  You can access the tool at the <a href=
  "https://github.com/google/nogotofail">Nogotofail open source project</a>.
</p>