summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-05-27commentsMarc Espie
2023-05-27document base methodMarc Espie
2023-05-27try/catch to be revisitedMarc Espie
2023-05-27comments/cosmeticsMarc Espie
2023-05-27restore documentation: explain what ArcCheck doesMarc Espie
2023-05-27cosmetic/comments improvementMarc Espie
2023-05-27- make the handling of interactive more regular byMarc Espie
2023-05-27prepare for 5.36, document methods in base classMarc Espie
2023-05-27Clean up alignment handling for SHA-512.Joel Sing
2023-05-27Remove malloc interposition, a workaround that was once needed for emacsOtto Moerbeek
2023-05-26Properly account del_extra_files and add the value to the json header.Claudio Jeker
2023-05-26Move verified_chain from SSL to SSL_HANDSHAKETheo Buehler
2023-05-26Remove net lock from DIOC{S,G}ETLIMITKlemens Nanni
2023-05-26simplify yes/no answer handlingKlemens Nanni
2023-05-25Disable witness for mutexes created on the stack which allowsKurt Miller
2023-05-25Work around sparc64 WITNESS kernel failing to load by moving large witnessKurt Miller
2023-05-25In session_process_msg() recheck the validity of the rbuf before movingClaudio Jeker
2023-05-25Update usage add -P epochClaudio Jeker
2023-05-25Fix repo_cleanup_entry() state machine so that the repository lookupsClaudio Jeker
2023-05-25remove two unused definesOmar Polo
2023-05-25After RFC 9110, the IANA services registry now lists both udp and tcpStuart Henderson
2023-05-25Forcibly update the EVP_PKEY's internal keyOmar Polo
2023-05-25Do not use wakeup_proc() outside of the sleep machinery. Just useClaudio Jeker
2023-05-24fix AuthorizedPrincipalsCommand when AuthorizedKeysCommand appearsDamien Miller
2023-05-24Skip tests if p5-BSD-Socket-Splice is not installed.Alexander Bluhm
2023-05-24replace "$(cat file)" with the ksh construct "$(<file)"Christian Weisgerber
2023-05-24mark S_ISVTX with Dv in sticky(8); makes `man -k any=S_ISVTX' more usefulOmar Polo
2023-05-24ksh: make $(< filename) error output include the errno string.Todd C. Miller
2023-05-24Default pf rule "block return; pass" interferes with test.Alexander Bluhm
2023-05-24Update X509_VERIFY_PARAM_inherit() to reflect the change of behaviorTheo Buehler
2023-05-24Copy the verify param hostflags independently of the host listTheo Buehler
2023-05-24Add a test to verify that an SSL inherits the hostflags from the SSL_CTXTheo Buehler
2023-05-24Provide CRYPTO_INT for statically linking libcrypto for libssl regressTheo Buehler
2023-05-24Provide X509_VERIFY_PARAM_set_hostflags()Theo Buehler
2023-05-23Force comport initialization for some class of deviceDenis Fondras
2023-05-23regenDenis Fondras
2023-05-23Add qcaoss(4), a driver for the Always On Subsystem found on Qualcomm SoCs.Patrick Wildt
2023-05-23Replace ibuf_advance() with ibuf_reserve().Claudio Jeker
2023-05-23With the retirement of expert mode, get_fsize(), get_bsize() andKenneth R Westerback
2023-05-23Replace ibuf_release() with ibuf_free() since the former just calls the latterClaudio Jeker
2023-05-23There is no need to ibuf_zero() or memset() any buffers.Claudio Jeker
2023-05-23Avoid calling malloc with a zero length argument.Claudio Jeker
2023-05-23Simplify OBJ_obj2txt()Theo Buehler
2023-05-23Add empty line for consistencyTheo Buehler
2023-05-23Add regress coverage for obj_dat.c r1.52Theo Buehler
2023-05-23Always NUL terminate buf in OBJ_obj2txt()Theo Buehler
2023-05-23don't pass state, we get them from the progressmeterMarc Espie
2023-05-23Add IBT support to the retpoline PLTs. Since we use retpoline PLTs byMark Kettenis
2023-05-23Don't use ibuf_open(0) as test. 0 lenght ibufs make little sense andClaudio Jeker
2023-05-23New counters for LRO packets from hardware TCP offloading.Jan Klemkow