summaryrefslogtreecommitdiff
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2024-10-13byt -> but; ok tb@jsg1-3/+3
2024-10-12Exercise the EC parameters code a bit moretb1-1/+103
2024-10-12Remove unnecessary str variable in ssl_stat.ctb1-427/+208
2024-10-11Use a and b for the curve coefficientstb1-10/+11
2024-10-11Clean up ec_asn1_group2fieldid()tb1-32/+28
2024-10-11Fix a long-standing bug in ec_asn1_group2pkparameters()tb1-2/+2
2024-10-11Use defines for the CHOICE variants of ECPKPARAMETERStb1-7/+10
2024-10-11Remove NULL check in ec_asn1_pkparameters2group()tb1-5/+1
2024-10-11Use better variable names in ec_asn1_pkparameters2group()tb1-10/+13
2024-10-11First cleanup pass over ec_asn1_group2pkparameters()tb1-27/+25
2024-10-11err.c: zap stray spacetb1-2/+2
2024-10-11Apply some style(9) and tidy some comments.jsing1-62/+73
2024-10-11Remove pointless locking from err_build_SYS_str_reasons().jsing1-20/+2
2024-10-11Convert err_clear_data() and err_clear() from macros to functions.jsing1-23/+25
2024-10-11Remove unused typedef for ERR_FNS.jsing1-3/+1
2024-10-11Add err_ prefix to build_SYS_str_reasons().jsing1-3/+3
2024-10-11Make ERR_str_{libraries,reasons,functs}[] const.jsing1-12/+18
2024-10-11Add ERR_LIB_SYS to the error values in ERR_str_functs[].jsing1-12/+12
2024-10-11Add error regress coverage for ERR_LIB_SYS.jsing1-1/+19
2024-10-11Remove params argument from ec_asn1_group2parameters()tb1-13/+8
2024-10-11Simplify ec_asn1_group2pkparameters()tb1-15/+8
2024-10-11Spell NULL in a simpler fashiontb1-3/+5
2024-10-11Clean up i2d_ECPKParameters()tb1-10/+13
2024-10-10Remove unused CONF_imodule struct members and accessorstb2-69/+2
2024-10-09Remove SSL_R_TRIED_TO_USE_UNSUPPORTED_CIPHERtb1-2/+1
2024-10-09Add missing alert descriptions (taken from RFC 8446)tb1-2/+11
2024-10-09Add missing alerts to SSL_alert_desc_string{,_long}()tb1-7/+25
2024-10-09Add missing alert errors and error stringstb2-2/+10
2024-10-03Remove the unused field_mod_func from EC_GROUPtb1-4/+1
2024-10-03Make EC{,PK}PARAMETERS_it statictb1-3/+3
2024-10-03Fix ASN1_INTEGER_to_BN() misusetb1-16/+16
2024-10-03Switch field_bits to be an inttb1-3/+3
2024-10-03Fix BN_to_ASN1_INTEGER() misusetb1-7/+6
2024-10-03Provide OPENSSL_INIT_NO_ATEXIT nooptb1-1/+2
2024-10-03X509V3_EXT_get_nid.3: indicate what nid meanstb1-3/+3
2024-10-02Reorder functions.jsing1-297/+286
2024-10-02Remove err_fns and associated machinery.jsing1-142/+65
2024-10-02Hook up the err regress.jsing1-1/+2
2024-10-02Add initial regress for the error stack and ERR_* APIs.jsing2-0/+210
2024-10-02Enable additional CRYPTO_get_ex_new_index() tests.jsing1-6/+1
2024-09-22Reinstate bounds check accidentally disabled when defining OPENSSL_NO_DTLS1tb1-3/+1
2024-09-20remove unneeded semicolons; checked by millert@jsg1-2/+2
2024-09-18Enable large number of extension tests and stop skippking QUIC transporttb1-8/+3
2024-09-17tlsfuzzer: add a start-server convenience target for interactive testingtb1-2/+6
2024-09-17Replace OpenSSL 3.1 (which no longer is in ports) with 3.3tb1-2/+2
2024-09-14tlsfuzzer: grammar fix missed in previoustb1-2/+2
2024-09-13typo: troups -> groupstb1-2/+2
2024-09-11parametes -> parameterstb1-2/+2
2024-09-09Make error 235 resolve to "no application protocol"tb1-2/+1
2024-09-09Fix alert callback in the QUIC layertb1-2/+12