summaryrefslogtreecommitdiff
path: root/src/lib (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* libssl: rework cert signature security leveltb2024-10-171-24/+28
* 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
* byt -> but; ok tb@jsg2024-10-131-3/+3
* 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
* 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
* Add missing alert descriptions (taken from RFC 8446)tb2024-10-091-2/+11
* Add missing alerts to SSL_alert_desc_string{,_long}()tb2024-10-091-7/+25
* Add missing alert errors and error stringstb2024-10-092-2/+10
* Remove the unused field_mod_func from EC_GROUPtb2024-10-031-4/+1
* Make EC{,PK}PARAMETERS_it statictb2024-10-031-3/+3
* Fix ASN1_INTEGER_to_BN() misusetb2024-10-031-16/+16
* Switch field_bits to be an inttb2024-10-031-3/+3
* Fix BN_to_ASN1_INTEGER() misusetb2024-10-031-7/+6
* Provide OPENSSL_INIT_NO_ATEXIT nooptb2024-10-031-1/+2
* X509V3_EXT_get_nid.3: indicate what nid meanstb2024-10-031-3/+3
* Reorder functions.jsing2024-10-021-297/+286
* Remove err_fns and associated machinery.jsing2024-10-021-142/+65
* Reinstate bounds check accidentally disabled when defining OPENSSL_NO_DTLS1tb2024-09-221-3/+1
* remove unneeded semicolons; checked by millert@jsg2024-09-201-2/+2