summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Revert marking EC_GROUP_method_of() and EC_METHOD_get_field_type() unusedtb2024-10-221-3/+3
* ecp_oct.c: add missing includestb2024-10-221-1/+5
* Mark EC_GROUP_method_of() and EC_METHOD_get_field_type() as unusedtb2024-10-221-3/+3
* Provide and use ec_group_get_field_type()tb2024-10-224-8/+17
* Inline a use of EC_GROUP_method_of()tb2024-10-221-2/+2
* ec_ameth.c: fix includestb2024-10-201-3/+9
* ec_asn1: add missing includestb2024-10-201-2/+6
* ec_curve: add missing includestb2024-10-201-1/+5
* zap an empty linetb2024-10-201-2/+1
* Make ec EVP_PKEY_CTRL_MD handler match dsa/rsa more closelytb2024-10-191-11/+14
* Drop a useless cast in pkey_dsa_ctrl()tb2024-10-191-2/+2
* Remove IA32 specific code from cryptlib.c.jsing2024-10-195-41/+29
* Remove unused sparc CPU capability detection code.jsing2024-10-193-204/+1
* EC_GROUP_check(): zap useless commentstb2024-10-191-4/+3
* Move EC_GROUP_check() to ec_lib.ctb2024-10-193-115/+57
* Simplify EC_get_builtin_curves().tb2024-10-181-4/+5
* Use better naming in ec_curve.ctb2024-10-181-33/+33
* Enforce that EC Parameters correspond to a builtin curvetb2024-10-183-3/+227
* Remove now unused x86cpuid.pl.jsing2024-10-181-153/+0
* Provide crypto_cpu_caps_init() for i386.jsing2024-10-183-10/+120
* Remove now unused x86_64cpuid.pl.jsing2024-10-181-147/+0
* Provide crypto_cpu_caps_init() for amd64.jsing2024-10-184-11/+126
* Inline last use of OPENSSL_load_builtin_modules()tb2024-10-184-77/+6
* Move EC_GROUP_new_curve_GFp() into ec_lib.ctb2024-10-183-99/+23
* Merge EC_GROUP_new_curve_GFp() with ec_group_new_curve()tb2024-10-181-12/+5
* Split ec_asn1_parameters2group() into digestible piecestb2024-10-171-96/+144
* Provide crypto_cpu_caps_init() as a CPU capability detection entry point.jsing2024-10-173-5/+18
* Remove run once code from OPENSSL_cpuid_setup().jsing2024-10-171-5/+1
* Unindent error check in EC_GROUP_set_generator()tb2024-10-151-5/+5
* Switch ec_asn1_group2parameters() to get0_{order,cofactor}()tb2024-10-151-11/+14
* Provide EC_GROUP_get0_cofactor() for internal usetb2024-10-152-2/+9
* Make NULL checks in ec_asn1_group2curve() explicittb2024-10-141-3/+5
* Fix field element encoding for elliptic curve coefficientstb2024-10-141-45/+36
* Drop an obvious comment and fix indent for setting the seedtb2024-10-141-4/+3
* In ec_asn1_group2curve() rename ok to ret, per usualtb2024-10-141-4/+4
* Use a and b for the curve coefficientstb2024-10-111-10/+11
* Clean up ec_asn1_group2fieldid()tb2024-10-111-32/+28
* Fix a long-standing bug in ec_asn1_group2pkparameters()tb2024-10-111-2/+2
* Use defines for the CHOICE variants of ECPKPARAMETERStb2024-10-111-7/+10
* Remove NULL check in ec_asn1_pkparameters2group()tb2024-10-111-5/+1
* Use better variable names in ec_asn1_pkparameters2group()tb2024-10-111-10/+13
* First cleanup pass over ec_asn1_group2pkparameters()tb2024-10-111-27/+25
* err.c: zap stray spacetb2024-10-111-2/+2
* Apply some style(9) and tidy some comments.jsing2024-10-111-62/+73
* Remove pointless locking from err_build_SYS_str_reasons().jsing2024-10-111-20/+2
* Convert err_clear_data() and err_clear() from macros to functions.jsing2024-10-111-23/+25
* Remove unused typedef for ERR_FNS.jsing2024-10-111-3/+1
* Add err_ prefix to build_SYS_str_reasons().jsing2024-10-111-3/+3
* Make ERR_str_{libraries,reasons,functs}[] const.jsing2024-10-111-12/+18
* Add ERR_LIB_SYS to the error values in ERR_str_functs[].jsing2024-10-111-12/+12