Age | Commit message (Expand) | Author |
2024-10-23 | EC_get_builtin_curves(): the most appropriate name for a list of curves... | Theo Buehler |
2024-10-20 | ec_curve: add missing includes | Theo Buehler |
2024-10-20 | zap an empty line | Theo Buehler |
2024-10-18 | Simplify EC_get_builtin_curves(). | Theo Buehler |
2024-10-18 | Use better naming in ec_curve.c | Theo Buehler |
2024-10-18 | Enforce that EC Parameters correspond to a builtin curve | Theo Buehler |
2024-03-24 | Bye bye gost, bye, bye turdiness | Theo Buehler |
2023-07-07 | Hide symbols in hkdf, evp, err, ecdsa, and ec | Bob Beck |
2023-05-02 | Rename P into generator | Theo Buehler |
2023-05-02 | Simplify EC_GROUP_new_by_curve_name() | Theo Buehler |
2023-05-01 | Add a missing pair of braces. | Theo Buehler |
2023-05-01 | Use uppercase for the CURVE_LIST_LENGTH macro | Theo Buehler |
2023-05-01 | Consistently use lowercase hex digits for curve parameters | Theo Buehler |
2023-05-01 | Now that we have C99 initializers, garbage collect some comments | Theo Buehler |
2023-05-01 | Rework the curve list to use actual structs instead of a custom | Theo Buehler |
2023-05-01 | Drop the now unnecessary and unused field_type from the curve data | Theo Buehler |
2023-05-01 | Convert EC_CURVE_DATA to C99 initializers | Theo Buehler |
2023-05-01 | Simplify ec_group_new_from_data() further | Theo Buehler |
2023-05-01 | Drop some dead code | Theo Buehler |
2023-05-01 | Remove pointless/wrong .meth = 0 entries from curves_list[] | Theo Buehler |
2023-05-01 | Mechanically convert curve_list[] to C99 initializers | Theo Buehler |
2023-05-01 | Clean up handling of nist_curves[] | Theo Buehler |
2023-04-25 | GF2m bites the dust. It won't be missed. | Theo Buehler |
2023-03-04 | Mop up ECP_NISTZ256_ASM and OPENSSL_NO_EC_NISTP_64_GCC_128 leftovers. | Joel Sing |
2022-11-26 | Make internal header file names consistent | Theo Buehler |
2022-11-19 | Fix an annoying quirk in the EC code | Theo Buehler |
2022-11-19 | whitespace | Theo Buehler |
2022-06-30 | Replace obj_mac.h with object.h | Theo Buehler |
2021-04-20 | Prepare to provide EC_POINT_{g,s}et_affine_coordinates | Theo Buehler |
2020-06-05 | Add support for additional GOST curves. | Joel Sing |
2018-07-15 | recommit label indentation part of the backout; clearly unrelated to the | Theo Buehler |
2018-07-15 | back out ecc constant time changes | Jonathan Gray |
2018-07-10 | Indent labels by a space so they don't obliterate function names in diffs. | Theo Buehler |
2018-03-16 | Consistently spell "IPsec" in comments and debug outputs. | Martin Pieuchot |
2017-01-29 | Send the function codes from the error functions to the bit bucket, | Bob Beck |
2016-11-04 | Add assembler code for the nist 256-bit GFp curve, written initially by | Miod Vallat |
2016-03-10 | http -> https for a few more IETF URLs in comments or man pages | Michael McConville |
2015-06-20 | Provide EC_curve_nid2nist() and EC_curve_nist2nid(). | Joel Sing |
2015-02-09 | Remove unused GOST test that prevents clang from building libcrypto. | Doug Hogan |
2015-02-07 | Delete a lot of #if 0 code in libressl. | Doug Hogan |
2014-11-12 | Fix GOST TC26-B curve description. | Miod Vallat |
2014-11-09 | GOST crypto algorithms (well, most of them), ported from the removed GOST | Miod Vallat |
2014-07-12 | if (x) FOO_free(x) -> FOO_free(x). | Miod Vallat |
2014-07-10 | Explicitly include <openssl/opensslconf.h> in every file that references | Joel Sing |
2014-06-12 | tags as requested by miod and tedu | Theo de Raadt |
2014-05-06 | knf approximation | Ted Unangst |
2014-05-01 | Add support for the french ANSSI FRP256v1 elliptic curve. | Miod Vallat |
2014-05-01 | Add Brainpool elliptic curves. From OpenSSL RT#2239 via ${DAYJOB}. | Miod Vallat |
2008-09-06 | import of OpenSSL 0.9.8h | Damien Miller |