Coder Social home page Coder Social logo

tlsrestrictchromium's Introduction

tlsrestrictchromium

tlsrestrictchromium was a tool for blacklisting all built-in TLS CA's for a specific eTLD. It was previously used by Namecoin. As tlsrestrictchromium requires HPKP, which has since been removed by Chromium, tlsrestrictchromium is obsolete.

Building

Prerequisites:

  1. Ensure you have the Go tools installed.

Option A: Using Go build commands without Go modules (works on any platform with Bash; only Go 1.15-1.16.x; will not work on Go 1.17+):

  1. Ensure you have the GOPATH environment variable set. (For those not familar with Go, setting it to the path to an empty directory will suffice. The directory will be filled with build files.)

  2. Run export GO111MODULE=off to disable Go modules.

  3. Run go get -t -u github.com/namecoin/tlsrestrictchromium/.... tlsrestrictchromium will be built. The binaries will be at $GOPATH/bin/tlsrestrictchromium.

Option B: Using Go build commands with Go modules (works on any platform with Bash; Go 1.15+:

  1. Run the following in the tlsrestrictchromium directory to set up Go modules:

    go mod init
    go mod tidy
    
  2. Run go install ./.... tlsrestrictchromium will be built. The binaries will be at $GOPATH/bin/tlsrestrictchromium.

Option C: Using Makefile (non-Windows platforms):

  1. Run make. The source repository will be retrieved via go get automatically.

Licence

Licenced under the GPLv3 or later.
© 2014-2015 Hugo Landau <[email protected]>

tlsrestrictchromium's People

Contributors

jeremyrand avatar hlandau avatar

Watchers

 avatar  avatar  avatar Daniel Kraft avatar  avatar

Forkers

isabella232

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.