October 2002 Commit Log

Number of Commits:
60
Number of Active Developers:
3
nmav 2002-10-31 00:05

*** empty log message ***

31 lines of code changed in:

twoaday 2002-10-29 15:03

Bump OpenCDK version to 0.3.0

2 lines of code changed in:

twoaday 2002-10-29 15:02

Add new regression test for OpenPGP.
New code for the OpenCDK 0.3.0 version.
A new error code for the OpenPGP part.

989 lines of code changed in:

nmav 2002-10-29 06:51

added missing file

8 lines of code changed in:

nmav 2002-10-28 10:21

GNUTLS_E_UNKNOWN_ERROR was removed, and was replaced by GNUTLS_E_INTERNAL_ERROR.

85 lines of code changed in:

nmav 2002-10-28 09:26

*** empty log message ***

1 lines of code changed in:

nmav 2002-10-27 23:30

*** empty log message ***

1 lines of code changed in:

nmav 2002-10-26 14:37

*** empty log message ***

51 lines of code changed in:

nmav 2002-10-26 14:34

Optimizations in buffering code, which reduce the number of malloc/realloc calls.

119 lines of code changed in:

nmav 2002-10-26 11:46

The error code table now contains all the error codes sorted.

54 lines of code changed in:

nmav 2002-10-25 16:31

Documented error codes in an appendix. This documentation is generated automatically using the retcodes program.

152 lines of code changed in:

nmav 2002-10-24 21:08

*** empty log message ***

1 lines of code changed in:

nmav 2002-10-24 21:07

Added script to sort function names in function reference.

2 lines of code changed in:

nmav 2002-10-24 19:48

*** empty log message ***

3 lines of code changed in:

nmav 2002-10-24 19:42

Added more descriptive error codes to be returned by gnutls_strerror(). Removed old and unused error codes.

107 lines of code changed in:

nmav 2002-10-24 18:39

gnutls-cli-debug now accepts one hostname only

15 lines of code changed in:

nmav 2002-10-24 18:33

gnutls-cli now accepts one hostname only

5 lines of code changed in:

nmav 2002-10-24 18:05

*** empty log message ***

0 lines of code changed in:

nmav 2002-10-24 00:05

*** empty log message ***

8 lines of code changed in:

nmav 2002-10-23 20:36

Merged common stuff in DHE and anonymous DH key exchange.

372 lines of code changed in:

nmav 2002-10-17 00:05

*** empty log message ***

553 lines of code changed in:

nmav 2002-10-14 23:36

Example programs found in the documentation can now be generated by
running "make examples" in doc/tex directory.

2 lines of code changed in:

nmav 2002-10-14 22:27

Fixed interlibrary dependencies. By Ivo Timmermans. This requires the debian libtool 1.4.2-7.1

5 lines of code changed in:

nmav 2002-10-14 19:40

cleanups in the server name extension.

29 lines of code changed in:

nmav 2002-10-14 19:23

Some fixes in 'gnutls-cli' client program to prevent some segmentation
faults at exit.

19 lines of code changed in:

Repository Tag: gnutls_0_5_10
nmav 2002-10-13 19:14

*** empty log message ***

1 lines of code changed in:

nmav 2002-10-13 11:55

ZLIB's number was changed according to draft-ietf-tls-compression-02

2 lines of code changed in:

nmav 2002-10-13 07:02

several fixes in the codebase, mostly in signed/unsigned checkings.

320 lines of code changed in:

nmav 2002-10-13 00:05

*** empty log message ***

453 lines of code changed in:

Repository Tag: gnutls_0_5_x_before_int_fixes
nmav 2002-10-12 17:56

Corrected some types, to work in 64 bits machines. Suggested by Ivo Timmermans <ivo@o2w.nl>.

4 lines of code changed in:

admcd 2002-10-12 14:16

Enclose in extern "C" (from Debian bug #163394).

9 lines of code changed in:

nmav 2002-10-12 10:17

now does not require carriage return

4 lines of code changed in:

nmav 2002-10-12 01:17

Fixes (or not) in server name extension parsing

45 lines of code changed in:

nmav 2002-10-11 14:06

Improved the server name extension. Resumed sessions can now use it.

32 lines of code changed in:

nmav 2002-10-11 11:50

Added server name extension, from draft-ietf-tls-extension-05.

415 lines of code changed in:

nmav 2002-10-11 01:05

*** empty log message ***

0 lines of code changed in:

nmav 2002-10-11 00:15

more documentation updates

2 lines of code changed in:

nmav 2002-10-10 17:17

Separated alert checking from the example programs, to make them cleaner. Added an example which demonstrates the alert checking.

6 lines of code changed in:

Repository Tag: gnutls_0_5_9
nmav 2002-10-10 13:33

last minute changes for 0.5.9 release.

1 lines of code changed in:

nmav 2002-10-10 13:31

*** empty log message ***

45 lines of code changed in:

nmav 2002-10-09 23:49

Added int gnutls_x509_check_certificates_hostname() which check whether
the given hostname matches the owner of the given X.509 certificate.

5 lines of code changed in:

nmav 2002-10-09 23:40

cleanups

10 lines of code changed in:

nmav 2002-10-08 22:48

*** empty log message ***

4 lines of code changed in:

nmav 2002-10-08 22:31

*** empty log message ***

5 lines of code changed in:

nmav 2002-10-08 15:50

Added gnutls_set_default_priority() and gnutls_set_default_export_priority()
functions, to avoid calling all the *_priority() functions if the defaults
are ok.

153 lines of code changed in:

nmav 2002-10-07 18:36

*** empty log message ***

7 lines of code changed in:

nmav 2002-10-07 18:32

Added gnutls_x509_extract_certificate_dn_string() which returns the peer's Distinguished
name in a single string.

51 lines of code changed in:

nmav 2002-10-07 18:15

several cleanups

105 lines of code changed in:

nmav 2002-10-07 15:38

Changes in gnutls-cli, to allow testing of starttls implementations.

266 lines of code changed in:

nmav 2002-10-06 00:05

*** empty log message ***

22 lines of code changed in:

nmav 2002-10-05 11:34

rolled back addition of certificate_get_our_issuer() function.

0 lines of code changed in:

nmav 2002-10-05 09:46

Corrected the broken detection of libgnutls-extra. Bug reported by Ivo Timmermans.

92 lines of code changed in:

nmav 2002-10-04 21:10

*** empty log message ***

1 lines of code changed in:

nmav 2002-10-04 21:09

Corrected bug which prevented gnutls_certificate_get_ours() from working.
Added gnutls_certificate_get_our_issuer() function.

45 lines of code changed in:

nmav 2002-10-04 12:12

Improved gnutls_x509_extract_key_pk_algorithm(), which can now distinguish DSA keys from unknown keys.

57 lines of code changed in:

nmav 2002-10-03 00:05

*** empty log message ***

14 lines of code changed in:

nmav 2002-10-02 14:43

some fixes to compile with gcc-2.95.

4 lines of code changed in:

nmav 2002-10-02 11:14

*** empty log message ***

1 lines of code changed in:

nmav 2002-10-01 14:22

*** empty log message ***

4 lines of code changed in:

nmav 2002-10-01 14:19

Added function to extract the public key algorithm of a DER encoded private key.

37 lines of code changed in:

September 2002 »

Generated by StatCVS 0.3