- Sort Score
- Result 10 results
- Languages All
Results 351 - 353 of 353 for AUTHENTICATION (1.68 sec)
-
CHANGELOG/CHANGELOG-1.15.md
- fluentd-gcp is unchanged at v3.2.0 as of Kubernetes 1.13. ([#70954](https://github.com/kubernetes/kubernetes/pull/70954)) - OIDC authentication is unchanged at coreos/go-oidc v2 as of Kubernetes 1.10. ([#58544](https://github.com/kubernetes/kubernetes/pull/58544))
Registered: Fri Sep 05 09:05:11 UTC 2025 - Last Modified: Thu May 05 13:44:43 UTC 2022 - 278.9K bytes - Viewed (0) -
CREDITS
SOFTWARE. ================================================================ github.com/AzureAD/microsoft-authentication-extensions-for-go/cache https://github.com/AzureAD/microsoft-authentication-extensions-for-go/cache ---------------------------------------------------------------- MIT License Copyright (c) Microsoft Corporation.
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Thu Mar 13 05:29:51 UTC 2025 - 1.8M bytes - Viewed (0) -
lib/fips140/v1.0.0.zip
overlap of output and additional data") } seal(out, g, nonce, plaintext, data) return ret } var errOpen = errors.New("cipher: message authentication failed") func (g *GCM) Open(dst, nonce, ciphertext, data []byte) ([]byte, error) { if len(nonce) != g.nonceSize { panic("crypto/cipher: incorrect nonce length given to GCM") } // Sanity check to prevent the authentication from always succeeding if an // implementation leaves tagSize uninitialized, for example. if g.tagSize < gcmMinimumTagSize { panic("crypto/cipher:...
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Wed Jan 29 15:10:35 UTC 2025 - 635K bytes - Viewed (0)