Corrected bugs in gnutls_algorithms and added _gnutls_get_iv_size().
349 lines of code changed in:
Algorithms/Ciphers interface has changes.
21 lines of code changed in:
The gnutls_recv() semantics were changed. It may return less data than
the specified. It operates similar to read().
183 lines of code changed in:
Server now generates a session_id.
31 lines of code changed in:
*** empty log message ***
276 lines of code changed in:
Corrected a lot of bugs. Handshake protocol is ready to be coded.
192 lines of code changed in:
Included a reliable version of read/write (that read/write will return
exactly the bytes specified).
88 lines of code changed in:
*** empty log message ***
172 lines of code changed in:
*** empty log message ***
102 lines of code changed in:
Changes in the handshake.
206 lines of code changed in:
Some memory leaks were fixed.
340 lines of code changed in:
Corrected bug in the record protocol. Now it holds 2 states,
1 for encryption and 1 for decryption (mac/cipher/iv/compression).
78 lines of code changed in:
Added the client hello handshake message.
100 lines of code changed in:
documentation.
0 lines of code changed in:
Incorporated in gnutls_int.h
0 lines of code changed in:
gnutls_recv() can now receive fatal alerts and closure alerts.
252 lines of code changed in:
In case of failure gnutls_recv, sends an alert message.
but, it still cannot receive any.
173 lines of code changed in:
Added gnutls_recv... Works only for application data, and it is not
tested.
74 lines of code changed in:
*** empty log message ***
597 lines of code changed in:
Initialized repository for GNU TLS
110 lines of code changed in: