summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* ec_asn1_test: add secp256k1.mtb2024-10-181-10/+81
* ec_asn1_test: remove last hardcoded wei25519 remnanttb2024-10-181-4/+3
* ec_asn1_test: test Wei25519.2 and Wei25519.-3 as welltb2024-10-181-37/+163
* ec_asn1_test: clean up & refactor; test Wei25519 with simple methodtb2024-10-181-109/+189
* 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
* libssl: rework cert signature security leveltb2024-10-171-24/+28
* EC ASN.1: add reminder that the simple method might also want testingtb2024-10-161-1/+5
* Implement Wei25519 to exercise some more elliptic curve codetb2024-10-161-1/+284
* rust-openssl: set resolver="2" for workspacetb2024-10-151-0/+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
* Extend ec_asn1_test to check for correct curve coefficient encodingtb2024-10-141-5/+50
* 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
* byt -> but; ok tb@jsg2024-10-131-3/+3
* Exercise the EC parameters code a bit moretb2024-10-121-1/+103
* Remove unnecessary str variable in ssl_stat.ctb2024-10-121-427/+208
* 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
* Add error regress coverage for ERR_LIB_SYS.jsing2024-10-111-1/+19
* Remove params argument from ec_asn1_group2parameters()tb2024-10-111-13/+8
* Simplify ec_asn1_group2pkparameters()tb2024-10-111-15/+8
* Spell NULL in a simpler fashiontb2024-10-111-3/+5
* Clean up i2d_ECPKParameters()tb2024-10-111-10/+13
* Remove unused CONF_imodule struct members and accessorstb2024-10-102-69/+2
* Remove SSL_R_TRIED_TO_USE_UNSUPPORTED_CIPHERtb2024-10-091-2/+1