openbsd
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.
2021-10-23 florianunwind(8) gives the most preferred resolver strategy...
2021-10-22 tbPrepare to provide X509_get_{extended_,}key_usage()
2021-10-22 knDocument existent "descr" alias for "description"
2021-10-22 knMake ":tdelete" work
2021-10-22 mbuhloops.
2021-10-22 mbuhladd missing FreeBSD libm tests, update the others
2021-10-22 tbSwitch from u_int and u_char to u32 and u8 to avoid...
2021-10-22 nicmRemove key and trim text if menu cannot fit in availabl...
2021-10-22 jmcadd some punctuation;
2021-10-22 tbPrepare to provide X509_REQ_pubkey_get0()
2021-10-22 jmcremove some bad punctuation;
2021-10-22 schwarzenew manual page EVP_PKEY_add1_attr(3) documenting nine...
2021-10-22 bluhmMake error handling in IPsec consistent. Pass errors...
2021-10-22 mpiRevert "Preserve select(2) semantics when the other...
2021-10-22 florianoops, missed unused variable in previous
2021-10-22 mpiMake EVFILT_EXCEPT handling separate from the read...
2021-10-22 florianconfig_new_empty() should give us a completely empty...
2021-10-22 millertUpdate to tzdata2021e from iana.org. Major changes:
2021-10-22 kettenisMask LPI interrupts. This fixes an interrupt storm...
2021-10-22 knHonour enabled resolvers to keep unused forwarders...
2021-10-22 schwarzenew manual page X509at_add1_attr(3)
2021-10-22 schwarzefix a gratuitiously different argument name
2021-10-22 bluhmAfter deleting hifn(4) the only provider for the LZS...
2021-10-22 schwarzenew manual page X509at_get_attr(3)
2021-10-22 claudioFirst step of cleanup in the io land. Introduce io_buf_...
2021-10-22 claudioImplement --compare-dest in open compare-dest allows...
2021-10-22 dtuckerPrevent mem leaks in the (unlikely) event that getaddri...
2021-10-22 tbPut back sys/types.h and sys/socket.h. The latter was...
2021-10-22 claudioWhen reading the symlink value during the fts travers...
2021-10-22 tbFix some ghastly whitespace. From Martin Vahlensieck
2021-10-22 tbUse unsigned char instead of u_char in base64.c. This...
2021-10-22 tbGarbage collect an unused variable.
2021-10-22 tbStop setting enc.modified manually. It's no longer...
2021-10-22 dtuckerRemove unnecessary semicolons in case statements. From...
2021-10-22 dtuckerFix typos in comments. From khaleesicodes via github...
2021-10-22 bennoreturn unsupported version for version less than HTTP...
2021-10-22 jsgregen
2021-10-22 jsgadd Intel ADL-S and ADL-P graphics ids Mesa matches
2021-10-22 antonRemove last dangling usage of CRYPTO_F_NOQUEUE.
2021-10-22 antonsync
2021-10-22 antonknf nits
2021-10-22 antonadd pipe select hangup test case; ok mpi@
2021-10-22 antonPreserve pipe select(2) semantics when the other end...
2021-10-22 antonOne could end up with the wrong encoding in xenocara...
2021-10-21 tobheRemove more dead code related to crypto task queues.
2021-10-21 tobheRemove code to run crypto operations in a task queue...
2021-10-21 schwarzeSimplify the description of RETURN VALUES.
2021-10-21 patrickInitialize interrupts to G1NS by configuring IGROUPR...
2021-10-21 mvsRelease solock() before call unp_internalize() and...
2021-10-21 jsgregen
2021-10-21 jsgadd Gemini Lake MEI; from fkr
2021-10-21 bluhmRemove hifn(4), safe(4), and ubsec(4) crypto drivers...
2021-10-21 patrickHave ampintcmsi(4) go through the list of interrupt...
2021-10-21 tbSimplify a return value check for X509_STORE_get_by_sub...
2021-10-21 tbSet enc.modified if the X509_REQ is going to be modified.
2021-10-21 schwarzenew manual page X509_ATTRIBUTE_set1_object(3)
2021-10-21 tbSync parts of X509_STORE_get_by_subject() with OpenSSL
next