summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Limit the number of attempts with the same PIN, to avoid attempting again and...gnutls_2_12_7Nikos Mavrogiannopoulos2011-06-171-2/+5
* corrected makefile.Nikos Mavrogiannopoulos2011-06-161-1/+1
* Corrections on security officer login.Nikos Mavrogiannopoulos2011-06-163-73/+14
* When setting the TRUSTED flag login as security officer.Nikos Mavrogiannopoulos2011-06-151-1/+6
* corrected bug in load-pubkey.Nikos Mavrogiannopoulos2011-05-221-1/+1
* corrected message reporting.Nikos Mavrogiannopoulos2011-05-171-11/+11
* Corrected PIN caching.Nikos Mavrogiannopoulos2011-05-161-8/+15
* certtool can now load private keys and public keys from PKCS #11 tokens (via ...Nikos Mavrogiannopoulos2011-05-078-147/+383
* No libgnutls-extra is required for certtool or p11tool.Nikos Mavrogiannopoulos2011-05-073-8/+3
* corrected typeNikos Mavrogiannopoulos2011-04-221-1/+1
* removed keyid_t types.Nikos Mavrogiannopoulos2011-04-202-2/+2
* Don't include <gcrypt.h> when it's not needed.Ludovic Courtès2011-04-123-9/+5
* Do not rely on lowat being set.Nikos Mavrogiannopoulos2011-04-121-18/+47
* Define variables within the intended scope (not windows). Based on patch by LRN.Nikos Mavrogiannopoulos2011-04-105-3/+12
* Use getpass.h (from gnulib). Patch by LRN.Nikos Mavrogiannopoulos2011-04-102-0/+4
* Win32 changes for benchmark. Patch by LRN.Nikos Mavrogiannopoulos2011-04-081-2/+64
* properly null terminate string.Nikos Mavrogiannopoulos2011-04-081-0/+1
* check PIN size.Nikos Mavrogiannopoulos2011-04-082-4/+19
* check salt size.Nikos Mavrogiannopoulos2011-04-081-0/+6
* initialize session_id_size.Nikos Mavrogiannopoulos2011-04-081-1/+1
* Added debug option to srptool.Nikos Mavrogiannopoulos2011-04-034-29/+65
* Generate certificate request with stricter permissions. Reported by Luca Cape...Nikos Mavrogiannopoulos2011-03-302-2/+2
* warn on generation of DSA keys of over 1024 bits.Nikos Mavrogiannopoulos2011-03-191-2/+6
* Allow providing no password for PKCS #12 structure generation. Reported by Da...Nikos Mavrogiannopoulos2011-03-021-0/+7
* consistently print all interactive questions to stderr. Reported by Daniel Ka...Nikos Mavrogiannopoulos2011-03-021-1/+1
* Removed deprecated option such as --protocols, ciphers etc.Nikos Mavrogiannopoulos2011-02-1010-730/+109
* Moved documentation of priority strings to manual and removed information fro...Nikos Mavrogiannopoulos2011-02-081-4/+4
* fixes in internal build with the new deprecated functions. We allow them to b...Nikos Mavrogiannopoulos2011-01-151-3/+23
* gnutls_x509_crt_verify_hash: DEPRECATEDNikos Mavrogiannopoulos2011-01-151-2/+14
* Simplified macro to snprintf() in order to prevent issues caused when snprint...Nikos Mavrogiannopoulos2011-01-151-19/+20
* The default input format for p11tool is PEM.Nikos Mavrogiannopoulos2010-12-182-7/+8
* Indented code. Use same indentation but with -nut to avoid usage of tabs. In ...Nikos Mavrogiannopoulos2010-12-1619-2945/+2945
* Indent code.Simon Josefsson2010-12-069-127/+143
* Fix syntax-check nits.Simon Josefsson2010-12-062-2/+2
* Corrected buffer overflow in gnutls-serv by Tomas Mraz.Nikos Mavrogiannopoulos2010-12-051-26/+20
* Added p11tool.hNikos Mavrogiannopoulos2010-12-011-1/+1
* Prefix mechanism number with 0x.Nikos Mavrogiannopoulos2010-11-301-1/+1
* Added camellia and SHA224.Nikos Mavrogiannopoulos2010-11-301-1/+15
* Reverted default behavior for verification and introduced GNUTLS_VERIFY_DO_NO...Nikos Mavrogiannopoulos2010-11-262-4/+3
* Deprecate the netconf password and use a key only.Nikos Mavrogiannopoulos2010-11-195-109/+79
* Added --list-mechanisms option to p11tool. Lists all mechanisms supported byNikos Mavrogiannopoulos2010-11-116-56/+314
* In p11tool --url was renamed to --export.Nikos Mavrogiannopoulos2010-11-112-12/+12
* Corrected bug in secret key copy. Rationalized the --help of p11tool.Nikos Mavrogiannopoulos2010-11-114-63/+64
* Added option --no-detailed-url to p11tool. More detailed url is the default now.Nikos Mavrogiannopoulos2010-11-113-47/+59
* Added gnutls_pkcs11_token_set_pin() and gnutls_pkcs11_token_init() to enableNikos Mavrogiannopoulos2010-11-071-1/+10
* Introduced p11tool to separate PKCS #11 functionality from certtool.Nikos Mavrogiannopoulos2010-11-0713-916/+2279
* gnutls-cli: Print channel binding only in verbose mode.Simon Josefsson2010-10-161-14/+19
* Implement RFC 5929 tls-unique channel binding.Simon Josefsson2010-10-151-0/+17
* Indent (using GNU indent 2.2.11).Simon Josefsson2010-10-1413-659/+836
* Revert "Applied last patch of Micah Anderson on IKE status."Nikos Mavrogiannopoulos2010-10-081-12/+9