aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix incorrect password truncation in bcrypt password hashing.Jack Lloyd2017-03-245-14/+316
* Release notes for Botan 2.1Jack Lloyd2017-03-231-0/+50
* Merge GH #937 Fix pdf download URL [ci skip]Jack Lloyd2017-03-232-11/+9
|\
| * Use a hardcoded URL for the PDF downloadRené Korthaus2017-03-232-11/+9
|/
* Fix some compiler warnings.Jack Lloyd2017-03-223-3/+3
* Remove duplicate include GH #928Jack Lloyd2017-03-221-1/+0
* Merge GH #929 Add ppc64le target [ci skip]Jack Lloyd2017-03-221-0/+22
|\
| * Add ppc64le (POWER8 little endian) as supported cpuGustavo Serra Scalet2017-03-201-0/+22
* | Merge GH #897 Add generic memory type BER decoderJack Lloyd2017-03-221-0/+32
|\ \
| * | Add generic memory type value BER decoderNuno Goncalves2017-03-071-0/+32
* | | Merge GH #923 Build PDF handbookJack Lloyd2017-03-222-1/+17
|\ \ \
| * | | Provide the handbook as a PDF downloadRené Korthaus2017-03-162-1/+17
| | |/ | |/|
* | | Merge GH #931 Add support for reaching IPv6 hosts in the tls_client CLIJack Lloyd2017-03-221-20/+26
|\ \ \
| * | | Add support for reaching IPv6 hosts in the tls_client CLIRené Korthaus2017-03-211-20/+26
* | | | Merge GH #932 Guard filters tests with all necessary macrosJack Lloyd2017-03-221-12/+32
|\ \ \ \
| * | | | Guard filters tests with all necessary macrosRené Korthaus2017-03-211-12/+32
| |/ / /
* | | | Merge GH #933 Allow years past 2037 for 64-bit time_tJack Lloyd2017-03-223-5/+10
|\ \ \ \ | |/ / / |/| | |
| * | | Fix #917: calendar_point::to_std_timepoint() does not support years after 2037Daniel Neus2017-03-213-5/+10
|/ / /
* | | Fix DragonflyBSD fs accessJack Lloyd2017-03-191-0/+2
* | | Merge GH #915 Fix OS::get_processor_timestamp()Jack Lloyd2017-03-191-1/+2
|\ \ \
| * | | Fix OS::get_processor_timestamp() testsDaniel Neus2017-03-141-1/+2
| | |/ | |/|
* | | Merge GH #906 Refactoring in configure to resolve pylint warningsJack Lloyd2017-03-192-187/+266
|\ \ \
| * | | pylint: reduce lifespan of unchecked LexResult object in ModulePolicyInfoSimon Warta2017-03-081-4/+8
| * | | pylint: reduce lifespan of unchecked LexResult object in OsInfoSimon Warta2017-03-081-21/+43
| * | | pylint: reduce lifespan of unchecked LexResult object in ArchInfoSimon Warta2017-03-081-13/+18
| * | | pylint: reduce lifespan of unchecked LexResult object in CompilerInfoSimon Warta2017-03-081-50/+66
| * | | pylint: use LexResult to store result of lexerSimon Warta2017-03-082-21/+16
| * | | pylint: use lex return value in ModuleInfoSimon Warta2017-03-082-33/+42
| * | | pylint: use lex return value in ModulePolicyInfoSimon Warta2017-03-081-6/+9
| * | | pylint: use lex return value in ArchInfoSimon Warta2017-03-081-21/+22
| * | | pylint: use lex return value in OsInfoSimon Warta2017-03-081-37/+40
| * | | pylint: let lex_me_harder() return a result objectSimon Warta2017-03-081-78/+89
| * | | pylint: resolve remaining "redefined-builtin" issuesSimon Warta2017-03-081-38/+38
| * | | pylint: break long linesSimon Warta2017-03-081-6/+15
| * | | pylint: make some limits less strictSimon Warta2017-03-082-4/+4
| * | | pylint: make _so_link_search() a @staticmethodSimon Warta2017-03-081-1/+2
| |/ /
* | | Merge GH #916 Add VS2017 buildsJack Lloyd2017-03-191-3/+22
|\ \ \
| * | | Add VS2017 buildsDaniel Neus2017-03-141-3/+22
| |/ /
* | | Merge GH #924 Add note about RNGs and minimized buildsJack Lloyd2017-03-191-2/+12
|\ \ \
| * | | Add a note that no RNG is part of the minimized buildRené Korthaus2017-03-171-2/+12
| | |/ | |/|
* | | No C++ exceptions from cpu probe functions. See GH #920Jack Lloyd2017-03-193-30/+11
* | | Add RDRAND_RNG speed testJack Lloyd2017-03-191-0/+12
* | | Fix further compiler macro bug exposed by #921Jack Lloyd2017-03-191-1/+1
* | | Merge GH #921 Fix compiler macro mixupJack Lloyd2017-03-192-2/+2
|\ \ \ | |/ / |/| |
| * | BOTAN_TARGET_COMPILER_IS -> BOTAN_BUILD_COMPILER_ISDaniel Neus2017-03-152-2/+2
|/ /
* | Merge GH #913 Follow PKIX rules for X.509 time formattingJack Lloyd2017-03-132-24/+97
|\ \
| * | Fix: UTCTime interpreted as GeneralizedTimeDaniel Neus2017-03-132-24/+97
| |/
* | Merge GH #912 Fix OpenBSD shared lib nameJack Lloyd2017-03-132-9/+11
|\ \
| * | OpenBSD does not have 3 digit soname and library symlinks.Alexander Bluhm2017-03-132-9/+11
| |/
* | Merge GH #908 Document --with-build-dir correctlyJack Lloyd2017-03-131-1/+1
|\ \