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