| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | [build] Mark known reviewed files as permitted for UEFI Secure Boot | Michael Brown | 2026-01-14 | 1 | -0/+1 |
| | | | | | | | | | | Some past security reviews carried out for UEFI Secure Boot signing submissions have covered specific drivers or functional areas of iPXE. Mark all of the files comprising these areas as permitted for UEFI Secure Boot. Signed-off-by: Michael Brown <mcb30@ipxe.org> | ||||
| * | [crypto] Simplify internal HMAC API | Michael Brown | 2022-10-10 | 1 | -11/+8![]() |
| | | | | | | | | | | | | | Simplify the internal HMAC API so that the key is provided only at the point of calling hmac_init(), and the (potentially reduced) key is stored as part of the context for later use by hmac_final(). This simplifies the calling code, and avoids the need for callers such as TLS to allocate a potentially variable length block in order to retain a copy of the unmodified key. Signed-off-by: Michael Brown <mcb30@ipxe.org> | ||||
| * | [ntlm] Add support for NTLM authentication mechanism | Michael Brown | 2017-11-12 | 1 | -0/+334 |
| Signed-off-by: Michael Brown <mcb30@ipxe.org> | |||||

