[Openswan Users] esp option null-sha1-96 doesn't work

friedrich Euler friedrich.euler at googlemail.com
Tue Jan 8 05:16:50 EST 2008


Hello,

How can I set up a tunnel without encryption? I tried to set esp to
null-sha1-96 but this doesn't work. I checked the source but the
spi.csource shows that null-sha1-96 option is not evaluated.  Why is
this
missing?

--- CUT ---

int decode_esp(char *algname)
{
  int esp_alg;

  if(!strcmp(algname, "3des-md5-96")) {
    esp_alg = XF_ESP3DESMD596;
  } else if(!strcmp(algname, "3des-sha1-96")) {
    esp_alg = XF_ESP3DESSHA196;
  } else if(!strcmp(algname, "3des")) {
    esp_alg = XF_ESP3DES;
#ifdef KERNEL_ALG
  } else if((alg_info=alg_info_esp_create_from_str(algname, &alg_err, FALSE))) {
    int esp_ealg_id, esp_aalg_id;

    esp_alg = XF_OTHER_ALG;
...

--- END-CUT---


Thanks

friedrich
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.openswan.org/pipermail/users/attachments/20080108/95f01327/attachment.html 


More information about the Users mailing list