summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* fixedNikos Mavrogiannopoulos2010-07-111-2/+3
* Added support for EGD daemon in nettle's RNG. It is used if /dev/urandomNikos Mavrogiannopoulos2010-07-114-5/+342
* Corrected the lowat behavior. Documented that it will be deprecated inNikos Mavrogiannopoulos2010-07-113-13/+21
* system specific functions were moved to system.cNikos Mavrogiannopoulos2010-07-108-211/+271
* Support scattered write using writev(). This takesNikos Mavrogiannopoulos2010-07-1014-169/+380
* corrected typoNikos Mavrogiannopoulos2010-07-081-1/+1
* Use the same "e" for RSA as libgcrypt. It's the fastest choice.Nikos Mavrogiannopoulos2010-07-071-1/+3
* Added a windows version of the RNG.Nikos Mavrogiannopoulos2010-07-041-21/+123
* Corrected locking usage in nettle's random subsystem.Nikos Mavrogiannopoulos2010-07-041-9/+9
* Fixed to compile under mingw32.Nikos Mavrogiannopoulos2010-07-035-0/+26
* only warn if dlopen or pthreads are not found.Nikos Mavrogiannopoulos2010-07-031-2/+2
* Locks were converted to be in align with posix locks to easier wrap around them.Nikos Mavrogiannopoulos2010-07-034-41/+29
* The included pakchois will use gnutls locks and will use a portableNikos Mavrogiannopoulos2010-07-036-571/+680
* Read from /dev/urandom every 20 minutes.Nikos Mavrogiannopoulos2010-07-031-1/+1
* Added missing filesNikos Mavrogiannopoulos2010-07-032-1/+2
* Allow encryption and decryption that are not in-place only.Nikos Mavrogiannopoulos2010-07-035-0/+78
* corrected library versionNikos Mavrogiannopoulos2010-07-021-2/+2
* PIN callback supplies the token URL. The callback function in common.cNikos Mavrogiannopoulos2010-07-023-18/+38
* Reverted the SAVE_PIN approach in PIN callback. The new approach will be to p...Nikos Mavrogiannopoulos2010-07-026-152/+103
* removed unneeded function.Nikos Mavrogiannopoulos2010-07-021-5/+0
* More uses of gnutls_certificate_free_ca_namesNikos Mavrogiannopoulos2010-07-021-1/+4
* Do not allow setting NULL lock functionsNikos Mavrogiannopoulos2010-07-021-0/+3
* corrected lock usage.Nikos Mavrogiannopoulos2010-07-021-2/+2
* bumped library versionNikos Mavrogiannopoulos2010-07-021-2/+2
* Include abstract.h in releases.Nikos Mavrogiannopoulos2010-07-011-1/+1
* Correctly deinitialize crypto API handles.Nikos Mavrogiannopoulos2010-06-301-1/+4
* commented obscure HANDSHAKE_MAC_TYPE_10 and HANDSHAKE_MAC_TYPE_12.Nikos Mavrogiannopoulos2010-06-291-2/+2
* simplified locking code. Locking functions always exist but are dummies if noNikos Mavrogiannopoulos2010-06-293-16/+39
* Initialization of crypto libraries moved outside main gnutls code.Nikos Mavrogiannopoulos2010-06-2911-82/+159
* Moved locking code to special file.Nikos Mavrogiannopoulos2010-06-295-182/+230
* When copying a private key the sensitive flag can be set or not. This allowsNikos Mavrogiannopoulos2010-06-282-18/+30
* Combined object flags. No implicit login any more. Login has to be specified ...Nikos Mavrogiannopoulos2010-06-284-19/+16
* Indented code.Nikos Mavrogiannopoulos2010-06-286-401/+446
* Allow flags when importing objects from PKCS11 URLs. The only flag supportedNikos Mavrogiannopoulos2010-06-286-1727/+1964
* Corrected writing and reading order of security parameters.Nikos Mavrogiannopoulos2010-06-271-3/+4
* use 2.11.0 everywhereNikos Mavrogiannopoulos2010-06-271-1/+1
* Added gnutls_global_set_mutex() to allow settingNikos Mavrogiannopoulos2010-06-278-14/+211
* MAX_SRP_USERNAME -> MAX_USERNAME_SIZENikos Mavrogiannopoulos2010-06-267-9/+9
* Use silent build rules.Simon Josefsson2010-06-241-0/+1
* removed OPRFI extension functions.Nikos Mavrogiannopoulos2010-06-221-19/+0
* removed OPRFI from makefile.Nikos Mavrogiannopoulos2010-06-221-7/+1
* When verifying certificates use the same algorithm whether the DO_NOT_ALLOW_SAMENikos Mavrogiannopoulos2010-06-211-17/+19
* Corrections in the new session packing code. Saving absolute positions in buf...Nikos Mavrogiannopoulos2010-06-192-24/+18
* Fixes in new extensions code that relate to SSL 3.0.Nikos Mavrogiannopoulos2010-06-194-6/+46
* Only save PIN if login was successful.Nikos Mavrogiannopoulos2010-06-191-3/+7
* Applied patch by Andreas MetzlerNikos Mavrogiannopoulos2010-06-191-1/+1
* Explicitely terminate cryptodev sessions.Nikos Mavrogiannopoulos2010-06-191-0/+5
* Removed the no longer needed "active" variable.Nikos Mavrogiannopoulos2010-06-192-11/+4
* Greatly simplified the internal hash/hmac and cipher functions.Nikos Mavrogiannopoulos2010-06-184-158/+97
* Allow listing of private keys only. Certtool has now the --pkcs11-list-privke...Nikos Mavrogiannopoulos2010-06-182-1/+10