aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/utils
Commit message (Expand)AuthorAgeFilesLines
* Compile fixJack Lloyd2016-10-311-2/+2
* Import fuzzer driversJack Lloyd2016-10-301-0/+3
* Limit locking_allocator only to OSes that even might support it.Jack Lloyd2016-10-241-0/+8
* Remove Algo_RegistryJack Lloyd2016-10-211-0/+7
* Fix doxygen warnings [ci skip]René Korthaus2016-10-192-1/+2
* Merge GH #665 Add IncludeOS target, make filesystem/threads optionalJack Lloyd2016-10-1712-22/+97
|\
| * Abstract out mutex type. Make threads optional.Jack Lloyd2016-10-1210-21/+83
| * Add IncludeOS target. Make filesystem support optional.Jack Lloyd2016-10-103-2/+15
* | Remove constexpr use introduced in 20f7e4ecJack Lloyd2016-10-162-7/+7
* | util: Some simple constexpr usesJack Lloyd2016-10-133-31/+9
|/
* Fix Clang warningsJack Lloyd2016-10-091-2/+0
* Revert PK_Verifier change (don't require RNG there).Jack Lloyd2016-10-071-0/+10
* Certificate store using SQLiteKai Michaelis2016-10-023-0/+10
* Merge GH #516 Cipher_Mode API improvementsJack Lloyd2016-09-262-2/+21
|\
| * Cipher_Mode API improvementsJack Lloyd2016-09-012-2/+21
* | Add cpuid overload to test frameworkJack Lloyd2016-09-152-57/+86
|/
* get_processor_timestamp should never return 0 if it can help it.Jack Lloyd2016-09-011-16/+59
* Fix some problems on ppc64leJack Lloyd2016-08-301-1/+9
* Fix get_process_id for MinGWJack Lloyd2016-08-291-2/+2
* Travis CI additions and cleanupJack Lloyd2016-08-282-5/+8
* RNG changes (GH #593)Jack Lloyd2016-08-242-4/+4
* Use stat instead of lstat in get_files_recursive.Jack Lloyd2016-07-301-1/+1
* Check for __SIZEOF_INT128__ before using TI modeJack Lloyd2016-07-301-6/+8
* SSE2 had been disabled for testing, missed it on checkin of 6907e196Jack Lloyd2016-07-251-1/+1
* Merge asm into single mp_madd.h and mp_asmi.h filesJack Lloyd2016-07-219-638/+462
* Revamp entropy pollingJack Lloyd2016-07-171-0/+7
* Fix undefined behavior in donna128 typeJack Lloyd2016-07-151-6/+12
* add PKCS#11 supportDaniel Neus2016-06-173-11/+6
* Add Not_Implemented exceptionJack Lloyd2016-06-071-0/+10
* Change calls to 'get_byte' to explicitly cast parameters and eliminate compil...Dan Brown2016-04-271-1/+1
* Don't reject TLS packets with zero plaintext bytesJack Lloyd2016-04-151-0/+6
* Clean up PK decryption encoding.Jack Lloyd2016-03-201-5/+9
* Add PK_Decryptor::decrypt_or_randomJack Lloyd2016-03-201-2/+24
* Merge GH #422 Use system_time instead of high_resolution_clockJack Lloyd2016-03-101-1/+1
|\
| * Use chrono::system_clock instead of chrono::high_resolution_clock in get_syst...Daniel Neus2016-03-071-1/+1
* | remove redundant returnDaniel Neus2016-03-081-1/+0
* | add support for VirtualLock/VirtualUnlock on WindowsDaniel Neus2016-03-071-1/+51
|/
* Remaining cppcheck fixes that are not covered by GH #444Daniel Neus2016-03-051-2/+2
* cppcheck fixes: Class 'X' has a constructor with 1 argument that is not expli...Daniel Neus2016-03-055-36/+36
* fix a typo in os_utils that prevents retrieval of the current process id on w...Daniel Neus2016-03-011-2/+2
* Avoid some Wshadows in GCC 4.8Jack Lloyd2016-02-201-7/+6
* Add constant time conditional swap, add, sub for bigint wordsJack Lloyd2016-02-171-1/+1
* Avoid Coverity false positiveJack Lloyd2016-02-091-1/+5
* Utils needs librt dependency due to calling clock_gettimeJack Lloyd2016-02-071-0/+4
* Add explicit fork check to HMAC_RNGJack Lloyd2016-02-072-8/+104
* Remove redundant initialization. Closes GH #399Jack Lloyd2016-02-071-1/+0
* Merge remote-tracking branch 'remotes/github/master' into noreturnDaniel Neus2016-01-097-104/+104
|\
| * Mass-prefix member vars with m_René Korthaus2016-01-087-104/+104
* | move noreturn before the function declarationDaniel Neus2016-01-081-2/+2
* | don't declare functions noreturn that are maybe implemented in the futureDaniel Neus2016-01-081-1/+1