* add example of how to use HPKE with all options * add example of how to use ech with a public server run by cloudflare * move ech example to tls directory, update hpke instructions * update client-ech based on pr comments * update ech test to handle read error * update hpke_test to match changed function signature * add root CA cert for ech-client example, fix various problems based on pr comments * clear out variable for example * remove unused variable |
||
---|---|---|
.. | ||
Makefile | ||
README.md | ||
hpke_test.c |
README.md
HPKE Example with all supported options
To build wolfSSL for this example run ./configure --enable-hpke --enable-aesgcm --enable-curve25519 --enable-ecc && make && sudo make install
make
./hpke_test
HPKE test success