openbsd
2024-01-11 stsphandle MHI M1->M2 state transitions in qwx(4)
2024-01-11 deraadtadd XKH
2024-01-11 djmdon't disable RSA test when DSA is disabled; bug introd...
2024-01-11 djmensure key_fd is filled when DSA is disabled; spotted...
2024-01-11 djmmake DSA testing optional, defaulting to on
2024-01-11 djmmake DSA key support compile-time optional, defaulting...
2024-01-10 tbX509_TRUST: tidy up includes
2024-01-10 tbX509_TRUST: group together all trust_*() functions
2024-01-10 tbX509_TRUST: hoist trust_compat() to the other end of...
2024-01-10 tbX509_TRUST: start shuffling some code around
2024-01-10 tbRework X509_STORE_CTX_set_{purpose,trust}()
2024-01-10 bluhmSplit UDP PCB table into IPv4 and IPv6.
2024-01-10 claudioImprove rtr_send_error() so that there is no need to...
2024-01-10 claudioAdd missing newlines in printf.
2024-01-10 tbInline rsa_is_pss() and rsa_pkey_is_pss()
2024-01-10 tbDrop an unnecessary cast
2024-01-10 tbFix print_fp()
2024-01-10 claudioImplement log_roa() and log_aspa() and use these functi...
2024-01-10 claudioUpdate the control.c code to use the new imsg API.
2024-01-10 jmcfix incorrect capitalisation;
2024-01-10 jmatthewIf bringing up a queue fails, only tear down the ones...
2024-01-10 chelohapthread_cond_timedwait(3): accept negative absolute...
2024-01-10 dvvmm/vmd: add io instruction length to exit information.
2024-01-09 djmextend ChannelTimeout regression test to exercise multi...
2024-01-09 djmadd a "global" ChannelTimeout type to ssh(1) and sshd...
2024-01-09 djmadapt ssh_api.c code for kex-strict
2024-01-09 bluhmConvert some struct inpcb parameter to const pointer.
2024-01-09 claudioThe End of Data PDU changed between v0 (RFC6810) and...
2024-01-09 claudiortr_parse_notify() state check is special since we...
2024-01-09 claudioBe more consistent with RTR parse error reporting.
2024-01-09 claudioConvert the parent process imsg handling over to the...
2024-01-09 tbFix copy-paste error that broke openssl-ruby and openss...
2024-01-09 jsgremove unused of_device_get_match_data() prototype
2024-01-09 jsginline -> static inline ; fixes sparc64 build
2024-01-09 jmatthewremove needless comment
2024-01-09 jmatthewIf there are still mbufs on a ring when we're freeing it,
2024-01-09 jsgavoid unused var warning on sparc64
2024-01-09 guentherDelete support for FFS filesystems before the in-inode...
2024-01-08 kettenisImplement RootPathString support in the LoadTable(...
2024-01-08 tbOnly use DIR_VALID in noop mode
2024-01-08 claudioRework rtr_parse_header() and introduce rtr_check_sessi...
2024-01-08 claudioSimplify the IMSG_CTL_KROUTE after the change in bgpd.
2024-01-08 claudioDefine and use struct ctl_kroute_req to encode the...
2024-01-08 tbDisable X509_STORE_CTX_purpose_inherit()
2024-01-08 tbInline X509_{TRUST,PUPROSE}_set() in their only callers
2024-01-08 tbconst correct aesni_{128,256}_cbc_hmac_sha1_cipher
2024-01-08 tbFix regress build since the reacharounds are fragile
2024-01-08 djmRemove outdated note from PROTOCOL.mux
2024-01-08 djmfix missing field in users-groups-by-id@openssh.com...
2024-01-08 yasuokaPass the request packet to response decorations for...
2024-01-08 djmmake kex-strict section more explicit about its intent...
2024-01-08 tbFix logic error (&& -> ||)
2024-01-08 djmremove ext-info-* in the kex.c code, not in callers...
2024-01-08 djmfix typo; spotted by Albert Chin
2024-01-07 bluhmIn ixl(4) attach, initialize mutex before using it.
2024-01-07 miodError out if one syscall ever takes more than 6 arguments.
2024-01-07 tbGarbage collect call to X509_TRUST_cleanup()
2024-01-07 chelohalibc, librthread: _twait: subtraction is not comparison
2024-01-07 tbMinor cleanup in X509_STORE_CTX_purpose_inherit()
2024-01-07 tbpurpose/trust: Improve comments about COUNT/MAX confusion
2024-01-07 tbconst-correct r4_hmac_md5_cipher
2024-01-07 tbConvert the remaining legacy ciphers to C99 initializers
2024-01-07 tbImprove EVP_CIPHER_{get,set}_asn1_iv()
2024-01-07 tbRemove X509_TRUST extensibility
2024-01-07 tbrpki-client: zap a stray space
2024-01-07 tbrpki-client: print revocation time in filemode
2024-01-06 tbZap some more CRL method things
2024-01-06 bluhmPrevent use after free of TLS context at syslogd(8...
2024-01-06 mglockerZap more obsolete debug code.
2024-01-06 tbRemove X509_PURPOSE_cleanup() call in OPENSSL_cleanup()
2024-01-06 tbRemove X509_CRL_METHOD internals
2024-01-06 tbRemove X509_PURPOSE extensibility
2024-01-06 jsgrevert component_add() change
2024-01-06 schwarzeErgaenzung der fehlenden Jahreszahlen;
2024-01-06 mglockerUnify UFS command function arguments a bit.
2024-01-06 dvvmm(4): reorder segment registers to match SDM.
2024-01-06 mglockerMerge read/write UFS commands in to one single function...
2024-01-06 jsgremove stray semicolon
2024-01-06 jsgmove struct file_operations to linux/fs.h
2024-01-06 bluhmDo not count packets though multicast loopback and...
2024-01-06 espieput the real sizes into the "title" attribute so that...
2024-01-06 bluhmTake net lock before kernel lock.
2024-01-06 kettenisAdd more Linux compat code in preparation for the apple...
2024-01-06 semariedevel/cargo: add support for installing several differe...
2024-01-05 tbEVP_PKEY_asn1_find_str() tweaks
2024-01-05 miodRemove more __syscall() leftovers.
2024-01-05 claudioImprove rtr_send_error() logging and demote the FSM...
2024-01-05 antonWait until the expected interface state is reached...
2024-01-05 tbevp_key.c: Remove more unnecessary parentheses
2024-01-05 tbMinor tweaks in EVP_read_pw_string_min()
2024-01-05 tbPlug a leak in EVP_read_pw_string_min()
2024-01-04 mglockerZap some '#if 0' code which was initially required...
2024-01-04 mglockerSet the interrupt aggregation counter down to 1, which...
2024-01-04 kettenisAdjust IPLs to give us more interrupt vectors for IPL_N...
2024-01-04 tbDisable EVP_PKEY_meth_* extensibility
2024-01-04 tbRemove last external call to EVP_PKEY_meth_find()
2024-01-04 espiemake auto-index better
2024-01-04 tbRemove unused app_data from EVP_CIPHER
2024-01-04 tbClean up EVP_PKEY_asn1_get0_info() a bit
2024-01-04 tbClean up EVP_PKEY_asn1_find_str()
next