1KNET_HANDLE_CRYPTO(3)    Kronosnet Programmer's Manual   KNET_HANDLE_CRYPTO(3)
2
3
4

NAME

6       knet_handle_crypto - set up packet cryptographic signing & encryption
7
8

SYNOPSIS

10       #include <libknet.h>
11
12       int knet_handle_crypto(
13           knet_handle_t                    knet_h,
14           struct knet_handle_crypto_cfg   *knet_handle_crypto_cfg
15       );
16

DESCRIPTION

18       knet_handle_crypto
19
20       knet_h - pointer to knet_handle_t
21
22       knet_handle_crypto_cfg  - pointer to a knet_handle_crypto_cfg structure
23       see knet_handle_crypto_set_config(3) for details.
24
25       Implementation notes:
26
27       knet_handle_crypto(3) is now a wrapper for  knet_handle_crypto_set_con‐
28       fig(3) and knet_handle_crypto_use_config(3) with config_num set to 1.
29

STRUCTURES

31       struct knet_handle_crypto_cfg {
32           char           crypto_model[16];
33           char           crypto_cipher_type[16];
34           char           crypto_hash_type[16];
35           unsigned char  private_key[KNET_MAX_KEY_LEN];
36           unsigned int   private_key_len;
37       };
38

RETURN VALUE

40       knet_handle_crypto returns:
41
42       0          on success
43
44       -1         on error and errno is set.
45
46       -2          on  crypto subsystem initialization error. No errno is pro‐
47       vided at the moment (yet).
48

SEE ALSO

50       knet_handle_remove_datafd(3), knet_handle_get_stats(3),
51       knet_host_add(3), knet_handle_pmtud_setfreq(3),
52       knet_handle_pmtud_get(3), knet_handle_crypto_use_config(3),
53       knet_host_get_id_by_host_name(3), knet_host_get_status(3),
54       knet_link_add_acl(3), knet_link_get_pong_count(3),
55       knet_link_get_priority(3), knet_handle_free(3),
56       knet_handle_enable_sock_notify(3), knet_handle_get_datafd(3),
57       knet_recv(3), knet_link_get_ping_timers(3),
58       knet_log_get_subsystem_id(3), knet_host_remove(3),
59       knet_host_enable_status_change_notify(3), knet_strtoaddr(3),
60       knet_link_rm_acl(3), knet_send(3), knet_handle_enable_pmtud_notify(3),
61       knet_handle_get_transport_reconnect_interval(3),
62       knet_link_get_enable(3), knet_link_set_priority(3),
63       knet_log_set_loglevel(3), knet_handle_get_channel(3),
64       knet_link_get_config(3), knet_link_get_link_list(3),
65       knet_get_transport_list(3), knet_get_transport_id_by_name(3),
66       knet_log_get_loglevel_id(3), knet_handle_new_ex(3),
67       knet_host_set_name(3), knet_addrtostr(3), knet_handle_setfwd(3),
68       knet_get_compress_list(3), knet_host_set_policy(3),
69       knet_get_transport_name_by_id(3), knet_handle_enable_filter(3),
70       knet_handle_crypto_rx_clear_traffic(3), knet_handle_compress(3),
71       knet_link_get_status(3), knet_handle_add_datafd(3), knet_send_sync(3),
72       knet_log_get_loglevel_name(3), knet_handle_enable_access_lists(3),
73       knet_host_get_host_list(3), knet_host_get_policy(3),
74       knet_link_set_enable(3), knet_link_set_pong_count(3),
75       knet_log_get_subsystem_name(3), knet_host_get_name_by_host_id(3),
76       knet_link_clear_config(3), knet_log_get_loglevel(3),
77       knet_handle_new(3), knet_handle_pmtud_getfreq(3),
78       knet_handle_pmtud_set(3), knet_handle_clear_stats(3),
79       knet_link_set_config(3), knet_handle_crypto_set_config(3),
80       knet_get_crypto_list(3),
81       knet_handle_set_transport_reconnect_interval(3),
82       knet_link_clear_acl(3), knet_link_set_ping_timers(3),
83       knet_link_insert_acl(3)
84
86       Copyright (C) 2010-2020 Red Hat, Inc. All rights reserved.
87
88
89
90kronosnet                         2020-10-19             KNET_HANDLE_CRYPTO(3)
Impressum