openbsd
2021-04-05 mglockerregen
2021-04-05 mglockerAdd a new quirk flag to not attach video devices which...
2021-04-05 dvImprove rdmsr/wrmsr exit handling for both AMD SVM...
2021-04-05 deraadtminor KNF
2021-04-05 dvSupport booting from compressed kernel images.
2021-04-05 landryugold(4): add support for TEMPerGold & more TEMPerHUM...
2021-04-05 landrysync
2021-04-05 landryAdd 0x413d:0x2107 for various PCSensors TEMPer devices
2021-04-05 ericUntil tls_accept_socket() succeeds, the tls context...
2021-04-05 knSet sysclk before using it
2021-04-05 nicmMove client-detached into server_client_lost so it...
2021-04-05 dtuckerFix typo in debug message. ok kettenis@
2021-04-05 dvSend correct response type on unpause errors.
2021-04-05 patrickRevert slow mode change so that we always use it for...
2021-04-05 nicmFix a couple of edge cases with the jump-back-xxx comma...
2021-04-05 tbDon't leak param->name in x509_verify_param_zero()
2021-04-05 knRemove unused variables
2021-04-04 deraadtleave -beta
2021-04-04 tbAdd missing error check for AES_unwrap_key().
2021-04-04 tbFix two copy paste errors in error messages
2021-04-04 tbAdd tests for DTLSv1_2{,_client,_server}_method()
2021-04-04 deraadt431 is an overlay over 204 (Manitoba)
2021-04-04 tbUse correct type for tmp in test_write_bytes()
2021-04-04 tbExplicitly NULL pointers to avoid a double free.
2021-04-04 tbDon't leak key and dh in the error path.
2021-04-04 tbClean up client and server tls{,_config} contexts in...
2021-04-04 knDocument support subset of conversion specification
2021-04-04 jmcremove stray inserts; from matthias schmidt
2021-04-04 jmcfix spacing issue in macro;
2021-04-04 jmcmissing comma; from kawashima james
2021-04-03 tobheAdd size check for sockaddr mask.
2021-04-03 patrickAdd a guard page between I/O virtual address space...
2021-04-03 patrickExclude the first page from I/O virtual address space...
2021-04-03 tbRun the CMAC tests through EVP_PKEY_new_CMAC_key().
2021-04-03 djmtypos in comments; GHPR#180 from Ville Skyttä
2021-04-03 djmsync CASignatureAlgorithms lists with reality. GHPR...
2021-04-03 djmhighly polished whitespace, mostly fixing spaces-for...
2021-04-03 djmwhitespace (tab after space)
2021-04-03 djmfix incorrect plural; from Ville Skyttä via GHPR#181
2021-04-03 djmensure that pkcs11_del_provider() is called before...
2021-04-03 djmunused variable
2021-04-03 djmFix two problems in string->argv conversion: 1) multipl...
2021-04-02 dvRemove superflouus mmcpy()
2021-04-02 claudioIn http_connect() if the connect was actually successfu...
2021-04-02 deraadtinfo gotten via getnameinfo in http_connect() is not...
2021-04-02 ottoTwo cases of BRE involving counts and backrefs that...
2021-04-02 claudioInclude the default cert.pem file path in tls_load_file...
2021-04-02 inoguchiShow DTLS1.2 message with openssl(1) s_server and s_client
2021-04-02 tbDon't leak the uri of a delta with duplicate serial.
2021-04-02 ericswap rname and mname in debug output, and handle the...
2021-04-02 florianconfigyyrename.h is no longer needed with the switch...
2021-04-02 florianImplement ZONEMD (RFC8976), based on DS (ds_43.c)
2021-04-02 ericif cipher list is not specified for a relay action...
2021-04-02 jmcfix sentence structure;
2021-04-02 jmctweak previous;
2021-04-02 tbfix typo + some whitespace
2021-04-02 tbFix Dale's email address
2021-04-02 deraadtsync
2021-04-02 deraadtdon't put ptys onto the ramdisk media
2021-04-02 tbIndent struct members like everywhere else.
2021-04-02 dvDocument ioctl(2)'s for vmm(4). OK kn@.
2021-04-01 jobUpdate manpage about RRDP
2021-04-01 jmcupdate currency exchange rates;
2021-04-01 jmcsort options list;
2021-04-01 deraadtspelling
2021-04-01 tbSort usage: rR -> Rr
2021-04-01 claudioRRDP is currently off by default.
2021-04-01 krwTweak log_debug() verbiage to reduce repetitive info
2021-04-01 claudioInitial commit of RRDP (The RPKI Repository Delta Proto...
2021-04-01 deraadtFor the snprintf range check demo, add a (size_t) cast...
2021-04-01 krwAlso immediately accept the *first* OFFER if it matches...
2021-04-01 knClean up nonexistent/unused properties handling
2021-04-01 dvRemove extraneous call of vm_getbyvmid during pause...
2021-04-01 jobAbate superfluous lines from remote servers
2021-04-01 inoguchiCompare the pointer variable explicitly with NULL in...
2021-04-01 knHardcode meaningful alert level, track apm's battery...
2021-04-01 sthenmerge NSD 4.3.6rc1
2021-04-01 sthenimport NSD 4.3.6rc1, tested by me and florian@
2021-04-01 mvsPush kernel lock down to umb_rtrequest().
2021-04-01 claudioMake build_crls() behave like build_chain(). If there...
2021-04-01 claudioDo a better job at cleaning up. Remove empty directorie...
2021-04-01 claudioAdd encoding.c to the various build targets
2021-04-01 nicmChange search-again with vi keys to work like actual...
2021-04-01 claudioMove base64 and hex encoding functions into their own...
2021-04-01 nicmMissing commas, from Vipul Kumar.
2021-03-31 djmUse new limits@openssh.com protocol extension to let...
2021-03-31 djmcannot effectively test posix-rename extension after...
2021-03-31 djmdo not advertise protocol extensions that have been...
2021-03-31 krwSet 'select_timeout' to 'now' when an OFFER is received...
2021-03-31 krwAdd two missing checks for strdup() returning NULL.
2021-03-31 jmcone of the examples needs an -N (and explanation);
2021-03-31 jmcadd --no-motd to SYNOPSIS;
2021-03-31 jobAdd option to suppress the Message of the Day
2021-03-31 schwarzetweak column widths of a .Bl -column table
2021-03-31 ericturn log_trace() into a macro to prevent evaluating...
2021-03-31 tbUpdate for DTLSv1.2 support.
2021-03-31 ericallow to specify tls protocols and ciphers on relay...
2021-03-31 ericchange the barrier so that fd's are always passed and...
2021-03-31 tbRemove workarounds for SSL_is_dtls()
2021-03-31 tbRemove workaround for missing d2i_DSAPrivateKey_fp...
next