summaryrefslogtreecommitdiff
path: root/lib/nettle
Commit message (Expand)AuthorAgeFilesLines
* 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
* corrected deinitialization of wmnaf cache.Nikos Mavrogiannopoulos2012-08-301-2/+2
* wMNAF-based multiplicationIlya Tumaykin2012-08-3016-139/+1616
* Revert "Use _gnutls_dsa_q_to_hash() only for warning reasons."Nikos Mavrogiannopoulos2012-08-261-13/+4
* Use _gnutls_dsa_q_to_hash() only for warning reasons.Nikos Mavrogiannopoulos2012-08-261-4/+13
* Avoid returning from void function. Patch by Rob McMahon.Nikos Mavrogiannopoulos2012-07-191-2/+2
* Added Camellia-192-CBC algorithm identifier.Nikos Mavrogiannopoulos2012-06-291-0/+3
* gnutls_certificate_set_x509_simple_pkcs12_file() now imports certificate chai...Nikos Mavrogiannopoulos2012-06-031-4/+4
* documented function.Nikos Mavrogiannopoulos2012-05-221-0/+5
* updatesNikos Mavrogiannopoulos2012-05-221-2/+56
* Use the PKCS #1 1.5 encoding provided by nettle (2.5) for encryption and sign...Nikos Mavrogiannopoulos2012-05-221-158/+146
* documentation and comment fixesPatrick Pelletier2012-04-221-1/+1
* Update random state on all cases.Nikos Mavrogiannopoulos2012-04-131-15/+12
* corrected DH generation check.Nikos Mavrogiannopoulos2012-04-091-1/+1
* refuse to generate small group sizes.Nikos Mavrogiannopoulos2012-04-081-1/+1
* hash copy no longer needed.Nikos Mavrogiannopoulos2012-02-201-22/+0
* Cleanup copyright headers.Simon Josefsson2012-01-259-8/+47
* Fix up some typos and obsolete commentsPatrick Pelletier2012-01-243-3/+3
* Fixed signed/unsigned warnings.Nikos Mavrogiannopoulos2012-01-215-17/+21
* GTK-DOC fixes.Simon Josefsson2012-01-161-1/+1
* Run 'make update-copyright'.Simon Josefsson2012-01-1620-20/+21
* Only list algorithms if they are implemented.Nikos Mavrogiannopoulos2012-01-122-0/+58
* corrected issue in ECDH key generation.Nikos Mavrogiannopoulos2012-01-111-2/+1
* Eliminated memory leak in ecc_projective_check_point().Nikos Mavrogiannopoulos2012-01-101-7/+11
* corrected leak in DH parameter generation.Nikos Mavrogiannopoulos2012-01-061-5/+0
* removed old commentNikos Mavrogiannopoulos2012-01-061-1/+0
* GNUTLS_PK_ECC -> GNUTLS_PK_ECNikos Mavrogiannopoulos2012-01-021-5/+5
* minor doc and comment fixesPatrick Pelletier2011-12-281-3/+3