openbsd
2021-11-01 bluhmIn ipsec_common_input_cb() pass mbuf pointer to pf_test...
2021-11-01 claudioCleanup struct auth a bit. The tal description is also...
2021-11-01 kettenisAdd support for the keyboard/touchpad on Apple M1 laptops.
2021-11-01 tbRework x509attribute regress test in such a way that...
2021-11-01 tbUnifdef LIBRESSL_NEW_API. Now that the library is bumpe...
2021-11-01 landrypf.conf.5: improve reply-to documentation
2021-11-01 nicmFix a comparison, from Ben Boeckel, and a crash when...
2021-11-01 jsguse hw_power to implement power_supply_is_system_supplied()
2021-10-31 chelohatr(1): backslash(): fix octal escape parsing
2021-10-31 bluhmAlso remove pcap files during make clean.
2021-10-31 tbEnable RFC 3779 code.
2021-10-31 ajacoutotMake it more visible that not only rc_reload() can...
2021-10-31 kettenisaplspi(4)
2021-10-31 ajacoutotShuffle things around to have FUNCS_ONLY higher in...
2021-10-31 schwarzedocument that fileno(3) returns -1 for some kinds of...
2021-10-31 tbMake this test compile again after the damage done...
2021-10-31 tbHide struct internals under LIBRESSL_CRYPTO_INTERNAL...
2021-10-31 tbVarious minor adjustments to make openssl(1) compile...
2021-10-31 deraadtsync
2021-10-31 tbNow that X509_OBJECT is opaque, we need to allocate...
2021-10-31 tbsync
2021-10-31 tbbump major after struct size change
2021-10-31 tbBump BER_MAX_OID_LEN to 128
2021-10-31 tbBump majors after struct visibility changes, symbol...
2021-10-31 tbSimplify some code by using X509_STORE_CTX_get_obj_by_s...
2021-10-31 tbUpdate Symbols.list to include API additions
2021-10-31 kettenisAdd aplspi(4), a driver for the SPI controller found...
2021-10-31 tblibssl: stop reaching into the X509 struct and simplify...
2021-10-31 tbUpdate Symbols.list for new API and API removal/renaming
2021-10-31 tbExpose new API in headers and make X509 structs opaque.
2021-10-31 tbRemove the unused X509_OBJECTS struct.
2021-10-31 tbRemove the unused X509_CERT_PAIR struct and the assicat...
2021-10-31 tbRemove the unused X509_CERT_FILE_CTX struct.
2021-10-31 tbPrepare to provide X509_STORE_CTX_get_obj_by_subject...
2021-10-31 tbSwitch various X509 API to use the new X509_LOOKUP_TYPE...
2021-10-31 tbProvide the X509_LOOKUP_TYPE enum.
2021-10-31 claudioFurther improve load_file(). Always set an errno on...
2021-10-31 claudioWhen converting the TAL parser to use load_file and...
2021-10-31 tbPrepare definitions X509_STORE_set_verify{,_cb}_func...
2021-10-31 tbPrepare to make various structs in x509_vfy.h opaque.
2021-10-31 patrickDisable both TCP/UDP checksum offloading and VLAN HW...
2021-10-31 patrickImplement transmit and transmit completion path.
2021-10-31 kettenisExtend the SPI bus API a bit. The config structure...
2021-10-31 patrickMove the fill and the tail pointer change to a later...
2021-10-31 patrickAdd igc(4), a driver for the Intel 2.5Gb Ethernet contr...
2021-10-31 patrickregen
2021-10-31 patrickAdd another PCI id for Intel 2.5Gb adapters.
2021-10-31 stspMake athn(4) attach to the Sony UWA-BR100. Patch by...
2021-10-31 stspregen
2021-10-31 stspAdd USB device ID for the Sony UWA-BR100. Patch by...
2021-10-31 stspRaise SPL to IPL_NET in run_next_scan() to avoid splass...
2021-10-31 tbPrepare regress for opaque structs in x509*.h
2021-10-31 jsingAdd explicit CBS_contains_zero_byte() check in CBS_strd...
2021-10-31 deraadtsync
2021-10-30 deraadtChange hw.perfpolicy=auto by default, at startup. ...
2021-10-30 mvsKill the dead code from unp_drop().
2021-10-30 mvsFix the UNIX domain sockets leak in soclose().
2021-10-30 schwarzenew manual page X509_CRL_METHOD_new(3)
2021-10-30 kettenisAdd GPIO functionality (including support for using...
2021-10-30 espiedocument (hopefully) near future directions
2021-10-30 ratchovFix build break caused by accidental keystroke during...
2021-10-30 ratchovDisestablish softintrs upon detach (missed in last...
2021-10-30 ratchovDefer selwakeup() calls to a softintr
2021-10-30 ratchovRevert previous commit as it's causing panic when devic...
2021-10-30 jsgmatch on Intel 600 Series
2021-10-30 jsgenable snooping on Intel 600 Series
2021-10-30 jsgregen
2021-10-30 jsgadd Intel 600 Series and Alder Lake S ids
2021-10-29 bluhmIf the test fails, do not hang forever. Abort with...
2021-10-29 krwTweak code to make it clear that MBR_init() uses just...
2021-10-29 deraadtsync
2021-10-29 jmcthe list of devices which can be created it getting...
2021-10-29 antonpoll needs similar treatment as select recently gained...
2021-10-29 antonA USB HID report ID must be represented using a single...
2021-10-29 schwarzeIn x509/x509_purp.c rev. 1.11, tb@ fixed X509_check_pur...
2021-10-29 jsgmatch more Prolific HXN ids
2021-10-29 jsgregen
2021-10-29 jsgmore Prolific HXN ids
2021-10-29 ratchovDon't grab audio_lock in filt_midi{read,write} if NOTE_...
2021-10-29 mpiHook poll tests.
2021-10-29 mpiTest that poll(2) returns POLLNVAL for an already close...
2021-10-29 tbActually error in X509_check_purpose() if x509v3_cache_...
2021-10-29 schwarzedocument the horrifying function X509_TRUST_set_default(3)
2021-10-29 deraadtadd missing .h file include
2021-10-29 claudiorpki-client 7.4 is imminent, bump version
2021-10-29 schwarzedocument X509_EXTENSION_dup(3);
2021-10-29 schwarzenew manual page X509_REQ_print_ex(3),
2021-10-29 claudioEnsure that RRDP snapshot and delta files are fetched...
2021-10-29 claudioLimit the HTTP requests to 2GB of data. This is enforce...
2021-10-29 claudioProperly implement --max-size and --min-size.
2021-10-29 djmssh-keygen: make verify-time argument parsing optional
2021-10-29 djmsshsig: add tests for signing key validity and find...
2021-10-29 djmavoid signedness warning; spotted in -portable
2021-10-28 claudioSync output at end of run with output inside the openbg...
2021-10-28 nicmDo not force the cursor to move if it is in the automar...
2021-10-28 nicmAllow detach even if suspend flag set, GitHub issue...
2021-10-28 nicmExpand command as a format, GitHub issue 2920.
2021-10-28 schwarzedocument X509_REQ_to_X509(3)
2021-10-28 sthenflesh out veb(4)/vport description a bit, spell out...
2021-10-28 tbunwrap a line
next