Commit Graph

4052 Commits

Author SHA1 Message Date
Cheng
b6e1e94cfb
updating to current visual studio
Some checks failed
CodeQL scan / CodeQL-Build (push) Has been cancelled
2023-09-19 18:20:18 +10:00
Cheng
914033d2c7
build was still broken, and I failed to detect it because not using git clean -xvf 2023-09-17 20:56:51 +10:00
Cheng
5bfb49a8e4
oops, neglected to ignore .vs 2023-09-17 18:18:40 +10:00
Cheng
cdf885f3de
Merge commit '15a83fe00bd71f2b1419c07f8372506e9' into rho-fork 2023-09-17 18:06:21 +10:00
Cheng
15a83fe00b
my customized copy with upstream history 2023-09-17 18:03:54 +10:00
Cheng
2dc575967b
wholesale copy of customized 1.0.19_RELEASE 2023-09-17 17:45:17 +10:00
Frank Denis
fb4533b0a9 Port the GCC target changes for aarch64 to aegis
Fixes #1313
2023-09-13 15:46:16 +02:00
Frank Denis
b795a93fa8 Promote HKDF to minimal builds 2023-09-13 09:00:06 +02:00
Frank Denis
d1177e2eb8 Sync build scripts with 1.0.20 2023-09-13 09:00:06 +02:00
Frank Denis
443617d750 Remove expected length from the pwhash_str_verify()/needs_rehash() 2023-09-13 09:00:06 +02:00
Frank Denis
89a62f0fa8 Move Appveyor CI scripts to ci/appveyor 2023-09-13 09:00:06 +02:00
Frank Denis
a7f6e8d218 Update the ChangeLog 2023-09-13 09:00:06 +02:00
Frank Denis
dc63ae9aab Visual Studio: add Windows/ARM64 support 2023-09-13 09:00:06 +02:00
Frank Denis
854947a4ce Add AEGIS AEADs 2023-09-13 09:00:06 +02:00
Frank Denis
b8a6fecdb6 Add support for HKDF 2023-09-13 09:00:06 +02:00
Frank Denis
c7fc4c5e92 osx.sh -> macos.sh 2023-09-13 09:00:05 +02:00
Frank Denis
ad0e68cff7 Bump 2023-09-13 09:00:05 +02:00
Frank Denis
61674c6c87 Use ANDROID_CPU_ARM64_FEATURE_AES for AES detection on Android/aarch64 2023-09-13 08:59:50 +02:00
Frank Denis
a589d64b42 Handle SIGPROT, CHERI's in-address space security exception 2023-09-12 21:04:06 +02:00
Frank Denis
b6bcb3dc22 Forgotten attribute pop 2023-09-12 16:03:13 +02:00
Frank Denis
8a87181b6b Regen 2023-09-12 16:00:40 +02:00
Frank Denis
dddd55df72 Regen 2023-09-12 15:59:44 +02:00
Frank Denis
e2935b6943 aarch64: try harder when checking for the crypto extensions 2023-09-12 15:59:05 +02:00
Frank Denis
17ea717fd7 Support ARM Morello 2023-09-12 14:06:09 +02:00
Frank Denis
652c081535 Don't hardcode type sizes 2023-09-12 12:52:08 +02:00
Frank Denis
dcf78d77be Inline 2023-09-12 12:38:52 +02:00
Frank Denis
6d5cf12fca define randombytes_set_implementation argument to be const (#1068) 2023-09-12 12:30:19 +02:00
martingd
b335abd946 Error from argon2_hash() during verify propagated. (#1039) 2023-09-12 12:13:49 +02:00
Frank Denis
ed9e3e18f1 Indent 2023-09-12 12:09:39 +02:00
Frank Denis
18727ac58f Nits 2023-09-12 12:08:23 +02:00
Frank Denis
2800307b05 Nits 2023-09-12 12:07:32 +02:00
Frank Denis
0bf1e8db59 Upgrade Android NDK 2023-09-12 11:43:18 +02:00
Frank Denis
6e0c80f169 Remove unused variables 2023-09-11 15:05:43 +02:00
Frank Denis
4f61e088f7 Update ChangeLog 2023-09-11 12:48:58 +02:00
Frank Denis
709fb29e79 Visual Studio: define __ARM_NEON on Windows/ARM 2023-09-11 00:59:59 +02:00
Frank Denis
9a55460523 Define additional capabilities when using Visual Studio 2023-09-11 00:59:51 +02:00
Frank Denis
f60f6e9af4 .NET: assume at least a Sandybridge CPU for x86_64 .NET packages 2023-09-11 00:16:27 +02:00
Frank Denis
d84fbc2304 build.zig: predefine some CPU features
Eventually, we should compile files depending on specific CPU
extensions separately, like what regular Makefiles are doing.
2023-09-11 00:16:19 +02:00
Frank Denis
79e44b494e Add Visual Studio 2022 build files to the dist tarballs 2023-09-10 23:38:05 +02:00
Frank Denis
6c35bcaabf Downgrade ax_valgrind_check 2023-09-10 22:26:31 +02:00
Frank Denis
0aef86d2d3 .NET: target baseline CPU 2023-09-09 20:41:44 +02:00
Frank Denis
bb607f453e Enable more SIMD optimizations when using Zig 2023-09-09 20:39:16 +02:00
Frank Denis
e56aef8c84 Update msys2 2023-09-09 17:44:09 +02:00
Frank Denis
7793ba6bc4 Move sodium implementations out of their dedicated directory 2023-09-09 17:33:02 +02:00
Frank Denis
21223ba7a1 Add ge25519_clear_cofactor() 2023-09-09 13:25:09 +02:00
Frank Denis
1bafad7899 Sync wasi-test-wrapper.sh and wintest.bat 2023-09-09 12:52:02 +02:00
Frank Denis
ac14901c30 Add support for VisionOS 2023-09-09 10:56:20 +02:00
Frank Denis
5e4affe9d8 Support gcc-like and C11-like memory fences 2023-09-09 09:01:51 +02:00
Frank Denis
e95d437f84 Add memory fences where supported 2023-09-09 09:01:44 +02:00
Frank Denis
3a6a6025cc Backport aarch64 support for aes256-gcm 2023-09-09 01:04:48 +02:00