aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Move hacking.rst to contributing.rstJack Lloyd2016-01-132-87/+72
* Merge GH #365 Replace deprecated Windows API calls in Win32_EntropySourceJack Lloyd2016-01-131-3/+3
|\
| * Replace deprecated Win API calls in Win32_EntropySourceDaniel Neus2015-12-161-3/+3
* | Merge GH #409 Add Microsoft SmartcardLogon extended key usage OIDJack Lloyd2016-01-121-0/+2
|\ \
| * | Add Microsoft SmartcardLogon extended key usage OIDRené Korthaus2016-01-121-0/+2
* | | Merge GH #408 Add final attribute on many classesJack Lloyd2016-01-12133-244/+246
|\ \ \
| * | | Add final attribute to many classesJack Lloyd2016-01-10133-244/+246
| |/ /
* | | Merge GH #407 Add m_ prefix to more member variablesJack Lloyd2016-01-124-109/+109
|\ \ \
| * | | Prefix more member vars with m_ prefixRené Korthaus2016-01-114-109/+109
| |/ /
* | | Merges GH #383Jack Lloyd2016-01-124-6/+9
|\ \ \ | |/ / |/| |
| * | Get rid of "extra ';'" warnings and force semicolon after macrosSimon Warta2016-01-114-6/+9
|/ /
* | Merge GH #403 add noreturn attribute on assertion failure funcJack Lloyd2016-01-093-2/+18
|\ \
| * \ Merge remote-tracking branch 'remotes/github/master' into noreturnDaniel Neus2016-01-09217-2994/+3022
| |\ \ | |/ / |/| |
* | | Merge GH #396Jack Lloyd2016-01-081-3/+0
|\ \ \
| * | | Remove unused folder src/tests/outdata from .gitignoreSimon Warta2016-01-061-3/+0
* | | | Merge GH #398 Mass prefix all member vars with m_Jack Lloyd2016-01-08206-2980/+3011
|\ \ \ \
| * | | | Mass-prefix member vars with m_René Korthaus2016-01-08206-2980/+3011
|/ / / /
* | | | Merge GH #404Jack Lloyd2016-01-0810-10/+10
|\ \ \ \
| * | | | move -Wsuggest-override to maintainer_warning_flagsDaniel Neus2016-01-081-2/+2
| * | | | add missing overridesDaniel Neus2016-01-0810-10/+10
|/ / / /
| | * | move noreturn before the function declarationDaniel Neus2016-01-081-2/+2
| | * | fix BOTAN_NORETURN macroDaniel Neus2016-01-081-1/+1
| | * | don't declare functions noreturn that are maybe implemented in the futureDaniel Neus2016-01-084-5/+5
| | * | add BOTAN_NORETURN macro and mark those functions that do not return with itDaniel Neus2016-01-087-7/+23
| |/ / |/| |
* | | Precompile the list of TLS ciphersuitesJack Lloyd2016-01-064-297/+479
|/ /
* | Merge pull request #393 from neusdan/string-comparisionJack Lloyd2016-01-0529-51/+51
|\ \
| * | String comparision fixesDaniel Neus2016-01-0429-51/+51
|/ /
* | Release 1.11.261.11.26Jack Lloyd2016-01-042-4/+4
* | Misc doc updatesJack Lloyd2016-01-049-47/+103
* | Fix configure.py for CPython 2.6Jack Lloyd2016-01-042-3/+17
* | Fixes for compress cli utilJack Lloyd2016-01-041-5/+4
* | Add ECDH via OpenSSLJack Lloyd2016-01-048-73/+191
* | Valgrind is not supposed to be enabled in the default buildJack Lloyd2016-01-031-1/+1
* | Use valgrind's memcheck API for checking const time annotationsJack Lloyd2016-01-034-23/+74
* | Add some more secp256k1 point mult testsJack Lloyd2016-01-031-0/+184
* | Add extended master secret extension (RFC 7627) to TLSJack Lloyd2016-01-0311-12/+125
* | Add ECDH testsJack Lloyd2016-01-035-7/+592
* | Fix PointGFp multiplication bugJack Lloyd2016-01-034-32/+1076
* | Prettify mp_comba a bitJack Lloyd2016-01-012-48/+49
* | Add cast to a suspcious looking (but actually ok in this case) shift in MARSJack Lloyd2016-01-011-1/+1
* | Remove RNG::gen_mask, which had undefined behavior when bits >= 32Jack Lloyd2016-01-011-12/+0
* | Drop seed_tabJack Lloyd2016-01-011-192/+0
* | Inline SEED's sbox tablesJack Lloyd2016-01-012-33/+203
* | Merge pull request #381 from cordney/fix-load-unencryped-key-from-berJack Lloyd2015-12-313-34/+99
|\ \
| * | Fix loading of unencrypted, BER encoded private keys via PKCS8 apiRené Korthaus2015-12-253-34/+99
* | | Merge pull request #353 from neusdan/robust_build_setup_windowsJack Lloyd2015-12-311-2/+29
|\ \ \
| * | | review changesDaniel Neus2015-12-231-7/+9
| * | | decrease timeout between attempts to 100msDaniel Neus2015-12-181-4/+4
| * | | make shutil.rmtree and os.makedirs more robust (at least on windows)Daniel Neus2015-12-101-2/+27
* | | | Use memcpy instead of misaligned pointer casts for reading words.Jack Lloyd2015-12-314-82/+59