| Commit message (Expand) | Author | Age | Files | Lines |
* | Disambiguate curve comments | tb | 2025-03-09 | 1 | -21/+21 |
* | Remove disabled code supporting elliptic curves of small order | tb | 2024-12-24 | 1 | -1014/+1 |
* | Set nid on group decoded from EC parameters | tb | 2024-12-06 | 1 | -3/+8 |
* | Annotate WTLS7 as being wrong | tb | 2024-12-04 | 1 | -1/+2 |
* | Disable small builtin curves | tb | 2024-11-24 | 1 | -1/+23 |
* | EC_get_builtin_curves(): the most appropriate name for a list of curves... | tb | 2024-10-23 | 1 | -5/+5 |
* | ec_curve: add missing includes | tb | 2024-10-20 | 1 | -1/+5 |
* | zap an empty line | tb | 2024-10-20 | 1 | -2/+1 |
* | Simplify EC_get_builtin_curves(). | tb | 2024-10-18 | 1 | -4/+5 |
* | Use better naming in ec_curve.c | tb | 2024-10-18 | 1 | -33/+33 |
* | Enforce that EC Parameters correspond to a builtin curve | tb | 2024-10-18 | 1 | -1/+221 |
* | Bye bye gost, bye, bye turdiness | tb | 2024-03-24 | 1 | -668/+1 |
* | Hide symbols in hkdf, evp, err, ecdsa, and ec | beck | 2023-07-07 | 1 | -1/+5 |
* | Rename P into generator | tb | 2023-05-02 | 1 | -6/+6 |
* | Simplify EC_GROUP_new_by_curve_name() | tb | 2023-05-02 | 1 | -20/+14 |
* | Add a missing pair of braces. | tb | 2023-05-01 | 1 | -2/+3 |
* | Use uppercase for the CURVE_LIST_LENGTH macro | tb | 2023-05-01 | 1 | -6/+6 |
* | Consistently use lowercase hex digits for curve parameters | tb | 2023-05-01 | 1 | -749/+749 |
* | Now that we have C99 initializers, garbage collect some comments | tb | 2023-05-01 | 1 | -299/+299 |
* | Rework the curve list to use actual structs instead of a custom | tb | 2023-05-01 | 1 | -742/+1530 |
* | Drop the now unnecessary and unused field_type from the curve data | tb | 2023-05-01 | 1 | -54/+4 |
* | Convert EC_CURVE_DATA to C99 initializers | tb | 2023-05-01 | 1 | -51/+192 |
* | Simplify ec_group_new_from_data() further | tb | 2023-05-01 | 1 | -16/+55 |
* | Drop some dead code | tb | 2023-05-01 | 1 | -11/+2 |
* | Remove pointless/wrong .meth = 0 entries from curves_list[] | tb | 2023-05-01 | 1 | -55/+1 |
* | Mechanically convert curve_list[] to C99 initializers | tb | 2023-05-01 | 1 | -55/+325 |
* | Clean up handling of nist_curves[] | tb | 2023-05-01 | 1 | -18/+14 |
* | GF2m bites the dust. It won't be missed. | tb | 2023-04-25 | 1 | -1415/+1 |
* | Mop up ECP_NISTZ256_ASM and OPENSSL_NO_EC_NISTP_64_GCC_128 leftovers. | jsing | 2023-03-04 | 1 | -18/+2 |
* | Make internal header file names consistent | tb | 2022-11-26 | 1 | -2/+2 |
* | Fix an annoying quirk in the EC code | tb | 2022-11-19 | 1 | -2/+2 |
* | whitespace | tb | 2022-11-19 | 1 | -2/+2 |
* | Replace obj_mac.h with object.h | tb | 2022-06-30 | 1 | -3/+4 |
* | Prepare to provide EC_POINT_{g,s}et_affine_coordinates | tb | 2021-04-20 | 1 | -2/+2 |
* | Add support for additional GOST curves. | jsing | 2020-06-05 | 1 | -5/+163 |
* | recommit label indentation part of the backout; clearly unrelated to the | tb | 2018-07-15 | 1 | -2/+2 |
* | back out ecc constant time changes | jsg | 2018-07-15 | 1 | -2/+2 |
* | Indent labels by a space so they don't obliterate function names in diffs. | tb | 2018-07-10 | 1 | -2/+2 |
* | Consistently spell "IPsec" in comments and debug outputs. | mpi | 2018-03-16 | 1 | -2/+2 |
* | Send the function codes from the error functions to the bit bucket, | beck | 2017-01-29 | 1 | -13/+13 |
* | Add assembler code for the nist 256-bit GFp curve, written initially by | miod | 2016-11-04 | 1 | -4/+8 |
* | http -> https for a few more IETF URLs in comments or man pages | mmcc | 2016-03-10 | 1 | -2/+2 |
* | Provide EC_curve_nid2nist() and EC_curve_nist2nid(). | jsing | 2015-06-20 | 1 | -1/+54 |
* | Remove unused GOST test that prevents clang from building libcrypto. | doug | 2015-02-09 | 1 | -55/+1 |
* | Delete a lot of #if 0 code in libressl. | doug | 2015-02-07 | 1 | -14/+1 |
* | Fix GOST TC26-B curve description. | miod | 2014-11-12 | 1 | -2/+2 |
* | GOST crypto algorithms (well, most of them), ported from the removed GOST | miod | 2014-11-09 | 1 | -2/+322 |
* | if (x) FOO_free(x) -> FOO_free(x). | miod | 2014-07-12 | 1 | -17/+9 |
* | Explicitly include <openssl/opensslconf.h> in every file that references | jsing | 2014-07-10 | 1 | -2/+3 |
* | tags as requested by miod and tedu | deraadt | 2014-06-12 | 1 | -1/+1 |