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