summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2022-01-05Remove unused function arguments in iwm/iwx interrupt handlers.Stefan Sperling
2022-01-05Switch snmpd(8) to using EVP_Digest{Init,Final}_ex() and drop a noTheo Buehler
2022-01-05syncTheo de Raadt
2022-01-05Compensate for i386 pcitag_t unionTheo de Raadt
2022-01-05Add error checking for EVP_Digest* to snmpd(8).Theo Buehler
2022-01-05Add error checking for EVP_Digest*() to snmp(1).Theo Buehler
2022-01-05Use new shell-based fw_update(8)Theo de Raadt
2022-01-05In iwx(4), fix wrong pointer assignment in iwx_bar_frame_release().Stefan Sperling
2022-01-05Commit the correct version of fw_updateAndrew Fresh
2022-01-05Add the shell based fw_update and updated man pageAndrew Fresh
2022-01-05We are moving back to a shell-script based fw_update, written in such aTheo de Raadt
2022-01-05formatting nit, noticed by jmc@, thx!Marc Espie
2022-01-05Wrap long lines and add some bracesKinichiro Inoguchi
2022-01-05Use LC_CTYPE instead of LC_ALL.Martijn van Duren
2022-01-05Check function return valueKinichiro Inoguchi
2022-01-05Checking pointer variable with NULLKinichiro Inoguchi
2022-01-05Switch proc_parser_root_cert() to not pass the entity but instead theClaudio Jeker
2022-01-05dhcpd: straightforward conversion to HMAC_CTX on the heap, similarTheo Buehler
2022-01-05snmpd: Straightforward conversion to EVP_* on the heap.Theo Buehler
2022-01-05Straightforward conversion to EVP_* on the heap.Theo Buehler
2022-01-05Use calloc instead of mallocKinichiro Inoguchi
2022-01-05Check NULL first and unindent the rest of the codeKinichiro Inoguchi
2022-01-05Convert openssl(1) cms option handlingKinichiro Inoguchi
2022-01-05Provide regress for SSL public APIs.Joel Sing
2022-01-05document -mMarc Espie
2022-01-05select all RSA hostkey algorithms for UpdateHostkeys tests, not justDamien Miller
2022-01-05Remove bandaid to work around expected range_should_be_prefix() problem.Theo Buehler
2022-01-05Remove a bogus memcmp in range_should_be_prefix()Theo Buehler
2022-01-05Polish X509v3_addr_subset() a bitTheo Buehler
2022-01-05Readability tweaks in addr_contains()Theo Buehler