Skip to content

Commit 7cbb740

Browse files
committed
ip xfrm readme.
1 parent f7725bf commit 7cbb740

1 file changed

Lines changed: 28 additions & 0 deletions

File tree

scripts/ip-xfrm/README.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
# IPsec ESP and ip xfrm support
2+
3+
Some convience scripts and config for testing IPsec with wolfIP:
4+
5+
- delete_all (delete all ip xfrm state and policies)
6+
- hmac_auth (set auth only state and policies)
7+
- show (show ip xfrm state and policies)
8+
- esp_sa.txt (ESP SA config to use in Wireshark)
9+
10+
# Build
11+
12+
## wolfssl
13+
14+
Build wolfssl with:
15+
16+
```sh
17+
./configure --enable-cryptonly --enable-sha --enable-sha256 --enable-md5
18+
make
19+
sudo make install
20+
```
21+
22+
# wolfip
23+
24+
Build wolfip with:
25+
```sh
26+
-DWOLFIP_ESP -DWOLFSSL_WOLFIP
27+
```
28+

0 commit comments

Comments
 (0)