aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix bugs in show_dependencies; Add option to show all dependenciesSimon Warta2015-07-291-12/+50
* Document OS featuresSimon Warta2015-07-271-0/+100
* 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
* Remove the x86 asm versions of MD4, MD5, SHA-1 and SerpentJack Lloyd2015-07-2524-2222/+0
* Fix typosSimon Warta2015-07-2415-32/+32
* 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-232-2/+48
* Use shellcheck where possibleSimon Warta2015-07-225-15/+19
* Silence some extra ';' warningsSimon Warta2015-07-224-5/+6
* Rename so_link_flags to so_link_commandsSimon Warta2015-07-219-24/+24
* Add binary_link_command; Use compiler configs to set RPATH on LinuxSimon Warta2015-07-213-0/+19
* Update Windows linkingSimon Warta2015-07-211-6/+13
* Add debug linker for GCCSimon Warta2015-07-211-1/+2
* Merge compile_option into CXX_FLAGSSimon Warta2015-07-219-24/+18
* msvc fixesSimon Warta2015-07-211-5/+13
* Have a $(LINKER) variableSimon Warta2015-07-212-1/+4
* Rename template variable cc -> cxxSimon Warta2015-07-212-3/+2
* Use -O0 (no optimization) in GCC debug compile flagsSimon Warta2015-07-211-2/+2
* Adjust MSVC compile flagsSimon Warta2015-07-212-3/+3
* Make release/debug versions for: compile_flags, lib_opt_flags and app_opt_flagsSimon Warta2015-07-219-32/+44
* Add tests for RSA, ECDSA, and ECDH interfaces in FFI moduleJack Lloyd2015-07-181-36/+210
* Timing ratio is too tight for CI VMsJack Lloyd2015-07-181-1/+1
* Include build.h before doing a macro check; was causing tests to be skippedJack Lloyd2015-07-181-0/+2
* Add tests for some of the C89 interface.Jack Lloyd2015-07-182-1/+174
* Add Android OSDaniel Seither2015-07-1711-0/+21
* Add OS feature getsidDaniel Seither2015-07-1712-0/+13
* Remove references to removed tru64 OSDaniel Seither2015-07-176-6/+0
* Read .crt files in tests as binary filesSimon Warta2015-07-171-1/+1
* Add MSVC stl filesystem implementationSimon Warta2015-07-163-3/+32
* Refactor internal/filesystem.hSimon Warta2015-07-167-56/+92
* Add missing include <string> in calendar.hSimon Warta2015-07-161-0/+1
* Fix time range issue for 32 bit platformsSimon Warta2015-07-164-31/+87
* Remove semicolons at the end of macrosDaniel Seither2015-07-151-3/+3
* Add missing semicolonsDaniel Seither2015-07-152-2/+2
* Force semicolons at the end of BOTAN_REGISTER_* macro invocationsDaniel Seither2015-07-151-2/+8
* Construct X509_Time from date integers in test x509Simon Warta2015-07-151-6/+12
* Fix round_upSimon Warta2015-07-1510-20/+152
* Add tests: x509 (deactivated), cvcSimon Warta2015-07-152-0/+89
* Add test: stl_util; Add empty test: utilsSimon Warta2015-07-152-0/+28
* Add initial catchy test: base64Simon Warta2015-07-153-0/+9667