Remove useless warning about signature length being shorter than expected.
[tinc] / src / openssl / ecdsa.c
2012-02-21 Guus SliepenRemove useless warning about signature length being...
2011-12-26 Guus SliepenFix compiler warnings.
2011-07-20 Guus SliepenDon't abort() on low-level crypto errors, just return...
2011-07-10 Guus SliepenAutomatically exchange ECDSA keys and upgrade to new...
2011-07-10 Guus SliepenFree ECDSA and RSA structures when freeing a connection_t.
2011-07-08 Guus SliepenHash input before signing it with ECDSA.
2011-07-07 Guus SliepenImplement ECDSA sign and verify operations.
2011-07-03 Guus SliepenAdd ECDSA key import.