Eivind Næss
Eivind Næss
@Neustradamus I did try to compile with it again, and it does issue a bunch of deprecated warnings when compiling against it. Nothing too major, but it looks like to...
@jjkeijser good to hear from you again! I am arriving at the very same conclusion as you. - Renaming the symbols to e.g. ppp_MD5 will help this migration, and also...
The built in MD4 algorithm is busted and should probably be replaced. The MD4Update() needs to force the data stream in chunks when feeding the algorithm. I didn't realize this...
I did know Microsoft has for a while discouraged FIPS, but if you are selling software to US government then it is a problem. However, I think we can burry...
@tisj MSCHAPv2 still very much depends on the NTPasswordHash which is entirely done by using MD4
Ahh ... Sorry, I misspoke. I meant ChallengeResponse() is used by both versions of MSCHAP and applies DES to generate the NT Response.
@jjkeijser 1) Yes, I agree. We cannot drop the private implementation of the crypto stuff 2) We should put a drop-in implementation for DES as you cannot compile pppd without...
There is a few deprecated warnings I think. We should probably add a change to add DES encryption as a standalone for when compiling without OpenSSL. Does Fedora use OpenSSL...
@Bidski ``` pppd[74443]: sent [LCP ConfReq id=0x2 ] pppd[74443]: rcvd [LCP ConfAck id=0x2 ] ``` @nomis is right, your local pppd configuration is sending a LCP config request to the...
How are your server setup? Are you dialing into a Windows server via L2TP? Even if you are, specifying "noccp" and the options "require-mppe" and "mppe-stateful" is a no-op. Don't...