Age | Commit message (Expand) | Author |
2023-06-11 | fix typo: 'hash buffer to small' -> too small | Omar Polo |
2023-06-11 | Unifdef ZLIB | Theo Buehler |
2023-06-11 | Unifdef ZLIB | Theo Buehler |
2023-06-10 | Implement support for pointer authentication (PAC) in userland. With PAC | Mark Kettenis |
2023-06-10 | Add qcpas(4), a driver for the Peripheral Authentication Service found on | Patrick Wildt |
2023-06-10 | Convert EVP_Digest{Sign,Verify}* to one-shot for TLSv1.3 | Theo Buehler |
2023-06-10 | sync | Theo de Raadt |
2023-06-10 | ksh: remove broken special handling of test -t | Omar Polo |
2023-06-10 | test: fix description of -t: it has no default | Omar Polo |
2023-06-10 | File new test-bleichenbacher-timing-pregenerate.py under failing tests | Theo Buehler |
2023-06-09 | we always create keys 2 releases into the future | Theo de Raadt |
2023-06-09 | Readd "-wgpsk", accidentially dropped in r1.465 adding "wgdescr" | Klemens Nanni |
2023-06-08 | Remove dead code. | Bob Beck |
2023-06-08 | Fix mismatch between function prototype and definition, from Anindya | Nicholas Marriott |
2023-06-08 | From the description of "openssl verify", delete the duplicate and | Ingo Schwarze |
2023-06-08 | add tests related to --libs-only-l and the likes | Marc Espie |
2023-06-08 | move to perl use v5.36 | Marc Espie |
2023-06-07 | Rename ifconfig tcprecvoffload to tcplro. It is shorter and | Alexander Bluhm |
2023-06-07 | Document CMS signing-time <> mod-time trick | Job Snijders |
2023-06-07 | do not pass @_ to code snippets, prepare for 5.36 | Marc Espie |
2023-06-07 | Add portable version and m88k-specific version lb() function, because | Kenji Aoyama |
2023-06-07 | Cosmetic tweak for previous | Theo Buehler |
2023-06-07 | Refer to the field "thisUpdate" instead of the non-existent "lastUpdate". | Ingo Schwarze |
2023-06-07 | In anticipation of a bump of the ASPA eContent profile version, update | Job Snijders |
2023-06-07 | upon resume, fpureset() was being called prematurely (before cpu_init, | Theo de Raadt |
2023-06-06 | In 1995, Eric A. Young chose a confusing name for the "lastUpdate" field | Ingo Schwarze |
2023-06-06 | Fix typo in comment: exta -> extra | Theo Buehler |
2023-06-06 | Use same pattern to work with offset by using a uint8_t pointer that | Claudio Jeker |
2023-06-06 | Make the tlsv1.0 and tlsv1.1 options in relayd do nothing | Bob Beck |
2023-06-06 | Use ibuf_seek() instead of ibuf_data() + offset constructs. Effect is | Claudio Jeker |
2023-06-06 | Fold disk crypto question '?' text into prompt | Klemens Nanni |
2023-06-06 | don't need mcx_uptime() now that we have nsecuptime() | David Gwynne |
2023-06-05 | Fix copy+paste error in x509 asn regress | Job Snijders |
2023-06-05 | Improve the description of CMS_get0_signers() | Job Snijders |
2023-06-05 | Sync json.c with rpki-client rev 1.3: | Claudio Jeker |
2023-06-05 | Add an extra argument compact to json_do_object() to instruct the parser | Claudio Jeker |
2023-06-05 | Store timeouts as int, not u_int as they are limited to INT_MAX. | Todd C. Miller |
2023-06-05 | Do not calculate IP, TCP, UDP checksums on loopback interface. | Alexander Bluhm |
2023-06-05 | pfsync_update_state() is too paranoid about pf_state::pfsync_state. | Alexandr Nedvedicky |
2023-06-05 | pf_remove_state() should not attempt to remove state which | Alexandr Nedvedicky |
2023-06-05 | use getline(3) instead of fgetln(3) | Omar Polo |
2023-06-04 | Reinstate bn_isqrt.c r1.8 and crypto_lock.c r1.3 | Theo Buehler |
2023-06-04 | Correct the comment in get_range() describing the range syntax. | Todd C. Miller |
2023-06-04 | Make ruby-openssl cope with default ruby change | Theo Buehler |
2023-06-04 | bn_mod_inverse tweaks | Theo Buehler |
2023-06-04 | More thorough write-afetr-free checks. | Otto Moerbeek |
2023-06-03 | Remove declarations of unused local variables, an unused function | Kenneth R Westerback |
2023-06-03 | Add regress coverage for BN_mod_inverse() | Theo Buehler |
2023-06-03 | drop `uptodate()' check from hack(6) | Omar Polo |
2023-06-02 | pledge(2): stdio: permit restricted profil(2) for moncontrol(3) | Scott Soule Cheloha |