summaryrefslogtreecommitdiff
path: root/src/or/hs_service.c
AgeCommit message (Expand)Author
2017-08-08prop224: Scheduled events for serviceDavid Goulet
2017-07-13prop224: Fix clang warningsDavid Goulet
2017-07-13prop224: Move service version into config objectDavid Goulet
2017-07-13prop224: Add a clear configuration functionDavid Goulet
2017-07-13test: Add v3 service load keys and accessorsDavid Goulet
2017-07-13test: Add v3 service config and registration testDavid Goulet
2017-07-13hs: Add rend_service_init()David Goulet
2017-07-13prop224: Load and/or generate v3 service keysDavid Goulet
2017-07-13prop224: Configure v3 service from optionsDavid Goulet
2017-07-13prop224: Add a init/free_all function for the whole subsystemDavid Goulet
2017-07-13prop224: Add hs_config.{c|h} with a refactoringDavid Goulet
2017-04-13Merge branch 'ticket21891_031_01_squashed'Nick Mathewson
2017-04-11hs: Change trunnel prop224 cell's namespaceDavid Goulet
2017-04-07hs: Remove redundant define of ed25519 auth key typeDavid Goulet
2017-04-04Merge branch 'maint-0.3.0'Nick Mathewson
2017-04-04hs: Expose hs_service.c functions for unit testsDavid Goulet
2017-03-15Run the copyright update script.Nick Mathewson
2016-12-16test: fix the generate ESTABLISH_INTRO v3 cellDavid Goulet
2016-12-14whitespace fixesNick Mathewson
2016-12-14crypto: Change crypto_mac_sha3_256 to use the key length in the constructionDavid Goulet
2016-12-14prop224: Add code that generates ESTABLISH_INTRO cells.George Kadianakis