summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* Combined object flags. No implicit login any more. Login has to be specified ...Nikos Mavrogiannopoulos2010-06-283-9/+17
* Allow flags when importing objects from PKCS11 URLs. The only flag supportedNikos Mavrogiannopoulos2010-06-287-94/+125
* Added AES-128 to block ciphers.Nikos Mavrogiannopoulos2010-06-271-5/+7
* When generating private key allow usage of --pkcs-cipher flag.Nikos Mavrogiannopoulos2010-06-261-28/+30
* Corrected some tests. Added test to check whether the %COMPAT option isNikos Mavrogiannopoulos2010-06-193-47/+73
* Allow setting debug level via cmd.Nikos Mavrogiannopoulos2010-06-191-4/+16
* Allow listing of private keys only. Certtool has now the --pkcs11-list-privke...Nikos Mavrogiannopoulos2010-06-185-73/+88
* Added option to the PKCS11 PIN callback to save PIN if the token is being usedNikos Mavrogiannopoulos2010-06-172-1/+11
* gnutls-cli: Make --starttls work again.Simon Josefsson2010-06-151-1/+1
* Allow SHA224 hash in certtool. Added tests for SHA-256 and SHA-224 for DSA.Nikos Mavrogiannopoulos2010-06-141-0/+2
* Do not warn multiple times for the deprecation of --bits.Nikos Mavrogiannopoulos2010-06-141-1/+7
* Simplified and made more safe the packing of data for session storage. Extens...Nikos Mavrogiannopoulos2010-06-132-35/+2
* corrected tests.Nikos Mavrogiannopoulos2010-06-091-12/+12
* The get_preferred_hash_algorithm() functions have now an extra argument to in...Nikos Mavrogiannopoulos2010-06-031-12/+7
* Added gnutls_pubkey_get_preferred_hash_algorithm() and gnutls_x509_crt_get_pr...Nikos Mavrogiannopoulos2010-06-031-14/+38
* Several fixes after big rebase.Nikos Mavrogiannopoulos2010-06-031-154/+10
* use --sec-param to generate privkey.Nikos Mavrogiannopoulos2010-06-031-2/+2
* Print exp1 and exp2 if they are available.Nikos Mavrogiannopoulos2010-06-031-6/+16
* exported gnutls_rnd().Nikos Mavrogiannopoulos2010-06-032-2/+2
* Generate dh-params also used --sec-param.Nikos Mavrogiannopoulos2010-06-033-21/+35
* Corrected certificate callback.Nikos Mavrogiannopoulos2010-06-031-35/+34
* Added gnutls_sec_param_to_pk_bits() et al. to allow select bitNikos Mavrogiannopoulos2010-06-034-90/+158
* Simplified internal API. The only question that remains now is how to handleNikos Mavrogiannopoulos2010-06-031-2/+2
* Added support to copy certificates and private keys to tokens.Nikos Mavrogiannopoulos2010-06-037-103/+260
* Added gnutls_pubkey_import_pkcs11(), gnutls_pubkey_import_rsa_raw(),Nikos Mavrogiannopoulos2010-06-031-19/+69
* Added gnutls_pubkey_t abstract type to handle public keys. It can currentlyNikos Mavrogiannopoulos2010-06-033-5/+5
* Added several helper functions, to allow printing of tokens.Nikos Mavrogiannopoulos2010-06-032-2/+79
* Added ability to export certificates from PKCS #11 tokens.Nikos Mavrogiannopoulos2010-06-034-3/+49
* Added initial PKCS #11 support. Certtool can now print lists of certificatesNikos Mavrogiannopoulos2010-06-034-62/+59
* Added gnutls_pubkey_import_pkcs11(), gnutls_pubkey_import_rsa_raw(),Nikos Mavrogiannopoulos2010-06-031-19/+71
* Tried to document recent changes.Nikos Mavrogiannopoulos2010-06-032-2/+2