summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-09-02Add experimental support for hybrid post-quantum key exchangeDamien Miller
2024-09-02Increase number of concurrent RRDP session handler slotsJob Snijders
2024-09-02simplify ccp ifdef; ok bluhm@Jonathan Gray
2024-09-02virtio: Move interrupt setup into separate functionStefan Fritsch
2024-09-02virtio_pci: Improve interrupt namesStefan Fritsch
2024-09-02syncTheo Buehler
2024-09-02Remove X509_check_trust documentationTheo Buehler
2024-09-02syncTheo Buehler
2024-09-02The X509at_* manuals are no longer neededTheo Buehler
2024-09-02Also remove .Xr to X509at_*Theo Buehler
2024-09-02Excise X509at_* from X509_REQ_* documentationTheo Buehler
2024-09-02Rename lastpos to start_after to match other, similar manualsTheo Buehler
2024-09-02More X509at_* removalTheo Buehler
2024-09-02Remove mention of the no longer public X509at_* functionsTheo Buehler
2024-09-02Adjust function signatures for const X509_LOOKUP_METHODTheo Buehler
2024-09-02Coding of the handling of errors for <sequence number> hadn't be completed.YASUOKA Masahiko
2024-09-02regenYASUOKA Masahiko
2024-09-02Add Intel X540 X550 virtual function devices. From Yuichiro NAITO.YASUOKA Masahiko
2024-09-01Regarding previous commit, X_OK on unveil-permitted directories doesTheo de Raadt
2024-09-01dhcpleased: fix a sizeof for IMSG_REQUEST_REBOOT.Theo Buehler
2024-09-01For AMD SEV mention platform security processor in ccp(4) map page.Alexander Bluhm
2024-09-01For AMD SEV provide ioctl(2) in cpp(4) to shutdown guest.Alexander Bluhm
2024-09-01symbols: remove special case for cpuid_setup and cpu_capsTheo Buehler
2024-09-01Pledge "vmm" for ccp(4) ioctl(2).Alexander Bluhm
2024-09-01Enable warnings and fix style nits.Anton Lindqvist
2024-09-01Make unveil access regress work with objdir.Anton Lindqvist
2024-09-01Apls -> AlpsJonathan Gray
2024-09-01equivalient -> equivalentJonathan Gray
2024-09-01dladdr(3) is in POSIX-2024, though the structure type was renamedPhilip Guenther
2024-09-01spelling; checked by jmc@, ok miod@ mglocker@Jonathan Gray
2024-09-01regenJonathan Gray
2024-09-01spelling; checked by jmc@, ok miod@ mglocker@ krw@Jonathan Gray
2024-09-01add tests for linux kpi for rbtreeaisha
2024-08-31Add regression test for access(2)+unveil(2)Jeremy Evans
2024-08-31sync x509v3_add_value with x509_utl.cTheo Buehler
2024-08-31Rewrite X509V3_add_value() to a single exit idiomTheo Buehler
2024-08-31Remove redundant COPYRIGHT file.Joel Sing
2024-08-31net drivers may have mii children, but mii layer has no _activateTheo de Raadt
2024-08-31Make fcrypt_body() static and remove prototype.Joel Sing
2024-08-31Unifdef DES_PTR, DES_RISC1 and DES_RISC2.Joel Sing
2024-08-31Unifdef OPENBSD_DES_ASM.Joel Sing
2024-08-31Inline and remove spr.h.Joel Sing
2024-08-31Combine DES code into a smaller set of files.Joel Sing
2024-08-31If FADT_POWER_S0_IDLE_CAPABLE feature is found, prefer S0ix style over S3.Theo de Raadt
2024-08-31jeremy observed that access() on unveiled space was returning errorsTheo de Raadt
2024-08-31Merge fcrypt_b.c into fcrypt.c.Joel Sing
2024-08-31Remove now unused ncbc_enc.c.Joel Sing
2024-08-31Expand DES_ncbc_encrypt() in des_enc.c.Joel Sing
2024-08-31Expand DES_cbc_encrypt() in cbc_enc.c.Joel Sing
2024-08-31update the header; ok and error corrected by jsgJason McIntyre