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
* To enable all ARMv8 (aarch64) speedups use `--enable-armasm --enable-sp --enable-sp-asm`
63
63
* Requires at least wolfSSL v4.8.0 with PR:
64
64
-https://github.com/wolfSSL/wolfssl/pull/4181
65
+
-https://github.com/wolfSSL/wolfssl/pull/4335 (required for Curve25519)
65
66
66
67
2. Install libevent version 2.0+
67
68
@@ -101,7 +102,7 @@ Notes:
101
102
* A custom install location can be specified using: `./configure --prefix=/opt/local`
102
103
*`autogen.sh` is script to generate configure, you'll need the autoconf tools
103
104
installed, then proceed to the next step.
104
-
105
+
*`src/wolfkeymgr` is the key manager service / dameon. A make install will typically put it into `/usr/local/bin/wolfkeymgr` or ``/usr/bin/wolfkeymgr`.
105
106
106
107
## Examples
107
108
@@ -115,7 +116,7 @@ This application handles secure distribution and optional storage of the generat
115
116
116
117
```sh
117
118
$ ./src/wolfkeymgr -?
118
-
wolfKeyManager 0.11
119
+
wolfKeyManager 1.0
119
120
-? Help, print this usage
120
121
-i Do not chdir / in daemon mode
121
122
-b Daemon mode, run in background
@@ -141,7 +142,7 @@ This demonstrates secure interactions with the key manager service using the ETS
141
142
142
143
```sh
143
144
$ ./examples/etsi_test/etsi_test -?
144
-
etsi_test 0.11
145
+
etsi_test 1.0
145
146
-? Help, print this usage
146
147
-e Error mode, force error response
147
148
-h <str> Host to connect to, default localhost
@@ -316,8 +317,8 @@ Content-Length: 44
316
317
```
317
318
318
319
## Features Missing
320
+
319
321
* Find error response message (currently disconnects with socket FIN)
0 commit comments