summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Added a test for servers not accepting small records.Nikos Mavrogiannopoulos2011-10-123-0/+19
* Fix type of keyid (finally!).Simon Josefsson2011-10-101-1/+1
* Use gnutls_openpgp_keyid_t type for keyid variable.Simon Josefsson2011-10-101-1/+1
* Include stdint.h to get uint8_t.Simon Josefsson2011-10-101-0/+1
* Revert "avoid usage of C99 constructs."Simon Josefsson2011-10-101-1/+1
* Corrected check for AES-GCMNikos Mavrogiannopoulos2011-10-081-5/+5
* test for camelliaNikos Mavrogiannopoulos2011-10-083-14/+0
* avoid usage of C99 constructs.Nikos Mavrogiannopoulos2011-10-081-1/+1
* Key ID calculation is now consistent on all structures. ItNikos Mavrogiannopoulos2011-10-081-1/+1
* Added tests for ECDHE, AES-GCM and SHA256.Nikos Mavrogiannopoulos2011-10-083-8/+81
* better detection of padlock PHE.Nikos Mavrogiannopoulos2011-10-051-3/+3
* libextra is not needed for neither gnutls-cli or serv.Nikos Mavrogiannopoulos2011-10-042-9/+2
* Allow benchmarking the software version of ciphers.Nikos Mavrogiannopoulos2011-09-295-46/+60
* fixed compilation without p11-kitNikos Mavrogiannopoulos2011-09-291-0/+3
* small updateNikos Mavrogiannopoulos2011-09-291-1/+3
* include config.h where needed.Nikos Mavrogiannopoulos2011-09-262-1/+21
* udp-serv includes config.h.Nikos Mavrogiannopoulos2011-09-251-0/+21
* print session IDNikos Mavrogiannopoulos2011-09-221-2/+6
* do not trust getaddrinfo if IPv6 is not enabled. Patch by Somchai Smythe.Nikos Mavrogiannopoulos2011-09-201-0/+4
* Compilation fixes when pkcs11 is not enabled.Nikos Mavrogiannopoulos2011-09-201-0/+2
* stress that values are bytes and not bitsNikos Mavrogiannopoulos2011-09-141-3/+3
* new gaaNikos Mavrogiannopoulos2011-09-141-1/+1
* Fix build warnings.Simon Josefsson2011-09-091-4/+3
* Added support to read elliptic curve public keys from PKCS #11 tokens (untest...Nikos Mavrogiannopoulos2011-09-064-10/+31
* Added gnutls_pkcs11_privkey_generate().Nikos Mavrogiannopoulos2011-09-0612-144/+316
* corrected sign type errors for integers.Nikos Mavrogiannopoulos2011-08-301-1/+1
* removed unneeded header. Documented updates.Nikos Mavrogiannopoulos2011-08-292-5/+0
* Benchmark applications were incorporated to gnutls-cliNikos Mavrogiannopoulos2011-08-287-358/+350
* Handle memory allocation errors.Nikos Mavrogiannopoulos2011-08-221-0/+20
* include README to distribution.Nikos Mavrogiannopoulos2011-08-211-0/+1
* Added missing fileNikos Mavrogiannopoulos2011-08-201-1/+1
* Fix syntax-check nits.Simon Josefsson2011-08-171-4/+4
* Introduced GNUTLS_PKCS11_PIN_WRONG flag to indicate the previously given PIN ...Nikos Mavrogiannopoulos2011-08-141-0/+7
* dhparams have now the 'r' option.Nikos Mavrogiannopoulos2011-08-131-2/+2
* use audit_logNikos Mavrogiannopoulos2011-08-131-3/+28
* removed unneeded defintions.Nikos Mavrogiannopoulos2011-08-132-17/+2
* unload_file was modified to accept a pointer.Nikos Mavrogiannopoulos2011-08-131-6/+6
* corrected child process cleanup and added option to specify diffie hellman pa...Nikos Mavrogiannopoulos2011-08-132-86/+31
* Corrected crywrap's verification procedure.Nikos Mavrogiannopoulos2011-08-132-81/+83
* use gnutls_sec_param_to_pk_bits() for DH parameter generation.Nikos Mavrogiannopoulos2011-08-131-1/+1
* Added crywrap to the distributed programs.Nikos Mavrogiannopoulos2011-08-136-1/+1302
* Update gnulib files. Fix syntax-check usage.Simon Josefsson2011-08-034-9/+4
* Corrected typo.Nikos Mavrogiannopoulos2011-07-282-2/+2
* Corrected initialization of key when generating request. Reported by Petr Pisar.Nikos Mavrogiannopoulos2011-07-231-3/+4
* Added new PKCS #11 flags to force an object being private or not.Nikos Mavrogiannopoulos2011-06-186-60/+96
* Limit the number of attempts with the same PIN, to avoid attempting again and...Nikos Mavrogiannopoulos2011-06-171-2/+5
* removed unneeded test.Nikos Mavrogiannopoulos2011-06-161-6/+1
* Use common code for PKCS #11 callbacks across clients.Nikos Mavrogiannopoulos2011-06-163-67/+13
* When setting the TRUSTED flag login as security officer.Nikos Mavrogiannopoulos2011-06-151-1/+6
* Fix up compiler warnings.Stef Walter2011-06-093-8/+2