summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Updated auto-generated filesNikos Mavrogiannopoulos2012-01-043-85/+96
* print the RSA and DH bits as well as EC bits for comparison.Nikos Mavrogiannopoulos2012-01-031-1/+7
* use 1840 bit DH and RSA to compare with 192 bits of ECDHNikos Mavrogiannopoulos2012-01-031-37/+50
* GNUTLS_PK_ECC -> GNUTLS_PK_ECNikos Mavrogiannopoulos2012-01-022-4/+4
* correctly report 0 keys on a keyringNikos Mavrogiannopoulos2011-12-311-1/+1
* gnutls-cli can now read input from win32.Nikos Mavrogiannopoulos2011-12-301-3/+17
* Added --rsa option which is a no-op for now.Nikos Mavrogiannopoulos2011-12-291-0/+2
* Print the fingerprint of PGP keys and not only the key ID.Nikos Mavrogiannopoulos2011-12-281-2/+18
* updated random art's messages.Nikos Mavrogiannopoulos2011-12-281-3/+3
* Print the pgp key's randomart as well.Nikos Mavrogiannopoulos2011-12-281-3/+14
* print randomart for private keys as well.Nikos Mavrogiannopoulos2011-12-281-5/+22
* Set don't fragment bit in Linux as well as in BSD variants.Nikos Mavrogiannopoulos2011-12-282-11/+17
* prepend UDP to server application name when in UDP mode.Nikos Mavrogiannopoulos2011-12-281-2/+6
* corrected a leakNikos Mavrogiannopoulos2011-12-281-0/+1
* Only use configured interfaces. Patch by Pino Toscano.Nikos Mavrogiannopoulos2011-12-181-1/+1
* Added the --dh-info parameter to certtool.Nikos Mavrogiannopoulos2011-12-137-195/+236
* gnutls_priority_get_cipher_suite was renamed to gnutls_priority_get_cipher_su...Nikos Mavrogiannopoulos2011-12-121-2/+8
* Diffie Hellman PKCS #3 parameters now contain the recommended private key size.Nikos Mavrogiannopoulos2011-12-123-15/+20
* Added gnutls_priority_get_cipher_suite().Nikos Mavrogiannopoulos2011-12-116-10/+34
* Print ephemeral information after certificate information.Nikos Mavrogiannopoulos2011-12-101-5/+4
* modified the test to a level of 80bits of security.Nikos Mavrogiannopoulos2011-12-091-86/+53
* Added ECDHE-ECDSA test.Nikos Mavrogiannopoulos2011-12-091-4/+40
* Added RSA key exchange to comparison.Nikos Mavrogiannopoulos2011-12-081-3/+130
* Added gnutls_x509_privkey_verify_params() which verifies the parameters of a ...Nikos Mavrogiannopoulos2011-11-111-1/+8
* simplified copyright years.Nikos Mavrogiannopoulos2011-11-117-13/+7
* fail on certificate verificationNikos Mavrogiannopoulos2011-11-101-3/+2
* verify the self signature of a CRQ when --crq-info parameter is given.Nikos Mavrogiannopoulos2011-11-101-0/+10
* Simplify static library renaming hack.Simon Josefsson2011-11-094-19/+19
* 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