The RDN sequence needed in the certificate request message is
now generated and cached into a x509pki_credentials structure.
This would save a lot of time in the server side.
118 lines of code changed in:
*** empty log message ***
0 lines of code changed in:
overflow buffers check
1 lines of code changed in:
""
242 lines of code changed in:
introduced gnutls_x509pki_get_certificate(). This function returns the
peer's certificate DER encoded. This certificate is also stored in the
resume db.
540 lines of code changed in:
*** empty log message ***
1 lines of code changed in:
cleanups and some corrections.
10 lines of code changed in:
gnutls_handshake(), gnutls_read() etc. functions no longer require
the 'SOCKET cd' argument. This argument is set using the function
gnutls_set_transport_ptr().
250 lines of code changed in:
*** empty log message ***
2 lines of code changed in:
gnutls.m4 -> libgnutls.m4
1 lines of code changed in:
*** empty log message ***
1 lines of code changed in:
*** empty log message ***
4 lines of code changed in:
produces better tex output
2 lines of code changed in:
updated documentation (and generation of tex)
14 lines of code changed in:
updated
5 lines of code changed in:
fixed gnutls_kx_get_name()
1 lines of code changed in:
cleanups
29 lines of code changed in:
Gdoc updated. Now handles powers and '->' symbol automatically for tex.
21 lines of code changed in:
*** empty log message ***
3 lines of code changed in:
corrected typo
0 lines of code changed in:
Documentation for ASN.1 has been moved to inline comments and to the
tex documentation.
317 lines of code changed in:
removed E_TIMEOUT
0 lines of code changed in:
corrected some obscure bugs in the handshake and record send buffering code.
115 lines of code changed in:
removed debugging stuff
2 lines of code changed in:
*** empty log message ***
0 lines of code changed in:
*** empty log message ***
2 lines of code changed in:
*** empty log message ***
1 lines of code changed in:
*** empty log message ***
1 lines of code changed in:
more fixes
13 lines of code changed in:
more non blocking IO fixes
129 lines of code changed in:
now resolves hostnames.
15 lines of code changed in:
va_copy macro renamed to VA_COPY
8 lines of code changed in:
now requires autoconf 2.50
1 lines of code changed in:
several fixes.
Including:
- max_record_header extension.
- resume handshake sending wrong ssl version
- Non blocking IO (not ready yet)
417 lines of code changed in:
*** empty log message ***
2 lines of code changed in:
cleanups and documentation updates
66 lines of code changed in:
rolled back previous change...
2 lines of code changed in:
made empty certificate message consistent with other implementations.
13 lines of code changed in:
corrected memory leaks and other bugs
132 lines of code changed in:
added warning
6 lines of code changed in:
added max_record_size extension
255 lines of code changed in:
corrected bug which made get_current_session, not to return the right size
of the session.
6 lines of code changed in:
receive buffer is now dynamic.
40 lines of code changed in:
changed semantics of the GNUTLS_E_REHANDSHAKE error code.
21 lines of code changed in:
added support for va_copy
79 lines of code changed in:
*** empty log message ***
2 lines of code changed in:
cleanups
9 lines of code changed in:
list -> gnutls_list
5 lines of code changed in:
changed LIST to GNUTLS_LIST
20 lines of code changed in:
added new function to check for expired sessions.
29 lines of code changed in:
cleanups
5 lines of code changed in:
cleanups in function names
38 lines of code changed in:
cleanups in the resuming code
22 lines of code changed in:
added hooks in order to use external database to store session to be
resumed. Works but it is not finished.
270 lines of code changed in:
set_push() & set_pull() functions moved to state (instead of being global)
59 lines of code changed in:
moved README.CVS to doc/
34 lines of code changed in:
added documentation of the steps required to built the cvs tree
0 lines of code changed in:
Adopted some of the patches of Jon Nelson. Fixes the non blocking
behaviour.
254 lines of code changed in: