Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix docs for Transit API #3588

Merged
merged 1 commit into from
Dec 4, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions website/source/api/secret/transit/index.html.md
Original file line number Diff line number Diff line change
Expand Up @@ -792,7 +792,7 @@ supports signing.
Required if key derivation is enabled; currently only available with ed25519
keys.

- `prehashed` `(bool: false)` - Set to `true` when the input is already
- `prehashed` `(bool: false)` - Set to `true` when the input is already
hashed. If the key type is `rsa-2048` or `rsa-4096`, then the algorithm used
to hash the input should be indicated by the `algorithm` parameter.

Expand Down Expand Up @@ -857,11 +857,11 @@ data.
`/transit/hmac` function. Either this must be supplied or `signature` must be
supplied.

- `context` `(string: "")` - Base64 encoded context for key derivation.
- `context` `(string: "")` - Base64 encoded context for key derivation.
Required if key derivation is enabled; currently only available with ed25519
keys.

- `prehashed` `(bool: false)` - Set to `true` when the input is already
- `prehashed` `(bool: false)` - Set to `true` when the input is already
hashed. If the key type is `rsa-2048` or `rsa-4096`, then the algorithm used
to hash the input should be indicated by the `algorithm` parameter.

Expand Down