Commit Graph

5824 Commits

Author SHA1 Message Date
Jeffrey Walton
02f990cdc1
Fix typos 2021-02-03 04:12:33 -05:00
Jeffrey Walton
95e867dc6d
Update Install.txt 2021-02-03 04:11:21 -05:00
Jeffrey Walton
676cc09b75
Update Install.txt 2021-02-02 19:52:26 -05:00
Jeffrey Walton
31b7ad0981
Whitespace check-in 2021-02-02 19:41:27 -05:00
Jeffrey Walton
9b2884e66b
Update Install.txt (GH #1006) 2021-02-02 19:39:45 -05:00
HRXN
6d460d9265
Fix spelling (PR #1000)
`Determinsitic` -> `Deterministic`
2021-01-24 19:53:09 -05:00
Jeffrey Walton
434e3189db
Prepare for Crypto++ 8.4 release 2021-01-02 01:54:31 -05:00
Jeffrey Walton
ae20711372
Include Cryptogams objects in clean recipe (GH #998) 2021-01-01 12:22:59 -05:00
Jeffrey Walton
50c261c425 Revert "Include Cryptogams objects in clean recipe (GH #998)"
This actually deletes the Cryptogams source files. Arg...

This reverts commit 7315a6f907.
2021-01-01 12:15:46 -05:00
Jeffrey Walton
7315a6f907
Include Cryptogams objects in clean recipe (GH #998) 2021-01-01 12:04:24 -05:00
Jeffrey Walton
a184ce1aba
Clean all library artifacts in clean recipe (GH #998) 2021-01-01 11:46:42 -05:00
Jeffrey Walton
a783d2bf07
Use CPPFLAGS in GNUmakefile-cross 2021-01-01 10:50:40 -05:00
Jeffrey Walton
64baae056c
Fix setenv-android.sh on OS X (GH #995) 2020-12-31 16:42:35 -05:00
Jeffrey Walton
5dfc7e1c27
Remove unneeded fail variable 2020-12-30 15:36:26 -05:00
Jeffrey Walton
09d4941874
Add additional ECP and EC2N self tests (GH #994) 2020-12-30 06:38:38 -05:00
Jeffrey Walton
2370263334
Add parameter to CRYPTOPP_INHERIT_ALLOCATOR_TYPES
This allows us to specialize the allocators based on type.
2020-12-30 06:02:57 -05:00
Jeffrey Walton
4e56a6393d
Revert c9ef9420e7 (GH #994)
Marcel Keller reports it broke curve operations
2020-12-30 04:54:52 -05:00
Jeffrey Walton
38cff9aa59
Fix spelling 2020-12-30 03:04:09 -05:00
Jeffrey Walton
78c85f4d73
Update comments 2020-12-29 13:30:38 -05:00
Jeffrey Walton
579a5c8a70
Update comments 2020-12-29 13:24:34 -05:00
Jeffrey Walton
4bc7408ae2
Use 8-byte alignment for FixedSizeAllocatorWithCleanup when 16-byte alignment is false (GH #992) 2020-12-29 01:49:17 -05:00
Jeffrey Walton
9fe5ccfbee
Revert e235ac57e8 (GH #992)
These damn aligned arrays are going to be the death of us...
2020-12-28 21:32:29 -05:00
Jeffrey Walton
3edaf67b34
Update comments 2020-12-28 16:44:29 -05:00
Mouse
090a6ddbd2
Create c-cpp.yml
First attempt to add Github Actions CI
2020-12-28 09:44:30 -05:00
Mouse
ef9b62f00a
Update config_asm.h
Fix compilation on MacOS with Xcode-12.3 clang, and GCC (tested with Macports-installed GCC-10 and `AS_INTEGRATED_ASSEMBLER=1` setting).
2020-12-28 09:39:45 -05:00
Jeffrey Walton
e235ac57e8
Use pointer-to-T in IsAligned<T> (GH #992) 2020-12-28 07:12:28 -05:00
Jeffrey Walton
c534c833af
Clear performance warning on MSVC 2020-12-28 07:10:04 -05:00
Jeffrey Walton
ebf9e2e4ac
Update comments 2020-12-28 03:39:42 -05:00
Jeffrey Walton
d555d072c9
Remove some old history from README 2020-12-27 16:41:53 -05:00
Jeffrey Walton
ad3e6dbfda
Update README for Crypto++ 8.4 2020-12-27 16:41:12 -05:00
Tanzinul Islam
e539aab454
Build with Oracle Developer Studio 12.6 in 64-bit (PR #990)
- The _mm256_loadu_si256() intrinsic is declared with a pointer to
  non-const input. Apply const_cast accordingly.

- The XGETBV instruction isn't recognized, so apply the same
  workaround as for old GCC versions.
  <https://docs.oracle.com/cd/E53394_01/html/E54851/gnyen.html>

- Only AT&T syntax is supported; there is no directive to switch
  Intel syntax. Therefore, disable mixed-ASM code paths.
2020-12-27 16:18:12 -05:00
Jeffrey Walton
6ab92074ac
Rename cryptogams_AES_set_enc2dec_key_ARM function (GH #952) 2020-12-27 16:05:53 -05:00
Jeffrey Walton
b41adf2b16
Update documentation 2020-12-27 02:14:08 -05:00
Jeffrey Walton
9ba541c32b
Update documentation 2020-12-27 02:11:08 -05:00
Jeffrey Walton
618ffe9373
Update documentation 2020-12-27 02:07:45 -05:00
Jeffrey Walton
082fb46fc1
Update documentation 2020-12-27 02:02:30 -05:00
Jeffrey Walton
0d7b9ebe5f
Update documentation 2020-12-27 01:58:31 -05:00
Jeffrey Walton
112bcd63d7
Update documentation 2020-12-27 01:38:16 -05:00
Jeffrey Walton
a6f537b38e
Update documentation 2020-12-27 01:19:09 -05:00
Jeffrey Walton
6673de0f17
Update documentation 2020-12-27 01:16:27 -05:00
Jeffrey Walton
9d930c4036
Fix spelling 2020-12-27 00:59:39 -05:00
Jeffrey Walton
b434e4cfbd
Remove special case for FixedSizeAllocatorWithCleanup x86_64 (GH #988) 2020-12-27 00:14:41 -05:00
Jeffrey Walton
0e117ee65b
Consistently use cryptogams_ prefix for Andy Polyakov's code (PR #952) 2020-12-26 03:16:42 -05:00
Jeffrey Walton
8eeaab2316
Update cryptest-autotools.sh script 2020-12-26 01:47:11 -05:00
Jeffrey Walton
41fcebcd3a
Update cryptest-autotools.sh script 2020-12-26 01:44:04 -05:00
Jeffrey Walton
527516d615
Add progress message to configure.sh 2020-12-26 01:16:25 -05:00
Jeffrey Walton
02ba36d885
Add missing CPPFLAGS to SM3 and Donna recipes 2020-12-26 01:00:39 -05:00
Jeffrey Walton
9ad6ce2536
Update comments 2020-12-26 00:51:35 -05:00
Jeffrey Walton
4577311727
Fix compile on AIX POWER7 with IBM XLC
Let's see what this breaks later because of Clang's stupid tricks...
2020-12-26 00:42:09 -05:00
Jeffrey Walton
3c0910e010
Clear GCC 8.3 warning 2020-12-25 23:53:33 -05:00