Age | Commit message (Expand) | Author |
2024-10-26 | Mechanically rename priv_key to ec_privatekey | Theo Buehler |
2024-10-26 | ec_asn1_test: play some silly games to cover a few more code paths | Theo Buehler |
2024-10-26 | Add regress coverage for ec_print.c | Theo Buehler |
2024-10-26 | remove unneeded forward struct declarations | Jonathan Gray |
2024-10-26 | remove TTMASK define, unused since csrg rev 7.2 | Jonathan Gray |
2024-10-25 | mlkem768x25519-sha256 has been promoted to default key exchange | Christian Weisgerber |
2024-10-25 | remove unused cdev_fb_init() define | Jonathan Gray |
2024-10-25 | Unlock timeout_sysctl(). `tostat' timeout(9) statistics is already | Vitaliy Makkoveev |
2024-10-25 | Allow tabs even on terminals without UTF-8, reported by jmc. | Nicholas Marriott |
2024-10-25 | Cosmetic tweak to make point2oct and oct2point more symmetric | Theo Buehler |
2024-10-25 | Allow control characters to be entered at the command prompt prefixed | Nicholas Marriott |
2024-10-25 | Do not attempt to search for zero length strings, from Alexander Arch in | Nicholas Marriott |
2024-10-25 | Do not stop stop at first padding in format_grid_line and handle tabs. | Nicholas Marriott |
2024-10-25 | Flag tabs if possible in the grid cell so they can be preserved on | Nicholas Marriott |
2024-10-25 | Rename `ci_intrdepth' to `ci_idepth'. | Martin Pieuchot |
2024-10-25 | Add a helper function for cell data comparison, from Alexander Arch. | Nicholas Marriott |
2024-10-25 | Use macros describing the intent rather than #if 0 | Theo Buehler |
2024-10-25 | remove unneeded dst__opensslrsa_init() prototype | Jonathan Gray |
2024-10-25 | remove unneeded typedefs; ok florian@ | Jonathan Gray |
2024-10-25 | Add support for performing a sysupgrade from a path. This is convenient | Theo de Raadt |
2024-10-25 | promote mlkem768x25519-sha256 to be the default key exchange; | Damien Miller |
2024-10-25 | ec_asn1: make two helpers static | Theo Buehler |
2024-10-25 | Minor cosmetic tweaks for EC_GROUP_set_seed() | Theo Buehler |
2024-10-25 | ec_asn1: fix some NULL misspellings | Theo Buehler |
2024-10-25 | Add regress for {d2i,i2d}_ECPrivateKey() and {o2i,i2o}_ECPublicKey() | Theo Buehler |
2024-10-24 | remove unneeded timeout.h include, missed in rev 1.15 | Jonathan Gray |
2024-10-24 | Map ucom unit number to cuaU number using the same | Kenneth R Westerback |
2024-10-24 | Fix argument names: des_in -> der_in and des_out -> der_out | Theo Buehler |
2024-10-24 | Attach psp(4) version 1. | Alexander Bluhm |
2024-10-24 | Change macppc's ci_idepth from -1 to 0 when no interrupts | George Koehler |
2024-10-24 | Stop leaking kernel stack guard pages. | Mark Kettenis |
2024-10-24 | Adjust ldapclient prototype to prevent an "argument of type 'int[2]' with | Claudio Jeker |
2024-10-24 | remove unused T_BITS define; ok miod@ | Jonathan Gray |
2024-10-24 | Add missing error check for CBB_init_fixed() | Theo Buehler |
2024-10-24 | Add a ci_intrdepth field to struct cpu_info for sh, and use it to implement | Miod Vallat |
2024-10-24 | test SIGUSR1 dropping all keys from ssh-agent | Damien Miller |
2024-10-24 | amake ssh-agent drop all keys when it receives SIGUSR1; | Damien Miller |
2024-10-24 | relax valid_domain() checks to allow an underscore as the first | Damien Miller |
2024-10-23 | Remove not-used-in-the-last-20-years-or-so defines. | Miod Vallat |
2024-10-23 | ec_point_conversion: cosmetics | Theo Buehler |
2024-10-23 | ec_point_conversion: extend test coverage by translating back the | Theo Buehler |
2024-10-23 | EC_POINT_point2oct() need to special case the point at infinity | Theo Buehler |
2024-10-23 | Append fd to the variable names proc, rsync, rrdp, http since these variables | Claudio Jeker |
2024-10-23 | EC_get_builtin_curves(): the most appropriate name for a list of curves... | Theo Buehler |
2024-10-23 | Rename `ci_in_intr' to `ci_idepth'. | Martin Pieuchot |
2024-10-23 | Rename `ci_intrdepth' to `ci_idepth'. | Martin Pieuchot |
2024-10-23 | Rename `ci_intrdepth' to `ci_idepth'. | Martin Pieuchot |
2024-10-23 | Decrement uobj reference count without KERNEL_LOCK(). | Martin Pieuchot |
2024-10-23 | drm/amdgpu: prevent BO_HANDLES error from being overwritten | Jonathan Gray |
2024-10-23 | drm/amdgpu/swsmu: Only force workload setup on init | Jonathan Gray |