summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* Applied last patch of Micah Anderson on IKE status.Nikos Mavrogiannopoulos2010-10-081-9/+12
* Applied patch on IKE extension by Micah AndersonNikos Mavrogiannopoulos2010-10-021-19/+24
* Fix some syntax-check errors.Simon Josefsson2010-10-013-3/+2
* Add new extended key usage ipsecIKEMicah Anderson2010-09-293-1/+40
* --pkcs11-* in certtool was renamed to --p11-*.Nikos Mavrogiannopoulos2010-09-272-104/+104
* fflush stdout and stderr before the call to setbuf. This fixes issue in solar...Nikos Mavrogiannopoulos2010-09-231-0/+3
* Added 3 levels of details in PKCS #11 URLs.Nikos Mavrogiannopoulos2010-09-104-137/+139
* PKCS#11 URL support updated to conform to draft-pechanec-pkcs11uri-02.Nikos Mavrogiannopoulos2010-09-086-81/+99
* Show which option is the default for command line tools.Brad Hards2010-08-292-2/+2
* Avoid fixed size buffers (now handles the big >100 SAN cert).Simon Josefsson2010-07-251-12/+37
* gnutls_x509_privkey_import() will fallback to gnutls_x509_privkey_import_pkcs...Nikos Mavrogiannopoulos2010-07-241-11/+4
* Added GNUTLS_PK_DH to differentiate in the generation of parameters with PK_DSANikos Mavrogiannopoulos2010-07-241-1/+1
* Better handling of security parameters to key sizes matching (via a single ta...Nikos Mavrogiannopoulos2010-07-231-0/+2
* Added option for certtool to print certificate public key.Nikos Mavrogiannopoulos2010-07-225-121/+142
* gnutls-serv: Do not print CR/LF if received, but instead print LF only.Nikos Mavrogiannopoulos2010-07-111-0/+19
* Do not crash if input is redirected from /dev/null.Nikos Mavrogiannopoulos2010-07-051-0/+4
* Changed the default pkcs-cipher to AES-128. Allowed specifying the 3des-pkcs12Nikos Mavrogiannopoulos2010-07-053-4/+12
* Use double to count bytes.Nikos Mavrogiannopoulos2010-07-041-3/+3
* Print values in a human-readable format and do the calculations in fixedNikos Mavrogiannopoulos2010-07-031-14/+60
* PIN callback supplies the token URL. The callback function in common.cNikos Mavrogiannopoulos2010-07-022-8/+58
* Reverted the SAVE_PIN approach in PIN callback. The new approach will be to p...Nikos Mavrogiannopoulos2010-07-021-1/+1
* When copying a private key the sensitive flag can be set or not. This allowsNikos Mavrogiannopoulos2010-06-281-1/+1