This website requires JavaScript.
Explore
Help
Register
Sign In
backup
/
barrier
Watch
1
Star
0
Fork
0
You've already forked barrier
mirror of
https://github.com/debauchee/barrier.git
synced
2026-07-06 03:46:29 +08:00
Code
Issues
Projects
Releases
Wiki
Activity
Files
bae07f8cd5a38d27902fd49eaf2592fec939a3f5
barrier
/
src
/
test
/
unittests
History
Nick Bolton
bae07f8cd5
test for generating keys from longer passwords.
2013-04-11 21:52:45 +00:00
..
client
fixed buffer overrun bugs in unit tests.
2013-04-10 17:30:21 +00:00
io
Jerry's patch for password hash and custom mode (via command line).
2013-04-09 21:57:07 +00:00
server
fixed: real server dtor being called (we forgot to set m_mock - FUUUUUUUU). also added quick and dirty backtrace for osx, since we keep accidentally calling that singleton in unit tests... could be handy, we should consider refactoring into a func maybe.
2013-04-11 05:50:59 +00:00
synergy
test for generating keys from longer passwords.
2013-04-11 21:52:45 +00:00
CMakeLists.txt
sending IV to client before DKDN, DKUP and DKRP (the most sensitive messages). unit tests to support changes. made crypto stream tests a bit less spammy by using NiceMock.
2013-04-09 18:56:19 +00:00
Main.cpp
implemented crypto stream, with some extra unit tests
2013-04-05 16:33:48 +00:00