openbsd
2024-01-13 tbThe OBJ_NAME API joins the party in evp_names.c
2024-01-13 tbMove EVP_add_{cipher,digest}() to the trashcan
2024-01-13 tbOpen a garbage bin at the bottom of evp_names.c
2024-01-13 tbRemove obj_cleanup_defer
2024-01-13 tbGarbage collect check_defer()
2024-01-13 tbNeuter EVP_add_{cipher,digest}()
2024-01-13 tbRemove most of EVP_add_{cipher,digest}() internals
2024-01-13 tbRemove OBJ_NAME_cleanup() calls from EVP_cleanup()
2024-01-13 tbRemove the guts of the OBJ_NAME API
2024-01-13 tbStub out {OpenSSL,OPENSSL}_add*
2024-01-13 tbReimplement EVP_get_{cipher,digest}byname()
2024-01-13 tbReimplement {EVP_CIPHER,EVP_MD,OBJ_NAME}_do_all{,_sorte...
2024-01-13 tbAdd a table of digest names, digests and aliases
2024-01-13 tbAdd a table of cipher names, ciphers and aliases
2024-01-13 kettenisProvide a more complete implementation of the "componen...
2024-01-12 mlarkinClarify some behaviour for 'vmctl start' and 'vmctl...
2024-01-12 jsgadd license; ok kettenis@
2024-01-12 tbRemove X509_STORE_CTX_purpose_inherit(3) documentation
2024-01-12 tbappstest: Zap a trailing tab added in previous
2024-01-12 jobAdd -force_pubkey -multivalue-rdn -set_issuer -set_subj...
2024-01-12 claudioConvert the simple IMSG calls in session.c to the new...
2024-01-12 bluhmSend UDP packets in parallel.
2024-01-12 ratchovnfssvc: When the client disconnects, close the socket...
2024-01-11 miodSince no system call takes more than 6 arguments, and...
2024-01-11 janifconfig.8: reorder hwfeature list
2024-01-11 janfix build with VMM_DEBUG option
2024-01-11 tbRemove the evp_pkey_method() test
2024-01-11 claudiorename field ibuf to imsgbuf in struct ctl_conn
2024-01-11 claudioClear the last errors after receiving a RTR_EVNT_END_OF...
2024-01-11 claudioMove the 'Last received shutdown reason:' output a...
2024-01-11 bluhmUse domain name for socket lock.
2024-01-11 claudioClear the last_sent_errcode, last_rcvd_errcode and...
2024-01-11 bluhmFix white spaces in TCP.
2024-01-11 claudioDisplay the exported rtr session state and fix a missin...
2024-01-11 claudioExport the rtr session state as string.
2024-01-11 jcaAdd basic support for R_386_GOT32X
2024-01-11 jobMake the -P option work for Trust Anchor certificates...
2024-01-11 claudioTry to improve RTR version negotiation.
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
next