aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* pbkdf: Add missing overridesDaniel Seither2015-07-301-2/+2
* modes: Add missing overridesDaniel Seither2015-07-305-20/+21
* mac: Add missing overridesDaniel Seither2015-07-306-47/+47
* math: Add missing overridesDaniel Seither2015-07-301-8/+8
* kdf: Add missing overridesDaniel Seither2015-07-303-8/+8
* hash: Add missing overridesDaniel Seither2015-07-3021-143/+143
* filters: Add missing overridesDaniel Seither2015-07-309-57/+57
* ffi: Add missing overridesDaniel Seither2015-07-301-3/+3
* entropy: Add missing overridesDaniel Seither2015-07-3010-20/+20
* x509: Add missing overridesDaniel Seither2015-07-306-77/+90
* block: Add missing overridesDaniel Seither2015-07-3031-228/+228
* asn1: Add missing overridesDaniel Seither2015-07-307-14/+14
* Remove duplicate definition of MessageAuthenticationCode::name()Daniel Seither2015-07-301-6/+0
* Merge pull request #230 from webmaster128/rem-shellcheck-packageSimon Warta2015-07-301-1/+0
|\
| * Remove shellcheck package in Travis configurationSimon Warta2015-07-301-1/+0
|/
* Remove references to removed APIs and algosJack Lloyd2015-07-294-97/+13
* Fix bugs in show_dependencies; Add option to show all dependenciesSimon Warta2015-07-291-12/+50
* Merge pull request #205 from webmaster128/mktimeSimon Warta2015-07-2713-11/+292
|\
| * Document OS featuresSimon Warta2015-07-272-0/+154
| * Add boost implementation of timegm()Simon Warta2015-07-272-0/+37
| * Add mktime fallback for non-POSIX timegm()Simon Warta2015-07-279-5/+64
| * Improve calendar_point unit testsSimon Warta2015-07-271-5/+36
| * Avoid 0 as nullpointer warning on MinGWSimon Warta2015-07-271-1/+1
|/
* Merge pull request #228 from webmaster128/bigint-docsSimon Warta2015-07-271-5/+5
|\
| * Fix random_prime() indent in BigInt docsSimon Warta2015-07-271-5/+5
|/
* Merge pull request #224 from webmaster128/remove-python-2.6Simon Warta2015-07-271-15/+11
|\
| * Update configure.pySimon Warta2015-07-261-15/+11
|/
* Put TLS heartbeat on notice. GH #187Jack Lloyd2015-07-251-0/+4
* Remove the configure.py logic for handling bare asm. GH #216Jack Lloyd2015-07-251-25/+2
* Remove the x86 asm versions of MD4, MD5, SHA-1 and SerpentJack Lloyd2015-07-2525-2223/+7
* Merge pull request #223 from webmaster128/spellingSimon Warta2015-07-2522-55/+55
|\
| * Fix typosSimon Warta2015-07-2422-55/+55
|/
* Merge pull request #221 from webmaster128/bitintSimon Warta2015-07-244-19/+222
|\
| * Fix BigInt random_integer() distribution issue.Simon Warta2015-07-244-10/+128
| * Refactor BigIntSimon Warta2015-07-244-9/+94
|/
* Better living through macrosJack Lloyd2015-07-241-30/+32
* BigInt::to_u32bit failed on 32-bit integers. GH #220Jack Lloyd2015-07-233-2/+51
* Merge pull request #218 from webmaster128/module-not-foundSimon Warta2015-07-231-2/+2
|\
| * Make 'module not found' an errorSimon Warta2015-07-231-2/+2
|/
* Merge pull request #214 from webmaster128/shellcheckSimon Warta2015-07-226-15/+20
|\
| * Use shellcheck where possibleSimon Warta2015-07-226-15/+20
|/
* Merge pull request #215 from webmaster128/extra-semicolonSimon Warta2015-07-224-5/+6
|\
| * Silence some extra ';' warningsSimon Warta2015-07-224-5/+6
|/
* Merge pull request #164 from webmaster128/repair-debug-configSimon Warta2015-07-2114-99/+177
|\
| * Rename so_link_flags to so_link_commandsSimon Warta2015-07-2110-34/+34
| * Add binary_link_command; Use compiler configs to set RPATH on LinuxSimon Warta2015-07-214-17/+52
| * Update Windows linkingSimon Warta2015-07-211-6/+13
| * Add debug linker for GCCSimon Warta2015-07-211-1/+2
| * Check for so_link_command existence in compiler settingsSimon Warta2015-07-211-1/+3
| * Merge compile_option into CXX_FLAGSSimon Warta2015-07-2110-27/+19