Age | Commit message (Expand) | Author |
---|---|---|
2024-03-25 | Rewrite HKDF_expand(). | Joel Sing |
2023-08-11 | Use EVP_MD in HKDF() and HKDF_extract() prototypes | Theo Buehler |
2023-07-07 | Hide symbols in hkdf, evp, err, ecdsa, and ec | Bob Beck |
2023-06-01 | Avoid a potentially overflowing check | Theo Buehler |
2022-11-26 | Make internal header file names consistent | Theo Buehler |
2021-12-12 | Include evp_locl.h where it will be needed once most structs from | Theo Buehler |
2021-12-12 | Add a mostly empty hmac_local.h. HMAC_CTX and a few other things | Theo Buehler |
2021-08-27 | Remove unused #include <assert.h>. | Theo Buehler |
2019-11-21 | A touch of style(9) | Tim van der Molen |
2019-11-21 | Use explicit_bzero() to clear key material | Tim van der Molen |
2018-04-03 | Add missing $OpenBSD$ tags. | Theo Buehler |
2017-05-06 | Bring in HKDF, from BoringSSL, with regress tests modified to be | Bob Beck |