Age | Commit message (Expand) | Author |
2022-05-08 | Bump minor after symbol addition | Theo Buehler |
2022-05-08 | Backport an upstream fix for CRC calculation. This fixes Java applications | Theo Buehler |
2022-05-08 | Update to zlib 1.2.12 | Theo Buehler |
2022-05-07 | Sort alphabetically so that future omissions will be easier to spot. | Theo Buehler |
2022-05-07 | Split asn1_item_ex_d2i() into three. | Joel Sing |
2022-05-07 | zap stray tab | Theo Buehler |
2022-05-07 | KNF nits | Theo Buehler |
2022-05-07 | Rewrite asn1_d2i_ex_primitive() with CBS. | Joel Sing |
2022-05-07 | Refactor asn1_ex_c2i() | Joel Sing |
2022-05-07 | Avoid strict aliasing violations in BN_nist_mod_*() | Joel Sing |
2022-05-06 | Add missing ERR_load_{COMP,CT,KDF}_strings() | Theo Buehler |
2022-05-06 | Also check EVP_PKEY_CTX_new_id() return in example code. Letting this | Theo Buehler |
2022-05-06 | Install EVP_PKEY_CTX_set_hkdf_md.3 | Theo Buehler |
2022-05-06 | Document the EVP HKDF API | Theo Buehler |
2022-05-05 | Simplify: freezero() is NULL safe; assign + test in one go, as usual. | Theo Buehler |
2022-05-05 | Avoid malloc(0) in EVP_PKEY_CTX_set1_hkdf_key() | Theo Buehler |
2022-05-05 | Securely wipe the entire HKDF_PKEY_CTX instead of only taking care of | Theo Buehler |
2022-05-05 | Use size_t for ASN.1 lengths. | Joel Sing |
2022-05-05 | Fix HMAC() with NULL key | Theo Buehler |
2022-05-05 | Fix argument order in HKDF and HKDF_extract(). | Theo Buehler |
2022-05-05 | Add hkdf_pkey_meth to the standard_methods[] | Theo Buehler |
2022-05-05 | Link kdf/ to the build | Theo Buehler |
2022-05-05 | Provide EVP_PKEY_HKDF alias for NID_hkdf | Theo Buehler |
2022-05-05 | Provide KDFerr() and KDFerror() macros | Theo Buehler |
2022-05-05 | Provide versions of EVP_PKEY_CTX_{str,hex}2ctrl() for internal use. | Theo Buehler |
2022-05-05 | Ditch #defines for tls1_prf and scrypt. Drop unused errors and massage | Theo Buehler |
2022-05-05 | Translate from OpenSSL's HKDF API to BoringSSL API. | Theo Buehler |
2022-05-05 | Remove function codes from errors, i.e., KDFerr(A, B) -> KDFerror(B) | Theo Buehler |
2022-05-05 | Fix typo in previous. | Theo Buehler |
2022-05-05 | Inline OPENSSL_memdup() using malloc() + memcpy() | Theo Buehler |
2022-05-05 | Translate OPENSSL_{cleanse,clear_free,free,zalloc}() to libc API. | Theo Buehler |
2022-05-05 | Adjust includes for LibreSSL | Theo Buehler |
2022-05-05 | Use C99 initializres for hkdf_pkey_meth | Theo Buehler |
2022-05-05 | Remove OpenSSL versions of HKDF*(). | Theo Buehler |
2022-05-05 | Fix includes of the removed kdferr.h | Theo Buehler |
2022-05-05 | Add NID for HKDF | Theo Buehler |
2022-05-04 | remove accidentally duplicated line | Theo Buehler |
2022-05-04 | Whitespace nit (knfmt(1) agrees after inserting an empty line after the | Theo Buehler |
2022-05-04 | Found two multiple evaluation macros. One of them so long and scary it | Theo de Raadt |
2022-05-04 | KNF according to knfmt(1) | Theo Buehler |
2022-05-04 | Add RCS tags | Theo Buehler |
2022-05-04 | Restore copyright years to 2016-2018 as they were before the previous | Theo Buehler |
2022-05-04 | Reinstate the licenses that were replaced with license stubs in | Theo Buehler |
2022-05-04 | Bump copyright years to 2016-2018 as it was before the previous commit. | Theo Buehler |
2022-05-04 | Reinstate the license that was replaced with a stub in OpenSSL commit | Theo Buehler |
2022-05-04 | Inline kdferr.h at the end of kdf.h | Theo Buehler |
2022-05-04 | Rename hkdf.c to hkdf_evp.c to avoid a name clash with hkdf/hkdf.c | Theo Buehler |
2022-05-04 | Import HKDF code from OpenSSL 1.1.1o | Theo Buehler |
2022-05-04 | Rewrite asn1_collect() and asn1_find_end() with CBS. | Joel Sing |
2022-05-04 | Avoid special handling of definite length before calling asn1_find_end(). | Joel Sing |