openbsd
2022-05-07 tbKNF nits
2022-05-07 jsingRewrite asn1_d2i_ex_primitive() with CBS.
2022-05-07 jsingRefactor asn1_ex_c2i()
2022-05-07 jsingAvoid strict aliasing violations in BN_nist_mod_*()
2022-05-06 krwRename PRT_uuid_to_[protection|typename] to PRT_uuid_to...
2022-05-06 tbAdd missing ERR_load_{COMP,CT,KDF}_strings()
2022-05-06 claudioRelax the limitation of what is an acceptable unicast IP.
2022-05-06 krwWhen printing the GPT table, display "Microsoft basic...
2022-05-06 visaReplace selwakeup() with KNOTE() in kqueue event activa...
2022-05-06 visaReplace selwakeup() with KNOTE() in pipe and socket...
2022-05-06 tbAlso check EVP_PKEY_CTX_new_id() return in example...
2022-05-06 tbsync
2022-05-06 tbInstall EVP_PKEY_CTX_set_hkdf_md.3
2022-05-06 tbDocument the EVP HKDF API
2022-05-06 deraadtsync
2022-05-05 chelohakstat(1): implement wait with setitimer(2) instead...
2022-05-05 florianFix watchdog in the installer.
2022-05-05 florianCheck that the challenge token which is turned into...
2022-05-05 tbSimplify: freezero() is NULL safe; assign + test in...
2022-05-05 tbAvoid malloc(0) in EVP_PKEY_CTX_set1_hkdf_key()
2022-05-05 tbSecurely wipe the entire HKDF_PKEY_CTX instead of only...
2022-05-05 jsingUse size_t for ASN.1 lengths.
2022-05-05 tbSwitch wycheproof.go to using the EVP HKDF API.
2022-05-05 tbFix HMAC() with NULL key
2022-05-05 bluhmClean up divert_packet(). Function does not return...
2022-05-05 bluhmAdd error handling if setting the keyboard encoding...
2022-05-05 jeremyUpdate documentation for switch of default ruby version...
2022-05-05 dvwe no longer announce rounding here
2022-05-05 tbSwitch the log_warnx() about trailing garbage to log_de...
2022-05-05 claudioUse static objects for struct rttimer_queue instead...
2022-05-05 fcambusregen
2022-05-05 fcambusAdd ID for the AMD Sensor Fusion Hub found on my Ryzen...
2022-05-05 tbFix argument order in HKDF and HKDF_extract().
2022-05-05 dvunbreak vmd(8) regress, update string matches
2022-05-05 bluhmFix line wrapping in wall(1).
2022-05-05 bluhmUsing mutex initializer for static variable does not...
2022-05-05 tbAdd hkdf_pkey_meth to the standard_methods[]
2022-05-05 tbLink kdf/ to the build
2022-05-05 tbProvide EVP_PKEY_HKDF alias for NID_hkdf
2022-05-05 tbProvide KDFerr() and KDFerror() macros
2022-05-05 claudioNo longer consider IN_EXPERIMENTAL aka 240/4 as not...
2022-05-05 tbProvide versions of EVP_PKEY_CTX_{str,hex}2ctrl() for...
2022-05-05 tbDitch #defines for tls1_prf and scrypt. Drop unused...
2022-05-05 tbTranslate from OpenSSL's HKDF API to BoringSSL API.
2022-05-05 tbRemove function codes from errors, i.e., KDFerr(A,...
2022-05-05 tbFix typo in previous.
2022-05-05 tbInline OPENSSL_memdup() using malloc() + memcpy()
2022-05-05 tbTranslate OPENSSL_{cleanse,clear_free,free,zalloc}...
2022-05-05 tbAdjust includes for LibreSSL
2022-05-05 tbUse C99 initializres for hkdf_pkey_meth
2022-05-05 tbRemove OpenSSL versions of HKDF*().
2022-05-05 tbFix includes of the removed kdferr.h
2022-05-05 tbAdd NID for HKDF
2022-05-05 djmsshkey_unshield_private() contains a exact duplicate...
2022-05-05 djmchannel_new no longer frees remote_name. So update...
2022-05-05 djmmux.c: mark argument as const; from Martin Vahlensieck
2022-05-04 dvvmctl(8)/vmd(8): convert disk sizes from MB to bytes
2022-05-04 bluhmIntroduce mutex for ratecheck(9) and ppsratecheck(9...
2022-05-04 tbremove accidentally duplicated line
2022-05-04 tbWhitespace nit (knfmt(1) agrees after inserting an...
2022-05-04 deraadtFound two multiple evaluation macros. One of them so...
2022-05-04 tbKNF according to knfmt(1)
2022-05-04 tbAdd RCS tags
2022-05-04 tbRestore copyright years to 2016-2018 as they were befor...
2022-05-04 tbReinstate the licenses that were replaced with license...
2022-05-04 tbBump copyright years to 2016-2018 as it was before...
2022-05-04 tbReinstate the license that was replaced with a stub...
2022-05-04 tbInline kdferr.h at the end of kdf.h
2022-05-04 tbRename hkdf.c to hkdf_evp.c to avoid a name clash with...
2022-05-04 tbImport HKDF code from OpenSSL 1.1.1o
2022-05-04 claudioMove rttimer callback function from the rttimer itself...
2022-05-04 bluhmIn ipsp_spd_lookup() rename the parameter tdbp to tdbin...
2022-05-04 tbrpki-client: bypass timeout in file mode.
2022-05-04 mpiMerge swap-backed and object-backed inactive page lists.
2022-05-04 bluhmVariable pri is uninitialized, use msg.m_pri instead...
2022-05-04 tbTweak wording of a comment to reflect current reality...
2022-05-04 jsingRewrite asn1_collect() and asn1_find_end() with CBS.
2022-05-04 jsingAvoid special handling of definite length before callin...
2022-05-04 jsingChange asn1_check_tag_cbs() out_len from long to size_t.
2022-05-04 claudioRemove extra empty line
2022-05-04 jsgregen
2022-05-04 jsgupdate Intel ADL-S graphics ids, add ADL-N RPL-S RPL-P
2022-05-04 markusmake sure stdout is non-blocking; ok djm@
2022-05-04 florianAs found by n18fuhtm AT tutanota.com there are dhcp...
2022-05-04 jsgdrm/i915/adl-n: Enable ADL-N platform
2022-05-04 jsgdrm/i915/rpl-s: Add PCI IDS for Raptor Lake S
2022-05-04 jsgdrm/i915/dg1: Add new PCI id
2022-05-04 jsgdrm/i915/adl_s: Update ADL-S PCI IDs
2022-05-04 dvMissed removing some memory scaling in vmm, vmctl.
2022-05-03 dvvmm/vmd/vmctl: standardize memory units to bytes
2022-05-03 bluhmRate limit uvn_flush error during pageout messages...
2022-05-03 sashanMake pf(4) more paranoid about IGMP/MLP messages. MLD...
2022-05-03 ratchovsioctl_onval(3) returns int not void
2022-05-03 krwRework display of partition types, removing unnecessary...
2022-05-03 bluhmActivate parallel IP forwarding. Start 4 softnet tasks...
2022-05-03 claudioRetire CRYPTO_F_MPSAFE it is no longer of any use....
2022-05-03 florianAdd FIDO AUTHENTICATOR section and explain a bit how...
2022-05-02 antonDisable DMA as part of the hardware reset, preventing...
2022-05-02 antonUse the given queue id argument which happen to already...
2022-05-02 jmcremove an obsolete rsa1 format example from an example;
next