Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add myself as contributor. | Alexander Bluhm | 2017-03-29 | 2 | -0/+7 |
* | Merge GH #949 Add --entropy flag to rng cmd | Jack Lloyd | 2017-03-29 | 1 | -1/+11 |
|\ | |||||
| * | Use entropy source for cli rng. | Alexander Bluhm | 2017-03-29 | 1 | -1/+11 |
* | | Build fix | Jack Lloyd | 2017-03-29 | 1 | -1/+1 |
* | | Fix RSA blinding test | Jack Lloyd | 2017-03-29 | 1 | -5/+7 |
|/ | |||||
* | Fix final RSA blinding test | Jack Lloyd | 2017-03-29 | 1 | -4/+5 |
* | Add missing override annotation | Jack Lloyd | 2017-03-29 | 1 | -1/+1 |
* | Add --test-runs option to test binary | Jack Lloyd | 2017-03-29 | 1 | -5/+9 |
* | Merge GH #879 Fix rsa_blinding tests and add one more test | Jack Lloyd | 2017-03-29 | 1 | -3/+46 |
|\ | |||||
| * | Fix rsa_blinding tests if emsa_raw is missing and add tests for rsa_blinding ... | Daniel Neus | 2017-02-16 | 1 | -3/+46 |
* | | Document functions added in GH #899 | Jack Lloyd | 2017-03-29 | 1 | -0/+30 |
* | | Merge GH #899 Add ability to specify iterations when encrypting a private key | Jack Lloyd | 2017-03-29 | 7 | -38/+390 |
|\ \ | |||||
| * | | Add ability to specify iterations when encrypting a private key | Jack Lloyd | 2017-02-26 | 7 | -38/+390 |
* | | | Document new C APIs added in GH #946 | Jack Lloyd | 2017-03-29 | 1 | -5/+186 |
* | | | Merge GH #946 Expose multiple precision integers in C interface | Jack Lloyd | 2017-03-29 | 5 | -27/+731 |
|\ \ \ | |||||
| * | | | Expose BigInt API subset to C API | Jack Lloyd | 2017-03-28 | 5 | -27/+731 |
* | | | | Merge GH #947 Add support for getentropy syscall | Jack Lloyd | 2017-03-29 | 5 | -1/+79 |
|\ \ \ \ | |||||
| * | | | | Use getentropy(2) as random source. | Alexander Bluhm | 2017-03-29 | 5 | -1/+79 |
* | | | | | Merge GH #945 Remove old timing test suite | Jack Lloyd | 2017-03-29 | 19 | -610/+5 |
|\ \ \ \ \ | |/ / / / |/| | | | | |||||
| * | | | | Remove old timing test suite | Jack Lloyd | 2017-03-28 | 19 | -610/+5 |
| |/ / / | |||||
* | | | | Update release notes | Jack Lloyd | 2017-03-28 | 1 | -0/+15 |
* | | | | Note that bcrypt bug was introduced in 1.11.0 | Jack Lloyd | 2017-03-28 | 1 | -2/+4 |
|/ / / | |||||
* | | | Merge GH #944 Add check_key to C API | Jack Lloyd | 2017-03-28 | 4 | -2/+28 |
|\ \ \ | |||||
| * | | | Expose PK::check_key functions in C interface | Jack Lloyd | 2017-03-27 | 4 | -2/+28 |
* | | | | Merge GH #942 Avoid passing IP as hostname in tls_client command line util | Jack Lloyd | 2017-03-28 | 2 | -1/+15 |
|\ \ \ \ | |||||
| * | | | | Add documentation that SNI must be FQDN. | Alexander Bluhm | 2017-03-27 | 1 | -0/+4 |
| * | | | | tls_client must not pass an IP address as server information | Alexander Bluhm | 2017-03-25 | 1 | -1/+11 |
| |/ / / | |||||
* | | | | Merge GH #938 Fix incorrect bcrypt truncation | Jack Lloyd | 2017-03-28 | 6 | -15/+341 |
|\ \ \ \ | |||||
| * | | | | Avoid long tests for each bcrypt password | Jack Lloyd | 2017-03-24 | 1 | -2/+22 |
| * | | | | Add relnotes and CVE | Jack Lloyd | 2017-03-24 | 2 | -1/+5 |
| * | | | | Fix incorrect password truncation in bcrypt password hashing. | Jack Lloyd | 2017-03-24 | 5 | -14/+316 |
* | | | | | Merge GH #936 Fix pkg-config with --build-dir | Jack Lloyd | 2017-03-28 | 2 | -17/+14 |
|\ \ \ \ \ | |_|/ / / |/| | | | | |||||
| * | | | | Fix build variable botan_pkgconfig | Simon Warta | 2017-03-25 | 1 | -8/+2 |
| * | | | | Use JSON to store build config | Simon Warta | 2017-03-25 | 2 | -3/+6 |
| * | | | | configure: write if condition positive | Simon Warta | 2017-03-25 | 1 | -6/+6 |
|/ / / / | |||||
* / / / | shellcheck fix in website.sh | Jack Lloyd | 2017-03-24 | 1 | -5/+3 |
|/ / / | |||||
* | | | Release notes for Botan 2.1 | Jack Lloyd | 2017-03-23 | 1 | -0/+50 |
* | | | Merge GH #937 Fix pdf download URL [ci skip] | Jack Lloyd | 2017-03-23 | 2 | -11/+9 |
|\ \ \ | |||||
| * | | | Use a hardcoded URL for the PDF download | René Korthaus | 2017-03-23 | 2 | -11/+9 |
|/ / / | |||||
* | | | Fix some compiler warnings. | Jack Lloyd | 2017-03-22 | 3 | -3/+3 |
* | | | Remove duplicate include GH #928 | Jack Lloyd | 2017-03-22 | 1 | -1/+0 |
* | | | Merge GH #929 Add ppc64le target [ci skip] | Jack Lloyd | 2017-03-22 | 1 | -0/+22 |
|\ \ \ | |||||
| * | | | Add ppc64le (POWER8 little endian) as supported cpu | Gustavo Serra Scalet | 2017-03-20 | 1 | -0/+22 |
* | | | | Merge GH #897 Add generic memory type BER decoder | Jack Lloyd | 2017-03-22 | 1 | -0/+32 |
|\ \ \ \ | |||||
| * | | | | Add generic memory type value BER decoder | Nuno Goncalves | 2017-03-07 | 1 | -0/+32 |
* | | | | | Merge GH #923 Build PDF handbook | Jack Lloyd | 2017-03-22 | 2 | -1/+17 |
|\ \ \ \ \ | |||||
| * | | | | | Provide the handbook as a PDF download | René Korthaus | 2017-03-16 | 2 | -1/+17 |
| | |/ / / | |/| | | | |||||
* | | | | | Merge GH #931 Add support for reaching IPv6 hosts in the tls_client CLI | Jack Lloyd | 2017-03-22 | 1 | -20/+26 |
|\ \ \ \ \ | |||||
| * | | | | | Add support for reaching IPv6 hosts in the tls_client CLI | René Korthaus | 2017-03-21 | 1 | -20/+26 |
* | | | | | | Merge GH #932 Guard filters tests with all necessary macros | Jack Lloyd | 2017-03-22 | 1 | -12/+32 |
|\ \ \ \ \ \ |