| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove now unused x86_64cpuid.pl. | jsing | 2024-10-18 | 1 | -147/+0 |
* | Provide crypto_cpu_caps_init() for amd64. | jsing | 2024-10-18 | 4 | -11/+126 |
* | Inline last use of OPENSSL_load_builtin_modules() | tb | 2024-10-18 | 4 | -77/+6 |
* | Move EC_GROUP_new_curve_GFp() into ec_lib.c | tb | 2024-10-18 | 3 | -99/+23 |
* | Merge EC_GROUP_new_curve_GFp() with ec_group_new_curve() | tb | 2024-10-18 | 1 | -12/+5 |
* | ec_asn1_test: add secp256k1.m | tb | 2024-10-18 | 1 | -10/+81 |
* | ec_asn1_test: remove last hardcoded wei25519 remnant | tb | 2024-10-18 | 1 | -4/+3 |
* | ec_asn1_test: test Wei25519.2 and Wei25519.-3 as well | tb | 2024-10-18 | 1 | -37/+163 |
* | ec_asn1_test: clean up & refactor; test Wei25519 with simple method | tb | 2024-10-18 | 1 | -109/+189 |
* | Split ec_asn1_parameters2group() into digestible pieces | tb | 2024-10-17 | 1 | -96/+144 |
* | Provide crypto_cpu_caps_init() as a CPU capability detection entry point. | jsing | 2024-10-17 | 3 | -5/+18 |
* | Remove run once code from OPENSSL_cpuid_setup(). | jsing | 2024-10-17 | 1 | -5/+1 |
* | libssl: rework cert signature security level | tb | 2024-10-17 | 1 | -24/+28 |
* | EC ASN.1: add reminder that the simple method might also want testing | tb | 2024-10-16 | 1 | -1/+5 |
* | Implement Wei25519 to exercise some more elliptic curve code | tb | 2024-10-16 | 1 | -1/+284 |
* | rust-openssl: set resolver="2" for workspace | tb | 2024-10-15 | 1 | -0/+1 |
* | Unindent error check in EC_GROUP_set_generator() | tb | 2024-10-15 | 1 | -5/+5 |
* | Switch ec_asn1_group2parameters() to get0_{order,cofactor}() | tb | 2024-10-15 | 1 | -11/+14 |
* | Provide EC_GROUP_get0_cofactor() for internal use | tb | 2024-10-15 | 2 | -2/+9 |
* | Make NULL checks in ec_asn1_group2curve() explicit | tb | 2024-10-14 | 1 | -3/+5 |
* | Extend ec_asn1_test to check for correct curve coefficient encoding | tb | 2024-10-14 | 1 | -5/+50 |
* | Fix field element encoding for elliptic curve coefficients | tb | 2024-10-14 | 1 | -45/+36 |
* | Drop an obvious comment and fix indent for setting the seed | tb | 2024-10-14 | 1 | -4/+3 |
* | In ec_asn1_group2curve() rename ok to ret, per usual | tb | 2024-10-14 | 1 | -4/+4 |
* | byt -> but; ok tb@ | jsg | 2024-10-13 | 1 | -3/+3 |
* | Exercise the EC parameters code a bit more | tb | 2024-10-12 | 1 | -1/+103 |
* | Remove unnecessary str variable in ssl_stat.c | tb | 2024-10-12 | 1 | -427/+208 |
* | Use a and b for the curve coefficients | tb | 2024-10-11 | 1 | -10/+11 |
* | Clean up ec_asn1_group2fieldid() | tb | 2024-10-11 | 1 | -32/+28 |
* | Fix a long-standing bug in ec_asn1_group2pkparameters() | tb | 2024-10-11 | 1 | -2/+2 |
* | Use defines for the CHOICE variants of ECPKPARAMETERS | tb | 2024-10-11 | 1 | -7/+10 |
* | Remove NULL check in ec_asn1_pkparameters2group() | tb | 2024-10-11 | 1 | -5/+1 |
* | Use better variable names in ec_asn1_pkparameters2group() | tb | 2024-10-11 | 1 | -10/+13 |
* | First cleanup pass over ec_asn1_group2pkparameters() | tb | 2024-10-11 | 1 | -27/+25 |
* | err.c: zap stray space | tb | 2024-10-11 | 1 | -2/+2 |
* | Apply some style(9) and tidy some comments. | jsing | 2024-10-11 | 1 | -62/+73 |
* | Remove pointless locking from err_build_SYS_str_reasons(). | jsing | 2024-10-11 | 1 | -20/+2 |
* | Convert err_clear_data() and err_clear() from macros to functions. | jsing | 2024-10-11 | 1 | -23/+25 |
* | Remove unused typedef for ERR_FNS. | jsing | 2024-10-11 | 1 | -3/+1 |
* | Add err_ prefix to build_SYS_str_reasons(). | jsing | 2024-10-11 | 1 | -3/+3 |
* | Make ERR_str_{libraries,reasons,functs}[] const. | jsing | 2024-10-11 | 1 | -12/+18 |
* | Add ERR_LIB_SYS to the error values in ERR_str_functs[]. | jsing | 2024-10-11 | 1 | -12/+12 |
* | Add error regress coverage for ERR_LIB_SYS. | jsing | 2024-10-11 | 1 | -1/+19 |
* | Remove params argument from ec_asn1_group2parameters() | tb | 2024-10-11 | 1 | -13/+8 |
* | Simplify ec_asn1_group2pkparameters() | tb | 2024-10-11 | 1 | -15/+8 |
* | Spell NULL in a simpler fashion | tb | 2024-10-11 | 1 | -3/+5 |
* | Clean up i2d_ECPKParameters() | tb | 2024-10-11 | 1 | -10/+13 |
* | Remove unused CONF_imodule struct members and accessors | tb | 2024-10-10 | 2 | -69/+2 |
* | Remove SSL_R_TRIED_TO_USE_UNSUPPORTED_CIPHER | tb | 2024-10-09 | 1 | -2/+1 |
* | Add missing alert descriptions (taken from RFC 8446) | tb | 2024-10-09 | 1 | -2/+11 |