summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* p11tool: backported fixes in load_secret_key()Nikos Mavrogiannopoulos2016-08-241-1/+1
* gnutls-serv: improvements in graceful session shutdownNikos Mavrogiannopoulos2016-08-231-1/+3
* certtool: when signing CRLs or CSRs use the specified in cmd hash algorithmNikos Mavrogiannopoulos2016-08-101-2/+2
* Backported from gnutls3.x the removal of the strict check on signature algori...Nikos Mavrogiannopoulos2016-08-091-38/+1
* gnutls-serv: added support for SNI (--sni-hostname)Nikos Mavrogiannopoulos2016-08-094-78/+221
* avoid using C99 constructs.Nikos Mavrogiannopoulos2011-10-081-1/+1
* new gaaNikos Mavrogiannopoulos2011-09-183-3/+3
* compiled with newer gaa.Nikos Mavrogiannopoulos2011-09-011-1/+1
* removed unneeded headers.Nikos Mavrogiannopoulos2011-08-301-1/+0
* Introduced GNUTLS_PKCS11_PIN_WRONG flag to indicate the previously given PIN ...Nikos Mavrogiannopoulos2011-08-141-0/+7
* check the output of fgets.Nikos Mavrogiannopoulos2011-08-011-1/+3
* Fix up compiler warnings.Stef Walter2011-08-013-8/+2
* The attached patch ports gnutls to p11-kit.Stef Walter2011-08-016-6/+44
* gnutls-cli: Fix uninitialized variable when PKCS#11 uris in use.Stef Walter2011-08-011-1/+1
* corrected typoNikos Mavrogiannopoulos2011-07-282-2/+2
* Corrected initialization of key when generating request. Reported by Petr Pisar.Nikos Mavrogiannopoulos2011-07-231-3/+4
* 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