Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/SoftEtherVPN/SoftEtherVPN_Stable.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2019-07-14v4.30-9700-betav4.30-9700-betadnobori
2019-07-08v4.30-9696-betav4.30-9696-betadnobori
2019-07-07v4.30-9695-betav4.30-9695-betadnobori
2019-02-28v4.29-9680-rtmv4.29-9680-rtmdnobori
2019-02-28v4.29-9678-rtmv4.29-9678-rtmdnobori
2018-09-11v4.28-9669-betav4.28-9669-betadnobori
2018-05-29v4.27-9668-betav4.27-9668-betadnobori
2018-05-26v4.27-9667-betav4.27-9667-betadnobori
2018-04-21v4.27-9666-betav4.27-9666-betadnobori
2018-04-21v4.27-9665-betav4.27-9665-betadnobori
2018-04-20v4.27-9664-betav4.27-9664-betadnobori
2018-01-15v4.25-9656-rtmv4.25-9656-rtmdnobori
2017-12-21v4.24-9652-betav4.24-9652-betadnobori
2017-10-22v4.24-9651-betav4.24-9651-betadnobori
2017-10-18v4.23-9647-betav4.23-9647-betadnobori
2017-10-18Merge pull request #344 from quantum5/openssl1.1Daiyuu Nobori
OpenSSL 1.1 Port
2017-10-18Merge pull request #315 from rel22/SoftetherVPN-RuToken-S-patch-1Daiyuu Nobori
Added support for RuToken USB key PKCS#11
2017-10-18Merge pull request #313 from zulzardi/patch-2Daiyuu Nobori
Fixed RSA key bits wrong calculation for certain x509 certificate
2017-10-18Merge pull request #309 from moatazelmasry2/openvpn-extend-ciphersDaiyuu Nobori
Openvpn extend ciphers
2017-10-18Merge branch 'master' into add-sha2Daiyuu Nobori
2017-10-18Merge pull request #293 from moatazelmasry2/expand-dh-groupsDaiyuu Nobori
Add DH groups 2048,3072,4096 to IPSec_IKE
2017-10-18Merge pull request #282 from NoahO/NoahO-PPP-patchDaiyuu Nobori
Stop Radius Delay from counting to next_resend
2017-10-18Merge pull request #256 from cm0x4D/masterDaiyuu Nobori
Using client parameter in function CtConnect
2017-09-28Peer info optional in OvsParseKeyMethod2()cm0x4d
2017-07-30OpenSSL 1.1 Port.Quantum
Some potential problems with Ssl_Init_Async_SendAlert.
2017-03-13Add support for RuToken USB key PKCS#11rel22
Test on RuToken-S key. https://www.rutoken.ru/products/all/rutoken-s/
2017-03-10Update Encrypt.cZulyandri Zardi
Fixed RSA bits wrong calculation for certain x509 certificate
2017-02-24Add CAMELLIA cipher suite to OpenVPNMoataz Elmasry
2017-01-23Add HMAC-SHA2-256, HMAC2-384, HMAC2-512 support to OpenVPNMoataz Elmasry
2017-01-23Fix errors while adding SHA2 support to HMACMoataz Elmasry
2017-01-23Add HMAC SHA2 to IKEMoataz Elmasry
2017-01-22Add support for HMAC SHA2-256, HMAC SHA2-384, HMAC SHA2-512Moataz Elmasry
2017-01-21Add DH groups 2048,3072,4096 to IPSec_IKEMoataz Elmasry
src/Cedar/IPsec_IkePacket.c
2016-12-28Add files via uploadNoah O'Donoghue
2016-11-27v4.22-9634-betav4.22-9634-betadnobori
2016-11-27fix conflictDaiyuu Nobori
2016-11-27Merge pull request #127 from nna774/fix/vpncmd-LogFileGetDaiyuu Nobori
fix LogFileGet won't save to SAVEPATH
2016-11-27fix conflictDaiyuu Nobori
2016-11-27Merge pull request #133 from yehorov/masterDaiyuu Nobori
Add the possibility to send the Virtual Hub Name to an external DHCP server
2016-11-27Merge pull request #165 from micsell/cpupatchDaiyuu Nobori
Fixed OSX CPU utilization by replacing broken kevent() with select()
2016-11-27Merge pull request #178 from mcsalgado/fix_initializationDaiyuu Nobori
Fix set initialization, set.OnlyCapsuleModeIsInvalid could be garbage
2016-11-27Merge pull request #204 from LegDog/masterDaiyuu Nobori
Adding Radius AVP Called-Station-Id
2016-11-27resolved the conflictDaiyuu Nobori
2016-11-27Merge pull request #217 from lewellyn/patch-1Daiyuu Nobori
Default to TLS connections only
2016-11-27Merge pull request #229 from chipitsine/masterDaiyuu Nobori
cppcheck issues
2016-11-08HTTPS /wiki redir to 443 (test)Luiz Eduardo Gava
2016-11-08Merge remote-tracking branch 'upstream/master'Luiz Eduardo Gava
2016-10-03Using client parameter in function CtConnectMichael Clausen
Using the global client variable might lead to strange behavoir if multiple clients are allocated and to crashes in the case the client was not initialized with CtStartClient()
2016-08-04Fix that ParseTcpOption doesn't work correctlyajeecai
Suppose there is a TCP SYN or SYN-ACK packet taking options as: 02 04 05 b4 01 01 04 02 01 03 03 04 which is Options: (12 bytes) >Maximum segment size: 1460 bytes >No-Operation (NOP) >No-Operation (NOP) >TCP SACK Permitted Option: True >No-Operation (NOP) >Window scale: 4 (multiply by 16) Then the original parse function only returns MSS 1460 while WSS is 0.
2016-05-04merge upstream v4.21-9613-betaMykhaylo Yehorov