Summary: | crypto.{4,9} lack some method IDs. | ||||||
---|---|---|---|---|---|---|---|
Product: | Documentation | Reporter: | Hiroo Ono <hiroo.ono+freebsd> | ||||
Component: | Books & Articles | Assignee: | freebsd-doc (Nobody) <doc> | ||||
Status: | Closed Overcome By Events | ||||||
Severity: | Affects Many People | ||||||
Priority: | --- | ||||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Already done by opencrypto import. I did not know these were part of. Sorry. |
Created attachment 147089 [details] diff to crypto.4 and crypto.9 Compared to src/sys/opencrypto/cryptodev.h, share/man/man4/crypto.4 and share/man/man9/crypto.9 lack some encryption method. For crypto.4, the method strings are added in the order described in cryptodev.h (except for CRYPTO_CAMELLIA_CBC which was already there). For crypto.9, the order is alphabetical because it seems to be so. Maybe, the order in crypto.4 should be the same as in crypto.9.