summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2024-10-12Remove unnecessary str variable in ssl_stat.cTheo Buehler
2024-10-11Use a and b for the curve coefficientsTheo Buehler
2024-10-11Clean up ec_asn1_group2fieldid()Theo Buehler
2024-10-11Fix a long-standing bug in ec_asn1_group2pkparameters()Theo Buehler
2024-10-11Use defines for the CHOICE variants of ECPKPARAMETERSTheo Buehler
2024-10-11Remove NULL check in ec_asn1_pkparameters2group()Theo Buehler
2024-10-11Use better variable names in ec_asn1_pkparameters2group()Theo Buehler
2024-10-11First cleanup pass over ec_asn1_group2pkparameters()Theo Buehler
2024-10-11err.c: zap stray spaceTheo Buehler
2024-10-11Apply some style(9) and tidy some comments.Joel Sing
2024-10-11Remove pointless locking from err_build_SYS_str_reasons().Joel Sing
2024-10-11Convert err_clear_data() and err_clear() from macros to functions.Joel Sing
2024-10-11Remove unused typedef for ERR_FNS.Joel Sing
2024-10-11Add err_ prefix to build_SYS_str_reasons().Joel Sing
2024-10-11Make ERR_str_{libraries,reasons,functs}[] const.Joel Sing
2024-10-11Add ERR_LIB_SYS to the error values in ERR_str_functs[].Joel Sing
2024-10-11Remove params argument from ec_asn1_group2parameters()Theo Buehler
2024-10-11Simplify ec_asn1_group2pkparameters()Theo Buehler
2024-10-11Spell NULL in a simpler fashionTheo Buehler
2024-10-11Clean up i2d_ECPKParameters()Theo Buehler
2024-10-10sysctl.2: NET_RT_DUMP defaults to the current rtablelucas
2024-10-10Remove unused CONF_imodule struct members and accessorsTheo Buehler
2024-10-09Remove SSL_R_TRIED_TO_USE_UNSUPPORTED_CIPHERTheo Buehler
2024-10-09Add missing alert descriptions (taken from RFC 8446)Theo Buehler
2024-10-09Add missing alerts to SSL_alert_desc_string{,_long}()Theo Buehler
2024-10-09Add missing alert errors and error stringsTheo Buehler
2024-10-03Remove the unused field_mod_func from EC_GROUPTheo Buehler
2024-10-03Make EC{,PK}PARAMETERS_it staticTheo Buehler
2024-10-03Fix ASN1_INTEGER_to_BN() misuseTheo Buehler
2024-10-03Switch field_bits to be an intTheo Buehler
2024-10-03Fix BN_to_ASN1_INTEGER() misuseTheo Buehler
2024-10-03Provide OPENSSL_INIT_NO_ATEXIT noopTheo Buehler
2024-10-03X509V3_EXT_get_nid.3: indicate what nid meansTheo Buehler
2024-10-02Reorder functions.Joel Sing
2024-10-02Remove err_fns and associated machinery.Joel Sing
2024-09-24backout scanner.l strtonum commits; they restrict numbers to INT_MAX,Stuart Henderson
2024-09-22Reinstate bounds check accidentally disabled when defining OPENSSL_NO_DTLS1Theo Buehler
2024-09-20remove unneeded semicolons; checked by millert@Jonathan Gray
2024-09-17getdents(2) was pushed into rpath because it exposes pathnameTheo de Raadt
2024-09-15remove unused variablesJonathan Gray
2024-09-09Make error 235 resolve to "no application protocol"Theo Buehler
2024-09-09Fix alert callback in the QUIC layerTheo Buehler
2024-09-09Add and use tls13_record_layer_alert_sent()Theo Buehler
2024-09-06Reenable AES-NI in libcryptoTheo Buehler
2024-09-06Adjust documentation to work without X509_LOOKUP_by_subject()Theo Buehler
2024-09-05Avoid out-of-bounds pointer arithmetic in inflateCopy().Theo Buehler
2024-09-05Update libexpat to version 2.6.3.Alexander Bluhm
2024-09-03typo in comment; Effectivly -> Effectively; ok gilles@Omar Polo
2024-09-03typo in comment; saveguard -> safeguard; ok gilles@Omar Polo
2024-09-03wild white spaceTheo de Raadt