ComplexSpaces
ComplexSpaces
This PR adds text to the README to hopefully help clarify a lot of common questions that users of `arboard` ask or slight bumps they encounter. Closes \
Today in the Android verifier, [we only check the end-entity](https://github.com/rustls/rustls-platform-verifier/blob/main/android/rustls-platform-verifier/src/main/java/org/rustls/platformverifier/CertificateVerifier.kt#L206-L213)'s validity against the timestamp provided by `rustls`. The revocation status and intermediate CA's validity uses the system's current timestamp. While...
The functionality of `new_with_extra_roots` is primarily useful for Linux/WASM/BSD platforms that don't have a consistent source of trusted CA root/anchors available. However, many private/internal applications often use their own private...
Chromium allows this OID [in their Android verifier](https://source.chromium.org/chromium/chromium/src/+/main:net/android/java/src/org/chromium/net/X509Util.java;l=111;drc=8d6a246c9be4f6b731dc7f6e680b7d5e13a512b5), so we should investigate if its correct for us to add it addition to the existing server auth EKU. They also [check...
This PR is a followup to #32, in order to reduce friction around Cargo Git dependencies. To create this, these changes introduce a new GitHub Action workflow that runs on...
To complete test coverage for the native platforms (WASM testing will need handled on its own), we need to add iOS testing inside of CI. This can be done via...
## Linux distribution and version Ubuntu 20.04 ## Flatpak version 1.6.5 ## Description of the problem Any `KEYCTL` related syscalls return a permission denied error. 1Password would like to create...
This proposal came up at the beginning of the year [on the community Discord](https://discord.com/channels/976380008299917365/1015156984007381033/1192524885151449262): Should we soft-deprecate `rustls-native-certs` in favor of this crate since it provides a superset of functionality?...
Hello, I was updating `objc2-app-kit` in preperation for adding `objc2-ui-kit` to `arboard` for iOS support and ran into a snag. Due to a longstanding `cargo` bug, something in the new...
This PR adds a documented example of how to use the Android component when your Android app uses Kotlin script files instead of Groovy scripts to handle the Gradle build...