Message send to a peer to respond to a #GNUNET_MESSAGE_TYPE_ADDRESS_VALIDATION_CHALLENGE. More...
Data Fields | |
| struct GNUNET_MessageHeader | header |
| Type is GNUNET_MESSAGE_TYPE_TRANSPORT_ADDRESS_VALIDATION_RESPONSE. | |
| uint32_t | reserved |
| Always zero. | |
| struct GNUNET_CRYPTO_EddsaSignature | signature |
| The peer's signature matching the GNUNET_SIGNATURE_PURPOSE_TRANSPORT_CHALLENGE purpose. | |
| struct GNUNET_CRYPTO_ChallengeNonceP | challenge |
| The challenge that was signed by the receiving peer. | |
Message send to a peer to respond to a #GNUNET_MESSAGE_TYPE_ADDRESS_VALIDATION_CHALLENGE.
Definition at line 1014 of file gnunet-service-transport.c.
| struct GNUNET_MessageHeader TransportValidationResponseMessage::header |
Type is GNUNET_MESSAGE_TYPE_TRANSPORT_ADDRESS_VALIDATION_RESPONSE.
Definition at line 1019 of file gnunet-service-transport.c.
Referenced by handle_validation_challenge(), and send_t_validation_response().
| uint32_t TransportValidationResponseMessage::reserved |
Always zero.
Definition at line 1024 of file gnunet-service-transport.c.
Referenced by handle_validation_challenge().
| struct GNUNET_CRYPTO_EddsaSignature TransportValidationResponseMessage::signature |
The peer's signature matching the GNUNET_SIGNATURE_PURPOSE_TRANSPORT_CHALLENGE purpose.
Definition at line 1030 of file gnunet-service-transport.c.
Referenced by handle_validation_challenge(), and handle_validation_response().
| struct GNUNET_CRYPTO_ChallengeNonceP TransportValidationResponseMessage::challenge |
The challenge that was signed by the receiving peer.
Definition at line 1035 of file gnunet-service-transport.c.
Referenced by handle_validation_challenge(), and handle_validation_response().