summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2023-05-23cms_asn1.c: zap stray tabsTheo Buehler
2023-05-23Convert ASN1_INTEGER_get() to ASN1_INTEGER_get_uint64()Theo Buehler
2023-05-23Simplify as_id_parse() using ASN1_INTEGER_get_uint64()Theo Buehler
2023-05-22Drop unused md_prep_fdisk() argument in disk crypto question handlerKlemens Nanni
2020-08-03Import LLVM 10.0.0 release including clang, lld and lldb.Patrick Wildt
2023-05-22Remove misplaced semicolons in .FaTheo Buehler
2023-05-22Fix TSO for traffic to a local address on a physical interface.Alexander Bluhm
2023-05-22Bye, bye, horrible reacharounds into libcryptoTheo Buehler
2023-05-22Convert generalizedtime_to_tm() to ASN1_TIME_to_tm()Theo Buehler
2023-05-22Convert x509_get_time() to ASN1_TIME_to_tm()Theo Buehler
2023-05-22Avoid use of LibreSSL-specific ASN1_time_tm_cmp() APITheo Buehler
2023-05-22Add EPYC Embedded 3000 10GbE NICDenis Fondras