November 2001 Commit Log

Number of Commits:
58
Number of Active Developers:
2
nmav 2001-11-30 19:23

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:

nmav 2001-11-29 21:52

*** empty log message ***

0 lines of code changed in:

fiorinaf 2001-11-29 21:30

overflow buffers check

1 lines of code changed in:

fiorinaf 2001-11-29 21:22

""

242 lines of code changed in:

nmav 2001-11-29 16:29

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:

nmav 2001-11-28 13:11

*** empty log message ***

1 lines of code changed in:

nmav 2001-11-26 11:50

cleanups and some corrections.

10 lines of code changed in:

nmav 2001-11-25 13:05

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:

nmav 2001-11-24 12:27

*** empty log message ***

2 lines of code changed in:

nmav 2001-11-24 00:42

gnutls.m4 -> libgnutls.m4

1 lines of code changed in:

nmav 2001-11-23 23:45

*** empty log message ***

1 lines of code changed in:

nmav 2001-11-21 00:39

*** empty log message ***

4 lines of code changed in:

nmav 2001-11-21 00:37

produces better tex output

2 lines of code changed in:

nmav 2001-11-20 21:22

updated documentation (and generation of tex)

14 lines of code changed in:

nmav 2001-11-20 21:20

updated

5 lines of code changed in:

nmav 2001-11-20 15:42

fixed gnutls_kx_get_name()

1 lines of code changed in:

nmav 2001-11-20 14:40

cleanups

29 lines of code changed in:

nmav 2001-11-17 12:47

Gdoc updated. Now handles powers and '->' symbol automatically for tex.

21 lines of code changed in:

Repository Tag: gnutls_0_2_11
nmav 2001-11-16 11:22

*** empty log message ***

3 lines of code changed in:

nmav 2001-11-16 11:19

corrected typo

0 lines of code changed in:

nmav 2001-11-16 11:13

Documentation for ASN.1 has been moved to inline comments and to the
tex documentation.

317 lines of code changed in:

nmav 2001-11-15 13:47

removed E_TIMEOUT

0 lines of code changed in:

nmav 2001-11-15 13:37

corrected some obscure bugs in the handshake and record send buffering code.

115 lines of code changed in:

nmav 2001-11-13 20:10

removed debugging stuff

2 lines of code changed in:

nmav 2001-11-13 20:06

*** empty log message ***

0 lines of code changed in:

nmav 2001-11-13 20:00

*** empty log message ***

2 lines of code changed in:

nmav 2001-11-13 19:53

*** empty log message ***

1 lines of code changed in:

nmav 2001-11-13 19:43

*** empty log message ***

1 lines of code changed in:

nmav 2001-11-13 13:26

more fixes

13 lines of code changed in:

nmav 2001-11-13 13:02

more non blocking IO fixes

129 lines of code changed in:

nmav 2001-11-12 22:18

now resolves hostnames.

15 lines of code changed in:

nmav 2001-11-12 15:27

va_copy macro renamed to VA_COPY

8 lines of code changed in:

nmav 2001-11-12 15:26

now requires autoconf 2.50

1 lines of code changed in:

nmav 2001-11-10 22:37

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:

nmav 2001-11-08 13:05

*** empty log message ***

2 lines of code changed in:

nmav 2001-11-08 13:00

cleanups and documentation updates

66 lines of code changed in:

nmav 2001-11-08 11:57

rolled back previous change...

2 lines of code changed in:

nmav 2001-11-08 11:32

made empty certificate message consistent with other implementations.

13 lines of code changed in:

nmav 2001-11-07 13:08

corrected memory leaks and other bugs

132 lines of code changed in:

nmav 2001-11-06 17:57

added warning

6 lines of code changed in:

nmav 2001-11-06 13:57

added max_record_size extension

255 lines of code changed in:

nmav 2001-11-06 13:56

corrected bug which made get_current_session, not to return the right size
of the session.

6 lines of code changed in:

nmav 2001-11-05 22:28

receive buffer is now dynamic.

40 lines of code changed in:

nmav 2001-11-05 21:14

changed semantics of the GNUTLS_E_REHANDSHAKE error code.

21 lines of code changed in:

nmav 2001-11-05 17:41

added support for va_copy

79 lines of code changed in:

nmav 2001-11-05 13:47

*** empty log message ***

2 lines of code changed in:

Repository Tag: gnutls_0_2_10
nmav 2001-11-05 13:43

cleanups

9 lines of code changed in:

nmav 2001-11-05 12:32

list -> gnutls_list

5 lines of code changed in:

nmav 2001-11-04 17:52

changed LIST to GNUTLS_LIST

20 lines of code changed in:

nmav 2001-11-04 13:01

added new function to check for expired sessions.

29 lines of code changed in:

nmav 2001-11-04 11:43

cleanups

5 lines of code changed in:

nmav 2001-11-02 19:20

cleanups in function names

38 lines of code changed in:

nmav 2001-11-02 11:34

cleanups in the resuming code

22 lines of code changed in:

nmav 2001-11-02 11:07

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:

nmav 2001-11-02 10:01

set_push() & set_pull() functions moved to state (instead of being global)

59 lines of code changed in:

nmav 2001-11-02 09:32

moved README.CVS to doc/

34 lines of code changed in:

nmav 2001-11-01 23:54

added documentation of the steps required to built the cvs tree

0 lines of code changed in:

nmav 2001-11-01 21:10

Adopted some of the patches of Jon Nelson. Fixes the non blocking
behaviour.

254 lines of code changed in:

October 2001 »

Generated by StatCVS 0.3