Skip to content

Commit

Permalink
Merge pull request #47 from moznion/doc/crypt
Browse files Browse the repository at this point in the history
📝 doc for cryptography option
  • Loading branch information
moznion authored Jan 15, 2024
2 parents afd1abf + df0bfb9 commit c6102d6
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,18 @@ This supports the following RFC dictionaries at the moment:
- [RFC7055](https://tools.ietf.org/html/rfc7055)
- [RFC7155](https://tools.ietf.org/html/rfc7155)

## Cryptography method feature option

By default, this library uses MD5 for authentication.
Starting from version v0.4.0, it also supports [OpenSSL](https://www.openssl.org/).

If you prefer to use OpenSSL, please add the following lines to your Cargo.toml:

```toml
[dependencies]
radius = { version = "__version__", default-features = false, features = ["openssl"] }
```

## Implementation guide for your RADIUS application

### Common
Expand Down

0 comments on commit c6102d6

Please sign in to comment.