aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Extend speed to support ratio of CPU clocksJack Lloyd2018-03-061-146/+173
* Handle cert.subject_info("Email")Jack Lloyd2018-03-061-0/+3
* Ensure exception types are exported from DLLJack Lloyd2018-03-065-6/+6
* Replace BigInt::random_integer test with a Chi-square testJack Lloyd2018-03-062-41/+62
* Include AKID in generated self signed certificatesJack Lloyd2018-03-062-4/+12
* Avoid std::bind in Channel::received_dataJack Lloyd2018-03-051-2/+1
* Add X509_Certificate::subject_public_key_infoJack Lloyd2018-03-052-3/+16
* Fix ASN1 printer testJack Lloyd2018-03-052-3/+3
* Allow decoding ASN.1 OID 0.0Jack Lloyd2018-03-055-2/+194
* Support decoding of ECC groups with seed parameterJack Lloyd2018-03-043-0/+29
* Enable SHA-1 intrinsics on MSVCJack Lloyd2018-03-041-0/+1
* Use Barrett instead of repeated divisions by p hereJack Lloyd2018-03-041-3/+6
* Add speed comparison of Barrett vs % operatorJack Lloyd2018-03-041-0/+32
* Merge GH #1475 MinGW build fixesJack Lloyd2018-03-041-6/+12
|\
| * Fix some MinGW build issuesJack Lloyd2018-03-041-6/+12
* | Reduce temp usage in PointGFp addition and doublingJack Lloyd2018-03-044-104/+95
* | In ECC bench test brainpool tooJack Lloyd2018-03-041-1/+3
|/
* Merge GH #1470 Use soft fail for OCSPJack Lloyd2018-03-048-21/+132
|\
| * Document OCSP softfail/hardfail check behaviour.souch2018-03-021-0/+3
| * OCSP softfail revocation checkMathieu Souchaud2018-03-017-21/+129
* | Remove Perl goop from .gitignore [ci skip]Jack Lloyd2018-03-041-8/+0
* | Mention MSVC 2017Jack Lloyd2018-03-041-1/+2
* | Rename build_tests.py to make it more obvious this is not for end usersJack Lloyd2018-03-041-0/+0
* | Fix timing_test namesJack Lloyd2018-03-042-10/+10
* | Simplify indexing in this loopJack Lloyd2018-03-041-5/+5
* | Fix header includesJack Lloyd2018-03-022-2/+3
* | Update newsJack Lloyd2018-03-021-0/+3
* | Merge GH #1472 Add product scanning Montgomery reductionJack Lloyd2018-03-022-30/+88
|\ \
| * | Implement product-scanning Montgomery reductionJack Lloyd2018-03-022-30/+88
* | | Avoid confusing error if invalid EC_Group is usedJack Lloyd2018-03-021-3/+9
|/ /
* | Avoid close_fds=True in build_docsJack Lloyd2018-03-021-1/+2
* | Fix pylint errorJack Lloyd2018-03-021-1/+1
* | Merge GH #1471 Fix crash in check_crl_onlineJack Lloyd2018-03-021-11/+10
|\ \
| * | Fix check_crl_online segfaults, need tests.Mathieu Souchaud2018-03-021-11/+10
* | | Log autodetected platform information at info levelJack Lloyd2018-03-021-3/+4
* | | Add support for powerpcspe buildJack Lloyd2018-03-021-0/+3
* | | Add (untested) support for x32 buildJack Lloyd2018-03-023-1/+21
* | | Use API annotationsJack Lloyd2018-03-022-3/+3
|/ /
* | Tiny but useful optimization in bigint_monty_redcJack Lloyd2018-03-011-1/+1
* | Loosen restrictions on using bigint_comba_sqr9Jack Lloyd2018-03-011-1/+1
* | Use BOTAN_DEFAULT_BUFFER_SIZE instead of DEFAULT_BUFFERSIZEJack Lloyd2018-03-017-17/+12
* | Move declaration of word to types.hJack Lloyd2018-03-016-40/+19
* | Remove MP_WORD_BITS constantJack Lloyd2018-03-018-41/+35
* | Remove BigInt using functions from mp layerJack Lloyd2018-03-018-71/+44
* | Inline some simple BigInt sign handling functionsJack Lloyd2018-03-012-32/+17
* | Avoid ternary op during carry handlingJack Lloyd2018-03-011-1/+1
* | Confirm arch wordsize is expected in configureJack Lloyd2018-03-011-0/+3
* | Bump shared lib ABI versionJack Lloyd2018-03-011-1/+1
* | Merge news entries [ci skip]Jack Lloyd2018-03-011-3/+1
* | Fix crash bug in check_crl_onlineJack Lloyd2018-03-011-1/+1