January 2002 Commit Log

Number of Commits:
117
Number of Active Developers:
3
nmav 2002-01-31 13:48

Renamed gnutls_x509pki_extract_* to gnutls_x509_extract_*.
Separated gnutls_x509_extract_* functions. Now are in gnutls_x509.c.

638 lines of code changed in:

nmav 2002-01-31 13:47

corrected _gnutls_str_cpy() usage.

35 lines of code changed in:

nmav 2002-01-31 02:17

*** empty log message ***

1 lines of code changed in:

nmav 2002-01-31 00:59

updated

14 lines of code changed in:

twoaday 2002-01-30 12:34

Fixed some memory leaks.

16 lines of code changed in:

nmav 2002-01-30 11:33

updated candidate draft

27 lines of code changed in:

twoaday 2002-01-29 18:16

Fixed a typo.

1 lines of code changed in:

twoaday 2002-01-29 17:55

Basic GnuTLS OpenPGP support.

14 lines of code changed in:

nmav 2002-01-29 17:19

updated for gnutls_certificate_get_peers()

2 lines of code changed in:

nmav 2002-01-29 17:17

Added gnutls_certificate_get_peers()
Added gnutls_certificate_get_ours()
Added gnutls_certificate_get_ours_index()

20 lines of code changed in:

nmav 2002-01-29 17:09

CertificateType is now accesible from the API.

81 lines of code changed in:

nmav 2002-01-29 17:06

corrected bug in certificate selection.

6 lines of code changed in:

nmav 2002-01-29 16:08

Added this gnutls_state.c/h files. Are added in order to access
some of the GNUTLS_STATE structures members, indirectly. It's
not possible to move all the members of this structure here, yet,
but it is desirable.

39 lines of code changed in:

nmav 2002-01-29 14:30

*** empty log message ***

1 lines of code changed in:

nmav 2002-01-29 13:52

Modified the state's parameters to hold the negotiated certificate
type. Modified the certificate selection procedure to take the certificate
type in account, when choosing the most appropriate certificate.

122 lines of code changed in:

nmav 2002-01-29 12:52

Added in CertificateStatus:
GNUTLS_CERT_CORRUPTED (replaces GNUTLS_CERT_INVALID)
GNUTLS_CERT_REVOKED

24 lines of code changed in:

nmav 2002-01-29 12:40

gnutls_x509pki_allocate_sc() renamed to gnutls_certificate_allocate_sc()
and similar functions too. They share too common properties with
OpenPGP certificates, that it is not needed a separate function.

41 lines of code changed in:

nmav 2002-01-29 12:38

Updated function names.

7 lines of code changed in:

nmav 2002-01-29 12:38

Separated X509 specific stuff in the CERTIFICATE_CREDENTIALS structure.

14 lines of code changed in:

nmav 2002-01-29 00:51

Removed fake OID.

1 lines of code changed in:

nmav 2002-01-29 00:49

better ChangeLog output

1 lines of code changed in:

nmav 2002-01-29 00:44

Identified a race condition in the example client.
If application data is sent after a rehandshake
request, the server thinks we ignored his request, and
breaks the connection. This is a bad design of this client.

19 lines of code changed in:

nmav 2002-01-29 00:43

minor fixes

5 lines of code changed in:

nmav 2002-01-29 00:42

changed some buffering code, to use the cleaner gnutls_datum_append().
Leads to a much cleaner code.

24 lines of code changed in:

fiorinaf 2002-01-28 23:03

Modules without OID

2 lines of code changed in:

fiorinaf 2002-01-28 23:02

gnutls_str_... functions substitution

8 lines of code changed in:

fiorinaf 2002-01-28 23:02

_gnutls_str_... functions substitution

15 lines of code changed in:

nmav 2002-01-28 19:26

added gnutls_datum_append()

12 lines of code changed in:

nmav 2002-01-28 15:03

signature is now a gnutls_datum

21 lines of code changed in:

nmav 2002-01-28 13:43

GNUTLS_X509PKI -> GNUTLS_CRD_X509PKI
GNUTLS_SRP -> GNUTLS_CRD_SRP
GNUTLS_ANON -> GNUTLS_CRD_ANON

1834 lines of code changed in:

nmav 2002-01-28 11:40

*** empty log message ***

5 lines of code changed in:

nmav 2002-01-28 11:38

corrected and optimized handshake.

30 lines of code changed in:

nmav 2002-01-28 11:37

not used by default

1 lines of code changed in:

nmav 2002-01-28 10:25

Added ability of the client to choose a certificate depending
on the server's sign algorithm preference. Added CertType
in gnutls_cert structure (which identified X509, OPENPGP certificates)

79 lines of code changed in:

nmav 2002-01-28 10:22

Optimizations in the handshake messages hashing.
(no more mallocs)

18 lines of code changed in:

nmav 2002-01-27 22:13

cleanups

37 lines of code changed in:

nmav 2002-01-27 22:12

corrected bug in DSA signing.

10 lines of code changed in:

nmav 2002-01-27 22:11

corrected bug in file read

19 lines of code changed in:

nmav 2002-01-27 22:10

Added support to select a certificate based on the peer's cipher
suite list. (ie if DSS cipher suites are requested and a DSA certificate
is available, then this will be used)

100 lines of code changed in:

nmav 2002-01-27 16:24

Added an updated version of the submited draft

27 lines of code changed in:

Repository Tag: gnutls_with_dss_ciphersuites
nmav 2002-01-27 16:14

*** empty log message ***

1 lines of code changed in:

nmav 2002-01-27 16:12

added missing files

404 lines of code changed in:

nmav 2002-01-27 16:10

added support for DHE_DSS cipher suites.

33 lines of code changed in:

Repository Tag: gnutls_with_dss_cert_support
nmav 2002-01-27 15:27

added support for DSS certificates.

399 lines of code changed in:

nmav 2002-01-27 00:01

Added stuff for DSS certificates (not ready yet)

963 lines of code changed in:

nmav 2002-01-26 23:55

added new DSA certificates..

2 lines of code changed in:

nmav 2002-01-26 17:13

*** empty log message ***

25 lines of code changed in:

nmav 2002-01-26 17:10

added _gnutls_mem_cpy()

12 lines of code changed in:

nmav 2002-01-26 17:06

Added checks after malloc for null.

44 lines of code changed in:

nmav 2002-01-25 23:41

gnutls_*_get_algo() renamed to gnutls_*_get() (suggested by Simon Josefsson)

47 lines of code changed in:

nmav 2002-01-25 20:29

*** empty log message ***

2 lines of code changed in:

nmav 2002-01-25 17:33

*** empty log message ***

1 lines of code changed in:

nmav 2002-01-25 17:31

added check for requested TLS extensions

85 lines of code changed in:

nmav 2002-01-25 15:50

*** empty log message ***

8 lines of code changed in:

nmav 2002-01-25 15:07

Handshake messages are not kept in memory any more. Now we use less memory
during a handshake.

390 lines of code changed in:

nmav 2002-01-24 20:01

*** empty log message ***

5 lines of code changed in:

nmav 2002-01-24 20:00

added an #error

2 lines of code changed in:

nmav 2002-01-24 19:00

GNUTLS_A_NETSCAPE_NO_CLIENT_CERTIFICATE -> GNUTLS_A_SSL3_NO_CERTIFICATE

5 lines of code changed in:

nmav 2002-01-24 17:50

added our openpgp draft

0 lines of code changed in:

nmav 2002-01-24 17:46

added _gnutls_record_log(), gnutls_handshake_log(), to avoid that
#ifdef XXX stuff. Done some cleanups in record layer.

204 lines of code changed in:

nmav 2002-01-23 22:21

*** empty log message ***

2 lines of code changed in:

nmav 2002-01-23 22:14

Added a minimal string library to assist in safer ASN.1 parsing

127 lines of code changed in:

nmav 2002-01-23 22:13

in server side now prints srp username

8 lines of code changed in:

nmav 2002-01-23 21:28

Some corrections done ( found by using flawfinder).
Added several tags for flawfinder to ignore.

105 lines of code changed in:

nmav 2002-01-23 21:27

added string library

1 lines of code changed in:

nmav 2002-01-23 19:59

cleanups

65 lines of code changed in:

nmav 2002-01-23 19:58

more cleanups in the recv_int() function

122 lines of code changed in:

nmav 2002-01-23 19:57

corrected behaviour against PKCS-1 attacks. (it seems that debugging code
has made it to release)

4 lines of code changed in:

nmav 2002-01-22 22:47

Made recv_int() cleaner (needs a lot of improvement)

132 lines of code changed in:

nmav 2002-01-20 14:02

Now a server in a case of rehandshake can continue normaly
if the handshake request is ignored by the client.

45 lines of code changed in:

nmav 2002-01-20 14:00

corrected gnutls_alert_send() prototype.

1 lines of code changed in:

nmav 2002-01-20 11:17

*** empty log message ***

4 lines of code changed in:

nmav 2002-01-19 21:10

*** empty log message ***

3 lines of code changed in:

nmav 2002-01-19 21:09

updated auth info structures handling.
Corrected bug in DHE_RSA.

106 lines of code changed in:

nmav 2002-01-19 21:07

corrected bug introduced in the buffering code update

1 lines of code changed in:

nmav 2002-01-19 19:26

*** empty log message ***

4 lines of code changed in:

nmav 2002-01-19 19:24

Combined gnutls_x509pki_(set/get)_dh_bits() and
gnutls_anon_server/client_get to gnutls_dh_(set/get)_bits().
gnutls_anon_set_server_cred() was deprecated by gnutls_dh_set_bits().

118 lines of code changed in:

nmav 2002-01-19 19:23

gnutls_x509pki_set_trust_(file/mem) can now be called multiple times

55 lines of code changed in:

nmav 2002-01-19 12:40

*** empty log message ***

1 lines of code changed in:

nmav 2002-01-18 18:34

*** empty log message ***

5200 lines of code changed in:

nmav 2002-01-18 17:47

added openpgp rfc

3643 lines of code changed in:

nmav 2002-01-18 17:46

several cleanups in order to move to gnutls 0.4.0

177 lines of code changed in:

nmav 2002-01-18 17:45

added file to hold functions for backwards binary compatibility.

17 lines of code changed in:

nmav 2002-01-18 15:41

cleanups

12 lines of code changed in:

nmav 2002-01-17 19:56

Renamed gnutls_x509pki_s/get_dh_bits() to gnutls_dh_s/get_dhe_bits().
Renamed gnutls_anon_server/client_get_dh_bits() to gnutls_dh_get_dha_bits().

79 lines of code changed in:

nmav 2002-01-17 18:19

*** empty log message ***

2 lines of code changed in:

nmav 2002-01-17 17:16

Key exchange methods changed so they do not depend on the Certificate
type (GNUTLS_KX_X509PKI_* renamed to GNUTLS_KX_*).

24 lines of code changed in:

nmav 2002-01-17 17:10

changes in buffering code (actually variables' names are more
rational now).

238 lines of code changed in:

nmav 2002-01-17 17:09

corrected library interface numbers

4 lines of code changed in:

nmav 2002-01-17 14:29

updated documentation

12 lines of code changed in:

nmav 2002-01-17 14:05

fixed bugs reported (with patches) by
Marc Huber and Guillaume Morin.

7 lines of code changed in:

nmav 2002-01-14 10:33

Added gnutls_x509pki_set_trust_mem() and gnutls_x509pki_set_key_mem()

189 lines of code changed in:

nmav 2002-01-12 20:19

*** empty log message ***

2 lines of code changed in:

nmav 2002-01-12 20:04

better length checking in the record layer.

4 lines of code changed in:

nmav 2002-01-10 22:19

new extensions draft

0 lines of code changed in:

nmav 2002-01-09 12:05

added gnutls_x509pki_verify_certificate()

102 lines of code changed in:

nmav 2002-01-07 18:54

renamed DigestAlgorithm to GNUTLS_DigestAlgorithm (in order
to be consistent with gnutls.h)

2 lines of code changed in:

nmav 2002-01-05 23:00

corrected the temp file name

1 lines of code changed in:

Repository Tag: gnutls_0_3_5
Repository Tag: gnutls_0_3_2
nmav 2002-01-05 19:41

last minute changes for 0.3.2 release

6 lines of code changed in:

nmav 2002-01-05 19:04

renamed gnutls_b64_encode() to gnutls_b64_encode_fmt()

66 lines of code changed in:

nmav 2002-01-05 14:40

Added gnutls_b64_encode() and gnutls_b64_decode()

67 lines of code changed in:

nmav 2002-01-04 13:37

*** empty log message ***

2 lines of code changed in:

nmav 2002-01-04 13:05

updated documentation

27 lines of code changed in:

nmav 2002-01-04 12:19

Cleanups

18 lines of code changed in:

nmav 2002-01-04 12:15

separated alert protocol functions

132 lines of code changed in:

nmav 2002-01-03 12:36

corrected behaviour in version advertizing

35 lines of code changed in:

nmav 2002-01-03 12:01

now removes the temp file

1 lines of code changed in:

nmav 2002-01-03 11:59

check_version() updated

1 lines of code changed in:

nmav 2002-01-02 17:33

*** empty log message ***

8 lines of code changed in:

nmav 2002-01-02 16:55

cleanups

39 lines of code changed in:

nmav 2002-01-02 16:00

Added gnutls_x509pki_extract_certificate_serial() and some cleanups.

152 lines of code changed in:

nmav 2002-01-02 13:15

more error checking

1 lines of code changed in:

nmav 2002-01-02 12:52

*** empty log message ***

4 lines of code changed in:

nmav 2002-01-02 12:07

prefixed all variable with GNUTLS_

40 lines of code changed in:

nmav 2002-01-02 12:02

added support for calling global_init() several times.

12 lines of code changed in:

nmav 2002-01-02 11:58

added static variable to check if global_init() is called for a second
time.

7 lines of code changed in:

nmav 2002-01-02 11:46

Cleanups in the digest code (separated from HMAC).
Added gnutls_fingerprint_calc(), which calculates a fingerprint.

92 lines of code changed in:

December 2001 »

Generated by StatCVS 0.3