summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* print all groups.Nikos Mavrogiannopoulos2011-11-011-1/+1
* Added 3072 and 4096-bit groups from RFC5054.Nikos Mavrogiannopoulos2011-11-012-2/+29
* read_file() and friends are accessed as gl_read_file().Nikos Mavrogiannopoulos2011-11-014-19/+19
* win32 fixes by David Hoyt.Nikos Mavrogiannopoulos2011-10-272-3/+7
* w32socket changes.Nikos Mavrogiannopoulos2011-10-264-4/+21
* netinet headers were put on an ifndef _WIN32.Nikos Mavrogiannopoulos2011-10-262-3/+9
* added extra headers.Nikos Mavrogiannopoulos2011-10-222-0/+2
* more builddir fixes by David Hoyt.Nikos Mavrogiannopoulos2011-10-221-0/+1
* extra.h is no more.Nikos Mavrogiannopoulos2011-10-206-6/+0
* libgnutls-extra is no more.Nikos Mavrogiannopoulos2011-10-201-1/+1
* 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