summaryrefslogtreecommitdiff
path: root/lib/nettle
Commit message (Expand)AuthorAgeFilesLines
* reindented codeNikos Mavrogiannopoulos2013-11-0810-2694/+2663
* Added underscore to camellia gcm context.Nikos Mavrogiannopoulos2013-10-223-15/+15
* Added Camellia with GCMNikos Mavrogiannopoulos2013-10-224-5/+157
* Revert "Add nettle dependencies to libcrypto.la"Nikos Mavrogiannopoulos2013-06-191-1/+0
* Add nettle dependencies to libcrypto.laNikos Mavrogiannopoulos2013-06-031-0/+1
* correctly place cflagsNikos Mavrogiannopoulos2013-06-031-5/+6
* Directly link to gmp library. Based on original patch by Alon Bar-Lev <alon.b...Nikos Mavrogiannopoulos2013-06-021-1/+4
* eliminated unused variableNikos Mavrogiannopoulos2013-05-261-3/+2
* corrected bug with _gnutls_dsa_q_to_hash() usage introduced previouslyNikos Mavrogiannopoulos2013-05-251-9/+5
* simplified access to cipher and mac properties to reduce wasted cycles.Nikos Mavrogiannopoulos2013-05-251-9/+20
* fail on wrong key sizesNikos Mavrogiannopoulos2013-05-191-4/+7
* several updatesNikos Mavrogiannopoulos2013-05-161-1/+1
* Added umac-128Nikos Mavrogiannopoulos2013-05-031-2/+18
* Avoid linking the library on librt.Nikos Mavrogiannopoulos2013-04-281-1/+0
* eliminate the reset ability from hashesNikos Mavrogiannopoulos2013-04-271-11/+0
* Do not handle MAC reset separately. It is implied by nettle's output function.Nikos Mavrogiannopoulos2013-04-271-24/+0
* nettle 2.7 is requiredNikos Mavrogiannopoulos2013-04-132-17/+1
* renamed HAVE_UMAC -> HAVE_NETTLE27Nikos Mavrogiannopoulos2013-04-122-8/+8
* Added ESTREAM salsa20 cipher.Nikos Mavrogiannopoulos2013-04-121-0/+15
* better naming of functionsNikos Mavrogiannopoulos2013-04-111-19/+19
* Updated UMAC code to use nettle's new implementationNikos Mavrogiannopoulos2013-04-111-17/+14
* reduce the number of temp variables in ECDHNikos Mavrogiannopoulos2013-04-051-4/+2
* Removed elliptic curve code from gnutls. Use nettle's implementation.Nikos Mavrogiannopoulos2013-04-0220-2761/+167
* Salsa20R20 -> Salsa20Nikos Mavrogiannopoulos2013-03-191-4/+4
* The HMAC subsystem can now be used for other MAC algorithms, like UMAC. UMAC-...Nikos Mavrogiannopoulos2013-03-192-33/+83
* Added salsa20 cipher, and ciphersuites.Nikos Mavrogiannopoulos2013-03-171-8/+26
* Private key parameters are overwritten with zeros on deinitialization.Nikos Mavrogiannopoulos2013-03-151-19/+29
* fixed nonce generation after fork().Nikos Mavrogiannopoulos2013-02-271-15/+15
* properly set close-on-exec.Nikos Mavrogiannopoulos2013-02-121-1/+2
* corrected extract_digest_infoNikos Mavrogiannopoulos2013-02-101-5/+8
* corrected typoNikos Mavrogiannopoulos2013-02-051-2/+2
* corrected wrap_nettle_hash_algorithm() to work with arbitrary key sizes.Nikos Mavrogiannopoulos2013-02-051-12/+10
* Corrected typo. Reported by Mark Brand.Nikos Mavrogiannopoulos2013-02-041-1/+1
* Use LGPLv2.1 in the files their author's agreed to.Nikos Mavrogiannopoulos2013-02-0124-24/+24
* Added gnutls_rnd_refresh().Nikos Mavrogiannopoulos2013-01-271-2/+17
* No need to cache events with the current behavior.Nikos Mavrogiannopoulos2013-01-261-25/+16
* nonces update the internal rng state much slower.Nikos Mavrogiannopoulos2013-01-261-12/+17
* optimized random generator.Nikos Mavrogiannopoulos2013-01-261-97/+104
* reduced calls to getpidNikos Mavrogiannopoulos2013-01-251-2/+2
* use the more precise gettime() instead of gettimeofday().Nikos Mavrogiannopoulos2013-01-251-6/+3
* Added new error code GNUTLS_E_RANDOM_DEVICE_ERROR.Nikos Mavrogiannopoulos2013-01-071-5/+5
* Corrected issue when an EGD device was not found. Reported by Joshua Phillips.Nikos Mavrogiannopoulos2013-01-071-0/+5
* corrected error codeNikos Mavrogiannopoulos2013-01-031-1/+1
* made PKCS#1 1.5 encoding and decoding stricter. Reported by Kikuchi Masashi.Nikos Mavrogiannopoulos2012-12-281-2/+8
* set cache to null after deinitializationNikos Mavrogiannopoulos2012-11-241-0/+1
* included config.h to avoid issue with gnulibNikos Mavrogiannopoulos2012-10-041-0/+2
* Corrected signed-to-unsigned comparisonsNikos Mavrogiannopoulos2012-09-281-1/+1
* several cleanupsNikos Mavrogiannopoulos2012-09-221-1/+1
* Fix mpz_unitstbit compilation with GMP versions < 5.Ilya Tumaykin2012-09-121-6/+10
* Removed unused ECC code.Nikos Mavrogiannopoulos2012-08-3112-779/+151