openbsd
2023-06-21 jsingAdd BN_cmp()/BN_ucmp() tests with zero padded inputs.
2023-06-21 jsingAdd a BN_num_bits() with zero padded input.
2023-06-21 nicmCheck fdopen return value, from Christian Menges.
2023-06-21 djmbetter validate CASignatureAlgorithms in ssh_config...
2023-06-21 djmmake `ssh -Q CASignatureAlgorithms` only list signature...
2023-06-21 djmhandle rlimits > INT_MAX (rlim_t is u64); ok dtucker
2023-06-21 jsgcall rk3328 not rk3288 functions in rk3328_pinctrl()
2023-06-20 djmprepare for support for connecting to unix domain socke...
2023-06-20 chelohaschedcpu, uvm_meter(9): make uvm_meter() an independent...
2023-06-20 claudioUpdate ospfd to use new ibuf api.
2023-06-20 claudioUse new ibuf API in rpki-client.
2023-06-20 espietweak fragment handling error messages a bit
2023-06-20 tbConsolidate elliptic curve cofactor handling
2023-06-20 tbImprove certificate version checks in x509v3_cache_exte...
2023-06-20 tbRename all occurrences of e in this file to engine
2023-06-20 tbRename int_ctx_new() into evp_pkey_ctx_new()
2023-06-20 tbClean up and fix int_ctx_new()
2023-06-20 tbClean up EVP_PKEY_CTX_meth_dup()
2023-06-20 jobUpdate regress to align with recent changes in rpki...
2023-06-20 jobEnsure CRLs carry the correct version
2023-06-20 jobAdd compliance checks for the version, KU, and EKU...
2023-06-20 jobEnsure the X.509 version is V3
2023-06-20 krwTake more care to ensure name_to_string() always return...
2023-06-20 jobBe explicit when SIA is without rsync accessLocation
2023-06-20 knSync with reality after the API was revamped years...
2023-06-20 claudioReplace a ibuf_reserve() dance to add a NUL byte with...
2023-06-20 kettenisFix definition of EMMC_DLL_TXCLK register offset.
2023-06-20 jsgresponsibilty -> responsibility
2023-06-20 tbFix copy-paste error
2023-06-20 jsingAdd regress coverage for BN_num_bits()
2023-06-20 jmc- filedescriptor -> file descriptor, as per the rest...
2023-06-20 jobFix diagnostic values emitted in warnx
2023-06-20 jsgdrm/amd/display: Reduce sdp bw after urgent to 90%
2023-06-20 jsgdrm/amd/pm: Fix power context allocation in SMU13
2023-06-20 jsgdrm/amdgpu: change reserved vram info print
2023-06-20 jsgdrm/amdgpu: fix xclk freq on CHIP_STONEY
2023-06-20 jsgdrm/amd/pm: conditionally disable pcie lane switching...
2023-06-20 jsgdrm/i915/gt: Use the correct error value when kernel_co...
2023-06-20 jsgdrm/amdgpu: fix Null pointer dereference error in amdgp...
2023-06-20 jsgdrm/i915/selftests: Add some missing error propagation
2023-06-20 jsgdrm/i915/selftests: Stop using kthread_stop()
2023-06-20 jsgdrm/i915: Use 18 fast wake AUX sync len
2023-06-20 jsgdrm/i915: Explain the magic numbers for AUX SYNC/precha...
2023-06-20 djmreset comment=NULL for each key in do_fingerprint(...
2023-06-19 krw"%-Ns\n" is more appropriately "%s\n" to avoid adding...
2023-06-19 krw"%-Ns\n" is more appropriately "%s\n" to avoid adding...
2023-06-19 tbMake enginetest work with disabled engine support
2023-06-19 tbFix GOST test with disabled engine
2023-06-19 tbProperly guard ENGINE usage with !OPENSSL_NO_ENGINE
2023-06-19 claudioDrop test for msgbuf_drain() since that function is...
2023-06-19 claudiosync
2023-06-19 claudioImprove the ibuf API by adding these functions:
2023-06-19 krwReplace eclectic mix of errx(4, "out of memory"), err...
2023-06-19 kettenisFix RK3588 support. Makes dwmmc(4) actually work.
2023-06-19 deraadtThe group "operator" gatekeeps a few superuser abilitie...
2023-06-19 kettenisAdd another reset for the PCIe controller on the RK3588.
2023-06-19 tbDedoxigenize ecdsa.h
2023-06-19 jsgdrm/amd/display: Have Payload Properly Created After...
2023-06-19 jsgdrm/amd/pm: reverse mclk and fclk clocks levels for...
2023-06-19 jsgdrm/amd/pm: reverse mclk and fclk clocks levels for...
2023-06-19 jsgdrm/amd/pm: reverse mclk clocks levels for SMU v13.0.5
2023-06-19 jsgdrm/amd/pm: resolve reboot exception for si oland
2023-06-19 jsgdrm/amd/pm: reverse mclk and fclk clocks levels for...
2023-06-19 jsgdrm/amd/pm: reverse mclk and fclk clocks levels for...
2023-06-19 jsgdrm/amdgpu: enable tmz by default for GC 11.0.1
2023-06-19 jsgdrm/amdgpu: skip disabling fence driver src_irqs when...
2023-06-19 jsgdrm/amdgpu: set gfx9 onwards APU atomics support to...
2023-06-19 jsgdrm/amdgpu: Use the default reset when loading or reloa...
2023-06-19 jsgdrm/amdgpu: release gpu full access after "amdgpu_devic...
2023-06-18 chelohaclockintr_cpu_init: initialize starting offsets with...
2023-06-18 chelohaclockintr: add clockintr_stagger()
2023-06-18 krwAdd and use CHUNKSZ() to replace 'chunk->stop - chunk...
2023-06-18 tbTurns out EC_KEY_METHOD_new() has dup built in...
2023-06-18 opremove ca_verify_cb(). was initially used for debuggin...
2023-06-18 krwUse UINT64_MAX instead of -1 to set a uint64_t value to
2023-06-18 tbtls_signer: reinstate the default EC_KEY methods
2023-06-18 opsync imsg_to_str() with the list of imsg types in smtpd.h
2023-06-18 tbSwitch tls_ecdsa_do_sign() to EC_KEY_get_ex_data()
2023-06-18 kettenisRemove spurious comment.
2023-06-18 deraadtaccept 'a' as shortcut for 'autoconf'; ok op afresh1 kn
2023-06-18 aoyamaAdd fchmod() entry in luna88k bootloader.
2023-06-18 aoyamaFix SCSI CMD_WRITE_EXT command length to 10 bytes.
2023-06-18 oprelax absolute path requirement for configtest (-n)
2023-06-18 opsmtpd: switch ECDSA_METHOD usage to EC_KEY_METHOD
2023-06-18 oplibtls: switch ECDSA_METHOD usage to EC_KEY_METHOD
2023-06-17 tobheFix leak of key.id_buf in pubkey auth case.
2023-06-17 kettenisFlush the ITS after we disestablish an MSI. Fixes...
2023-06-17 espiedocument new buttons (STATS_BACKLOG and STATS_USED)
2023-06-17 jsingOptimise bn_mul2_mulw_addtw() for aarch64.
2023-06-17 jmc"d" is the key character for DVI files, not "r";
2023-06-17 jsingSpeed up Montgomery multiplication.
2023-06-17 opbump version to 7.3.0
2023-06-17 kettenisOn arm64, the frame pointer points at the stack address...
2023-06-17 claudioFix 'ext-community * *' matching and with this set...
2023-06-17 claudioAdd community tests for various ext-community * versions.
2023-06-17 jobWarn when CMS signing-time attribute is missing
2023-06-16 bluhmIf TSO is enabled, fix the IPv6 forward counters and...
2023-06-16 tbConvert two K&R function definitions to ANSI
2023-06-16 tbFix CRYPTO_get_ex_new_index() to return 1 or higher
2023-06-16 espielocator object owns a state object, no need to pass...
next