[Swan-commit] Changes to ref refs/heads/master

Paul Wouters paul at vault.libreswan.fi
Mon Oct 29 01:38:17 UTC 2018


New commits:
commit bcf8c0b21e78895748d669c97c1c030c4a9e504b
Author: Paul Wouters <pwouters at redhat.com>
Date:   Mon Oct 29 02:37:58 2018 +0100

    documentation: updated CHANGES

commit c474d338fac0ef7a59e8589b495e60a855380946
Author: Vukasin Karadzic <vukasin.karadzic at gmail.com>
Date:   Mon Oct 29 02:34:44 2018 +0100

    IKEv2: tidy PPK code a bit
    
    - remove one redundant DBG log
    
    - remove declaration and freeanychunk that serve no purpose at all
    
    Signed-off-by: Paul Wouters <pwouters at redhat.com>

commit e7ae110e4887d25e505b377c00a5c55ae36fb265
Author: Vukasin Karadzic <vukasin.karadzic at gmail.com>
Date:   Mon Oct 29 02:25:33 2018 +0100

    libswan: fix three secrets processing bugs
    
    bug 1: When quotes were not put around PSK/PPK password secret there were
    some id_list related leaks. They occured because we first allocate id's
    when reading secrets and only then read the secret. There was no freeing
    of id's if the reading of actual secret goes bad. This commit fixes that.
    
    bug 2: There was a segmentation fault when PPK is not specified after
    PPK_ID. Now it is checked if there is any token after PPK_ID before
    continuing.
    
    bug 3: ppk_id was not free'd in one case. Now it is being free'd.
    
    Signed-off-by: Paul Wouters <pwouters at redhat.com>



More information about the Swan-commit mailing list