Here is the quote from the spec:
If we are announcing ourselves we must put our real long term public key in the packet and encrypt it with our long term private key. This is so the peer we are announcing ourselves to can be sure that we actually own that public key.
Shouldn't it be and sign it with our long term private key instead?
Here is the quote from the spec:
Shouldn't it be
and sign it with our long term private keyinstead?