summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* No significant changes.Laurence Finston2010-07-151-0/+5
|
* Initial version in branch `finston_0'.Laurence Finston2010-07-151-0/+287
| | | | Started working on more detailed explanations.
* Added '00INFO' to 'EXTRA_DIST'. Minor changes in comments.Laurence Finston2010-07-151-1/+8
|
* No significant changes.Laurence Finston2010-07-151-1/+0
|
* Edited.Laurence Finston2010-07-151-2/+0
|
* No significant changes.Laurence Finston2010-07-151-0/+2
|
* Edited.Laurence Finston2010-07-151-0/+5
|
* Edited.Laurence Finston2010-07-151-3/+24
|
* Edited.Laurence Finston2010-07-151-0/+1
|
* Initial version.Laurence Finston2010-07-151-0/+6
|
* fixedNikos Mavrogiannopoulos2010-07-111-2/+3
|
* Added support for EGD daemon in nettle's RNG. It is used if /dev/urandomNikos Mavrogiannopoulos2010-07-115-6/+345
| | | | is not present.
* Corrected the lowat behavior. Documented that it will be deprecated inNikos Mavrogiannopoulos2010-07-113-13/+21
| | | | later versions.
* gnutls-serv: Do not print CR/LF if received, but instead print LF only.Nikos Mavrogiannopoulos2010-07-111-0/+19
|
* system specific functions were moved to system.cNikos Mavrogiannopoulos2010-07-108-211/+271
|
* Support scattered write using writev(). This takesNikos Mavrogiannopoulos2010-07-1017-173/+393
| | | | | | | | | advantage of the new buffering layer and allows queuing of packets and flushing them. This is currently used for handshake messages only. Performance-wise the difference of packing several TLS records in a single write doesn't seem to offer anything over ethernet (that my tests were on). Probably on links with higher latency there would be a benefit.
* Removed old reference.Nikos Mavrogiannopoulos2010-07-081-1/+0
|
* ex-rfc2818 is now a functional program demonstrating the verification procedure.Nikos Mavrogiannopoulos2010-07-083-15/+128
|
* Example with export ciphersuites was removed.Nikos Mavrogiannopoulos2010-07-084-378/+2
|
* corrected typoNikos Mavrogiannopoulos2010-07-081-1/+1
|
* Use the same "e" for RSA as libgcrypt. It's the fastest choice.Nikos Mavrogiannopoulos2010-07-071-1/+3
|
* Do not crash if input is redirected from /dev/null.Nikos Mavrogiannopoulos2010-07-051-0/+4
|
* Changed the default pkcs-cipher to AES-128. Allowed specifying the 3des-pkcs12Nikos Mavrogiannopoulos2010-07-054-5/+16
| | | | cipher with the --pkcs-cipher option.
* Use double to count bytes.Nikos Mavrogiannopoulos2010-07-041-3/+3
|
* Added a windows version of the RNG.Nikos Mavrogiannopoulos2010-07-041-21/+123
|
* Corrected locking usage in nettle's random subsystem.Nikos Mavrogiannopoulos2010-07-041-9/+9
|
* Fixed to compile under mingw32.Nikos Mavrogiannopoulos2010-07-035-0/+26
|
* only warn if dlopen or pthreads are not found.Nikos Mavrogiannopoulos2010-07-031-2/+2
|
* Locks were converted to be in align with posix locks to easier wrap around them.Nikos Mavrogiannopoulos2010-07-034-41/+29
|
* The included pakchois will use gnutls locks and will use a portableNikos Mavrogiannopoulos2010-07-036-571/+680
| | | | dlopen() to allow compilation in win32 (untested).
* Read from /dev/urandom every 20 minutes.Nikos Mavrogiannopoulos2010-07-031-1/+1
|
* Added missing filesNikos Mavrogiannopoulos2010-07-032-1/+2
|
* Allow encryption and decryption that are not in-place only.Nikos Mavrogiannopoulos2010-07-035-0/+78
|
* Print values in a human-readable format and do the calculations in fixedNikos Mavrogiannopoulos2010-07-031-14/+60
| | | | time to prevent stalling in slow systems.
* corrected library versionNikos Mavrogiannopoulos2010-07-021-2/+2
|
* PIN callback supplies the token URL. The callback function in common.cNikos Mavrogiannopoulos2010-07-026-26/+126
| | | | will cache PIN if requested for second time.
* Reverted the SAVE_PIN approach in PIN callback. The new approach will be to ↵Nikos Mavrogiannopoulos2010-07-027-153/+104
| | | | | | provide enough information for the callback to save the PIN itself.
* removed unneeded function.Nikos Mavrogiannopoulos2010-07-021-5/+0
|
* More uses of gnutls_certificate_free_ca_namesNikos Mavrogiannopoulos2010-07-021-1/+4
|
* Do not allow setting NULL lock functionsNikos Mavrogiannopoulos2010-07-021-0/+3
|
* corrected lock usage.Nikos Mavrogiannopoulos2010-07-021-2/+2
|
* bumped library versionNikos Mavrogiannopoulos2010-07-021-2/+2
|
* Include abstract.h in releases.Nikos Mavrogiannopoulos2010-07-011-1/+1
|
* Correctly deinitialize crypto API handles.Nikos Mavrogiannopoulos2010-06-301-1/+4
|
* commented obscure HANDSHAKE_MAC_TYPE_10 and HANDSHAKE_MAC_TYPE_12.Nikos Mavrogiannopoulos2010-06-291-2/+2
|
* simplified locking code. Locking functions always exist but are dummies if noNikos Mavrogiannopoulos2010-06-293-16/+39
| | | | locks have been set.
* Initialization of crypto libraries moved outside main gnutls code.Nikos Mavrogiannopoulos2010-06-2911-82/+159
|
* Moved locking code to special file.Nikos Mavrogiannopoulos2010-06-295-182/+230
|
* Add pkcs11-vision rules.Simon Josefsson2010-06-293-1/+683
|
* Generated.Simon Josefsson2010-06-291-4/+74
|