зеркало из https://github.com/microsoft/SymCrypt.git
84c69fcda1
- !10935012 added a `.gitattributes` file to try to enforce consistent Windows-style line endings, but this causes a bunch of spurious diffs to show up after checking out the latest branch (ironically, on Windows only). See [this Stack Overflow question](https://stackoverflow.com/questions/5787937/git-status-shows-files-as-changed-even-though-contents-are-the-same) which refers to a similar issue. After fighting with Git for a bit, it seems like the easiest fix is just to remove this file. - Workaround for Python versions < 3.11 not being able to parse timestamps with the 'Z' suffix indicating UTC time (started breaking our pipeline builds due to a recent Git version update) - Fix for Python 3.12 complaining about invalid escape characters in `symcryptasm_processor.py` (use raw strings) - When building OpenSSL, pin to a specific tag if no branch is specified on the command line, so that we're not building against a moving target |
||
---|---|---|
.. | ||
OpenSSL.cmake | ||
SymCrypt-Platforms.cmake | ||
Toolchain-Clang-ARM64.cmake | ||
Toolchain-GCC-ARM.cmake |