Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SHA256 is the default hash algorithm in certtool. | Nikos Mavrogiannopoulos | 2011-05-23 | 1 | -1/+1 |
| | |||||
* | Print the private key after generation. Print ECC keys. | Nikos Mavrogiannopoulos | 2011-05-22 | 1 | -35/+66 |
| | |||||
* | updates to allow the generation of an ECC private key. | Nikos Mavrogiannopoulos | 2011-05-22 | 4 | -86/+104 |
| | |||||
* | Corrected bug in public key import. | Nikos Mavrogiannopoulos | 2011-05-22 | 2 | -1/+32 |
| | | | | print information on ECC public keys. | ||||
* | Print purpose of testing. | Nikos Mavrogiannopoulos | 2011-05-21 | 1 | -0/+2 |
| | |||||
* | compare ECDH and DH on the same security level. | Nikos Mavrogiannopoulos | 2011-05-21 | 1 | -6/+19 |
| | |||||
* | updates to benchmarks. | Nikos Mavrogiannopoulos | 2011-05-21 | 5 | -14/+111 |
| | |||||
* | benchmark ECDH and DH. | Nikos Mavrogiannopoulos | 2011-05-21 | 3 | -326/+326 |
| | |||||
* | client side ECC fixes. | Nikos Mavrogiannopoulos | 2011-05-20 | 1 | -1/+2 |
| | |||||
* | corrected debugging. | Nikos Mavrogiannopoulos | 2011-05-20 | 1 | -1/+1 |
| | |||||
* | more win32 fixes. | Nikos Mavrogiannopoulos | 2011-05-17 | 2 | -45/+37 |
| | |||||
* | corrections in win32 version. | Nikos Mavrogiannopoulos | 2011-05-17 | 1 | -9/+9 |
| | |||||
* | Added benchmark utility that tests the encryption time in TLS packets. | Nikos Mavrogiannopoulos | 2011-05-17 | 5 | -170/+366 |
| | |||||
* | corrected message reporting. | Nikos Mavrogiannopoulos | 2011-05-17 | 1 | -11/+11 |
| | |||||
* | Corrected PIN caching. | Nikos Mavrogiannopoulos | 2011-05-16 | 1 | -8/+15 |
| | |||||
* | Added gnutls_global_set_audit_log_function() that allows associating TLS ↵ | Nikos Mavrogiannopoulos | 2011-05-07 | 2 | -5/+13 |
| | | | | session with several important issues. | ||||
* | certtool can now load private keys and public keys from PKCS #11 tokens (via ↵ | Nikos Mavrogiannopoulos | 2011-05-07 | 8 | -148/+383 |
| | | | | URLs). | ||||
* | No libgnutls-extra is required for certtool or p11tool. | Nikos Mavrogiannopoulos | 2011-05-07 | 3 | -8/+3 |
| | |||||
* | Added gnutls_certificate_set_retrieve_function2() to replace | Nikos Mavrogiannopoulos | 2011-04-21 | 2 | -133/+113 |
| | | | | | | gnutls_certificate_set_retrieve_function(). The new one is a efficient for busy servers because it eliminates the need for the server to encode the certificate to DER format. | ||||
* | Added readme for libcfg. | Nikos Mavrogiannopoulos | 2011-04-20 | 2 | -1/+7 |
| | |||||
* | COMP-ZLIB -> COMP-DEFLATE | Nikos Mavrogiannopoulos | 2011-04-16 | 1 | -1/+1 |
| | |||||
* | Don't include <gcrypt.h> when it's not needed. | Ludovic Courtès | 2011-04-13 | 3 | -9/+5 |
| | |||||
* | Do not rely on lowat being set. | Nikos Mavrogiannopoulos | 2011-04-12 | 1 | -18/+47 |
| | |||||
* | Define variables within the intended scope (not windows). Based on patch by LRN. | Nikos Mavrogiannopoulos | 2011-04-10 | 5 | -3/+12 |
| | |||||
* | Use getpass.h (from gnulib). Patch by LRN. | Nikos Mavrogiannopoulos | 2011-04-10 | 2 | -0/+4 |
| | |||||
* | Use a single configure.ac. This speed ups compilation and | Nikos Mavrogiannopoulos | 2011-04-08 | 1 | -1/+0 |
| | | | | | reduces duplication of code (multiple gl/ libraries etc.). This saves about 2mb in distributed size (compressed). | ||||
* | Avoid using readline. | Nikos Mavrogiannopoulos | 2011-04-08 | 1 | -19/+21 |
| | |||||
* | Win32 changes for benchmark. Patch by LRN. | Nikos Mavrogiannopoulos | 2011-04-07 | 1 | -2/+63 |
| | |||||
* | properly null terminate string. | Nikos Mavrogiannopoulos | 2011-04-07 | 1 | -0/+1 |
| | |||||
* | check PIN size. | Nikos Mavrogiannopoulos | 2011-04-07 | 2 | -4/+19 |
| | |||||
* | check salt size. | Nikos Mavrogiannopoulos | 2011-04-07 | 1 | -0/+6 |
| | |||||
* | initialize session_id_size. | Nikos Mavrogiannopoulos | 2011-04-06 | 1 | -1/+1 |
| | |||||
* | corrected header inclusion. | Nikos Mavrogiannopoulos | 2011-04-03 | 1 | -1/+1 |
| | |||||
* | crypt.* renamed to srptool.*. | Nikos Mavrogiannopoulos | 2011-04-03 | 5 | -32/+32 |
| | |||||
* | Added debug option to srptool. | Nikos Mavrogiannopoulos | 2011-04-03 | 4 | -29/+65 |
| | |||||
* | Create certificate request with stricter permissions. Reported by Luca Capello. | Nikos Mavrogiannopoulos | 2011-03-30 | 2 | -2/+2 |
| | |||||
* | The processed messages go to stdout. | Nikos Mavrogiannopoulos | 2011-03-23 | 1 | -3/+3 |
| | |||||
* | define variable locally | Nikos Mavrogiannopoulos | 2011-03-20 | 1 | -2/+1 |
| | |||||
* | use IP_DONTFRAG if it is defined. | Nikos Mavrogiannopoulos | 2011-03-20 | 2 | -2/+6 |
| | |||||
* | Avoided waiting for peer's retransmission to ensure receipt of finished ↵ | Nikos Mavrogiannopoulos | 2011-03-20 | 4 | -10/+25 |
| | | | | messages, and used a 'timer'-like to retransmit packets. | ||||
* | warn on generation of DSA keys of over 1024 bits. | Nikos Mavrogiannopoulos | 2011-03-19 | 1 | -2/+6 |
| | |||||
* | updated cookie negotiation to use only a prestate structure and avoids ↵ | Nikos Mavrogiannopoulos | 2011-03-13 | 1 | -5/+5 |
| | | | | setting data to cookie. | ||||
* | Added photuris-like resource protection on the server. Added ↵ | Nikos Mavrogiannopoulos | 2011-03-13 | 1 | -4/+39 |
| | | | | gnutls_dtls_cookie_send(), gnutls_dtls_cookie_verify() and gnutls_dtls_cookie_set() to avoid initializing a session before cookie is verified. | ||||
* | gnutls_init_dtls() was made redundant. The same for gnutls_end_connection_t ↵ | Nikos Mavrogiannopoulos | 2011-03-12 | 2 | -2/+2 |
| | | | | which was replaced by a flags integer.. | ||||
* | Corrected types. | Nikos Mavrogiannopoulos | 2011-03-12 | 5 | -9/+9 |
| | |||||
* | Added --mtu option. | Nikos Mavrogiannopoulos | 2011-03-11 | 10 | -162/+225 |
| | |||||
* | Allow providing no password for PKCS #12 structure generation. Reported by ↵ | Nikos Mavrogiannopoulos | 2011-03-02 | 1 | -0/+7 |
| | | | | Daniel Kahn Gillmor. | ||||
* | consistently print all interactive questions to stderr. Reported by Daniel ↵ | Nikos Mavrogiannopoulos | 2011-03-02 | 1 | -1/+1 |
| | | | | Kahn Gillmor. | ||||
* | Add `udp-serv.h' to the distribution. | Ludovic Courtès | 2011-03-01 | 1 | -2/+6 |
| | |||||
* | Added gnutls_record_recv_seq() that can return the sequence number | Nikos Mavrogiannopoulos | 2011-02-22 | 1 | -2/+7 |
| | | | | of the record packet, in addition to data. |