aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib
Commit message (Expand)AuthorAgeFilesLines
...
* | Blind fixJack Lloyd2017-01-301-1/+1
* | Transpose for 32-bit NEONJack Lloyd2017-01-291-1/+19
* | Workaround for MSVC 2013Jack Lloyd2017-01-292-3/+14
* | Set SIMD ISA flags when building test_simd.cppJack Lloyd2017-01-291-1/+6
* | Add support for NEON in SIMD_4x32Jack Lloyd2017-01-292-191/+352
* | Remove some commented out code from NoekeonJack Lloyd2017-01-281-13/+0
* | Add static_cast in uint8_t vs enum comparison.Jack Lloyd2017-01-281-2/+2
|/
* Add =default copy constructor decls for some pubkey types.Jack Lloyd2017-01-273-1/+15
* Add BOTAN_UNUSED in creator functionsJack Lloyd2017-01-275-0/+15
* Merge GH #857 Add --with-external-libdir to configure.pyJack Lloyd2017-01-271-1/+2
|\
| * add "--with-external-libdir" to configure.pyDaniel Neus2017-01-261-1/+2
* | Fix private key ctors API docs [ci skip]René Korthaus2017-01-279-11/+12
|/
* Fix various SunCC and Solaris warnings and build problems.Jack Lloyd2017-01-248-31/+42
* Remove obsolete workaround for bug in some old Sun Studio versionJack Lloyd2017-01-241-5/+0
* If PowerPC clock returns 0, skip it.Jack Lloyd2017-01-231-2/+10
* Add CPUID::to_stringJack Lloyd2017-01-222-38/+67
* Add basic test for OS utilsJack Lloyd2017-01-221-4/+12
* Remove unused iostream includeJack Lloyd2017-01-201-1/+0
* Avoid requiring AT_DCACHEBSIZE (data cache size) getauxvalJack Lloyd2017-01-191-0/+3
* Fix for PowerPCJack Lloyd2017-01-171-2/+2
* Fixes for 32-bit ARMJack Lloyd2017-01-171-7/+38
* Refactor CPUID implementation, add ARM supportJack Lloyd2017-01-172-146/+322
* Fixes for OS X buildJack Lloyd2017-01-172-1/+2
* Add OS::run_cpu_instruction_probeJack Lloyd2017-01-152-13/+107
* Enable PKCS11 module by default and remove --with-pkcs11 optionRené Korthaus2017-01-111-2/+0
* Merge GH #818 Fix DL_Group generator selectionJack Lloyd2017-01-066-12/+28
|\
| * Fix how DL_Group chooses generator for strong prime groups.Jack Lloyd2017-01-066-12/+28
* | Add try/catch blocks in noexcept destructors that might throwJack Lloyd2017-01-063-8/+29
|/
* Merge GH #814 Avoid negotiating CECPQ1 if x25519 ECC is disabledJack Lloyd2017-01-061-0/+10
|\
| * Avoid negotiating CECPQ1 if x25519 ECC is disabledJack Lloyd2017-01-051-0/+10
* | Merge GH #813 Remove obsolete entropy source infoJack Lloyd2017-01-061-18/+0
|\ \
| * | removed two more obsolete entropy source referencesDaniel Neus2017-01-061-14/+0
| * | Remove obsolete hres_timer includeDaniel Neus2017-01-061-4/+0
* | | Return 0 bits in Darwin_SecRandom::poll on SecRandomCopyBytes failureDaniel Neus2017-01-061-0/+2
|/ /
* | Merge GH #806 Add tests for TLS certificate static messageJack Lloyd2017-01-051-8/+8
|\ \
| * | Add tests for certificate status messageJack Lloyd2017-01-041-8/+8
| |/
* | Merge GH #803 Add botan_ffi_supports_version funcJack Lloyd2017-01-052-0/+17
|\ \
| * | Add botan_ffi_supports_api functionJack Lloyd2017-01-042-0/+17
| |/
* / Move Data_Store from utils to x509Jack Lloyd2017-01-045-4/+4
|/
* Merge GH #793 Add iOS targetJack Lloyd2017-01-031-0/+2
|\
| * Add os iosSimon Warta2017-01-031-0/+2
* | Fix comment typo [ci skip]Jack Lloyd2017-01-031-1/+1
* | Avoid using target function attribute in Clang before 3.8Jack Lloyd2017-01-031-1/+1
|/
* Remove SRP6 file supportJack Lloyd2016-12-312-133/+0
* Add a simple test of the all or nothing transformJack Lloyd2016-12-311-2/+2
* Improve filter testsJack Lloyd2016-12-313-2/+10
* Increase default TLS DH min to 2048 bits, and add BSI policy class.Jack Lloyd2016-12-302-2/+56
* Merge GH #785 Disable SHA-1 and weak RSA by default during cert validationJack Lloyd2016-12-301-6/+8
|\
| * Increase Path_Validation_Restrictions default min strength to 110Jack Lloyd2016-12-271-6/+8
* | Add CECPQ1 OCB ciphersuitesJack Lloyd2016-12-301-1/+3