openbsd
2023-11-09 tbForgot to fix the RFC number in the new comment
2023-11-09 tbConvert PKCS7_SIGNER_INFO_set() to X509_ALGOR_set0_by_nid()
2023-11-09 knTighten pledge in List and Append mode:
2023-11-09 dlgavoid restartable syscalls with siginterrupt() against...
2023-11-09 kn-C/resume without "proc exec"
2023-11-09 knAdd [-P progam] to filter dumps by basename
2023-11-09 knFinish clean up of old 6.7 softraid migration code
2023-11-09 dlgget rid of the ioctl whitelist that bio will tunnel...
2023-11-09 knsort .xr after previous; from jmc
2023-11-09 knlink to showmount(8); OK deraadt
2023-11-09 dvvmctl(8): avoid abort when given an invalid "kernel...
2023-11-09 tbConvert ecx_item_sign() to X509_ALGOR_set0_by_nid()
2023-11-09 tbConvert asn1_item_sign() to X509_ALGOR_set0_by_nid()
2023-11-09 jaspermissing full stop
2023-11-09 mvsRemove delayed timeout(9) initialization. timeout_set...
2023-11-09 tbFix X509_ALGOR_set0() usage in rsa_alg_set_oaep_padding()
2023-11-09 tbUse X509_ALGOR_set0_by_nid() in rsa_mgf1md_to_maskGenAl...
2023-11-09 jsgdrm/amdgpu: Reserve fences for VM update
2023-11-09 jsggpu/drm: Eliminate DRM_SCHED_PRIORITY_UNSET
2023-11-09 jsgdrm/amdgpu: Unset context priority is now invalid
2023-11-09 jsgdrm/ttm: Reorder sys manager cleanup step
2023-11-08 martijnDon't do the time window check if we're noAuthNoPriv...
2023-11-08 martijnLet usm_make_report() utilize appl_report(). usm_make_r...
2023-11-08 martijnLet appl_report() collect its own metrics. This simplif...
2023-11-08 martijnDon't rely on aru_pdu to rebuild the original varbindli...
2023-11-08 martijnDon't use aru_pdu for determining the requesttype....
2023-11-08 martijnOn second thought let's not overwrite sm_pdutype with...
2023-11-08 martijnexport SNMP-TARGET-MIB::{snmpUnavailableContexts,snmpUn...
2023-11-08 martijnHook up snmpTargetMIB to MIB_TREE.
2023-11-08 tbMore minor cleanup in rsa_alg_set_oaep_padding()
2023-11-08 millertAvoid a NULL dereference when handling a malformed...
2023-11-08 tbPrepare further fixes of X509_ALGOR_set0() misuse
2023-11-08 mglockerIncrease NKMEMPAGES_MAX_DEFAULT to same value as on...
2023-11-08 tbzap a stray space
2023-11-08 tbRename os into astr in rsa_alg_set_oaep_padding()
2023-11-08 tbRename pkctx to pkey_ctx in rsa_alg_set_oaep_padding...
2023-11-08 tbSome simple cosmetics in rsa_alg_set_oaep_padding()
2023-11-08 tbSplit OAEP padding handling into a helper function
2023-11-08 chelohalibc, librthread: _twait: fully validate absolute timeout
2023-11-08 krwAllow Xen to use backing store devices with 4K-byte...
2023-11-08 deraadtremove accidental double space
2023-11-08 casparpkg_add: sort flags in usage message
2023-11-08 opRFC 7505 ("Null MX") handling
2023-11-07 tbMove CMS_RecipientInfo_ktri_get0_algs() down a few...
2023-11-07 tbMove CMS_RecipientInfo_get0_pkey_ctx() to first use...
2023-11-07 tbFix an error message left out in the mustDecodeHexStrin...
2023-11-07 tbPull up the handling of the two webcrypto special snowf...
2023-11-07 tbDrop a useless line and bump copyright years
2023-11-07 tbUnwrap a few lines
2023-11-07 tbWrap hex.DecodeString() into mustDecodeHexString()
2023-11-07 tbUse maps to retrieve various AES variants
2023-11-07 tbConvert hashEvpMdFromString() to a map
2023-11-07 tbAdd stringer interfaces to the test groups
2023-11-07 tbInline rsa_ctx_to_pss_string()
2023-11-07 tbRename pkctx to pkey_ctx in rsa_{cms,item}_sign()
2023-11-07 tbTrivial cleanup in rsa_cms_sign()
2023-11-07 tbRework RSA_PKCS1_PSS_PADDING handling in rsa_item_sign()
2023-11-07 tbAdd a helper to set RSASSA-PSS padding parameters
2023-11-07 tbAdd a helper to set RSA PKCS #1 v1.5 padding OID
2023-11-07 claudioiface->auth_key is not a real C string so use strnlen...
2023-11-07 claudioRename struct imsgbuf *ibuf to *imsgbuf in all places.
2023-11-07 claudioAlter imsg_move() to clear the full imsg buffer instead...
2023-11-07 espiecomment out test that no longer makes sense, as noticed...
2023-11-06 jcasync
2023-11-06 jcaProvide machine/apmvar.h on riscv64 too
2023-11-06 tbPull everything except the actual run call out of the...
2023-11-06 tbIntroduce testGroupFromAlgorithm()
2023-11-06 tbAdd a wycheproofTestGroupRunner interface
2023-11-06 tbAdd aliases for AES AEAD constructions and ChaCha
2023-11-06 tbFix a for loop bug introduced in the concurrency refactor
2023-11-06 tbUncomment json webcrypto line. Packages will have caugh...
2023-11-06 espieeliminate discrepancies between termcap-generated info...
2023-11-06 martijnHook up agentx-{Add,Remove}AgentCaps-PDU to appl_{add...
2023-11-06 martijnReadd the sysORTable based on the new struct appl_agentcap.
2023-11-06 martijnAllow agent capabilities to be stored on a per appl_con...
2023-11-06 martijnAllow appl_internal_object's getnext to be called.
2023-11-06 martijnMark a couple of tests as broken, now that the sysORTab...
2023-11-06 stspavoid using MCS9 in iwm(4) Tx rate selection if 40...
2023-11-06 espieactually, I still need to exit() if infocmp can't be run
2023-11-06 espiesystem + exit -> exec
2023-11-06 espiesince we're always running info_cmp in the end, remove...
2023-11-06 espiesimplify logic for $entry in the main termcap loop
2023-11-06 espiealways try to run info_cmp at the end if we haven't...
2023-11-06 espiesimplify $ENV{TERMCAP} handling: don't bother setting...
2023-11-06 espieinstead of a max number of iterations, record terms...
2023-11-06 espieuse modern file open instead of GLOBS
2023-11-06 espieget rid of useless eval
2023-11-06 espieremove upstream files we don't need
2023-11-06 espiereapply max=64 for now
2023-11-06 espieupdate to Term::Cap 1.18, so that we can patch it further
2023-11-05 miodProvide simpler cpu_number, CPU_INFO_UNIT and CPU_IS_XX...
2023-11-05 miodAdd cdXX.iso to MDEXT, for it to be included in SHA256...
2023-11-05 espiecurrent code no longer uses Lst_Replace not Lst_Requeue
2023-11-05 opfix bad path allocation in makeinfo
2023-11-04 claudioUse proper length in session_newmsg() for the RFC9072...
2023-11-04 ottoKNF plus fixed a few signed vs unsigned compares (that...
2023-11-04 martijnWith the move of SNMPv2-SMI::snmpV2 into application_in...
2023-11-04 martijnMove SNMPv2-MIB::system from mib.c into the new applica...
2023-11-04 martijnMove SNMPv2-SMI::snmpV2 from mib.c into the new applica...
2023-11-04 martijnMove SNMPv2-MIB::snmp from mib.c into the new applicati...
next