Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
maicallist authored Dec 29, 2023
1 parent 174d23c commit 542c36e
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,8 @@

## Features

- request encoding [WIP]
- request decoding
- response encoding
- response decoding [WIP]

## Usage

Expand All @@ -20,7 +18,7 @@
ocsp = "0.4"
```

### Server side
### Responder Side

#### 1. Parsing OCSP request

Expand Down Expand Up @@ -110,4 +108,9 @@ let resp_binary = ocsp.to_der().unwrap();

---

### Client side [WIP]
### Requestor Side

> This is the your application making ocsp requests and validating responses.
The are too good crates like OpenSSL already provide requestor side functions.
I may implement functions on requestor side but not interested at the moment.

0 comments on commit 542c36e

Please sign in to comment.