2023-06-21 |
jsing | Make BN_num_bits() independent of bn->top. |
commit | commitdiff | tree | snapshot |
2023-06-21 |
jsing | Add tests for BN_sqr() corner cases. |
commit | commitdiff | tree | snapshot |
2023-06-21 |
jsing | Add BN_cmp()/BN_ucmp() tests with zero padded inputs. |
commit | commitdiff | tree | snapshot |
2023-06-21 |
jsing | Add a BN_num_bits() with zero padded input. |
commit | commitdiff | tree | snapshot |
2023-06-21 |
nicm | Check fdopen return value, from Christian Menges. |
commit | commitdiff | tree | snapshot |
2023-06-21 |
djm | better validate CASignatureAlgorithms in ssh_config... |
commit | commitdiff | tree | snapshot |
2023-06-21 |
djm | make `ssh -Q CASignatureAlgorithms` only list signature... |
commit | commitdiff | tree | snapshot |
2023-06-21 |
djm | handle rlimits > INT_MAX (rlim_t is u64); ok dtucker |
commit | commitdiff | tree | snapshot |
2023-06-21 |
jsg | call rk3328 not rk3288 functions in rk3328_pinctrl() |
commit | commitdiff | tree | snapshot |
2023-06-20 |
djm | prepare for support for connecting to unix domain socke... |
commit | commitdiff | tree | snapshot |
2023-06-20 |
cheloha | schedcpu, uvm_meter(9): make uvm_meter() an independent... |
commit | commitdiff | tree | snapshot |
2023-06-20 |
claudio | Update ospfd to use new ibuf api. |
commit | commitdiff | tree | snapshot |
2023-06-20 |
claudio | Use new ibuf API in rpki-client. |
commit | commitdiff | tree | snapshot |
2023-06-20 |
espie | tweak fragment handling error messages a bit |
commit | commitdiff | tree | snapshot |
2023-06-20 |
tb | Consolidate elliptic curve cofactor handling |
commit | commitdiff | tree | snapshot |
2023-06-20 |
tb | Improve certificate version checks in x509v3_cache_exte... |
commit | commitdiff | tree | snapshot |
2023-06-20 |
tb | Rename all occurrences of e in this file to engine |
commit | commitdiff | tree | snapshot |
2023-06-20 |
tb | Rename int_ctx_new() into evp_pkey_ctx_new() |
commit | commitdiff | tree | snapshot |
2023-06-20 |
tb | Clean up and fix int_ctx_new() |
commit | commitdiff | tree | snapshot |
2023-06-20 |
tb | Clean up EVP_PKEY_CTX_meth_dup() |
commit | commitdiff | tree | snapshot |
2023-06-20 |
job | Update regress to align with recent changes in rpki... |
commit | commitdiff | tree | snapshot |
2023-06-20 |
job | Ensure CRLs carry the correct version |
commit | commitdiff | tree | snapshot |
2023-06-20 |
job | Add compliance checks for the version, KU, and EKU... |
commit | commitdiff | tree | snapshot |
2023-06-20 |
job | Ensure the X.509 version is V3 |
commit | commitdiff | tree | snapshot |
2023-06-20 |
krw | Take more care to ensure name_to_string() always return... |
commit | commitdiff | tree | snapshot |
2023-06-20 |
job | Be explicit when SIA is without rsync accessLocation |
commit | commitdiff | tree | snapshot |
2023-06-20 |
kn | Sync with reality after the API was revamped years... |
commit | commitdiff | tree | snapshot |
2023-06-20 |
claudio | Replace a ibuf_reserve() dance to add a NUL byte with... |
commit | commitdiff | tree | snapshot |
2023-06-20 |
kettenis | Fix definition of EMMC_DLL_TXCLK register offset. |
commit | commitdiff | tree | snapshot |
2023-06-20 |
jsg | responsibilty -> responsibility |
commit | commitdiff | tree | snapshot |
2023-06-20 |
tb | Fix copy-paste error |
commit | commitdiff | tree | snapshot |
2023-06-20 |
jsing | Add regress coverage for BN_num_bits() |
commit | commitdiff | tree | snapshot |
2023-06-20 |
jmc | - filedescriptor -> file descriptor, as per the rest... |
commit | commitdiff | tree | snapshot |
2023-06-20 |
job | Fix diagnostic values emitted in warnx |
commit | commitdiff | tree | snapshot |
2023-06-20 |
jsg | drm/amd/display: Reduce sdp bw after urgent to 90% |
commit | commitdiff | tree | snapshot |
2023-06-20 |
jsg | drm/amd/pm: Fix power context allocation in SMU13 |
commit | commitdiff | tree | snapshot |
2023-06-20 |
jsg | drm/amdgpu: change reserved vram info print |
commit | commitdiff | tree | snapshot |
2023-06-20 |
jsg | drm/amdgpu: fix xclk freq on CHIP_STONEY |
commit | commitdiff | tree | snapshot |
2023-06-20 |
jsg | drm/amd/pm: conditionally disable pcie lane switching... |
commit | commitdiff | tree | snapshot |
2023-06-20 |
jsg | drm/i915/gt: Use the correct error value when kernel_co... |
commit | commitdiff | tree | snapshot |
2023-06-20 |
jsg | drm/amdgpu: fix Null pointer dereference error in amdgp... |
commit | commitdiff | tree | snapshot |
2023-06-20 |
jsg | drm/i915/selftests: Add some missing error propagation |
commit | commitdiff | tree | snapshot |
2023-06-20 |
jsg | drm/i915/selftests: Stop using kthread_stop() |
commit | commitdiff | tree | snapshot |
2023-06-20 |
jsg | drm/i915: Use 18 fast wake AUX sync len |
commit | commitdiff | tree | snapshot |
2023-06-20 |
jsg | drm/i915: Explain the magic numbers for AUX SYNC/precha... |
commit | commitdiff | tree | snapshot |
2023-06-20 |
djm | reset comment=NULL for each key in do_fingerprint(... |
commit | commitdiff | tree | snapshot |
2023-06-19 |
krw | "%-Ns\n" is more appropriately "%s\n" to avoid adding... |
commit | commitdiff | tree | snapshot |
2023-06-19 |
krw | "%-Ns\n" is more appropriately "%s\n" to avoid adding... |
commit | commitdiff | tree | snapshot |
2023-06-19 |
tb | Make enginetest work with disabled engine support |
commit | commitdiff | tree | snapshot |
2023-06-19 |
tb | Fix GOST test with disabled engine |
commit | commitdiff | tree | snapshot |
2023-06-19 |
tb | Properly guard ENGINE usage with !OPENSSL_NO_ENGINE |
commit | commitdiff | tree | snapshot |
2023-06-19 |
claudio | Drop test for msgbuf_drain() since that function is... |
commit | commitdiff | tree | snapshot |
2023-06-19 |
claudio | sync |
commit | commitdiff | tree | snapshot |
2023-06-19 |
claudio | Improve the ibuf API by adding these functions: |
commit | commitdiff | tree | snapshot |
2023-06-19 |
krw | Replace eclectic mix of errx(4, "out of memory"), err... |
commit | commitdiff | tree | snapshot |
2023-06-19 |
kettenis | Fix RK3588 support. Makes dwmmc(4) actually work. |
commit | commitdiff | tree | snapshot |
2023-06-19 |
deraadt | The group "operator" gatekeeps a few superuser abilitie... |
commit | commitdiff | tree | snapshot |
2023-06-19 |
kettenis | Add another reset for the PCIe controller on the RK3588. |
commit | commitdiff | tree | snapshot |
2023-06-19 |
tb | Dedoxigenize ecdsa.h |
commit | commitdiff | tree | snapshot |
2023-06-19 |
jsg | drm/amd/display: Have Payload Properly Created After... |
commit | commitdiff | tree | snapshot |
2023-06-19 |
jsg | drm/amd/pm: reverse mclk and fclk clocks levels for... |
commit | commitdiff | tree | snapshot |
2023-06-19 |
jsg | drm/amd/pm: reverse mclk and fclk clocks levels for... |
commit | commitdiff | tree | snapshot |
2023-06-19 |
jsg | drm/amd/pm: reverse mclk clocks levels for SMU v13.0.5 |
commit | commitdiff | tree | snapshot |
2023-06-19 |
jsg | drm/amd/pm: resolve reboot exception for si oland |
commit | commitdiff | tree | snapshot |
2023-06-19 |
jsg | drm/amd/pm: reverse mclk and fclk clocks levels for... |
commit | commitdiff | tree | snapshot |
2023-06-19 |
jsg | drm/amd/pm: reverse mclk and fclk clocks levels for... |
commit | commitdiff | tree | snapshot |
2023-06-19 |
jsg | drm/amdgpu: enable tmz by default for GC 11.0.1 |
commit | commitdiff | tree | snapshot |
2023-06-19 |
jsg | drm/amdgpu: skip disabling fence driver src_irqs when... |
commit | commitdiff | tree | snapshot |
2023-06-19 |
jsg | drm/amdgpu: set gfx9 onwards APU atomics support to... |
commit | commitdiff | tree | snapshot |
2023-06-19 |
jsg | drm/amdgpu: Use the default reset when loading or reloa... |
commit | commitdiff | tree | snapshot |
2023-06-19 |
jsg | drm/amdgpu: release gpu full access after "amdgpu_devic... |
commit | commitdiff | tree | snapshot |
2023-06-18 |
cheloha | clockintr_cpu_init: initialize starting offsets with... |
commit | commitdiff | tree | snapshot |
2023-06-18 |
cheloha | clockintr: add clockintr_stagger() |
commit | commitdiff | tree | snapshot |
2023-06-18 |
krw | Add and use CHUNKSZ() to replace 'chunk->stop - chunk... |
commit | commitdiff | tree | snapshot |
2023-06-18 |
tb | Turns out EC_KEY_METHOD_new() has dup built in... |
commit | commitdiff | tree | snapshot |
2023-06-18 |
op | remove ca_verify_cb(). was initially used for debuggin... |
commit | commitdiff | tree | snapshot |
2023-06-18 |
krw | Use UINT64_MAX instead of -1 to set a uint64_t value to |
commit | commitdiff | tree | snapshot |
2023-06-18 |
tb | tls_signer: reinstate the default EC_KEY methods |
commit | commitdiff | tree | snapshot |
2023-06-18 |
op | sync imsg_to_str() with the list of imsg types in smtpd.h |
commit | commitdiff | tree | snapshot |
2023-06-18 |
tb | Switch tls_ecdsa_do_sign() to EC_KEY_get_ex_data() |
commit | commitdiff | tree | snapshot |
2023-06-18 |
kettenis | Remove spurious comment. |
commit | commitdiff | tree | snapshot |
2023-06-18 |
deraadt | accept 'a' as shortcut for 'autoconf'; ok op afresh1 kn |
commit | commitdiff | tree | snapshot |
2023-06-18 |
aoyama | Add fchmod() entry in luna88k bootloader. |
commit | commitdiff | tree | snapshot |
2023-06-18 |
aoyama | Fix SCSI CMD_WRITE_EXT command length to 10 bytes. |
commit | commitdiff | tree | snapshot |
2023-06-18 |
op | relax absolute path requirement for configtest (-n) |
commit | commitdiff | tree | snapshot |
2023-06-18 |
op | smtpd: switch ECDSA_METHOD usage to EC_KEY_METHOD |
commit | commitdiff | tree | snapshot |
2023-06-18 |
op | libtls: switch ECDSA_METHOD usage to EC_KEY_METHOD |
commit | commitdiff | tree | snapshot |
2023-06-17 |
tobhe | Fix leak of key.id_buf in pubkey auth case. |
commit | commitdiff | tree | snapshot |
2023-06-17 |
kettenis | Flush the ITS after we disestablish an MSI. Fixes... |
commit | commitdiff | tree | snapshot |
2023-06-17 |
espie | document new buttons (STATS_BACKLOG and STATS_USED) |
commit | commitdiff | tree | snapshot |
2023-06-17 |
jsing | Optimise bn_mul2_mulw_addtw() for aarch64. |
commit | commitdiff | tree | snapshot |
2023-06-17 |
jmc | "d" is the key character for DVI files, not "r"; |
commit | commitdiff | tree | snapshot |
2023-06-17 |
jsing | Speed up Montgomery multiplication. |
commit | commitdiff | tree | snapshot |
2023-06-17 |
op | bump version to 7.3.0 |
commit | commitdiff | tree | snapshot |
2023-06-17 |
kettenis | On arm64, the frame pointer points at the stack address... |
commit | commitdiff | tree | snapshot |
2023-06-17 |
claudio | Fix 'ext-community * *' matching and with this set... |
commit | commitdiff | tree | snapshot |
2023-06-17 |
claudio | Add community tests for various ext-community * versions. |
commit | commitdiff | tree | snapshot |
2023-06-17 |
job | Warn when CMS signing-time attribute is missing |
commit | commitdiff | tree | snapshot |
2023-06-16 |
bluhm | If TSO is enabled, fix the IPv6 forward counters and... |
commit | commitdiff | tree | snapshot |
2023-06-16 |
tb | Convert two K&R function definitions to ANSI |
commit | commitdiff | tree | snapshot |
next |