]> Cypherpunks.ru repositories - govpn.git/history - src
No need of notice that noise-mode is enabled when encryptionless is on
[govpn.git] / src /
2016-12-08 Sergey MatveevNo need of notice that noise-mode is enabled when encry...
2016-12-08 Sergey MatveevIt is better to work directly with structs, returning...
2016-12-08 Sergey MatveevTrivial stylistical changes
2016-12-08 Sergey MatveevWe must fail if invalid transport configuration is set
2016-12-08 Sergey Matveevgo fmt code
2016-12-08 Bruno ClermontRefactor govpn-client.
2016-12-08 Bruno ClermontOnly use YAML binding version 2.
2016-12-03 Sergey MatveevPull changes for golang.org/x/crypto with fixed BLAKE2b...
2016-10-29 Sergey MatveevMerge branch 'develop' 7.0
2016-10-29 Sergey MatveevAbility to use TUN-interfaces under GNU/Linux
2016-10-29 Sergey MatveevReplace (X)Salsa20 with ChaCha20
2016-10-29 Sergey MatveevReplace blake2b with golang.org/x/crypto implementation
2016-10-29 Sergey MatveevUse an updated salsa20, poly1305 from golang.org/x...
2016-09-11 Sergey MatveevMerge branch 'develop' 6.0
2016-09-11 Sergey MatveevReplace Argon2 with Balloon hashing
2016-09-11 Sergey MatveevFix formatting
2016-09-11 Sergey MatveevUnnecessary benchmark timer reset call
2016-09-11 Sergey MatveevUpdate go-yaml dependency
2016-09-11 Sergey MatveevUpdated golang.org/x/crypto (contains ssh/terminal...
2016-07-07 Sergey MatveevMerge branch 'develop' 5.10
2016-07-07 Sergey Matveev-version command line option
2016-07-07 Sergey MatveevMerge branch 'develop' 5.9
2016-07-03 Sergey MatveevAbility to disable client reconnection
2016-07-03 Sergey MatveevReconnect client after timeout, do not exit
2016-07-03 Sergey MatveevMove protocol argument check out of cycle
2016-05-10 Sergey MatveevMerge branch 'develop' 5.8
2016-05-09 Sergey MatveevReplace XTEA with BLAKE2b-based MAC
2016-05-09 Sergey MatveevRefactor and simplify CPR work code
2016-05-08 Sergey MatveevUse RFC 5424-like structured log format
2016-05-08 Sergey MatveevInitial syslog support
2016-05-05 Sergey Matveevcrypto/rand does not guarantee full read at once
2016-03-13 Sergey MatveevMerge branch 'develop' 5.7
2016-03-13 Sergey MatveevUpdate Argon2 library to use 1.3 version of the algorithm
2016-03-13 Sergey MatveevUpdate yaml parsing library
2016-03-07 Sergey Matveev-warranty CLI option
2016-03-07 Sergey MatveevExecute all down script when server is terminated
2016-03-07 Sergey MatveevPass parameters to scripts through environment variables
2016-02-16 Sergey MatveevIncrease default MTU value
2016-02-12 Sergey MatveevMerge branch 'develop' 5.6
2016-02-07 Sergey MatveevDo not print Conn field in statistics
2016-02-06 Sergey MatveevMerge branch 'develop' 5.5
2016-02-06 Sergey MatveevAlign statistics counters for correct sync.atomic work...
2016-02-06 Sergey MatveevLet all counters will be unsigned, as sign does not...
2016-02-06 Sergey MatveevIt is possible that frame counters will be bigger than...
2016-01-31 Sergey MatveevMerge branch 'develop' 5.4
2016-01-31 Sergey MatveevCheck that verifier is provided for client
2016-01-30 Sergey Matveev"identity" looks better than "identity"
2016-01-29 Sergey MatveevAdd time synchronization requirement option
2016-01-29 Sergey MatveevBase64 peer identifiers, not hex, as they are used...
2016-01-24 Sergey MatveevNo need in buffers outside the reading goroutine
2016-01-21 Sergey MatveevMerge branch 'develop' 5.3
2016-01-21 Sergey MatveevUse stderr for passphrase prompt, to prevent newclient...
2016-01-20 Sergey MatveevAdd common cypherpunks.ru prefix for govpn Go package...
2016-01-13 Sergey MatveevMerge branch 'develop' 5.2
2016-01-13 Sergey MatveevUse ssh/terminal package for reading passwords directly...
2016-01-13 Sergey MatveevNo need in constant time comparison in CLI utility
2016-01-10 Sergey MatveevMerge branch 'develop' 5.1
2016-01-10 Sergey MatveevReplace HSalsa20 with already got BLAKE2b well-known...
2016-01-10 Sergey MatveevUse YAML instead of JSON for server configuration file
2016-01-10 Sergey MatveevDo not exit if JSON configuration failed during runtime
2016-01-10 Sergey MatveevAllow 9000 MTUs on TAP interfaces, consider Ethernet...
2016-01-08 Sergey MatveevLower Argon2 parameters for tests speedup
2016-01-06 Sergey MatveevMerge branch 'develop' 5.0
2016-01-06 Sergey Matveev[DOC] Various small corrections
2016-01-06 Sergey MatveevPrefix testing-related global variables for clarity
2016-01-06 Sergey MatveevInput transport data size check
2016-01-06 Sergey MatveevCheck that specified MTUs are not greater than MTUMax
2016-01-06 Sergey MatveevLock-values are better passed as a pointer
2016-01-06 Sergey MatveevTake into account user's MTU and encryptionless setting...
2016-01-06 Sergey MatveevEncLess -> Encless for convenience
2016-01-06 Sergey MatveevMove cprCycleCalculate to peer.go, as it is the only...
2016-01-06 Sergey MatveevUse faster Salsa20 instead of HKDF in AONT
2016-01-06 Sergey MatveevFaster chaffing
2016-01-06 Sergey MatveevRename chaffing package
2016-01-05 Sergey Matveev[DOC] Actually we hash in different order
2016-01-05 Sergey MatveevSimple handshake passing tests
2016-01-05 Sergey MatveevConfigure MTU on per-user basis
2016-01-05 Sergey MatveevSimplify transport packet padding scheme, save 1 byte
2016-01-05 Sergey MatveevAbility to explicitly specify TAP interface, without...
2016-01-05 Sergey MatveevInitial encryptionless mode support
2016-01-05 Sergey MatveevAdd encryptionless confidentiality preserving encoding
2016-01-03 Sergey MatveevMake SliceZero function public
2016-01-03 Sergey Matveevgovpn-verifier can also use EGD
2015-12-30 Sergey MatveevAdd missing source code file copyright
2015-12-30 Sergey MatveevRaise copyright years
2015-11-15 Sergey MatveevMerge branch 'develop' 4.2
2015-11-15 Sergey MatveevSkip peer creation if either up-script or interface...
2015-11-14 Sergey MatveevPretty print peer's identity in statistics
2015-11-13 Sergey MatveevCheck that verifier with public key is provided for...
2015-11-04 Sergey MatveevMerge branch 'develop' 4.1
2015-11-03 Sergey MatveevUse Argon2d PHC winner instead of PBKDF2
2015-10-14 Sergey MatveevIf proxy is specified, then forcefully use TCP protocol...
2015-09-21 Sergey MatveevAdditional buffer bounds checks
2015-09-21 Sergey MatveevAdd missing copyright docstrings
2015-09-20 Sergey MatveevFixed test passing
2015-09-19 Sergey MatveevMerge branch 'develop' 4.0
2015-09-18 Sergey MatveevMove nonce expectation calculation to common function
2015-09-18 Sergey MatveevJSON configuration
2015-09-17 Sergey MatveevRename NoiseEnable field for simplicity
2015-09-17 Sergey MatveevBetter byte notation
next