summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2023-05-22Remove unused variable kerr.Tobias Heider
2023-05-22Remove duplicate entries in kvars.Alexander Bluhm
2023-05-22gc unused/old codeMarc Espie
2023-05-22fix usage, name arg is optionalKlemens Nanni
2023-05-22Keep trying LDAP servers until we get full results from one, rather thanJonathan Matthew
2023-05-22The fp_ex_[st]w struct savefpu members were inherited from NetBSD wherePhilip Guenther
2023-05-22NENTRY() doesn't provide an endbr64, so give memmove one inPhilip Guenther
2023-05-21If an MBR partition start or end can be represented by CHS, setKenneth R Westerback
2023-05-21Typo in comment. 'parititon' -> 'partition'.Kenneth R Westerback
2023-05-21missed oneMarc Espie
2023-05-21move the interface to SharedLibs to be somewhat object orientedMarc Espie
2023-05-21document how this is used... There's nothing that actually uses theMarc Espie
2023-05-21"fix" for 5.36: pass the possible option value as an extra paramMarc Espie