/mandos/trunk

To get this branch, use:
bzr branch http://bzr.recompile.se/loggerhead/mandos/trunk

« back to all changes in this revision

Viewing changes to plugins.d/mandos-client.c

  • Committer: Teddy Hogeborn
  • Date: 2015-01-25 00:02:51 UTC
  • Revision ID: teddy@recompile.se-20150125000251-j2bw50gfq9smqyxe
mandos.xml (SEE ALSO): Update links.

Update link to GnuPG home page, change reference from TLS 1.1 to TLS
1.2, and change to latest RFC for using OpenPGP keys with TLS (and use
its correct title).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1902
1902
int main(int argc, char *argv[]){
1903
1903
  mandos_context mc = { .server = NULL, .dh_bits = 1024,
1904
1904
                        .priority = "SECURE256:!CTYPE-X.509:"
1905
 
                        "+CTYPE-OPENPGP:!RSA", .current_server = NULL,
 
1905
                        "+CTYPE-OPENPGP", .current_server = NULL,
1906
1906
                        .interfaces = NULL, .interfaces_size = 0 };
1907
1907
  AvahiSServiceBrowser *sb = NULL;
1908
1908
  error_t ret_errno;