Skip to content

Commit 79bdb81

Browse files
authored
Update README.md (#209)
1 parent 7a7221f commit 79bdb81

File tree

1 file changed

+2
-13
lines changed

1 file changed

+2
-13
lines changed

README.md

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -28,17 +28,6 @@ Main differences from the upstream BoringCrypto fork are:
2828
* 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.
2929
* A few more downstream modifications to ensure complete test coverage, and some downstream code changes to support various versions of OpenSSL
3030

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.
4233
```
43-
$ ./scripts/setup-initial-patch.sh dev.boringcrypto.go1.x
44-
```

0 commit comments

Comments
 (0)