-
It is a bit of an ironic omission that SuSE OS's are not covered in the context of this IaC. I have FIPS enabled SuSE 15sp5 AMI's in my account that I would like to use.
Side note, the RHEL, Ubunt…
-
@edeeba13 Are you sure that 'NAD 1983 StatePlane Missouri East FIPS 2401 (US Feet)' is the correct spatial reference?
-
Hello, I really love geocodio, it's a great service and the node library work well.
I found it was missing a @types/geocodio-library-node module. So I made some quick type declarations for my work…
-
Regarding https://www.electron.build/code-signing.html and https://www.electronforge.io/guides/code-signing/code-signing-macos#osxnotarize-options
We need certificates both for Windows and for MacO…
-
counties(), line 93, fails for 2010
```
ctys = _load_tiger(url, cache = cache, subset_by = subset_by)
if state is not None:
if type(state) is not list:
state = [state]
…
-
Create a table with the population and fips
-
We currently use OpenSSL's MD5 algorithm to add content checksums in several places. Generally we use this wrapper:
https://github.com/rstudio/rsconnect/blob/e6a7248acfb76d81e2ffff0837c43c34c70bf95…
-
The list of counties returned by `counties_sf` is now out-of-date.
```
counties_sf() %>%
filter((name == "Bedford" & state == "Virginia") | (name == "Petersburg" & state == "Alaska"))
# Simple…
ghost updated
4 years ago
-
A few days ago NIST standardized 3 PQC, algorithms:
NIST 203: ML-KEM (Module-Lattice-Based Key-Encapsulation Mechanism Standard, based on: Crystals Kyber)
NIST 204: ML-DSA (Module-Lattice-Based Di…
-
## Summary
Provide a means to build Dart for various platforms with BoringSSL in FIPS mode. This is required in order to get FIPS certification for a Dart build for iOS and Android, so that Flutter…