Skip to content

Commit

Permalink
README.md: document the new easy-to-use HTTP client trace facility
Browse files Browse the repository at this point in the history
  • Loading branch information
DDvO committed Sep 26, 2024
1 parent dae5de0 commit 2c55916
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -402,6 +402,14 @@ make -f Makefile_v1 test_Insta
where the PROXY environment variable may be used to override the default
in order to reach the Insta Demo CA.

In order to obain a trace of the HTTP messages being sent and received,
build the genCMPClient with `USE_LIBCMP=1` and
set the environment variable `OPENSSL_TRACE` to contain the string `"HTTP"`.
For instance:
```
OPENSSL_TRACE=HTTP ./cmpClient imprint -section Insta
```


## Using the library in own applications

Expand Down

0 comments on commit 2c55916

Please sign in to comment.