We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7725bf commit 7cbb740Copy full SHA for 7cbb740
1 file changed
scripts/ip-xfrm/README.md
@@ -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
26
+-DWOLFIP_ESP -DWOLFSSL_WOLFIP
27
28
0 commit comments