- Sort Score
- Result 10 results
- Languages All
Results 61 - 62 of 62 for Delims (2.91 sec)
-
CHANGELOG/CHANGELOG-1.12.md
* kubernetes-worker juju charm: Added support for setting the --enable-ssl-chain-completion option on the ingress proxy. "action required": if your installation relies on supplying incomplete certificate chains and using OCSP to fill them in, you must set "ingress-ssl-chain-completion" to "true" in your juju configuration. ([#63845](https://github.com/kubernetes/kubernetes/pull/63845), [@paulgear](https://github.com/paulgear))...
Registered: Fri Sep 05 09:05:11 UTC 2025 - Last Modified: Thu Feb 06 06:04:15 UTC 2020 - 293.8K bytes - Viewed (0) -
lib/fips140/v1.0.0.zip
wasm.go // Copyright 2024 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. //go:build !purego package bigmod import "unsafe" // The generic implementation relies on 64x64->128 bit multiplication and // 64-bit add-with-carry, which are compiler intrinsics on many architectures. // Wasm doesn't support those. Here we implement it with 32x32->64 bit // operations, which is more efficient on Wasm. func idx(x *uint,...
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Wed Jan 29 15:10:35 UTC 2025 - 635K bytes - Viewed (0)