lwip/src/netif/ppp
Sylvain Rochet 4d6d65ee33 PPP, MPPE, fixed SHA1 padding
SHA1 padding is 40 byte, not 256 byte. Rekeying is done for each
packet in stateless mode, ensure speedness using static table for padding.
2015-04-11 23:57:47 +02:00
..
polarssl PPP, updated polarssl readme 2015-03-29 12:19:32 +02:00
auth.c PPP, MPPE, replaced #ifdef MPPE to #if MPPE_SUPPORT 2015-03-20 00:20:12 +01:00
ccp.c PPP, CCP, added missing defines from linux/ppp-comp.h to ccp.h 2015-03-29 12:19:32 +02:00
chap_ms.c PPP, CCP, added missing defines from linux/ppp-comp.h to ccp.h 2015-03-29 12:19:32 +02:00
chap-md5.c
chap-new.c PPP, SERVER, MSCHAP: move output message from chap_server.message struct to stack 2015-03-01 00:34:00 +01:00
demand.c
eap.c PPP, EAP: using MAXNAMELEN define instead of hardcoded 256 size for rhostname 2015-02-28 20:37:41 +01:00
ecp.c
eui64.c PPP, IPv6, reduce size of llv6_ntoa() function 2015-03-08 13:33:55 +01:00
fsm.c PPP, FSM, added assert to easily track cilen size mismatch 2015-03-24 23:10:58 +01:00
ipcp.c PPP, IPCP, removed proxy ARP support 2015-03-08 23:00:27 +01:00
ipv6cp.c PPP, IPV6, correct fix for IPV6CP_COMP disabling 2015-03-23 23:48:00 +01:00
lcp.c
magic.c
mppe.c PPP, MPPE, fixed SHA1 padding 2015-04-11 23:57:47 +02:00
multilink.c
ppp.c task #12722 (improve IPv4/v6 address handling): renamed ip_addr_t to ip4_addr_t, renamed ipX_addr_t to ip_addr_t and added IP version; 2015-04-09 22:21:15 +02:00
pppcrypt.c
PPPD_FOLLOWUP
pppoe.c PPP, cleared warnings if PPP_DEBUG is off 2015-03-15 17:57:16 +01:00
pppol2tp.c PPP, PPPoL2TP, improved pppol2tp_create() error path 2015-04-11 14:06:06 +02:00
pppos.c task #12722 (improve IPv4/v6 address handling): renamed ip_addr_t to ip4_addr_t, renamed ipX_addr_t to ip_addr_t and added IP version; 2015-04-09 22:21:15 +02:00
upap.c
utils.c
vj.c task #12722 (improve IPv4/v6 address handling): renamed ip_addr_t to ip4_addr_t, renamed ipX_addr_t to ip_addr_t and added IP version; 2015-04-09 22:21:15 +02:00