aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | Fix occasional test failsJack Lloyd2015-11-114-7/+70
* | Add missing copyright/license notices.Jack Lloyd2015-11-112-0/+12
* | Update and consolidate the test framework.Jack Lloyd2015-11-1189-21677/+8730
* | Tick version to 1.11.25Jack Lloyd2015-11-042-1/+6
* | Correct 1.11.24 release dateJack Lloyd2015-11-041-1/+1
* | Update for 1.11.24 release1.11.24Jack Lloyd2015-11-042-4/+18
* | Add check for path validation result in Credentials_Manager. GH #324Jack Lloyd2015-11-044-6/+18
* | Merge pull request #322 from cordney/fix-gentoo-package-linkSimon Warta2015-11-031-1/+1
|\ \ | |/ |/|
| * Fix broken Gentoo package hyperlinkRené Korthaus2015-11-031-1/+1
|/
* Update newsJack Lloyd2015-10-271-0/+6
* Merge pull request #317 from randombit/cc-flag-sanityJack Lloyd2015-10-2720-142/+126
|\
| * Remove --build-mode and add individual toggles for optimization, debug,Jack Lloyd2015-10-2611-49/+63
| * Remove the strange conjoining of debug and optimization flags.Jack Lloyd2015-10-2612-95/+65
* | Add some tests of basic load/store opsJack Lloyd2015-10-271-2/+109
* | Reduce workfactors in ffi tests to speed things alongJack Lloyd2015-10-271-2/+2
* | Remove unused xor_buf.h (internal header merged into mem_ops.h)Jack Lloyd2015-10-271-144/+0
* | Tick version to 1.11.23Jack Lloyd2015-10-272-1/+8
* | Merge pull request #316 from randombit/mce-keygen-endianJack Lloyd2015-10-273-20/+27
|\ \
| * | Fix McEliece key gen endian dependency.Jack Lloyd2015-10-273-20/+27
|/ /
* | Fix dist.py to handle signed git tagsJack Lloyd2015-10-261-5/+14
* | Update for 1.11.23 release1.11.23Jack Lloyd2015-10-263-4/+9
* | Compile fixJack Lloyd2015-10-261-1/+1
* | 1.11.22 release1.11.22Jack Lloyd2015-10-263-14/+88
* | Merge pull request #314 from randombit/ct-tls-cbc-paddingJack Lloyd2015-10-2624-332/+884
|\ \ | |/ |/|
| * Missing include dependencyJack Lloyd2015-10-261-1/+1
| * Asan fix - referencing &vec[vec.size()] instead of vec.end()Jack Lloyd2015-10-263-39/+22
| * TLS improvementsJack Lloyd2015-10-2522-292/+861
* | Add missing includeJack Lloyd2015-10-261-0/+1
* | Merge pull request #313 from randombit/path-validation-fixesJack Lloyd2015-10-2654-119/+2851
|\ \
| * | Disable two tests from x509test which no longer have correct dates.Jack Lloyd2015-10-262-2/+5
| * | Fix cert validation bugs found by x509test.Jack Lloyd2015-10-2354-119/+2848
* | | Merge pull request #306 from webmaster128/update-docsSimon Warta2015-10-264-49/+35
|\ \ \ | |_|/ |/| |
| * | Update doc for issuer_dn() and subject_dn()Simon Warta2015-10-203-11/+5
| * | Remove redundant function definitions from docsSimon Warta2015-10-201-10/+0
| * | Make Version_Code an enum type for documentationSimon Warta2015-10-201-1/+1
| * | Update TLC::Client constructor documentationSimon Warta2015-10-201-13/+14
| * | Update TLS::Server signature in docsSimon Warta2015-10-201-14/+15
* | | Merge pull request #312 from randombit/const-time-montyJack Lloyd2015-10-249-123/+115
|\ \ \
| * | | Make Montgomery reduction constant time.Jack Lloyd2015-10-249-123/+115
| | |/ | |/|
* | | Merge pull request #309 from webmaster128/test-botanpy-python23Simon Warta2015-10-223-0/+12
|\ \ \ | |/ / |/| |
| * | Test botan.py using Python2 and Python3 on Linux and OS XSimon Warta2015-10-223-0/+12
|/ /
* | Add workaround for Python 3.2/3.3 behavior in binascii. GH #305Jack Lloyd2015-10-221-1/+1
* | Fix a bug in botan.py found by PyPy's ctypesJack Lloyd2015-10-221-3/+12
* | Merge pull request #308 from mouse07410/masterJack Lloyd2015-10-221-15/+15
|\ \
| * | Reverted version comparison relaxation, per Jack Lloyd's comment.Uri Blumenthal2015-10-211-1/+1
| * | Merge branch 'master' of https://github.com/randombit/botanUri Blumenthal2015-10-204-294/+277
| |\ \ | |/ / |/| |
* | | Fix botan.py for Python3Jack Lloyd2015-10-204-246/+270
| |/ |/|
| * Made most of botan.py run under Python3.Uri Blumenthal2015-10-201-60/+101
| * Merge pull request #2 from randombit/masterMouse2015-10-20402-7174/+7269
| |\ | |/ |/|
* | FixJack Lloyd2015-10-191-2/+2