aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Remove stray semicolonJack Lloyd2017-04-041-1/+1
* Merge GH #885 Change HMAC_DRBG::security_level to match NIST SP800-90AJack Lloyd2017-04-043-13/+57
|\
| * Follow NIST SP 800-57 for HMAC_DRBG security levelRené Korthaus2017-04-032-3/+38
| * Change security_strength of HMAC_DRBGRené Korthaus2017-04-033-13/+22
* | Merge GH #965 Various code cleanupsJack Lloyd2017-04-04100-259/+234
|\ \
| * | Content:Tomasz Frydrych2017-04-03100-259/+234
| |/
* | Merge GH #940 Add flags for MSVC for code size optimizationJack Lloyd2017-04-041-2/+2
|\ \
| * | Add some MSVC compiler flagsDaniel Neus2017-04-041-2/+2
* | | Merge GH #964 Add various useful FFI functions for public key cryptoJack Lloyd2017-04-044-81/+437
|\ \ \ | |_|/ |/| |
| * | Implement botan_pubkey_loadJack Lloyd2017-04-032-1/+30
| * | Fix botan_privkey_create if the desired algorithm was not available in buildJack Lloyd2017-04-033-9/+47
| * | Add generic getters for PK parameters in C interfaceJack Lloyd2017-04-023-75/+364
* | | Merge GH #962 More configure.py refactorings/improvementsJack Lloyd2017-04-03177-191/+538
|\ \ \
| * | | Remove "Dirty hack" for multiple defines in lex_me_harder()Simon Warta2017-04-02177-191/+538
* | | | Merge GH #961 Add some more BigInt functions to C APIJack Lloyd2017-04-023-47/+187
|\ \ \ \ | |_|/ / |/| | |
| * | | Add some more useful bigint functions to C interfaceJack Lloyd2017-03-313-47/+187
* | | | Merge GH #960 Check name of test suite.Jack Lloyd2017-04-021-0/+11
|\ \ \ \
| * | | | Check name of test suite.Alexander Bluhm2017-03-311-0/+11
| | |/ / | |/| |
* / | | Print test name before running test.Alexander Bluhm2017-03-311-0/+1
|/ / /
* | | Fix Doxygen comment errorsJack Lloyd2017-03-311-1/+3
* | | Merge GH #956 Add link to API docs in website table of contentsJack Lloyd2017-03-311-1/+3
|\ \ \
| * | | Add TOC link to users manual and API ref for websiteRené Korthaus2017-03-311-1/+3
| |/ /
* / / Re-add index to PDF users manualRené Korthaus2017-03-311-1/+1
|/ /
* | Merge GH #954 Always poll 256 bytes from getentropy syscallJack Lloyd2017-03-301-3/+4
|\ \
| * | Always poll 256 bytes from Getentropy.Alexander Bluhm2017-03-301-3/+4
* | | Use arc4random(3) as system rng on OpenBSD.Alexander Bluhm2017-03-302-0/+16
|/ /
* | Disable entropy proc_walk on OpenBSD.Alexander Bluhm2017-03-301-1/+0
* | Merge GH #949 Add --entropy flag to rng cmdJack Lloyd2017-03-291-1/+11
|\ \
| * | Use entropy source for cli rng.Alexander Bluhm2017-03-291-1/+11
* | | Build fixJack Lloyd2017-03-291-1/+1
* | | Fix RSA blinding testJack Lloyd2017-03-291-5/+7
|/ /
* | 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