summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2024-10-20ec_ameth.c: fix includesTheo Buehler
2024-10-20ec_asn1: add missing includesTheo Buehler
2024-10-20ec_curve: add missing includesTheo Buehler
2024-10-20zap an empty lineTheo Buehler
2024-10-19Make ec EVP_PKEY_CTRL_MD handler match dsa/rsa more closelyTheo Buehler
2024-10-19Drop a useless cast in pkey_dsa_ctrl()Theo Buehler
2024-10-19Remove IA32 specific code from cryptlib.c.Joel Sing
2024-10-19Remove unused sparc CPU capability detection code.Joel Sing
2024-10-19EC_GROUP_check(): zap useless commentsTheo Buehler
2024-10-19Move EC_GROUP_check() to ec_lib.cTheo Buehler
2024-10-18Simplify EC_get_builtin_curves().Theo Buehler
2024-10-18Use better naming in ec_curve.cTheo Buehler
2024-10-18Enforce that EC Parameters correspond to a builtin curveTheo Buehler
2024-10-18Remove now unused x86cpuid.pl.Joel Sing
2024-10-18Provide crypto_cpu_caps_init() for i386.Joel Sing
2024-10-18Remove now unused x86_64cpuid.pl.Joel Sing
2024-10-18Provide crypto_cpu_caps_init() for amd64.Joel Sing
2024-10-18Inline last use of OPENSSL_load_builtin_modules()Theo Buehler
2024-10-18Move EC_GROUP_new_curve_GFp() into ec_lib.cTheo Buehler
2024-10-18Merge EC_GROUP_new_curve_GFp() with ec_group_new_curve()Theo Buehler
2024-10-17Split ec_asn1_parameters2group() into digestible piecesTheo Buehler
2024-10-17Provide crypto_cpu_caps_init() as a CPU capability detection entry point.Joel Sing
2024-10-17Remove run once code from OPENSSL_cpuid_setup().Joel Sing
2024-10-17libssl: rework cert signature security levelTheo Buehler
2024-10-15Unindent error check in EC_GROUP_set_generator()Theo Buehler
2024-10-15Switch ec_asn1_group2parameters() to get0_{order,cofactor}()Theo Buehler
2024-10-15Provide EC_GROUP_get0_cofactor() for internal useTheo Buehler
2024-10-14Make NULL checks in ec_asn1_group2curve() explicitTheo Buehler
2024-10-14Fix field element encoding for elliptic curve coefficientsTheo Buehler
2024-10-14Drop an obvious comment and fix indent for setting the seedTheo Buehler
2024-10-14In ec_asn1_group2curve() rename ok to ret, per usualTheo Buehler
2024-10-13byt -> but; ok tb@Jonathan Gray
2024-10-12Remove unnecessary str variable in ssl_stat.cTheo Buehler
2024-10-11Use a and b for the curve coefficientsTheo Buehler
2024-10-11Clean up ec_asn1_group2fieldid()Theo Buehler
2024-10-11Fix a long-standing bug in ec_asn1_group2pkparameters()Theo Buehler
2024-10-11Use defines for the CHOICE variants of ECPKPARAMETERSTheo Buehler
2024-10-11Remove NULL check in ec_asn1_pkparameters2group()Theo Buehler
2024-10-11Use better variable names in ec_asn1_pkparameters2group()Theo Buehler
2024-10-11First cleanup pass over ec_asn1_group2pkparameters()Theo Buehler
2024-10-11err.c: zap stray spaceTheo Buehler
2024-10-11Apply some style(9) and tidy some comments.Joel Sing
2024-10-11Remove pointless locking from err_build_SYS_str_reasons().Joel Sing
2024-10-11Convert err_clear_data() and err_clear() from macros to functions.Joel Sing
2024-10-11Remove unused typedef for ERR_FNS.Joel Sing
2024-10-11Add err_ prefix to build_SYS_str_reasons().Joel Sing
2024-10-11Make ERR_str_{libraries,reasons,functs}[] const.Joel Sing
2024-10-11Add ERR_LIB_SYS to the error values in ERR_str_functs[].Joel Sing
2024-10-11Remove params argument from ec_asn1_group2parameters()Theo Buehler
2024-10-11Simplify ec_asn1_group2pkparameters()Theo Buehler