openbsd
2021-10-24 florianUpdate to 4.3.8.
2021-10-24 jobRestrict the characterset for filenames on Manifests
2021-10-24 mpiImplement poll(2), select(2), ppoll(2) & pselect(2...
2021-10-24 sashanlet pf_table.c to use standard way to work with lists
2021-10-24 patrickStop setting etype in the MD crypto code. So far we...
2021-10-24 knFall back to HTTP for fetching automatically
2021-10-24 jsgansi
2021-10-24 patrickProhibit renames of tmpfs mount-points to fix a panic.
2021-10-24 tbPrepare to provide X509_OBJECT_{new,free}()
2021-10-24 deraadtextra 0 fields in cfdriver are not needed
2021-10-24 deraadtpretty & normalize the cfdriver decl
2021-10-24 beckDon't leak internal->verfied_chain, clean it up in...
2021-10-24 claudioAnther day another broken test-http.c report from anton@
2021-10-24 mpiFix mangled license.
2021-10-24 jmcspelling;
2021-10-24 visaSet klist lock for sockets to make socket event filters...
2021-10-24 visaMake pipe event filters MP-safe
2021-10-24 jsguse NULL not 0 for pointer values in kern
2021-10-23 bluhmThere is an m_pullup() down in AH input. As it may...
2021-10-23 bluhmFix use-after-free in ipcomp_output() introduced by...
2021-10-23 jmcspread some ipcrm/ipcs Xr; from mikhail
2021-10-23 bennodo not duplicate "Connection: close" headers and only...
2021-10-23 mvssonewconn() returns the pointer to 'socket' struct...
2021-10-23 beckAdd SSL_get0_verified_chain - needed by some new stuff
2021-10-23 claudioRename io_buf_new to io_new_buffer and io_buf_close...
2021-10-23 deraadtbtrace dir
2021-10-23 mpiProvide common btrace(8) scripts.
2021-10-23 deraadtsync
2021-10-23 deraadtsync
2021-10-23 mestreensure that sensitive data is zeroed out from mem.
2021-10-23 bluhmFor testing snmpd, use rc script to stop any running...
2021-10-23 tbDeclare STACK_OF(GENERAL_NAMES)
2021-10-23 patrickCall uvm_vnp_uncache() in tmpfs_write(). We currently...
2021-10-23 patrickFix tmpfs_lookup locking for ".." == ".". unveil_find_...
2021-10-23 schwarzefix wrong and missing return types and wrong macros...
2021-10-23 martijnRename a couple of variables overlooked in the conversi...
2021-10-23 martijnAdd a glossary of variable names.
2021-10-23 mestrestty(1) can't be pledged for all modes, but it can...
2021-10-23 dvtpm(4): add support for tpm2 CRB interface
2021-10-23 beckAdd new OpenSSL API SSL_CTX_set_num_tickets and friends.
2021-10-23 tbKNF a particularly ugly comment
2021-10-23 tbZap trailing whitespace
2021-10-23 krwArithmetic is hard! Since MBR partition 0 is the only...
2021-10-23 claudioFixup test-http.c after big io change before anton...
2021-10-23 tbUnhandroll X509_up_ref()
2021-10-23 claudioFinnally move away from blocking reads in rpki-client...
2021-10-23 benno* stop sending the content for head requests, even...
2021-10-23 tbPreapre x509.c for upcoming libcrypto bump
2021-10-23 tobheRetire asynchronous crypto API as it is no longer requi...
2021-10-23 tbImport documentation for X509_get_extension_flags,...
2021-10-23 tbImport documentation for X509_SIG_get{0,m} from OpenSSL...
2021-10-23 tboops, wrong dir.
2021-10-23 beckAdd new OpenSSL api SSL_write_ex, SSL_read_ex and SSL_p...
2021-10-23 bennoannotate a 413 error with "request body too large"...
2021-10-23 tbImport documentation for X509_get_extension_flags,...
2021-10-23 tbImport documentation for X509_SIG_get{0,m} from OpenSSL...
2021-10-23 mestremissed in previous commit
2021-10-23 jsingMop up enc_read_ctx and read_hash.
2021-10-23 visaFix double free after allocation failure in bpf(4).
2021-10-23 claudioBe consistend and add missing spaces around some of...
2021-10-23 claudiops_sigcode, ps_sigcoderet and ps_sigcookie are immutabl...
2021-10-23 tbFix some whitespace issues, some pointed out by jsing...
2021-10-23 tbPrepare s_server for opaque structs in libcrypto
2021-10-23 tbPrepare crl.c for opaque structs in libcrypto.
2021-10-23 kndhclient -> dhcp in comment
2021-10-23 tbPrepare pcks12 for opaque structs in libcrypto
2021-10-23 mpiSprinkle uvm_obj_destroy() over UVM object recycling...
2021-10-23 jsingProvide a way to determine our maximum legacy version.
2021-10-23 martijnMove libagentx to a new freeing strategy, where we...
2021-10-23 jsingAdd a regress test for TLS client/server.
2021-10-23 claudioUnbreak test-http after the last io.c changes
2021-10-23 mpiAssert that the KERNEL_LOCK() is held in vref(9).
2021-10-23 schwarzetweak previous: add missing OpenBSD CVS tag
2021-10-23 jsingRemove unused fields from struct dtls1_retransmit_state.
2021-10-23 jsingFold DTLS1_STATE_INTERNAL into DTLS1_STATE.
2021-10-23 schwarzetweak previous: properly mark up function pointer typedef
2021-10-23 tbPrepare to make many of the structs in x509.h opaque.
2021-10-23 tbChange ssl_verify_cert_chain() for compatibility with...
2021-10-23 tbUse X509_STORE_CTX_get0_chain() instead of grabbing...
2021-10-23 jsingRevise regress test for tls13_buffer rename.
2021-10-23 jsingRename tls13_buffer to tls_buffer.
2021-10-23 kettenisMake sure we have enough space to add padding and final...
2021-10-23 tbStop reaching into structs that will become opaque...
2021-10-23 tbPrepare to provide X509_re_X509*_tbs()
2021-10-23 tbPrepare to provide X509_get_extension_flags()
2021-10-23 beckAdd SSL_CTX_set_keylog_callback and SSL_CTX_get_keylog_...
2021-10-23 tbPrepare to provide X509_SIG_get{0,m}.
2021-10-23 tbNuke the asn1-kludge. This was a workaround for CAs...
2021-10-23 mestreif both stdout and stderr are redirected to a non-tty...
2021-10-23 martijnCorrectly print varbind not found contexts.
2021-10-23 martijnAlways print the community.
2021-10-23 martijnWe define Unsigned32 as [Application 7], which was...
2021-10-23 sashanYIELD() in pf_table.c should preempt for ioctl() caller...
2021-10-23 knMove "-T" and "exec" support out of SMALL
2021-10-23 beckAdd back the fips mode test functions, new stuff requir...
2021-10-23 jsingUntangle ssl3_get_message() return values.
2021-10-23 sthenadd "rcctl ls rogue", to show daemons which are running...
2021-10-23 jsingRevise regress for tlsext_tick_lifetime_hint changing...
2021-10-23 tbAdd a length check before NUL-terminating target. ...
2021-10-23 jsingChange tlsext_tick_lifetime_hint to uint32_t.
next