Displaying 3 results from an estimated 3 matches for "daemen".
Did you mean:
daelen
2001 Feb 24
1
Urgent: unknown ID / metadata socket error
Dear tincerers-
Please help, I need to get this working *today* (ack!). I've installed
tinc 1.0p3 on two machines fully updated rh7, "stockton" and "lodi",
where "lodi" is trying to "ConnectTo" "stockton". When I start the tinc
daemens on each side, this is what i get in my logs:
Stockton:
Feb 23 19:07:57 srouter tinc.pacheart[2794]: tincd 1.0pre3 (Feb 23 2001
03:44:24) starting, debug level 4
Feb 23 19:07:57 srouter tinc.pacheart[2794]: Ready: listening on port
655
Feb 23 19:07:57 srouter tinc: startup of network pacheart succ...
2001 Feb 24
1
Urgent: unknown ID / metadata socket error
Dear tincerers-
Please help, I need to get this working *today* (ack!). I've installed
tinc 1.0p3 on two machines fully updated rh7, "stockton" and "lodi",
where "lodi" is trying to "ConnectTo" "stockton". When I start the tinc
daemens on each side, this is what i get in my logs:
Stockton:
Feb 23 19:07:57 srouter tinc.pacheart[2794]: tincd 1.0pre3 (Feb 23 2001
03:44:24) starting, debug level 4
Feb 23 19:07:57 srouter tinc.pacheart[2794]: Ready: listening on port
655
Feb 23 19:07:57 srouter tinc: startup of network pacheart succ...
2001 Sep 12
0
AES update..
...RE,
+ * EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ */
+#include <stdlib.h>
+#include <string.h>
-/* This is an independent implementation of the encryption algorithm: */
-/* */
-/* RIJNDAEL by Joan Daemen and Vincent Rijmen */
-/* */
-/* which is a candidate algorithm in the Advanced Encryption Standard */
-/* programme of the US National Institute of Standards and Technology. */
-
-/*
- ---------------------...