wolfssl-examples/pk/hpke
John Bland f155379142
add example of how to use HPKE with all options (#356)
* 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
2023-07-10 14:25:20 -07:00
..
Makefile add example of how to use HPKE with all options (#356) 2023-07-10 14:25:20 -07:00
README.md add example of how to use HPKE with all options (#356) 2023-07-10 14:25:20 -07:00
hpke_test.c add example of how to use HPKE with all options (#356) 2023-07-10 14:25:20 -07:00

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