aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix a few clang warnings. Set clang sanitizer flagsJack Lloyd2015-12-246-15/+7
* Add DSA keygen and --der-out flag to keygen and pkcs8 toolsJack Lloyd2015-12-233-48/+77
* Improve roundtrip BER/PEM testsJack Lloyd2015-12-231-24/+71
* Update NIST X509 tests to handle --data-dir and read expected results from a ...Jack Lloyd2015-12-232-223/+148
* Merge pull request #376 from webmaster128/remove-hyperlink-from-m_Jack Lloyd2015-12-221-53/+52
|\
| * Fix a lot of backquotes in hacking.rstSimon Warta2015-12-221-51/+51
| * Remove hyperlink from m_ in hacking.rstSimon Warta2015-12-221-2/+1
* | Merge pull request #375 from webmaster128/test_x509_path-datadirJack Lloyd2015-12-221-6/+5
|\ \ | |/ |/|
| * Use --data-dir in test X509test_PathSimon Warta2015-12-221-6/+5
|/
* Remove debug printfJack Lloyd2015-12-211-1/+0
* Add missing try/catch in signature verification test.Jack Lloyd2015-12-214-14/+30
* Throw Lookup_Error instead of bare Exception when creating an obj failsJack Lloyd2015-12-202-28/+28
* Merge pull request #371 from webmaster128/aes-gcm-testdataJack Lloyd2015-12-201-41/+122
|\
| * Add all 18 Nist GCM testsSimon Warta2015-12-201-41/+122
* | Add --data-dir option to test commandJack Lloyd2015-12-2034-240/+224
|/
* Add TPM v1.2 support (RSA keygen/signing, RNG)Jack Lloyd2015-12-196-2/+760
* Remove references to deleted examples GH #339Jack Lloyd2015-12-194-36/+1
* Deprecate lookup.h functions GH #366Jack Lloyd2015-12-191-1/+19
* Prevent FFI tests from failing if bcrypt is disabled. GH #369Jack Lloyd2015-12-191-4/+10
* Avoid test failures on missing algosJack Lloyd2015-12-192-5/+7
* If skipping a test due to diabled algo, only print if in verbose mode.Jack Lloyd2015-12-194-33/+40
* Move estimate of RDRAND/RDSEED entropy to build.hJack Lloyd2015-12-193-22/+15
* Merge pull request #370 from neusdan/rdseedJack Lloyd2015-12-1911-1/+126
|\
| * add support for Intel RdSeedDaniel Neus2015-12-1811-1/+126
* | Remove unused word8_muladd from MSVC x86-32 asmJack Lloyd2015-12-191-84/+0
* | Merge the openssl code together.Jack Lloyd2015-12-1910-37/+17
* | Remove all remaining uses of throwing a std:: exception directlyJack Lloyd2015-12-1911-31/+35
* | Remove backup tarball accidentally added to commitJack Lloyd2015-12-192-0/+4
* | CLI rewriteJack Lloyd2015-12-1963-4572/+3299
* | More notesJack Lloyd2015-12-191-62/+103
|/
* Merge branch 'master' of github.com:randombit/botanJack Lloyd2015-12-172-0/+3
|\
| * Merge pull request #364 from neusdan/RdRand_windowsJack Lloyd2015-12-172-0/+3
| |\
| | * Enable RdRand on Windows/MSVCDaniel Neus2015-12-162-0/+3
| |/
* / Expose os_type setting as BOTAN_TARGET_OS_TYPE_IS_xJack Lloyd2015-12-121-7/+15
|/
* RantingJack Lloyd2015-12-121-0/+51
* Add missing include in dyn_load.cppSimon Warta2015-12-121-0/+1
* Merge pull request #358 from webmaster128/cli-argument-count-fixSimon Warta2015-12-1212-18/+27
|\
| * Improve some argument checks and usage messages of cli appsSimon Warta2015-12-1212-18/+27
|/
* Merge pull request #357 from webmaster128/docfixesSimon Warta2015-12-115-16/+10
|\
| * Replace path src/cmd/ by new src/cli/ in documentationSimon Warta2015-12-115-16/+10
|/
* Fix for minimized buildsJack Lloyd2015-12-111-1/+1
* Build fix. Add SQL_DB_Error exception typeJack Lloyd2015-12-112-9/+18
* Disable asio serial port support to avoid Darwin braindamage. GH #350Jack Lloyd2015-12-111-1/+9
* Bump version to 1.11.26-preJack Lloyd2015-12-113-1/+10
* Missing addsJack Lloyd2015-12-1126-41/+39
* Reroot the exception hierarchy into a toplevel Exception classJack Lloyd2015-12-1182-194/+211
* Merge pull request #341 from webmaster128/cmd-cliSimon Warta2015-12-0943-36/+36
|\
| * Rename cmd/app -> cliSimon Warta2015-12-0943-36/+36
|/
* Merge pull request #346 from webmaster128/sanitySimon Warta2015-12-092-23/+24
|\
| * Minor sanity updates for OctetStringSimon Warta2015-12-092-23/+24
|/