Message signed by a peer to confirm that it can indeed receive messages at a particular address. More...
Data Fields | |
struct GNUNET_CRYPTO_EccSignaturePurpose | purpose |
Purpose is GNUNET_SIGNATURE_PURPOSE_TRANSPORT_CHALLENGE. More... | |
struct GNUNET_TIME_RelativeNBO | validity_duration |
How long does the sender believe the address on which the challenge was received to remain valid? More... | |
struct GNUNET_CRYPTO_ChallengeNonceP | challenge |
Challenge signed by the receiving peer. More... | |
Message signed by a peer to confirm that it can indeed receive messages at a particular address.
Definition at line 866 of file gnunet-service-transport.c.
struct GNUNET_CRYPTO_EccSignaturePurpose TransportValidationPS::purpose |
Purpose is GNUNET_SIGNATURE_PURPOSE_TRANSPORT_CHALLENGE.
Definition at line 871 of file gnunet-service-transport.c.
Referenced by handle_validation_challenge(), and handle_validation_response().
struct GNUNET_TIME_RelativeNBO TransportValidationPS::validity_duration |
How long does the sender believe the address on which the challenge was received to remain valid?
Definition at line 877 of file gnunet-service-transport.c.
Referenced by handle_validation_challenge().
struct GNUNET_CRYPTO_ChallengeNonceP TransportValidationPS::challenge |
Challenge signed by the receiving peer.
Definition at line 882 of file gnunet-service-transport.c.