summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-11-01Add a cursor-colour option, from Alexis Hildebrandt in GitHub issueNicholas Marriott
2021-11-01aplhidev(4), aplkbd(4) and aplms(4)Mark Kettenis
2021-11-01In ipsec_common_input_cb() pass mbuf pointer to pf_test() so thatAlexander Bluhm
2021-11-01Cleanup struct auth a bit. The tal description is also stored in the certClaudio Jeker
2021-11-01Add support for the keyboard/touchpad on Apple M1 laptops.Mark Kettenis
2021-11-01Rework x509attribute regress test in such a way that it doesn't needTheo Buehler
2021-11-01Unifdef LIBRESSL_NEW_API. Now that the library is bumped, this isTheo Buehler
2021-11-01pf.conf.5: improve reply-to documentationLandry Breuil
2021-11-01Fix a comparison, from Ben Boeckel, and a crash when opening completionNicholas Marriott
2021-11-01use hw_power to implement power_supply_is_system_supplied()Jonathan Gray
2021-10-31tr(1): backslash(): fix octal escape parsingScott Soule Cheloha
2021-10-31Also remove pcap files during make clean.Alexander Bluhm
2021-10-31Enable RFC 3779 code.Theo Buehler
2021-10-31Make it more visible that not only rc_reload() can be disabled.Antoine Jacoutot
2021-10-31aplspi(4)Mark Kettenis
2021-10-31Shuffle things around to have FUNCS_ONLY higher in the script so consummersAntoine Jacoutot
2021-10-31document that fileno(3) returns -1 for some kinds of FILE * objects;Ingo Schwarze
2021-10-31Make this test compile again after the damage done in libcryptoTheo Buehler
2021-10-31Hide struct internals under LIBRESSL_CRYPTO_INTERNAL so that otherTheo Buehler
2021-10-31Various minor adjustments to make openssl(1) compile with opaqueTheo Buehler
2021-10-31syncTheo de Raadt
2021-10-31Now that X509_OBJECT is opaque, we need to allocate it on the heapTheo Buehler
2021-10-31syncTheo Buehler
2021-10-31bump major after struct size changeTheo Buehler
2021-10-31Bump BER_MAX_OID_LEN to 128Theo Buehler
2021-10-31Bump majors after struct visibility changes, symbol removal and symbolTheo Buehler
2021-10-31Simplify some code by using X509_STORE_CTX_get_obj_by_subject()Theo Buehler
2021-10-31Update Symbols.list to include API additionsTheo Buehler
2021-10-31Add aplspi(4), a driver for the SPI controller found on the Apple M1 SoC.Mark Kettenis
2021-10-31libssl: stop reaching into the X509 struct and simplify some code byTheo Buehler
2021-10-31Update Symbols.list for new API and API removal/renamingTheo Buehler
2021-10-31Expose new API in headers and make X509 structs opaque.Theo Buehler
2021-10-31Remove the unused X509_OBJECTS struct.Theo Buehler
2021-10-31Remove the unused X509_CERT_PAIR struct and the assicated API.Theo Buehler
2021-10-31Remove the unused X509_CERT_FILE_CTX struct.Theo Buehler
2021-10-31Prepare to provide X509_STORE_CTX_get_obj_by_subject(), a wrapperTheo Buehler
2021-10-31Switch various X509 API to use the new X509_LOOKUP_TYPE to matchTheo Buehler
2021-10-31Provide the X509_LOOKUP_TYPE enum.Theo Buehler
2021-10-31Further improve load_file(). Always set an errno on errors and make sureClaudio Jeker
2021-10-31When converting the TAL parser to use load_file and pass the file viaClaudio Jeker
2021-10-31Prepare definitions X509_STORE_set_verify{,_cb}_func() that work withTheo Buehler
2021-10-31Prepare to make various structs in x509_vfy.h opaque.Theo Buehler
2021-10-31Disable both TCP/UDP checksum offloading and VLAN HW tag offloading for now,Patrick Wildt
2021-10-31Implement transmit and transmit completion path.Patrick Wildt
2021-10-31Extend the SPI bus API a bit. The config structure gets an sc_cs_delayMark Kettenis
2021-10-31Move the fill and the tail pointer change to a later point, to make surePatrick Wildt
2021-10-31Add igc(4), a driver for the Intel 2.5Gb Ethernet controllers.Patrick Wildt
2021-10-31regenPatrick Wildt
2021-10-31Add another PCI id for Intel 2.5Gb adapters.Patrick Wildt
2021-10-31Make athn(4) attach to the Sony UWA-BR100. Patch by martingot@protonmailStefan Sperling