Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Including kdf.h isn't enough, you also need evp.h | tb | 2024-07-10 | 1 | -2/+3 |
| | | | | | It will be a cold day in hell before I see an OpenSSL manpage without mistakes in it. | ||||
* | minor markup fixes: add one missing .Dv and one missing .Vt macro | schwarze | 2023-09-13 | 1 | -4/+8 |
| | |||||
* | Also check EVP_PKEY_CTX_new_id() return in example code. Letting this | tb | 2022-05-06 | 1 | -2/+4 |
| | | | | | be caught by the error check of EVP_PKEY_derive_init() is a dubious pattern. | ||||
* | Document the EVP HKDF API | tb | 2022-05-06 | 1 | -0/+251 |
Manual from OpenSSL 1.1.1o with minimal tweaks. input/ok schwarze |