aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* lexed_tokens(): Deduplicate do part in do-whileSimon Warta2017-04-021-3/+5
* Pull LexerError out of lex_me_harder()Simon Warta2017-04-021-14/+17
* Make PKG_CONFIG_FILENAME a free constantSimon Warta2017-04-021-4/+4
* Rename to BuildPaths and ignore too-many-instance-attributesSimon Warta2017-04-021-2/+2
* Pull make_build_doc_commands out of BuildConfigurationInformationSimon Warta2017-04-021-26/+20
* Remomve member `obj_dir` from BuildConfigurationInformationSimon Warta2017-04-021-4/+3
* Merge BuildConfigurationInformation.sources/build_sources -> lib_sourcesSimon Warta2017-04-021-6/+5
* configure: move version information into dedicated classSimon Warta2017-04-021-50/+44
* Remove member `modules` from BuildConfigurationInformationSimon Warta2017-04-011-4/+3
* Remove extra member build_dirs from BuildConfigurationInformationSimon Warta2017-04-011-14/+16
* 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
* | Merge GH #958 Fix index in PDF docJack Lloyd2017-03-311-1/+1
|\ \ | |/ |/|
| * 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
* | Merge GH #953 Use arc4random for system RNG access on OpenBSDJack Lloyd2017-03-302-0/+16
|\ \ | |/ |/|
| * Use arc4random(3) as system rng on OpenBSD.Alexander Bluhm2017-03-302-0/+16
|/
* Merge GH #948 Update release notes for 2.1Jack Lloyd2017-03-301-0/+14
|\
| * Update releases notes for 2.1.0Daniel Neus2017-03-291-0/+14
* | Merge GH #952 Disable proc_walk on OpenBSDJack Lloyd2017-03-301-1/+0
|\ \
| * | Disable entropy proc_walk on OpenBSD.Alexander Bluhm2017-03-301-1/+0
* | | Merge GH #950 Update authorsJack Lloyd2017-03-302-0/+7
|\ \ \ | |/ / |/| |
| * | Add myself as contributor.Alexander Bluhm2017-03-292-0/+7
|/ /
* | 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
* | | Document functions added in GH #899Jack Lloyd2017-03-291-0/+30
* | | 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
* | | | Document new C APIs added in GH #946Jack Lloyd2017-03-291-5/+186
* | | | 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
| | |_|_|/ | |/| | |
* | | | | Merge GH #945 Remove old timing test suiteJack Lloyd2017-03-2919-610/+5
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Remove old timing test suiteJack Lloyd2017-03-2819-610/+5
| |/ / /
* | | | Update release notesJack Lloyd2017-03-281-0/+15
* | | | Note that bcrypt bug was introduced in 1.11.0Jack Lloyd2017-03-281-2/+4
|/ / /
* | | Merge GH #944 Add check_key to C APIJack Lloyd2017-03-284-2/+28
|\ \ \
| * | | Expose PK::check_key functions in C interfaceJack Lloyd2017-03-274-2/+28
* | | | Merge GH #942 Avoid passing IP as hostname in tls_client command line utilJack Lloyd2017-03-282-1/+15
|\ \ \ \
| * | | | Add documentation that SNI must be FQDN.Alexander Bluhm2017-03-271-0/+4