summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-09-12Add CBC, CFB64 and OFB64 test coverage for RC2Theo Buehler
2022-09-12Hook up installboot(8) tests on all covered archsKlemens Nanni
2022-09-12whitespace nitsTheo Buehler
2022-09-12Bump version for upcoming -portable releaseClaudio Jeker
2022-09-12Don't use options from pane if pane is NULL.Nicholas Marriott
2022-09-12acpihpet(4): acpihpet_delay: only use lower 32 bits of counterScott Soule Cheloha
2022-09-12spellingJonathan Gray
2022-09-12Introduce tree walkers that only walk a subtree of the RIB.Claudio Jeker
2022-09-12SIOCGIFPARENT uses struct if_parent not ireqJonathan Gray
2022-09-12SIOCGVNETID uses struct ifreq not if_parentJonathan Gray
2022-09-12Move division by two out of sizeof()Theo Buehler
2022-09-12Error checks for EVP_*Theo Buehler
2022-09-12Move division by two out of sizeof()Theo Buehler
2022-09-11Add regression tests for the sendmmsg and recvmmsg system calls.Moritz Buhl
2022-09-11Remove the DKF_LABELVALID flag from struct disk. Instead, trust disk driversMiod Vallat
2022-09-11Add the new inout vmm(4) tracepoint to dt(4).Dave Voutila
2022-09-11Enforce the minimum TLS version requirement for QUIC.Joel Sing
2022-09-11Adjust for opaque structs in ts.hTheo Buehler
2022-09-11Adjust for opaque structs in pkcs12.hTheo Buehler
2022-09-11Register the I2C controller with ACPI. Skip this on the SC8280XP SoC forMark Kettenis
2022-09-11syncTheo Buehler
2022-09-11bump major after libcrypto and libssl major bumpTheo Buehler
2022-09-11Crank major after symbol addition and libcrypto major bumpTheo Buehler
2022-09-11Update Symbols.listTheo Buehler
2022-09-11Expose SSL_get_share_{group,curve}() and related #definesTheo Buehler
2022-09-11Expose some error codes needed for QUIC supportTheo Buehler
2022-09-11Define LIBRESSL_HAS_QUICTheo Buehler
2022-09-11Bump major after symbol addition and removal and struct visibility changesTheo Buehler
2022-09-11Update Symbols.listTheo Buehler
2022-09-11Make structs in ts.h opaqueTheo Buehler
2022-09-11Make structs in pkcs12.h opaqueTheo Buehler
2022-09-11Expose EVP_chacha20_poly1305()Theo Buehler
2022-09-11Expose various EVP AEAD constants for EVP ChaCha and QUICTheo Buehler
2022-09-11Expose OPENSL_cleanup()Theo Buehler
2022-09-11Make BIO_info_cb() identical to bio_info_cb()Theo Buehler
2022-09-11Remove c2i_* and i2c_* from public visibilityTheo Buehler
2022-09-11link asn1object test statically in preparation for upcoming bumpTheo Buehler
2022-09-11Replace "echo 'w\ny\nq\n' | disklabel -E" with equivalentKenneth R Westerback
2022-09-11Be stricter with middlebox compatibility mode in the TLSv1.3 server.Joel Sing
2022-09-11Only permit CCS messages if requesting middlebox compatibility mode.Joel Sing
2022-09-11drop the -betaTheo de Raadt
2022-09-11Use CBS when procesing a CCS message in the legacy stack.Joel Sing
2022-09-11Ensure there is no trailing data for a CCS received by the TLSv1.3 stack.Joel Sing
2022-09-11.Li in previous didn;t make sense;Jason McIntyre
2022-09-11Add #define's for GPT partition attribute bits REQUIRED, IGNOREKenneth R Westerback
2022-09-11correct argument to VMM_IOC_READVMPARAMSJonathan Gray
2022-09-11Replace "echo 'w\ny\nq\n' | disklabel -E" with equivalentKenneth R Westerback
2022-09-11When looking up a symble using kvm_nlist(3), we need to prepend anMark Kettenis
2022-09-11Add wsmux(4) such that systems with multiple keyboards work in bsd.rd.Mark Kettenis
2022-09-11On smmu(4) instances without coherent page table walk we need to make surePatrick Wildt