Commit Graph

1196 Commits (a11c9e7574b29049bb20991de3732b4acfe287cc)

Author SHA1 Message Date
Jeffrey Walton a11c9e7574 Add SSE4.1 and SSE4.2 feature detection 2016-04-15 16:23:04 -04:00
Jeffrey Walton 22f493dda9 Fix the Rijndael timing attack counter measure (Issue 146) 2016-04-12 14:43:39 -04:00
Jeffrey Walton 29e9bd2b27 Fixed OIDs for curve25519 and curve448 2016-04-11 18:28:05 -04:00
Jeffrey Walton 7ca5f7d3b5 Add OIDs for curve25519 and curve448 2016-04-11 04:14:07 -04:00
Jeffrey Walton dfe2946a75 Add Coverity artifacts to clean recipe 2016-04-11 00:51:15 -04:00
Jeffrey Walton 60a68714dc Fixed "Inflator: unexpected end of compressed block" (Issue 112) 2016-04-11 00:03:14 -04:00
Jeffrey Walton 8119a03826 Add C++14 tests 2016-04-10 18:54:03 -04:00
Jeffrey Walton 0b77c77230 Added 2048-bit modulus tests 2016-04-10 16:41:32 -04:00
Jeffrey Walton e2a13152cf Enable DSA test vectors for deterministic signatures 2016-04-10 03:35:29 -04:00
Jeffrey Walton 0c3791566f Folded Signature tests into objects of same Name 2016-04-10 03:23:26 -04:00
Jeffrey Walton 9cc0c47f7b Cut-in determinsitic signature verification during signing 2016-04-10 03:02:02 -04:00
Jeffrey Walton 79c231edcb Added DSA test vectors for deterministic signatures 2016-04-10 02:58:08 -04:00
Jeffrey Walton 75555369d9 Prepare for RFC6979, Deterministic Usage of the Digital Signature Algorithm (DSA) and Elliptic Curve Digital Signature Algorithm (ECDSA) 2016-04-09 23:50:33 -04:00
Jeffrey Walton 89d0581525 Updated documentation 2016-04-09 22:50:21 -04:00
Jeffrey Walton d64eca8aff Add SignalUnknownAlgorithmError 2016-04-09 19:32:57 -04:00
Jeffrey Walton 5d84f04ae3 Constify caught exceptions 2016-04-09 19:18:57 -04:00
Jeffrey Walton 6f8abd089c Updated documentation 2016-04-08 18:12:20 -04:00
Jeffrey Walton a20192a0ce Updated documentation 2016-04-08 17:34:15 -04:00
Jeffrey Walton cf137c3452 Updated documentation 2016-04-08 16:05:09 -04:00
Jeffrey Walton bd4df8f983 Updated documentation 2016-04-08 04:23:42 -04:00
Jeffrey Walton 198ae5a518 Updated documentation 2016-04-08 01:51:21 -04:00
Jeffrey Walton 50e5c14c18 Improve constant propagation of fix for Issue 146 2016-04-07 19:20:33 -04:00
Jeffrey Walton ab393851ec Revert "Improve performance of fix to Issue 146"
This reverts commit 5cce8c33ca. It was an incomplete remediation because it was applied to one area of the code, and not both areas of the code. The complete remediation will be checked-in next.
2016-04-07 19:14:11 -04:00
Jeffrey Walton 5cce8c33ca Improve performance of fix to Issue 146 2016-04-07 19:05:30 -04:00
Jeffrey Walton 1700f440af Merge pull request #154 from plestrin/master
Fix the Rijndael timing attack counter measure
2016-04-07 17:58:36 -05:00
Pierre Lestringant 9f335d719e Fix the Rijndael timing attack counter measure 2016-04-06 15:51:17 +02:00
Jeffrey Walton d8b02cfaaf Fixed m68k detection (Issue 153) 2016-04-06 01:47:45 -04:00
Jeffrey Walton 8c5bc0e532 Updated documentation 2016-04-05 22:12:56 -04:00
Jeffrey Walton 2f34169149 Updated documentation 2016-04-05 21:05:13 -04:00
Jeffrey Walton caea6f1c59 Updated documentation 2016-04-05 14:22:45 -04:00
Jeffrey Walton 34a34967ac Cleaned artifacts from testing. Move documentation clean rule to distclean 2016-03-29 03:47:33 -04:00
Jeffrey Walton 2129e94b62 Merge pull request #150 from lewellyn/patch-1
Add default OS X NDK root
2016-03-25 14:10:13 -05:00
Jeffrey Walton 0a17197fa7 Removed -Wabi-tag. I'm not sure what its providing, and its too noisy with -std=c++03 2016-03-24 07:30:18 -04:00
Matt Lewandowsky a9e63cd526 Add default OS X NDK root
The standard NDK installed by Android Studio on OS X lives at $HOME/Library/Android/sdk/ndk-bundle. As this is a well-known location that seems unlikely to change, it makes sense to auto-detect it.
2016-03-24 02:23:36 -07:00
Jeffrey Walton 0a1cd8bb97 Removed debug echo; whitespace 2016-03-24 04:57:42 -04:00
Jeffrey Walton 2052dd56f7 Added additional warnings for elevated warning test and GCC 5.1 and above 2016-03-24 01:48:44 -04:00
Jeffrey Walton f8396383c0 Discard xcode-build error when not on an Apple machine 2016-03-21 12:42:10 -04:00
Jeffrey Walton 4a3bd8a01f Fixed compile for NetBSD 2016-03-20 01:14:19 -04:00
Jeffrey Walton 4efcbae45b Remove -mcpu=cortex-m3 from EMBEDDED_FLAGS. Users will have to select their CPU of choice 2016-03-19 19:50:07 -04:00
Jeffrey Walton ff24f4e66e Fixed copy/paste for NetBSD 2016-03-11 07:39:47 -05:00
Jeffrey Walton 3b2d462980 Fixed script for NetBSD testing 2016-03-11 07:32:36 -05:00
Jeffrey Walton 80d1bc906e Added missing 0 return code 2016-03-09 01:47:41 -05:00
Jeffrey Walton 22d6374ce7 Added Android and embedded environment and test script 2016-03-09 01:12:47 -05:00
Jeffrey Walton e8fb78163b Fixed Apple WatchOS SDK version; whitespace 2016-03-09 00:53:25 -05:00
Jeffrey Walton a78b9dfa08 Added iOS environment and test script 2016-03-08 23:49:21 -05:00
Jeffrey Walton 7e1c48d552 Fixed Bash shebang for OpenBSD 5.7 and friends 2016-03-04 22:05:07 -05:00
Jeffrey Walton f284893d01 Merge pull request #142 from Giga-gg/master
Remove unwanted assert
2016-03-04 12:04:07 -06:00
Jeffrey Walton 73fd1ac80e Fix NO_OS_DEPENDENCE detection, thanks to jcnarlo (Issue 141) 2016-03-04 11:34:17 -05:00
Thomas Guyard bb3276389e remove unwanted assert 2016-03-03 15:40:16 +01:00
Jeffrey Walton 1743b976f7 Update documentation 2016-02-29 11:39:20 -05:00