You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-13Lines changed: 2 additions & 13 deletions
Original file line number
Diff line number
Diff line change
@@ -28,17 +28,6 @@ Main differences from the upstream BoringCrypto fork are:
28
28
* FIPS mode (or `boring` mode as the package is named) is enabled either via an environment variable `GOLANG_FIPS=1` or by virtue of the host being in FIPS mode.
29
29
* A few more downstream modifications to ensure complete test coverage, and some downstream code changes to support various versions of OpenSSL
30
30
31
-
## Branches
32
-
33
-
The `main` branch contains only a license file and this README. The FIPS patches are stored on versioned branches
34
-
which follow the naming convention: `go1.x-openssl-fips`.
35
-
36
-
### New branch setup
37
-
38
-
There is a script called `scripts/setup-initial-patch.sh` which will apply the initial patch and then generate a new one which
39
-
will finalize the OpenSSL FIPS backend support. When setting up a new branch just run the script and supply the name of the upstream Go
40
-
branch you would like to check out in the git submodule like so:
41
-
31
+
## Setup
32
+
To set up an OpenSSL enabled Go toolchain, clone the repository and run `scripts/full-initialize-repo.sh`, then run `make.bash` or `all.bash` in the resulting `go` source repo.
0 commit comments