Commit Graph

919 Commits (f70667b7625a31e70a2eafbf7e74ba56c5dfc99d)

Author SHA1 Message Date
Jeffrey Walton f70667b762 Updated documentation 2015-12-17 01:37:01 -05:00
Jeffrey Walton 36dc30286b Updated documentation 2015-12-16 23:10:07 -05:00
Jeffrey Walton 17ead160bf Updated documentation 2015-12-16 19:39:29 -05:00
Jeffrey Walton 49de6e2012 Updated documentation 2015-12-16 03:22:22 -05:00
Jeffrey Walton 77016c7eb3 Updated config.recommend to follow Commit be67acdb1d from Pull Request 84 2015-12-14 16:49:23 -05:00
Jeffrey Walton be67acdb1d Merge pull request #84 from m-deckel/visualstudio-arm
Microsoft ARM support
2015-12-14 15:52:13 -05:00
Jeffrey Walton d9749ce7ac Updated documentation 2015-12-14 15:50:56 -05:00
Marco Deckel f6499edf3a Microsoft ARM support
* Adjusted config to compile for Microsoft ARM (e.g. Windows Universal apps)
2015-12-14 16:11:17 +01:00
Jeffrey Walton d9502a6ea9 Updated documentation 2015-12-13 23:53:50 -05:00
Jeffrey Walton 5a28b8e184 Additional documentation 2015-12-13 23:02:23 -05:00
Jeffrey Walton 89c324ad92 Fixed documentation on New(), CleanNew(), Grow() and CleanGrow() 2015-12-12 21:01:44 -05:00
Jeffrey Walton 1e17620417 Fixed STLport detection for Android 14 and below 2015-12-09 04:09:30 -05:00
Jeffrey Walton bdebe53dd6 Updated to recognize arm64-v8a as an architecture 2015-12-09 00:41:15 -05:00
Jeffrey Walton 695bb3d5df Fixed config.recommend to use same test as config.h for X32. Missed at check-in c08cac0c 2015-12-08 15:02:10 -05:00
Jeffrey Walton 5703c85d2d Fixed makefile to use IS_IOS rather than IS_DARWIN for iOS cross-compiles. Updated Android to use AOSP_* variables rather than ANDROID_* variables 2015-12-08 14:55:58 -05:00
Jeffrey Walton 28dc376596 Tweaked rules for "make convert" to pick up additional exec files 2015-12-08 14:53:04 -05:00
Jeffrey Walton b5aa6b3a92 Merge pull request #75 from cawka/gitignore
Extended .gitignore
2015-12-07 13:24:54 -05:00
Alexander Afanasyev 8188e60ea6 Extended .gitignore 2015-12-07 10:12:24 -08:00
Jeffrey Walton 7b9878509b Added "sources" target to generate the list of library files and test files. The lists are suitable for Autotools and Android.mk file lists 2015-12-06 00:48:31 -05:00
Jeffrey Walton 0fb28c0ee4 Added "algebra.h" include for "make deps" recipe 2015-12-04 18:18:34 -05:00
Jeffrey Walton db1c95401c Fixed test using Xcode default compiler. Fixed makefile convert recipe to include ASM files 2015-12-04 12:52:40 -05:00
Jeffrey Walton 401308d14e Guarded Intel multiarch with CXX03/CXX11. Fixed typo in export for testing under Xcode compiler 2015-12-03 18:17:54 -05:00
Jeffrey Walton ac5bc5729e Added PowerPC multiarch tests to cryptest.sh 2015-12-03 12:39:25 -05:00
Jeffrey Walton 0059f486ad Changed RDSEED to use alternate ctor. Added comments about number of retries for RDRAND and RDSEED 2015-12-02 18:23:10 -05:00
Jeffrey Walton 2c16082495 Added recipe to build ISO for early distros like Fedora 1 on Linux using genisoimage 2015-12-02 17:21:25 -05:00
Jeffrey Walton c08cac0cd1 Fixed failed compile on OS X using "-arch i386" due to Clang defining __ILP32__ for everything that is 32-bit. MSVC, GCC, ICC and Comeau were OK 2015-12-02 15:54:35 -05:00
Jeffrey Walton b7d461b4e2 Added recipe to build ISO for early distros like Fedora 1. The Crypto++ source files are transferred to the VM through the CDROM device 2015-12-02 15:45:50 -05:00
Jeffrey Walton 8ba4232386 Changed retry count for RDRAND and RDSEED. RDSEED appears to fail to fulfill requests at about 6 to 8 times the rate of RDRAND. 2015-11-29 14:43:12 -05:00
Jeffrey Walton ed6c1de915 Fixed typos in comments 2015-11-25 15:20:37 -05:00
Jeffrey Walton f90a940e2e Added additional flags to warning build, including -Wstrict-overflow -Wstrict-aliasing=3 and -Waggressive-loop-optimizations 2015-11-24 10:54:10 -05:00
Jeffrey Walton fcd4f80bd3 Fix missing leading 0 for data byte directive 2015-11-24 09:46:25 -05:00
Jeffrey Walton 1d0f5080c6 Fix missing leading 0 on data byte 2015-11-24 09:38:55 -05:00
Jeffrey Walton 2fcbef965d Remove uneeded file 2015-11-22 19:23:02 -05:00
Jeffrey Walton 298988a5b9 Crypto++ 5.6.3 check-in 2015-11-22 19:17:15 -05:00
Jeffrey Walton 62618fda97 Revert botched "Crypto++ 5.6.3 check-in". Corruption due to VMware adding garbage to the end of some source files during drag and drop from guest to host.
This reverts commit c454358122.
2015-11-22 19:11:31 -05:00
Jeffrey Walton c454358122 Crypto++ 5.6.3 check-in 2015-11-20 19:15:33 -05:00
Jeffrey Walton 5f70a7c85e Added missing <rng.h> to validat1.cpp. MaurerRandomnessTest requires the header when -DNO_OS_DEPENDENCE 2015-11-19 17:28:37 -05:00
Jeffrey Walton baa19fb2b4 Added config.h due to privately reported issue 2015-11-19 16:48:56 -05:00
Jeffrey Walton b3e49d8c96 Additional documentation; fixed issues with Clang integrated assembler and different versions numbers for LLVM Clang and Apple Clang; fixed missing header in DSA class 2015-11-19 13:09:33 -05:00
Jeffrey Walton 6911cc9e91 Updated release notes 2015-11-18 16:43:53 -05:00
Jeffrey Walton 3203d7db54 Change __MINGW__ → __MINGW32__ 2015-11-18 15:52:54 -05:00
Jeffrey Walton c15be9178a Cleared issues 11,12,13 (Clang integrated assembler), 58 (RC rollup), 66 (Coverity rollup) 2015-11-18 15:45:32 -05:00
Jeffrey Walton 628f40755a Cleared issues 11,12,13 (Clang integrated assembler), 58 (RC rollup), 66 (Coverity rollup) 2015-11-18 15:35:35 -05:00
Jeffrey Walton 9f6a942218 Cleared issues 11,12,13 (Clang integrated assembler), 58 (RC rollup), 66 (Coverity rollup) 2015-11-18 15:34:27 -05:00
Jeffrey Walton 6ac1e46a1f Cleared issues 11,12,13 (Clang integrated assembler), 58 (RC rollup), 66 (Coverity rollup) 2015-11-18 15:32:28 -05:00
Jeffrey Walton d2fda9bd42 Cleared issues 11,12,13 (Clang integrated assembler), 58 (RC rollup), 66 (Coverity rollup) 2015-11-18 15:19:02 -05:00
Jeffrey Walton 1993a8b7b9 Merge pull request #63 from Zireael-N/master
Override a pure virtual function inherited from WindowsPipe
2015-11-13 09:15:47 -05:00
Zireael 9b140da272
Override a pure virtual function inherited from WindowsPipe
Fixes "undefined reference to non-virtual thunk" when compiling
cryptest.exe on MinGW.
2015-11-06 20:57:20 +03:00
Jeffrey Walton 2fbdeb70b4 Remove unneeded test file 2015-11-05 02:04:59 -05:00
Jeffrey Walton 48809d4e85 CRYPTOPP 5.6.3 RC6 checkin 2015-11-05 01:59:46 -05:00