summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* SHA256 is the default hash algorithm in certtool.Nikos Mavrogiannopoulos2011-05-231-1/+1
|
* Print the private key after generation. Print ECC keys.Nikos Mavrogiannopoulos2011-05-221-35/+66
|
* updates to allow the generation of an ECC private key.Nikos Mavrogiannopoulos2011-05-224-86/+104
|
* Corrected bug in public key import.Nikos Mavrogiannopoulos2011-05-222-1/+32
| | | | print information on ECC public keys.
* Print purpose of testing.Nikos Mavrogiannopoulos2011-05-211-0/+2
|
* compare ECDH and DH on the same security level.Nikos Mavrogiannopoulos2011-05-211-6/+19
|
* updates to benchmarks.Nikos Mavrogiannopoulos2011-05-215-14/+111
|
* benchmark ECDH and DH.Nikos Mavrogiannopoulos2011-05-213-326/+326
|
* client side ECC fixes.Nikos Mavrogiannopoulos2011-05-201-1/+2
|
* corrected debugging.Nikos Mavrogiannopoulos2011-05-201-1/+1
|
* more win32 fixes.Nikos Mavrogiannopoulos2011-05-172-45/+37
|
* corrections in win32 version.Nikos Mavrogiannopoulos2011-05-171-9/+9
|
* Added benchmark utility that tests the encryption time in TLS packets.Nikos Mavrogiannopoulos2011-05-175-170/+366
|
* corrected message reporting.Nikos Mavrogiannopoulos2011-05-171-11/+11
|
* Corrected PIN caching.Nikos Mavrogiannopoulos2011-05-161-8/+15
|
* Added gnutls_global_set_audit_log_function() that allows associating TLS ↵Nikos Mavrogiannopoulos2011-05-072-5/+13
| | | | session with several important issues.
* certtool can now load private keys and public keys from PKCS #11 tokens (via ↵Nikos Mavrogiannopoulos2011-05-078-148/+383
| | | | URLs).
* No libgnutls-extra is required for certtool or p11tool.Nikos Mavrogiannopoulos2011-05-073-8/+3
|
* Added gnutls_certificate_set_retrieve_function2() to replaceNikos Mavrogiannopoulos2011-04-212-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 Mavrogiannopoulos2011-04-202-1/+7
|
* COMP-ZLIB -> COMP-DEFLATENikos Mavrogiannopoulos2011-04-161-1/+1
|
* Don't include <gcrypt.h> when it's not needed.Ludovic Courtès2011-04-133-9/+5
|
* Do not rely on lowat being set.Nikos Mavrogiannopoulos2011-04-121-18/+47
|
* Define variables within the intended scope (not windows). Based on patch by LRN.Nikos Mavrogiannopoulos2011-04-105-3/+12
|
* Use getpass.h (from gnulib). Patch by LRN.Nikos Mavrogiannopoulos2011-04-102-0/+4
|
* Use a single configure.ac. This speed ups compilation andNikos Mavrogiannopoulos2011-04-081-1/+0
| | | | | reduces duplication of code (multiple gl/ libraries etc.). This saves about 2mb in distributed size (compressed).
* Avoid using readline.Nikos Mavrogiannopoulos2011-04-081-19/+21
|
* Win32 changes for benchmark. Patch by LRN.Nikos Mavrogiannopoulos2011-04-071-2/+63
|
* properly null terminate string.Nikos Mavrogiannopoulos2011-04-071-0/+1
|
* check PIN size.Nikos Mavrogiannopoulos2011-04-072-4/+19
|
* check salt size.Nikos Mavrogiannopoulos2011-04-071-0/+6
|
* initialize session_id_size.Nikos Mavrogiannopoulos2011-04-061-1/+1
|
* corrected header inclusion.Nikos Mavrogiannopoulos2011-04-031-1/+1
|
* crypt.* renamed to srptool.*.Nikos Mavrogiannopoulos2011-04-035-32/+32
|
* Added debug option to srptool.Nikos Mavrogiannopoulos2011-04-034-29/+65
|
* Create certificate request with stricter permissions. Reported by Luca Capello.Nikos Mavrogiannopoulos2011-03-302-2/+2
|
* The processed messages go to stdout.Nikos Mavrogiannopoulos2011-03-231-3/+3
|
* define variable locallyNikos Mavrogiannopoulos2011-03-201-2/+1
|
* use IP_DONTFRAG if it is defined.Nikos Mavrogiannopoulos2011-03-202-2/+6
|
* Avoided waiting for peer's retransmission to ensure receipt of finished ↵Nikos Mavrogiannopoulos2011-03-204-10/+25
| | | | messages, and used a 'timer'-like to retransmit packets.
* warn on generation of DSA keys of over 1024 bits.Nikos Mavrogiannopoulos2011-03-191-2/+6
|
* updated cookie negotiation to use only a prestate structure and avoids ↵Nikos Mavrogiannopoulos2011-03-131-5/+5
| | | | setting data to cookie.
* Added photuris-like resource protection on the server. Added ↵Nikos Mavrogiannopoulos2011-03-131-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 Mavrogiannopoulos2011-03-122-2/+2
| | | | which was replaced by a flags integer..
* Corrected types.Nikos Mavrogiannopoulos2011-03-125-9/+9
|
* Added --mtu option.Nikos Mavrogiannopoulos2011-03-1110-162/+225
|
* Allow providing no password for PKCS #12 structure generation. Reported by ↵Nikos Mavrogiannopoulos2011-03-021-0/+7
| | | | Daniel Kahn Gillmor.
* consistently print all interactive questions to stderr. Reported by Daniel ↵Nikos Mavrogiannopoulos2011-03-021-1/+1
| | | | Kahn Gillmor.
* Add `udp-serv.h' to the distribution.Ludovic Courtès2011-03-011-2/+6
|
* Added gnutls_record_recv_seq() that can return the sequence numberNikos Mavrogiannopoulos2011-02-221-2/+7
| | | | of the record packet, in addition to data.