Skip to content

Commit 4325b50

Browse files
committed
update readme
1 parent 917dc31 commit 4325b50

File tree

1 file changed

+5
-24
lines changed

1 file changed

+5
-24
lines changed

README.md

+5-24
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,10 @@
11
# go-msspi
22

3-
[go-msspi](https://github.com/deemru/go-msspi) is an adoption of [msspi](https://github.com/deemru/msspi) to crypto/tls like interface.
3+
[go-msspi](https://github.com/deemru/go-msspi) is an adoption of [msspi](https://github.com/deemru/msspi) support TLS GOST in Go standard library.
44

5-
## Notice
5+
The main package is [CryptoPro/go](https://github.com/CryptoPro/go).
66

7-
- This is a demo implementation
8-
- There are very few functions available
7+
## Usage examples
98

10-
## Installation
11-
12-
```bash
13-
git clone https://github.com/deemru/go-msspi --recursive
14-
cd go-msspi/msspi/build_linux
15-
make
16-
cd ../..
17-
go get
18-
go test
19-
```
20-
21-
## Notice for Windows
22-
23-
The `make` step can be for example `mingw32-make.exe -B static`
24-
25-
## Usage
26-
27-
- import "github.com/deemru/go-msspi"
28-
- before: `tls.Client(conn, &tls.Config{})`
29-
- after: `msspi.Client(conn, &tls.Config{})`
9+
- Automated build & test: [deemru/go-msspi-tests](https://github.com/deemru/go-msspi-tests)
10+
- Automated build of existing project: [deemru/nats-msspi](https://github.com/deemru/nats-msspi)

0 commit comments

Comments
 (0)