Age | Commit message (Expand) | Author |
2022-01-05 | Prepare to provide X509_{set,get}_verify() and X509_STORE_get_verify_cb() | Theo Buehler |
2022-01-05 | Use "bus-range" property to initialize the bus number configuration of | Mark Kettenis |
2022-01-05 | increase lifetime of wtmp, since it is annoyingly short | Theo de Raadt |
2022-01-05 | Unindent a few lines of code and avoid shadowed variables. | Theo Buehler |
2022-01-05 | Rename {c,p}_{min,max} into {child,parent}_{min,max} | Theo Buehler |
2022-01-05 | Remove kbind(2)'s restriction that a target buffer not cross page | Philip Guenther |
2022-01-05 | Two minor KNF tweaks | Theo Buehler |
2022-01-05 | Use child_aor and parent_aor instead of aorc and aorp | Theo Buehler |
2022-01-05 | Rename fp and fc into parent_af and child_af for readability. | Theo Buehler |
2022-01-05 | Globally rename all IPAddressFamily *f into af since this is slightly | Theo Buehler |
2022-01-05 | Add a helper function to turn unchecked (but sound) use of | Theo Buehler |
2022-01-05 | Hoist IPAddressFamily_cmp() to the other IPAddressFamily functions. | Theo Buehler |
2022-01-05 | Call x a cert for readability. | Theo Buehler |
2022-01-05 | Now that i is free, rename j to i for use as loop variable in | Theo Buehler |
2022-01-05 | adjust Xr for fw_update to section 8; | Jason McIntyre |
2022-01-05 | In addr_validate_path_internal() rename i to depth because that's | Theo Buehler |
2022-01-05 | Turn the validation_err() macro into a function | Theo Buehler |
2022-01-05 | Move variable declarations in X509v3_addr_canonize() to the top of | Theo Buehler |
2022-01-05 | Revise for tls13_key_share rename. | Joel Sing |
2022-01-05 | Rename tls13_key_share to tls_key_share. | Joel Sing |
2022-01-05 | Remove unused function arguments in iwm/iwx interrupt handlers. | Stefan Sperling |
2022-01-05 | Switch snmpd(8) to using EVP_Digest{Init,Final}_ex() and drop a no | Theo Buehler |
2022-01-05 | sync | Theo de Raadt |
2022-01-05 | Compensate for i386 pcitag_t union | Theo de Raadt |
2022-01-05 | Add error checking for EVP_Digest* to snmpd(8). | Theo Buehler |
2022-01-05 | Add error checking for EVP_Digest*() to snmp(1). | Theo Buehler |
2022-01-05 | Use new shell-based fw_update(8) | Theo de Raadt |
2022-01-05 | In iwx(4), fix wrong pointer assignment in iwx_bar_frame_release(). | Stefan Sperling |
2022-01-05 | Commit the correct version of fw_update | Andrew Fresh |
2022-01-05 | Add the shell based fw_update and updated man page | Andrew Fresh |
2022-01-05 | We are moving back to a shell-script based fw_update, written in such a | Theo de Raadt |
2022-01-05 | formatting nit, noticed by jmc@, thx! | Marc Espie |
2022-01-05 | Wrap long lines and add some braces | Kinichiro Inoguchi |
2022-01-05 | Use LC_CTYPE instead of LC_ALL. | Martijn van Duren |
2022-01-05 | Check function return value | Kinichiro Inoguchi |
2022-01-05 | Checking pointer variable with NULL | Kinichiro Inoguchi |
2022-01-05 | Switch proc_parser_root_cert() to not pass the entity but instead the | Claudio Jeker |
2022-01-05 | dhcpd: straightforward conversion to HMAC_CTX on the heap, similar | Theo Buehler |
2022-01-05 | snmpd: Straightforward conversion to EVP_* on the heap. | Theo Buehler |
2022-01-05 | Straightforward conversion to EVP_* on the heap. | Theo Buehler |
2022-01-05 | Use calloc instead of malloc | Kinichiro Inoguchi |
2022-01-05 | Check NULL first and unindent the rest of the code | Kinichiro Inoguchi |
2022-01-05 | Convert openssl(1) cms option handling | Kinichiro Inoguchi |
2022-01-05 | Provide regress for SSL public APIs. | Joel Sing |
2022-01-05 | document -m | Marc Espie |
2022-01-05 | select all RSA hostkey algorithms for UpdateHostkeys tests, not just | Damien Miller |
2022-01-05 | Remove bandaid to work around expected range_should_be_prefix() problem. | Theo Buehler |
2022-01-05 | Remove a bogus memcmp in range_should_be_prefix() | Theo Buehler |
2022-01-05 | Polish X509v3_addr_subset() a bit | Theo Buehler |
2022-01-05 | Readability tweaks in addr_contains() | Theo Buehler |