summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* corrected command line parsing issues.Nikos Mavrogiannopoulos2012-01-2210-96/+120
* removed old files.Nikos Mavrogiannopoulos2012-01-213-1491/+0
* updated p11tool def.Nikos Mavrogiannopoulos2012-01-212-6/+15
* p11tool uses liboptsNikos Mavrogiannopoulos2012-01-218-58/+441
* keyfile and certfile types were changed to string, to allow for PKCS #11 urlsNikos Mavrogiannopoulos2012-01-212-20/+10
* Removed all auto-generated files.Nikos Mavrogiannopoulos2012-01-2110-5286/+0
* Added missing files.Nikos Mavrogiannopoulos2012-01-2110-6/+1366
* updated parameter parsing.Nikos Mavrogiannopoulos2012-01-2110-126/+89
* removed serv gaa filesNikos Mavrogiannopoulos2012-01-213-1572/+0
* updates.Nikos Mavrogiannopoulos2012-01-214-12/+12
* gnutls-serv uses libopts.Nikos Mavrogiannopoulos2012-01-215-81/+2012
* sign fixes.Nikos Mavrogiannopoulos2012-01-211-11/+11
* psktool also uses libopt.Nikos Mavrogiannopoulos2012-01-2110-897/+117
* gnutls-cli, gnutls-cli-debug and srptool use libopts.Nikos Mavrogiannopoulos2012-01-2117-1168/+2983
* Fixed signed/unsigned warnings.Nikos Mavrogiannopoulos2012-01-2110-45/+46
* Add OCSP functionality.Simon Josefsson2012-01-204-0/+630
* GNUTLS_E_NO_PRIORITIES_WERE_SET is also returned by gnutls_priority_set_*Nikos Mavrogiannopoulos2012-01-181-2/+5
* Run 'make update-copyright'.Simon Josefsson2012-01-1620-21/+20
* usleep() is no longer used.Nikos Mavrogiannopoulos2012-01-131-1/+0
* tcp and udp server are now void functions.Nikos Mavrogiannopoulos2012-01-083-8/+6
* --outder option works for public keys.Nikos Mavrogiannopoulos2012-01-081-8/+26
* certtool --outder option now works for private keys as well.Nikos Mavrogiannopoulos2012-01-081-4/+6
* use AI_ADDRCONFIG if available.Nikos Mavrogiannopoulos2012-01-041-1/+5
* 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