zoulasc / racoon2

The Racoon2 project is a joint effort which provides an implementation of key management system for IPsec. The implementation is called Racoon2, a successor of Racoon, which was developed by the KAME project. It supports IKEv1, IKEv2, and KINK protocols. It works on FreeBSD, NetBSD, Linux, and Mac OS X. Racoon2 is provided under a BSD-style license. To support various environments that use IPsec, we will develop various functions.
Other
18 stars 11 forks source link

IKEv2 send_cert and send_cert_req issue #11

Open kohan9 opened 2 years ago

kohan9 commented 2 years ago

Hello, tks for the amazing ipsec opensource!

  I am using racoon2 for making my own ipsec tunnel. I want to use options send_cert and send_cert_req. As in your codes, they had not been tested yet. Can you give me an guide to deal with this?
  PS: I did edit the code (by comment  the block - UNSUPPORTED  send_cert and send_cert_req) in /src/iked/ike_conf.c and make the project again, config the: peers_public_key ascii "peer_cert.pem" in tunnel.conf. But the log still show "failed to get  public key".
  Tks again
  Hoang