summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/CMAC_Init.3 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* delete another word to improve the wording; suggested by jmc@schwarze2020-08-061-2/+2
|
* Explain the purpose of CMAC_resume(3) in more detail.schwarze2020-08-061-3/+9
| | | | | | | | Triggered by jmc@ apparently misunderstanding the intention of the text and fixing a grammatical error in a way that wasn't ideal, so i guess he wouldn't have been the only one to find the previous version hard to understand. OK jmc@
* tweak previous;jmc2020-07-241-4/+4
|
* new manual page CMAC_Init(3);schwarze2020-06-241-0/+287
OK tb@