aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* | Tiny code simplificationJack Lloyd2016-12-301-3/+1
* | Prohibit SHA256/SHA384 ciphersuites in TLS 1.0/1.1 (GH #496)Jack Lloyd2016-12-281-3/+10
|/
* Remove unnecessary BOTAN_DLL annotationsJack Lloyd2016-12-274-5/+5
* Speed up DSA param gen testJack Lloyd2016-12-262-8/+14
* Merge GH #783 Expose TLS message types to applicationsJack Lloyd2016-12-2420-30/+43
|\
| * Export tls_messages.h as a public headerRené Korthaus2016-12-2320-30/+43
* | Compile fixJack Lloyd2016-12-231-0/+1
* | Fix file descriptor leak introduced in bcae34c0cJack Lloyd2016-12-232-5/+1
|/
* Remove nested anon namespaceJack Lloyd2016-12-231-4/+0
* Add DL_Group testsJack Lloyd2016-12-232-6/+6
* More filter testsJack Lloyd2016-12-224-33/+28
* Merge GH #779 Add ECDH/ECIES blinding and DH small subgroup checkingJack Lloyd2016-12-214-18/+55
|\
| * Add missing q == 0 check in DL_Scheme_PublicKey::check_key() as q may not be ...Never2016-12-201-7/+19
| * Blind the ECDH/ECIES agree operation.Never2016-12-192-12/+21
| * Added DH public key check y^q mod p = 1 against small-subgroup attacks as des...Never2016-12-191-0/+2
| * Improved DL_Group verification. The group is invalid, if g^q mod p !=1 and in...Never2016-12-191-5/+19
* | ISO-9796-2 doxygen build fixesDaniel Neus2016-12-191-4/+4
* | Add CertificatePathStatusCodes typedefJack Lloyd2016-12-182-31/+37
* | Convert to using standard uintN_t integer typesJack Lloyd2016-12-18545-5334/+5338
* | IncludeOS has random device files nowJack Lloyd2016-12-181-0/+1
* | Disable TLS signature and finished message checks in fuzzer modeJack Lloyd2016-12-173-3/+23
* | Add support for brainpool curves in openssl providerRené Korthaus2016-12-171-1/+17
* | Fix clang-analyzer warning in AES codeJack Lloyd2016-12-161-6/+4
* | Remove debug codeJack Lloyd2016-12-141-1/+1
* | Fix exponentiation bug, related fixesJack Lloyd2016-12-147-34/+79
|/