aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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 #905 Fix TLS doc re default DH minimum sizeJack Lloyd2017-03-071-1/+1
|\
| * Fix the default value (2048) of minimum_dh_group_size in the documentationlouiz’2017-03-071-1/+1
* | Merge GH #901 Allow OCSP requests without the full subject certificateJack Lloyd2017-03-077-24/+69
|\ \ | |/ |/|
| * Allow OCSP requests without the full subject certificateNuno Goncalves2017-03-047-24/+69
* | Merge GH #904 Fix memory leak in TLS testsJack Lloyd2017-03-031-4/+6
|\ \ | |/ |/|
| * fix mem leak in tls unit testsDaniel Neus2017-03-031-4/+6
* | Change name constraint test to use a fixed reference timeJack Lloyd2017-03-031-2/+6
* | Avoid calling memmove with a null source in PKCSv1 signature encodingJack Lloyd2017-03-031-1/+7
* | Add missing include, caught by GCC 7Jack Lloyd2017-03-031-0/+1
* | Fix compiler warnings in timing_test CLIJack Lloyd2017-03-031-2/+4
|/
* Merge GH #902 Extend EC_PublicKey check, add EC_Group check, ECC invalid key ...Jack Lloyd2017-03-028-4/+534
|\
| * remove debug output from ecc_invalid unit testsNever2017-02-281-2/+0
| * Merge pull request #2 from Rohde-Schwarz-Cybersecurity/extended-ec-public-key...Tobias | Never2017-02-285-1/+457
| |\
| | * Add ECDSA key tests from Google's project WycheproofRené Korthaus2017-02-124-13/+57
| | * Add test vectors for invalid ECDSA public keys from FIPS 186-4René Korthaus2017-02-122-0/+185
| | * Add test vectors for invalid ECDSA public keys from FIPS 186-2René Korthaus2017-02-123-1/+228
| * | verify ec domain in EC_PublicKey::check_keyNever2017-02-281-1/+6
| * | EC_PublicKey::check_key for curves with cofactor > 1Never2017-02-271-1/+24
| * | Add ec_group verify functionNever2017-02-242-1/+49
* | | Merge GH #893 Remove ECC fixed window codeJack Lloyd2017-03-022-60/+7
|\ \ \
| * | | Converge on a single side channel silent ec mp alg: randomizedNever2017-02-222-60/+7
* | | | Increase timing test defaultsJack Lloyd2017-02-261-1/+1
* | | | Merge GH #894 Add timing_test command line utilJack Lloyd2017-02-261-0/+454
|\ \ \ \
| * | | | Add `botan timing_test` command line utilityJack Lloyd2017-02-261-0/+454
* | | | | The certificate being tested by the OCSP online test has expired.Jack Lloyd2017-02-261-1/+2
* | | | | Merge GH #898 Fix pylint warnings in configureJack Lloyd2017-02-261-30/+40
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Configure: rename variables to avoid redefining builtinsSimon Warta2017-02-261-7/+7
| * | | | Configure: Fix wrong variable name (credits to pylint)Simon Warta2017-02-261-1/+1
| * | | | Configure: remove trailing whitespaceSimon Warta2017-02-261-1/+1
| * | | | Configure: move some members to shared InfoObject constructorSimon Warta2017-02-261-20/+30
| * | | | Configure: Disable wrong-import-position pylint warningSimon Warta2017-02-261-1/+1
|/ / / /
* | | | Add missing try/catch in invalid signature testJack Lloyd2017-02-261-2/+10
* | | | Merge GH #891 Constant time decoding for ISO 9796 unpaddingJack Lloyd2017-02-261-14/+26
|\ \ \ \
| * | | | fix possible iso9796 side channel and add length checkNever2017-02-211-14/+26
| |/ / /
* | | | Merge GH #895Jack Lloyd2017-02-268-12/+0
|\ \ \ \ | |_|/ / |/| | |
| * | | Remove verify_end() chained immediatly before end_cons() (close #890)Nuno Goncalves2017-02-258-12/+0
|/ / /