| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | 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 |
* | 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 |
* | 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 |
* | 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 |
* | 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 |
* | Add missing alerts to SSL_alert_desc_string{,_long}() | tb | 2024-10-09 | 1 | -7/+25 |
* | Add missing alert errors and error strings | tb | 2024-10-09 | 2 | -2/+10 |
* | Remove the unused field_mod_func from EC_GROUP | tb | 2024-10-03 | 1 | -4/+1 |
* | Make EC{,PK}PARAMETERS_it static | tb | 2024-10-03 | 1 | -3/+3 |
* | Fix ASN1_INTEGER_to_BN() misuse | tb | 2024-10-03 | 1 | -16/+16 |
* | Switch field_bits to be an int | tb | 2024-10-03 | 1 | -3/+3 |
* | Fix BN_to_ASN1_INTEGER() misuse | tb | 2024-10-03 | 1 | -7/+6 |
* | Provide OPENSSL_INIT_NO_ATEXIT noop | tb | 2024-10-03 | 1 | -1/+2 |
* | X509V3_EXT_get_nid.3: indicate what nid means | tb | 2024-10-03 | 1 | -3/+3 |
* | Reorder functions. | jsing | 2024-10-02 | 1 | -297/+286 |
* | Remove err_fns and associated machinery. | jsing | 2024-10-02 | 1 | -142/+65 |
* | Reinstate bounds check accidentally disabled when defining OPENSSL_NO_DTLS1 | tb | 2024-09-22 | 1 | -3/+1 |
* | remove unneeded semicolons; checked by millert@ | jsg | 2024-09-20 | 1 | -2/+2 |