aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix two crashes in the BER decoder found with afl.Jack Lloyd2015-08-0264-6/+448
* Merge pull request #231 from tiwoc/add-overrideJack Lloyd2015-07-31152-865/+876
|\
| * tests: Add missing overridesDaniel Seither2015-07-302-7/+7
| * cmd: Add missing overridesDaniel Seither2015-07-302-6/+6
| * utils: Add missing overridesDaniel Seither2015-07-301-1/+1
| * tls: Add missing overridesDaniel Seither2015-07-301-30/+30
| * stream: Add missing overridesDaniel Seither2015-07-305-38/+38
| * rng: Add missing overridesDaniel Seither2015-07-305-30/+30
| * pubkey: Add missing overridesDaniel Seither2015-07-3025-86/+89
| * pk_pad: Add missing overridesDaniel Seither2015-07-309-34/+34
| * 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
* | Increase range in Bigint random_integer test from +-10% to +-15%Simon Warta2015-07-301-20/+20
|/
* 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
|/