aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Remove another expensive keygen testJack Lloyd2017-10-011-1/+1
* Need SoftHSM for sonar build nowJack Lloyd2017-10-011-3/+9
* Fix some cast warnings from SonarJack Lloyd2017-10-017-15/+18
* Get coverage reports in SonarJack Lloyd2017-10-013-35/+48
* Use explicit :: or std:: to refer to functions in namespacesJack Lloyd2017-10-014-7/+7
* Remove 2048-bit keygen testsJack Lloyd2017-10-012-2/+2
* Use explicit_bzero on OpenBSDJack Lloyd2017-09-303-4/+10
* Move Clang -Wunreachable-code warning to maintainer modeJack Lloyd2017-09-301-2/+2
* Remove unused namespaceJack Lloyd2017-09-301-4/+0
* Avoid -size_tJack Lloyd2017-09-301-1/+1
* Guard against self-assignmentJack Lloyd2017-09-302-0/+6
* Change this code so Sonar understands div by zero can't happenJack Lloyd2017-09-301-2/+3
* Use class hereJack Lloyd2017-09-301-1/+1
* Fix bad comparisonJack Lloyd2017-09-301-1/+1
* Switch Sonar analysis to a private organizationJack Lloyd2017-09-302-4/+5
* Fix Sonar exclusionJack Lloyd2017-09-301-1/+1
* Another FFI struct vs class fixJack Lloyd2017-09-301-1/+1
* Retract explicit on OIDJack Lloyd2017-09-301-1/+1
* FFI objects have to be structs because we expose them to CJack Lloyd2017-09-302-5/+4
* Use explicit on more single-argument constructorsJack Lloyd2017-09-3014-20/+23
* Avoid bogus declarations in GMACJack Lloyd2017-09-301-25/+3
* More fiddling with SonarJack Lloyd2017-09-301-1/+1
* Address some MSVC warningsJack Lloyd2017-09-308-135/+140
* Use class instead of struct for objects with member functionsJack Lloyd2017-09-3014-157/+184
* Attempt at fixing Sonar exclusionsJack Lloyd2017-09-301-1/+2
* Add annotation so GCC/Clang/MSVC know it is an allocation function.Jack Lloyd2017-09-302-1/+12
* Update newsJack Lloyd2017-09-301-4/+8
* Merge GH #1231 Hide secure_allocator allocate in a functionJack Lloyd2017-09-305-22/+55
|\
| * Missing include, noticed by OS XJack Lloyd2017-09-291-0/+1
| * In secure_allocator, hide mlock/new usage in a function in mem_opsJack Lloyd2017-09-295-22/+54
* | Thinko fixJack Lloyd2017-09-301-1/+1
* | Compat typedef PBKDF -> S2KJack Lloyd2017-09-291-1/+12
|/
* Windows!!!!!!!Jack Lloyd2017-09-291-1/+1
* Work around some MSVC 2013 sillynessJack Lloyd2017-09-291-1/+3
* Ensure files are closed before trying to remove itJack Lloyd2017-09-291-0/+4
* Avoid using std::rand in test codeJack Lloyd2017-09-291-2/+4
* Avoid throwing in pool allocator deallocation pathJack Lloyd2017-09-291-8/+1
* Check return value of std::remove in testJack Lloyd2017-09-291-2/+5
* Further Travis matrix fiddlingJack Lloyd2017-09-291-3/+3
* Fiddle with Travis test ordering a bitJack Lloyd2017-09-291-6/+6
* Fix test error if mceies disabledJack Lloyd2017-09-291-3/+5
* Update newsJack Lloyd2017-09-291-0/+8
* Merge GH #1229 Simplify allocator and avoid MSVC perf issueJack Lloyd2017-09-291-37/+5
|\
| * Add back size_type typedefJack Lloyd2017-09-291-0/+1
| * Of course MSVC 2013 has to be specialJack Lloyd2017-09-291-0/+7
| * Simplifiy secure_allocatorJack Lloyd2017-09-291-44/+4
* | Doc updatesJack Lloyd2017-09-291-3/+4
* | Avoid crash in DLIES tests if AEADs disabledJack Lloyd2017-09-291-0/+6
* | Remove sanitizer and mini-static builds from TravisJack Lloyd2017-09-291-6/+0
* | Build test scriptJack Lloyd2017-09-291-3/+3