[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[lwip-commits] [SCM] UNNAMED PROJECT branch, ppp-new, updated. f5dc6e80c
From: |
Sylvain Rochet |
Subject: |
[lwip-commits] [SCM] UNNAMED PROJECT branch, ppp-new, updated. f5dc6e80c061fafff993b377071bb0a50dcac641 |
Date: |
Sun, 20 May 2012 18:04:42 +0000 |
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "UNNAMED PROJECT".
The branch, ppp-new has been updated
via f5dc6e80c061fafff993b377071bb0a50dcac641 (commit)
via de70b710af43942130690e9225b32b02cea279aa (commit)
from bf10a27db89eb64a50df40a173b2d012b47586e3 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit f5dc6e80c061fafff993b377071bb0a50dcac641
Author: Sylvain Rochet <address@hidden>
Date: Sun May 20 20:04:05 2012 +0200
Removed uneeded crypt() from auth.c and session.c
commit de70b710af43942130690e9225b32b02cea279aa
Author: Sylvain Rochet <address@hidden>
Date: Sun May 20 19:57:37 2012 +0200
Added PolarSSL DES library, which is necessary for MSCHAP.
Added a README about our PolarSSL included files, clarifying what we did.
Removed crypt(), -lcrypt ( setkey() / encrypt() ) dependencies.
-----------------------------------------------------------------------
Summary of changes:
src/netif/ppp/auth.c | 3 +
src/netif/ppp/chap_ms.c | 35 +++-
src/netif/ppp/eap.c | 6 +
src/netif/ppp/polarssl/README | 33 ++++
src/netif/ppp/polarssl/des.c | 418 +++++++++++++++++++++++++++++++++++++++++
src/netif/ppp/polarssl/des.h | 88 +++++++++
src/netif/ppp/pppcrypt.c | 161 ++--------------
src/netif/ppp/pppcrypt.h | 12 +-
src/netif/ppp/session.c | 2 +
9 files changed, 591 insertions(+), 167 deletions(-)
create mode 100644 src/netif/ppp/polarssl/README
create mode 100644 src/netif/ppp/polarssl/des.c
create mode 100644 src/netif/ppp/polarssl/des.h
hooks/post-receive
--
UNNAMED PROJECT
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [lwip-commits] [SCM] UNNAMED PROJECT branch, ppp-new, updated. f5dc6e80c061fafff993b377071bb0a50dcac641,
Sylvain Rochet <=