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

Paul Wouters paul at vault.libreswan.fi
Sat Apr 27 20:00:58 EEST 2013


New commits:
commit 1966f881b4d908cb72db93829dec8620266005e6
Author: Paul Wouters <pwouters at redhat.com>
Date:   Sat Apr 27 13:00:35 2013 -0400

    * updated changes

commit a7ed46071760b5a329e3bb40a06206cb5806f204
Author: Paul Wouters <pwouters at redhat.com>
Date:   Sat Apr 27 12:50:30 2013 -0400

    * security: Fix the abort calls for do_aes() and do_3des()
    
    The NSS function PK11_CreateContextBySymKey() can return 0 in the functional
    case. It returns NULL or SECFailure in the failure case.

commit 7fbdc1adc71cd0ccc29466612866f54b552e0784
Author: Paul Wouters <pwouters at redhat.com>
Date:   Sat Apr 27 12:38:55 2013 -0400

    * update changes

commit 45af631a213859b8bc72200496cf99d3baa5b6f3
Author: Paul Wouters <pwouters at redhat.com>
Date:   Sat Apr 27 12:37:31 2013 -0400

    * Removed unused function load_host_cert()
    
    This function was only used in the non-NSS path which we no longer
    support.

commit 8827a35fea604eb19d8d15010ab40250ddf8ab3b
Author: Paul Wouters <pwouters at redhat.com>
Date:   Sat Apr 27 12:32:34 2013 -0400

    * security: Fix misuse of ASN1_BUF_LEN and PATH_MAX in unused function
    
    ASN1_BUF_LEN was declared as 512 at one location and 256 at another. Moved
    it to x509.h as 512 and verified its usage.
    
    In load_host_cert() it copied a char[PATH_MAX] for ASN1_BUF_LEN length. Luckilly,
    PATH_MAX is 1024 so it would always fit.
    
    Additionally, since load_host_cert() is only used in the non-NSS code branch
    which we no lnoger support, this function has been #if'defed out.

commit bd59ffdf2fe39c2139f1126c4c3d10fff89bcb22
Author: Paul Wouters <pwouters at redhat.com>
Date:   Sat Apr 27 12:29:47 2013 -0400

    * updated changes



More information about the Swan-commit mailing list