aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | Add docs for added Python MPI functionsPavol Žáčik2019-12-021-2/+13
| * | Add missing MPI functions to Python bindingPavol Žáčik2019-12-022-2/+30
|/ /
* | Merge GH #2207 Add mising overrideJack Lloyd2019-11-301-1/+1
|\ \
| * | attemp_srp is overriding thus marking explicitallyDavid Carlier2019-11-301-1/+1
|/ /
* | Fix unreachable codeJack Lloyd2019-11-251-1/+0
* | Merge GH #2204 Remove 32-bit x86 asm for MSVCJack Lloyd2019-11-232-272/+4
|\ \
| * | Remove the 32-bit x86 asm for MSVCJack Lloyd2019-11-232-272/+4
| |/
* | Merge GH #2203 Add basic TLS-SRP testJack Lloyd2019-11-231-1/+92
|\ \
| * | Add a test of TLS-SRPJack Lloyd2019-11-231-1/+92
| |/
* | Export b64_filt.h and hex_filt.hJack Lloyd2019-11-232-6/+3
* | Deprecate DLIES [ci skip]Jack Lloyd2019-11-231-0/+2
|/
* Merge GH #2200 Add S390x build to TravisJack Lloyd2019-11-163-12/+12
|\
| * Add S390x buildJack Lloyd2019-11-153-12/+12
* | Merge GH #2201 Fix cli ldflags outputJack Lloyd2019-11-162-3/+3
|\ \ | |/ |/|
| * Fix cli ldflags outputJack Lloyd2019-11-152-3/+3
|/
* Improve SRP documentationJack Lloyd2019-11-151-7/+17
* Update newsJack Lloyd2019-11-151-0/+15
* Merge GH #2196 Add AVX2 impl of SHACAL2Jack Lloyd2019-11-157-142/+351
|\
| * Add SHACAL2 AVX2Jack Lloyd2019-11-147-142/+351
* | Merge GH #2195 Update BSI policyJack Lloyd2019-11-152-9/+7
|\ \
| * | Prefer CCM over CBC ciphersuitesRené Korthaus2019-11-152-2/+2
| * | Remove non-ephemeral PSK ciphersuites from BSI TLS policyRené Korthaus2019-11-142-2/+2
| * | Add SHA-512 to BSI TLS policy's allowed sigatures hashesRené Korthaus2019-11-142-2/+2
| * | Add AES-128/CCM and AES-256/CCM ciphersuites to BSI TLS policyRené Korthaus2019-11-142-2/+2
| * | Remove some FFDHE groups from BSI TLS policyRené Korthaus2019-11-142-3/+1
| |/
* | Merge GH #2194 Add MinGW build to AppVeyor CIJack Lloyd2019-11-153-13/+32
|\ \
| * | Add MinGW on Windows build to AppVeyor CIJack Lloyd2019-11-133-13/+32
| |/
* / Re-enable TLS-CBC in BSI policyJack Lloyd2019-11-151-1/+0
|/
* Fix TLS-PRF KDF tests when MD5 is disabledJack Lloyd2019-11-133-3/+13
* Fix TLS PRF and module policyJack Lloyd2019-11-133-2/+4
* Disable stack protector on MinGWJack Lloyd2019-11-131-0/+3
* Merge GH #2193 Support reading from stdin in cli fingerprint utilJack Lloyd2019-11-112-17/+32
|\
| * cli: pubkey: fingerprint: read from stdinNuno Goncalves2019-11-112-2/+17
| * format codeNuno Goncalves2019-11-101-15/+15
|/
* Add some more possibilities for CA bundleJack Lloyd2019-11-101-2/+4
* Avoid creating secure_vector each time during OAEP fuzzerJack Lloyd2019-11-101-1/+1
* Another todoJack Lloyd2019-11-101-0/+1
* Merge GH #2190 ECC fuzzer enhancementsJack Lloyd2019-11-101-0/+37
|\
| * Enhance ECC fuzzers to also test variable point scalar multJack Lloyd2019-11-101-0/+37
* | Merge GH #2188 Allow disabling TLS v1.0/v1.1 at build timeJack Lloyd2019-11-109-25/+52
|\ \
| * | Allow disabling TLS 1.0/1.1 and DTLS 1.0 at build timeJack Lloyd2019-11-109-25/+52
| |/
* | Merge GH #2191 Avoid unused variable warning when block ciphers are disabledJack Lloyd2019-11-101-0/+1
|\ \
| * | variable is unused if BOTAN_HAS_BLOCK_CIPHER not definedNuno Goncalves2019-11-101-0/+1
| |/
* | Merge GH #2189 CLI encryption doesn't need AES if ChaCha20 is avilableJack Lloyd2019-11-101-1/+1
|\ \
| * | CLI encryption can exist without AES if with AEAD_CHACHA20_POLY1305Nuno Goncalves2019-11-101-1/+1
| |/
* / Install lzma+bzip2 on ppc64leJack Lloyd2019-11-101-1/+1
|/
* Avoid using .PHONY when generating Makefile for WindowsJack Lloyd2019-10-311-1/+1
* Remove shift optimization for small word BigInt operator*=Jack Lloyd2019-10-301-16/+1
* Micro optimizations of HMAC_DRBGJack Lloyd2019-10-301-6/+14
* Merge GH #2186 Deprecate DER_Encoder::get_contents_unlockedJack Lloyd2019-10-289-93/+71
|\