aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* | Fix final RSA blinding testJack Lloyd2017-03-291-4/+5
* | Add missing override annotationJack Lloyd2017-03-291-1/+1
* | Add --test-runs option to test binaryJack Lloyd2017-03-291-5/+9
* | Merge GH #879 Fix rsa_blinding tests and add one more testJack Lloyd2017-03-291-3/+46
|\ \
| * | Fix rsa_blinding tests if emsa_raw is missing and add tests for rsa_blinding ...Daniel Neus2017-02-161-3/+46
* | | Merge GH #899 Add ability to specify iterations when encrypting a private keyJack Lloyd2017-03-297-38/+390
|\ \ \
| * | | Add ability to specify iterations when encrypting a private keyJack Lloyd2017-02-267-38/+390
* | | | Merge GH #946 Expose multiple precision integers in C interfaceJack Lloyd2017-03-295-27/+731
|\ \ \ \
| * | | | Expose BigInt API subset to C APIJack Lloyd2017-03-285-27/+731
* | | | | Merge GH #947 Add support for getentropy syscallJack Lloyd2017-03-295-1/+79
|\ \ \ \ \
| * | | | | Use getentropy(2) as random source.Alexander Bluhm2017-03-295-1/+79
| |/ / / /
* / / / / Remove old timing test suiteJack Lloyd2017-03-2819-610/+5
|/ / / /
* | | | Merge GH #944 Add check_key to C APIJack Lloyd2017-03-283-1/+24
|\ \ \ \
| * | | | Expose PK::check_key functions in C interfaceJack Lloyd2017-03-273-1/+24
* | | | | Merge GH #942 Avoid passing IP as hostname in tls_client command line utilJack Lloyd2017-03-281-1/+11
|\ \ \ \ \
| * | | | | tls_client must not pass an IP address as server informationAlexander Bluhm2017-03-251-1/+11
| |/ / / /
* | | | | Merge GH #938 Fix incorrect bcrypt truncationJack Lloyd2017-03-283-11/+305
|\ \ \ \ \
| * | | | | Avoid long tests for each bcrypt passwordJack Lloyd2017-03-241-2/+22
| * | | | | Fix incorrect password truncation in bcrypt password hashing.Jack Lloyd2017-03-243-10/+284
* | | | | | Use JSON to store build configSimon Warta2017-03-251-1/+3
| |/ / / / |/| | | |
* | | | | shellcheck fix in website.shJack Lloyd2017-03-241-5/+3
|/ / / /
* | | / Use a hardcoded URL for the PDF downloadRené Korthaus2017-03-231-10/+8
| |_|/ |/| |
* | | Fix some compiler warnings.Jack Lloyd2017-03-223-3/+3
* | | Remove duplicate include GH #928Jack Lloyd2017-03-221-1/+0
* | | Merge GH #929 Add ppc64le target [ci skip]Jack Lloyd2017-03-221-0/+22
|\ \ \
| * | | Add ppc64le (POWER8 little endian) as supported cpuGustavo Serra Scalet2017-03-201-0/+22
* | | | Merge GH #897 Add generic memory type BER decoderJack Lloyd2017-03-221-0/+32
|\ \ \ \
| * | | | Add generic memory type value BER decoderNuno Goncalves2017-03-071-0/+32
* | | | | Merge GH #923 Build PDF handbookJack Lloyd2017-03-221-0/+10
|\ \ \ \ \
| * | | | | Provide the handbook as a PDF downloadRené Korthaus2017-03-161-0/+10
| | |/ / / | |/| | |
* | | | | Merge GH #931 Add support for reaching IPv6 hosts in the tls_client CLIJack Lloyd2017-03-221-20/+26
|\ \ \ \ \
| * | | | | Add support for reaching IPv6 hosts in the tls_client CLIRené Korthaus2017-03-211-20/+26
* | | | | | Merge GH #932 Guard filters tests with all necessary macrosJack Lloyd2017-03-221-12/+32
|\ \ \ \ \ \
| * | | | | | Guard filters tests with all necessary macrosRené Korthaus2017-03-211-12/+32
| |/ / / / /
* / / / / / Fix #917: calendar_point::to_std_timepoint() does not support years after 2037Daniel Neus2017-03-213-5/+10
|/ / / / /
* | | | | Fix DragonflyBSD fs accessJack Lloyd2017-03-191-0/+2
* | | | | Merge GH #915 Fix OS::get_processor_timestamp()Jack Lloyd2017-03-191-1/+2
|\ \ \ \ \
| * | | | | Fix OS::get_processor_timestamp() testsDaniel Neus2017-03-141-1/+2
| | |/ / / | |/| | |
* | | | | Merge GH #916 Add VS2017 buildsJack Lloyd2017-03-191-3/+22
|\ \ \ \ \
| * | | | | Add VS2017 buildsDaniel Neus2017-03-141-3/+22
| |/ / / /
* | | | | No C++ exceptions from cpu probe functions. See GH #920Jack Lloyd2017-03-193-30/+11
* | | | | Add RDRAND_RNG speed testJack Lloyd2017-03-191-0/+12
* | | | | Fix further compiler macro bug exposed by #921Jack Lloyd2017-03-191-1/+1
* | | | | BOTAN_TARGET_COMPILER_IS -> BOTAN_BUILD_COMPILER_ISDaniel Neus2017-03-152-2/+2
| |/ / / |/| | |
* | | | Merge GH #913 Follow PKIX rules for X.509 time formattingJack Lloyd2017-03-132-24/+97
|\ \ \ \
| * | | | Fix: UTCTime interpreted as GeneralizedTimeDaniel Neus2017-03-132-24/+97
| |/ / /
* | | | Merge GH #912 Fix OpenBSD shared lib nameJack Lloyd2017-03-132-9/+11
|\ \ \ \
| * | | | OpenBSD does not have 3 digit soname and library symlinks.Alexander Bluhm2017-03-132-9/+11
| |/ / /
* / / / Small fixes in API docs [ci skip]René Korthaus2017-03-092-4/+4
|/ / /
* | | Merge GH #901 Allow OCSP requests without the full subject certificateJack Lloyd2017-03-076-18/+51
|\ \ \