summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-01-06Test CBB_add_u64()Joel Sing
2022-01-06Provide CBB_add_u64()Joel Sing
2022-01-06minor tweaks, no code changeTheo Buehler
2022-01-06With openssl-ruby-tests 20220105, test_post_connection_check_wildcard_sanTheo Buehler
2022-01-06Make it possible to compile the patterns utility with the source treeAnton Lindqvist
2022-01-06Free memory before assign to avoid leakKinichiro Inoguchi
2022-01-06Free memory if error occurredKinichiro Inoguchi
2022-01-06Remove NULL check before freeKinichiro Inoguchi
2022-01-06Fix a copy-paste error that led to an out-of-bounds access.Theo Buehler
2022-01-06Use a 64-bit integer for pcitag_t and define PCITAG_NODE and PCITAG_OFFSETMark Kettenis
2022-01-06Ignore windows without a size set (may be used for pane only), fromNicholas Marriott
2022-01-06regenJonathan Gray
2022-01-06ati 0x15e7 confirmed to be barcelo, 2022 ryzen 5000 apusJonathan Gray
2022-01-06Add test coverage for SCT validation.Joel Sing
2022-01-06t_syscall was a test for the gcc 1.x off_t syscall padding,Philip Guenther
2022-01-06drm/amdgpu: add support for IP discovery gc_info table v2Jonathan Gray
2022-01-06drm/amdgpu: When the VCN(1.0) block is suspended, powergating is explicitly e...Jonathan Gray
2022-01-06unstub amdgpu_gem_force_release()Jonathan Gray
2022-01-05add a comment so I don't make this mistake againDamien Miller
2022-01-05fix cut-and-pasto in error messageDamien Miller
2022-01-05no longer neededTheo de Raadt
2022-01-05funopen(): change seekfn argument to use off_t, not fpos_tTodd C. Miller
2022-01-05Prepare to provide DSA_bits()Theo Buehler
2022-01-05Prepare to provide BIO_set_retry_reason()Theo Buehler
2022-01-05Prepare to provide a number of RSA accessorsTheo Buehler
2022-01-05Prepare to provide ECDSA_SIG_get0_{r,s}()Theo Buehler
2022-01-05Prepare to provide DH_get_length()Theo Buehler
2022-01-05Prepare to provide DSA_get0_{p,q,g,{priv,pub}_key}()Theo Buehler
2022-01-05Prepare to provide DH_get0_{p,q,g,{priv,pub}_key}()Theo Buehler
2022-01-05Prepare to provide BIO_set_next().Theo Buehler
2022-01-05Prepare to provide X509_{set,get}_verify() and X509_STORE_get_verify_cb()Theo Buehler
2022-01-05Use "bus-range" property to initialize the bus number configuration ofMark Kettenis
2022-01-05increase lifetime of wtmp, since it is annoyingly shortTheo de Raadt
2022-01-05Unindent a few lines of code and avoid shadowed variables.Theo Buehler
2022-01-05Rename {c,p}_{min,max} into {child,parent}_{min,max}Theo Buehler
2022-01-05Remove kbind(2)'s restriction that a target buffer not cross pagePhilip Guenther
2022-01-05Two minor KNF tweaksTheo Buehler
2022-01-05Use child_aor and parent_aor instead of aorc and aorpTheo Buehler
2022-01-05Rename fp and fc into parent_af and child_af for readability.Theo Buehler
2022-01-05Globally rename all IPAddressFamily *f into af since this is slightlyTheo Buehler
2022-01-05Add a helper function to turn unchecked (but sound) use ofTheo Buehler
2022-01-05Hoist IPAddressFamily_cmp() to the other IPAddressFamily functions.Theo Buehler
2022-01-05Call x a cert for readability.Theo Buehler
2022-01-05Now that i is free, rename j to i for use as loop variable inTheo Buehler
2022-01-05adjust Xr for fw_update to section 8;Jason McIntyre
2022-01-05In addr_validate_path_internal() rename i to depth because that'sTheo Buehler
2022-01-05Turn the validation_err() macro into a functionTheo Buehler
2022-01-05Move variable declarations in X509v3_addr_canonize() to the top ofTheo Buehler
2022-01-05Revise for tls13_key_share rename.Joel Sing
2022-01-05Rename tls13_key_share to tls_key_share.Joel Sing