Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | reindented code | Nikos Mavrogiannopoulos | 2013-11-08 | 10 | -2694/+2663 |
* | Added underscore to camellia gcm context. | Nikos Mavrogiannopoulos | 2013-10-22 | 3 | -15/+15 |
* | Added Camellia with GCM | Nikos Mavrogiannopoulos | 2013-10-22 | 4 | -5/+157 |
* | Revert "Add nettle dependencies to libcrypto.la" | Nikos Mavrogiannopoulos | 2013-06-19 | 1 | -1/+0 |
* | Add nettle dependencies to libcrypto.la | Nikos Mavrogiannopoulos | 2013-06-03 | 1 | -0/+1 |
* | correctly place cflags | Nikos Mavrogiannopoulos | 2013-06-03 | 1 | -5/+6 |
* | Directly link to gmp library. Based on original patch by Alon Bar-Lev <alon.b... | Nikos Mavrogiannopoulos | 2013-06-02 | 1 | -1/+4 |
* | eliminated unused variable | Nikos Mavrogiannopoulos | 2013-05-26 | 1 | -3/+2 |
* | corrected bug with _gnutls_dsa_q_to_hash() usage introduced previously | Nikos Mavrogiannopoulos | 2013-05-25 | 1 | -9/+5 |
* | simplified access to cipher and mac properties to reduce wasted cycles. | Nikos Mavrogiannopoulos | 2013-05-25 | 1 | -9/+20 |
* | fail on wrong key sizes | Nikos Mavrogiannopoulos | 2013-05-19 | 1 | -4/+7 |
* | several updates | Nikos Mavrogiannopoulos | 2013-05-16 | 1 | -1/+1 |
* | Added umac-128 | Nikos Mavrogiannopoulos | 2013-05-03 | 1 | -2/+18 |
* | Avoid linking the library on librt. | Nikos Mavrogiannopoulos | 2013-04-28 | 1 | -1/+0 |
* | eliminate the reset ability from hashes | Nikos Mavrogiannopoulos | 2013-04-27 | 1 | -11/+0 |
* | Do not handle MAC reset separately. It is implied by nettle's output function. | Nikos Mavrogiannopoulos | 2013-04-27 | 1 | -24/+0 |
* | nettle 2.7 is required | Nikos Mavrogiannopoulos | 2013-04-13 | 2 | -17/+1 |
* | renamed HAVE_UMAC -> HAVE_NETTLE27 | Nikos Mavrogiannopoulos | 2013-04-12 | 2 | -8/+8 |
* | Added ESTREAM salsa20 cipher. | Nikos Mavrogiannopoulos | 2013-04-12 | 1 | -0/+15 |
* | better naming of functions | Nikos Mavrogiannopoulos | 2013-04-11 | 1 | -19/+19 |
* | Updated UMAC code to use nettle's new implementation | Nikos Mavrogiannopoulos | 2013-04-11 | 1 | -17/+14 |
* | reduce the number of temp variables in ECDH | Nikos Mavrogiannopoulos | 2013-04-05 | 1 | -4/+2 |
* | Removed elliptic curve code from gnutls. Use nettle's implementation. | Nikos Mavrogiannopoulos | 2013-04-02 | 20 | -2761/+167 |
* | Salsa20R20 -> Salsa20 | Nikos Mavrogiannopoulos | 2013-03-19 | 1 | -4/+4 |
* | The HMAC subsystem can now be used for other MAC algorithms, like UMAC. UMAC-... | Nikos Mavrogiannopoulos | 2013-03-19 | 2 | -33/+83 |
* | Added salsa20 cipher, and ciphersuites. | Nikos Mavrogiannopoulos | 2013-03-17 | 1 | -8/+26 |
* | Private key parameters are overwritten with zeros on deinitialization. | Nikos Mavrogiannopoulos | 2013-03-15 | 1 | -19/+29 |
* | fixed nonce generation after fork(). | Nikos Mavrogiannopoulos | 2013-02-27 | 1 | -15/+15 |
* | properly set close-on-exec. | Nikos Mavrogiannopoulos | 2013-02-12 | 1 | -1/+2 |
* | corrected extract_digest_info | Nikos Mavrogiannopoulos | 2013-02-10 | 1 | -5/+8 |
* | corrected typo | Nikos Mavrogiannopoulos | 2013-02-05 | 1 | -2/+2 |
* | corrected wrap_nettle_hash_algorithm() to work with arbitrary key sizes. | Nikos Mavrogiannopoulos | 2013-02-05 | 1 | -12/+10 |
* | Corrected typo. Reported by Mark Brand. | Nikos Mavrogiannopoulos | 2013-02-04 | 1 | -1/+1 |
* | Use LGPLv2.1 in the files their author's agreed to. | Nikos Mavrogiannopoulos | 2013-02-01 | 24 | -24/+24 |
* | Added gnutls_rnd_refresh(). | Nikos Mavrogiannopoulos | 2013-01-27 | 1 | -2/+17 |
* | No need to cache events with the current behavior. | Nikos Mavrogiannopoulos | 2013-01-26 | 1 | -25/+16 |
* | nonces update the internal rng state much slower. | Nikos Mavrogiannopoulos | 2013-01-26 | 1 | -12/+17 |
* | optimized random generator. | Nikos Mavrogiannopoulos | 2013-01-26 | 1 | -97/+104 |
* | reduced calls to getpid | Nikos Mavrogiannopoulos | 2013-01-25 | 1 | -2/+2 |
* | use the more precise gettime() instead of gettimeofday(). | Nikos Mavrogiannopoulos | 2013-01-25 | 1 | -6/+3 |
* | Added new error code GNUTLS_E_RANDOM_DEVICE_ERROR. | Nikos Mavrogiannopoulos | 2013-01-07 | 1 | -5/+5 |
* | Corrected issue when an EGD device was not found. Reported by Joshua Phillips. | Nikos Mavrogiannopoulos | 2013-01-07 | 1 | -0/+5 |
* | corrected error code | Nikos Mavrogiannopoulos | 2013-01-03 | 1 | -1/+1 |
* | made PKCS#1 1.5 encoding and decoding stricter. Reported by Kikuchi Masashi. | Nikos Mavrogiannopoulos | 2012-12-28 | 1 | -2/+8 |
* | set cache to null after deinitialization | Nikos Mavrogiannopoulos | 2012-11-24 | 1 | -0/+1 |
* | included config.h to avoid issue with gnulib | Nikos Mavrogiannopoulos | 2012-10-04 | 1 | -0/+2 |
* | Corrected signed-to-unsigned comparisons | Nikos Mavrogiannopoulos | 2012-09-28 | 1 | -1/+1 |
* | several cleanups | Nikos Mavrogiannopoulos | 2012-09-22 | 1 | -1/+1 |
* | Fix mpz_unitstbit compilation with GMP versions < 5. | Ilya Tumaykin | 2012-09-12 | 1 | -6/+10 |
* | Removed unused ECC code. | Nikos Mavrogiannopoulos | 2012-08-31 | 12 | -779/+151 |