February 2007 Commit Log

Number of Commits:
351
Number of Active Developers:
1
jas 2007-02-25 17:15

*** empty log message ***

2 lines of code changed in:

jas 2007-02-25 17:13

Add authz server.

10 lines of code changed in:

jas 2007-02-25 17:12

Fix.

3 lines of code changed in:

jas 2007-02-25 17:12

Add authz.

3 lines of code changed in:

jas 2007-02-25 17:11

Add.

267 lines of code changed in:

jas 2007-02-25 16:34

Add.

202 lines of code changed in:

jas 2007-02-24 18:10

Add credits.

1 lines of code changed in:

jas 2007-02-22 17:32

Minor tweaks to proxy output.

11 lines of code changed in:

jas 2007-02-22 17:18

Add.

8 lines of code changed in:

jas 2007-02-22 15:59

Typo.

1 lines of code changed in:

jas 2007-02-22 15:59

Add.

1 lines of code changed in:

jas 2007-02-22 15:05

*** empty log message ***

1 lines of code changed in:

jas 2007-02-22 15:02

Other cert.

27 lines of code changed in:

jas 2007-02-22 15:00

Add dn.

2 lines of code changed in:

jas 2007-02-22 15:00

Add.

120 lines of code changed in:

jas 2007-02-22 14:33

Rename.

6 lines of code changed in:

jas 2007-02-22 14:31

Rename non-released functions.

4 lines of code changed in:

jas 2007-02-22 14:25

Remove.

0 lines of code changed in:

jas 2007-02-22 14:24

Code cleanup and documentation of last patch.

100 lines of code changed in:

jas 2007-02-22 14:06

Fix.

9 lines of code changed in:

jas 2007-02-22 13:53

New APIs to deal with DN's. Patch from Howard Chu <hyc@symas.com>.

82 lines of code changed in:

jas 2007-02-22 13:31

Bump versions.

7 lines of code changed in:

Repository Tag: gnutls_1_7_7
jas 2007-02-22 09:45

*** empty log message ***

714 lines of code changed in:

jas 2007-02-22 09:45

Version 1.7.7.

1 lines of code changed in:

jas 2007-02-22 09:24

*** empty log message ***

2 lines of code changed in:

jas 2007-02-22 09:12

Update.

628 lines of code changed in:

jas 2007-02-22 09:07

Update.

1 lines of code changed in:

jas 2007-02-22 09:05

Typo.

3 lines of code changed in:

jas 2007-02-22 08:57

Revert.

1 lines of code changed in:

jas 2007-02-22 08:57

New flags for authz extension.

1 lines of code changed in:

jas 2007-02-22 08:57

Use our own logic to determine whether to send extension replies in
server.

30 lines of code changed in:

jas 2007-02-22 08:43

Add prototype for _gnutls_extension_list_check, we use it in
ext_authz.c.

2 lines of code changed in:

jas 2007-02-22 08:43

Remove static from _gnutls_extension_list_check, we use it in ext_authz.c

1 lines of code changed in:

jas 2007-02-22 08:42

Don't send authz extension when we shouldn't.

9 lines of code changed in:

jas 2007-02-22 08:32

Generated.

0 lines of code changed in:

jas 2007-02-22 08:32

Fix #include's.

8 lines of code changed in:

jas 2007-02-22 08:16

Add.

3 lines of code changed in:

jas 2007-02-22 08:15

Support gnutls-cli --authz-x509-attr-cert and --authz-saml-assertion.

104 lines of code changed in:

jas 2007-02-22 08:11

Support gnutls-serv --authz-x509-attr-cert and --authz-saml-assertion.

114 lines of code changed in:

jas 2007-02-22 08:05

Fix.

1 lines of code changed in:

jas 2007-02-22 08:01

Fix so version due to added APIs.

3 lines of code changed in:

jas 2007-02-22 08:00

Ignore more.

2 lines of code changed in:

jas 2007-02-22 07:53

Revert.

0 lines of code changed in:

jas 2007-02-22 07:52

Revert Requires-change.

0 lines of code changed in:

jas 2007-02-21 18:56

Typo.

1 lines of code changed in:

jas 2007-02-21 18:29

Add authz extension.

8 lines of code changed in:

jas 2007-02-21 17:58

Typo.

1 lines of code changed in:

jas 2007-02-21 17:49

Add authz hooks.

5 lines of code changed in:

jas 2007-02-21 17:47

Fix type (in never released prototypes).

3 lines of code changed in:

jas 2007-02-21 17:44

Add authz stuff.

8 lines of code changed in:

jas 2007-02-21 17:42

Build ext_authz.h and ext_authz.c.

2 lines of code changed in:

jas 2007-02-21 17:37

New file.

690 lines of code changed in:

jas 2007-02-21 17:02

Sync with gnutls_supplemental.c.

7 lines of code changed in:

jas 2007-02-21 17:00

Fill in type+length.

28 lines of code changed in:

jas 2007-02-21 15:11

Add.

11 lines of code changed in:

jas 2007-02-21 15:11

Add gnutls_authz_recv_callback_func and gnutls_authz_send_callback_func.
Add gnutls_authz_enable, gnutls_authz_send_x509_attr_cert,
gnutls_authz_send_saml_assertion,
gnutls_authz_send_x509_attr_cert_url, and
gnutls_authz_send_saml_assertion_url.
Remove GNUTLS_AUTHZ_LAST from gnutls_authz_data_format_type_t (never
part of any release).

40 lines of code changed in:

jas 2007-02-21 14:33

If callbacks failed to provide anything, at least send protocol valid
(yet semantically invalid) supplemental message.

7 lines of code changed in:

jas 2007-02-21 11:58

Add for supplemental support.

9 lines of code changed in:

jas 2007-02-21 11:53

Support supplemental handshake messages.

94 lines of code changed in:

jas 2007-02-21 11:50

Add gnutls_supplemental.h and gnutls_supplemental.c.

4 lines of code changed in:

jas 2007-02-21 11:43

New file.

232 lines of code changed in:

jas 2007-02-21 11:25

Add.

3 lines of code changed in:

jas 2007-02-19 12:42

Add gnutls_supplemental_get_name.
Fix gnutls_authz_data_format_type_t.

8 lines of code changed in:

jas 2007-02-19 12:42

Add.

7 lines of code changed in:

jas 2007-02-17 11:52

Support SUPPLEMENTAL handshake type.

4 lines of code changed in:

jas 2007-02-16 17:00

update

193 lines of code changed in:

jas 2007-02-16 14:48

Add.

6 lines of code changed in:

jas 2007-02-16 14:44

Tests ipAddress SAN's too.

90 lines of code changed in:

jas 2007-02-16 14:40

Test wildcard stuff too.

276 lines of code changed in:

jas 2007-02-16 14:25

Indent.

4 lines of code changed in:

jas 2007-02-16 14:23

Support iPAddress too. Doc fix.

18 lines of code changed in:

jas 2007-02-16 14:16

Add.

5 lines of code changed in:

jas 2007-02-16 14:15

Fix mem leak.

4 lines of code changed in:

jas 2007-02-16 14:12

Doc fix.

2 lines of code changed in:

jas 2007-02-16 14:11

Don't treat absence of CN in subject as a successful RFC 2818 hostname
comparison match. Reported by "Richard W.M. Jones"
<rjones@redhat.com>.

2 lines of code changed in:

jas 2007-02-16 14:05

*** empty log message ***

5 lines of code changed in:

jas 2007-02-16 14:05

Add self test of rfc2818 server identity check.

168 lines of code changed in:

jas 2007-02-15 14:00

Add.

4 lines of code changed in:

jas 2007-02-15 13:58

Add 'Requires: libtasn1' to make 'pkg-config --libs gnutls' output
-ltasn1. Reported by Pavlov Konstantin <thresh@altlinux.ru>.

2 lines of code changed in:

jas 2007-02-14 16:28

Avoid assert.

3 lines of code changed in:

jas 2007-02-14 14:55

Make sure NULL is a pointer.

2 lines of code changed in:

jas 2007-02-14 14:31

Change vararg 0 to NULL. Tiny change suggested by Joe Orton
<joe@manyfish.co.uk>.

1 lines of code changed in:

jas 2007-02-14 09:14

Fix gnutls_authz_data_format_type_t.

6 lines of code changed in:

jas 2007-02-14 08:15

Add.

5 lines of code changed in:

jas 2007-02-14 08:14

Add gnutls_supplemental_data_format_type_t with member
GNUTLS_SUPPLEMENTAL_AUTHZ_DATA.

5 lines of code changed in:

jas 2007-02-14 08:12

Add.

6 lines of code changed in:

jas 2007-02-14 08:10

Add gnutls_authz_data_format_type_t, with members
GNUTLS_AUTHZ_X509_ATTR_CERT, GNUTLS_AUTHZ_SAML_ASSERTION,
GNUTLS_AUTHZ_X509_ATTR_CERT_URL, GNUTLS_AUTHZ_SAML_ASSERTION_URL.

8 lines of code changed in:

jas 2007-02-14 07:53

Reorder.

2 lines of code changed in:

jas 2007-02-14 07:53

Add GNUTLS_EXTENSION_AUTHZ_CLIENT and GNUTLS_EXTENSION_AUTHZ_SERVER.

2 lines of code changed in:

jas 2007-02-14 07:49

Add.

1 lines of code changed in:

jas 2007-02-14 07:48

Add GNUTLS_HANDSHAKE_SUPPLEMENTAL.

2 lines of code changed in:

jas 2007-02-14 07:48

Spell out handshake types.

8 lines of code changed in:

jas 2007-02-13 22:38

Update.

120 lines of code changed in:

jas 2007-02-13 22:12

Use error().

116 lines of code changed in:

jas 2007-02-13 21:58

Cleanup p12 printing.

23 lines of code changed in:

jas 2007-02-13 21:50

Cleanup pkcs7_info.

16 lines of code changed in:

jas 2007-02-13 21:42

Fix.

0 lines of code changed in:

jas 2007-02-13 21:41

Better errors.

2 lines of code changed in:

jas 2007-02-13 21:36

Remove --copyright (use --version).

0 lines of code changed in:

jas 2007-02-13 21:35

Use version-etc.

4 lines of code changed in:

jas 2007-02-13 21:33

Fix for version-etc.

1 lines of code changed in:

jas 2007-02-13 21:25

Update.

306 lines of code changed in:

jas 2007-02-13 21:21

Cleanup CRL.

33 lines of code changed in:

jas 2007-02-13 21:07

Cleanup.

12 lines of code changed in:

jas 2007-02-13 20:25

Simplify.

33 lines of code changed in:

jas 2007-02-13 20:24

Cleanups.

7 lines of code changed in:

jas 2007-02-13 19:59

Rewrite generate_private_key_int.

9 lines of code changed in:

jas 2007-02-13 19:17

Fix mem leak.

4 lines of code changed in:

jas 2007-02-13 19:16

Fix crl_info.

5 lines of code changed in:

jas 2007-02-13 19:13

Rewrite load_private_key.

16 lines of code changed in:

jas 2007-02-13 19:09

Rewrite load_request.

11 lines of code changed in:

jas 2007-02-13 19:07

Rewrite load_ca_private_key.

21 lines of code changed in:

jas 2007-02-13 18:57

Remove.

0 lines of code changed in:

jas 2007-02-13 18:56

Rewrite load_ca_cert.

10 lines of code changed in:

jas 2007-02-13 18:47

No limit on CRL size during verification.

12 lines of code changed in:

jas 2007-02-13 18:31

Simplify.

2 lines of code changed in:

jas 2007-02-13 18:22

Need config.h.

5 lines of code changed in:

jas 2007-02-13 18:03

Use AM_CPPFLAGS, not obsolete INCLUDES.

1 lines of code changed in:

jas 2007-02-13 18:01

Need libgnu.la.

6 lines of code changed in:

jas 2007-02-13 17:57

Need config.h.

4 lines of code changed in:

jas 2007-02-13 17:48

Update.

0 lines of code changed in:

jas 2007-02-13 17:38

Remove stuff obsoleted by time_r.

1 lines of code changed in:

jas 2007-02-13 17:35

Don't check for time.h, not needed.

1 lines of code changed in:

jas 2007-02-13 17:35

Only use time.h, from gnulib if needed.

1 lines of code changed in:

jas 2007-02-13 17:33

*** empty log message ***

1 lines of code changed in:

jas 2007-02-13 17:30

UPdate.

3 lines of code changed in:

jas 2007-02-13 17:28

Add.

2 lines of code changed in:

jas 2007-02-13 17:26

Remove.

0 lines of code changed in:

jas 2007-02-13 17:26

Update.

293 lines of code changed in:

jas 2007-02-13 17:22

*** empty log message ***

3 lines of code changed in:

jas 2007-02-13 16:50

Fix.

2 lines of code changed in:

jas 2007-02-13 16:50

Add.

2302 lines of code changed in:

jas 2007-02-13 16:48

Fix.

11 lines of code changed in:

jas 2007-02-13 16:45

Unpack.

2 lines of code changed in:

jas 2007-02-13 16:44

*** empty log message ***

1 lines of code changed in:

jas 2007-02-13 16:44

Add.

12 lines of code changed in:

jas 2007-02-13 16:42

Update.

41 lines of code changed in:

jas 2007-02-13 16:30

Add.

66 lines of code changed in:

jas 2007-02-13 16:28

Remove.

4 lines of code changed in:

jas 2007-02-13 16:26

Add.

61 lines of code changed in:

jas 2007-02-13 13:26

Add.

4 lines of code changed in:

jas 2007-02-13 13:23

We don't support inherited DSA parameters.

6 lines of code changed in:

jas 2007-02-13 13:03

Update.

8 lines of code changed in:

jas 2007-02-13 12:57

Fix.

12 lines of code changed in:

jas 2007-02-13 12:56

*** empty log message ***

8 lines of code changed in:

jas 2007-02-13 12:55

Move PKITS stuff to nist-pkits/.

199 lines of code changed in:

jas 2007-02-13 12:50

Add.

5 lines of code changed in:

jas 2007-02-13 12:48

Fix.

21 lines of code changed in:

jas 2007-02-13 12:31

fix for chain 1.

3 lines of code changed in:

jas 2007-02-13 12:29

*** empty log message ***

0 lines of code changed in:

jas 2007-02-13 12:29

Move old NIST stuff to separate directory.

70 lines of code changed in:

jas 2007-02-13 12:09

Don't write to buf if *sizeof_buf==0.

1 lines of code changed in:

jas 2007-02-13 12:06

Don't use uninitialized.

1 lines of code changed in:

jas 2007-02-13 12:04

Don't access ret unless *ret_size>0.

1 lines of code changed in:

jas 2007-02-13 11:11

Fix PKI test.

6 lines of code changed in:

jas 2007-02-13 11:07

Update.

1 lines of code changed in:

jas 2007-02-13 11:06

Simplify copyright.

1 lines of code changed in:

jas 2007-02-13 11:01

Add.

2 lines of code changed in:

jas 2007-02-13 10:53

Remove.

0 lines of code changed in:

jas 2007-02-13 10:52

Remove unused.

0 lines of code changed in:

jas 2007-02-13 10:51

Make certtool conditional on ENABLE_PKI.

5 lines of code changed in:

jas 2007-02-13 10:50

Add conditional for PKI stuff.

1 lines of code changed in:

jas 2007-02-13 10:32

Handle larger certificate lists.

23 lines of code changed in:

jas 2007-02-13 10:13

Fix.

7 lines of code changed in:

jas 2007-02-13 10:12

crl: Support GNUTLS_X509_CRT_UNSIGNED_FULL.

61 lines of code changed in:

jas 2007-02-13 10:11

Use gnutls_x509_crl_print.

10 lines of code changed in:

jas 2007-02-13 10:05

Add gnutls_x509_crl_get_signature and gnutls_x509_crl_print.

271 lines of code changed in:

jas 2007-02-13 09:09

Use error().

10 lines of code changed in:

jas 2007-02-13 09:01

We do need lgl/ though.

2 lines of code changed in:

jas 2007-02-13 08:58

No need for gl/.

4 lines of code changed in:

jas 2007-02-13 08:58

Don't include gl/.

1 lines of code changed in:

jas 2007-02-13 08:57

Remove.

0 lines of code changed in:

jas 2007-02-13 08:57

Add.

561 lines of code changed in:

jas 2007-02-13 08:56

Revert.

2 lines of code changed in:

jas 2007-02-13 08:55

No need for gl/.

0 lines of code changed in:

jas 2007-02-13 08:53

Fix src/lib/.

1 lines of code changed in:

jas 2007-02-13 08:53

Build src/lib/.

1 lines of code changed in:

jas 2007-02-13 08:50

Init src/lib/.

2 lines of code changed in:

jas 2007-02-13 08:47

Update.

3 lines of code changed in:

jas 2007-02-13 08:47

Remove.

0 lines of code changed in:

jas 2007-02-13 08:45

Add.

442 lines of code changed in:

jas 2007-02-13 08:43

No size limit on CRL data.

17 lines of code changed in:

jas 2007-02-12 17:54

(_gnutls_x509_san_find_type): Support GNUTLS_SAN_DN.

2 lines of code changed in:

jas 2007-02-12 17:54

Support GNUTLS_SAN_DN.

8 lines of code changed in:

jas 2007-02-12 17:53

Add.

4 lines of code changed in:

jas 2007-02-12 17:52

(parse_general_name): Support GNUTLS_SAN_DN.

12 lines of code changed in:

jas 2007-02-12 17:22

Fix.

1 lines of code changed in:

jas 2007-02-12 17:22

Bump versions.

2 lines of code changed in:

jas 2007-02-12 17:21

Add.

6 lines of code changed in:

Repository Tag: gnutls_1_7_6
jas 2007-02-12 15:56

*** empty log message ***

324 lines of code changed in:

jas 2007-02-12 15:54

Version 1.7.6.

1 lines of code changed in:

jas 2007-02-12 15:49

New APIs, bump libtool library versions.

3 lines of code changed in:

jas 2007-02-12 15:48

Update.

16 lines of code changed in:

jas 2007-02-12 15:45

Use latest docs on web site.

2 lines of code changed in:

jas 2007-02-12 15:24

Add.

1 lines of code changed in:

jas 2007-02-12 15:20

Mark for translation.

78 lines of code changed in:

jas 2007-02-12 14:53

Generated.

0 lines of code changed in:

jas 2007-02-12 14:45

Print more than one SAN.

104 lines of code changed in:

jas 2007-02-12 14:36

Better printing of XMPP SAN.

43 lines of code changed in:

jas 2007-02-12 14:25

Add XMPP definitions.

8 lines of code changed in:

jas 2007-02-12 14:20

Doc fix.

5 lines of code changed in:

jas 2007-02-12 14:18

Decode XMPP data. Suggested by Matthias Wimmer <m@tthias.eu>.

51 lines of code changed in:

jas 2007-02-12 11:50

Print X.509 client cert info.

54 lines of code changed in:

jas 2007-02-09 15:42

Text fix.

4 lines of code changed in:

jas 2007-02-09 15:31

Update.

1 lines of code changed in:

jas 2007-02-09 15:24

Update.

4 lines of code changed in:

jas 2007-02-09 15:19

strftime %Z on mingw32 seems to not understand that gmtime was used
and that the time given is in UTC. Just hard code it to UTC.

2 lines of code changed in:

jas 2007-02-09 15:08

Typo.

1 lines of code changed in:

jas 2007-02-09 15:08

Add.

200 lines of code changed in:

jas 2007-02-09 15:03

Use gnulib's time_r for systems that lack gmtime_r.

1 lines of code changed in:

jas 2007-02-09 15:02

Add.

102 lines of code changed in:

jas 2007-02-09 14:41

Fix.

1 lines of code changed in:

jas 2007-02-09 14:40

Strings not zero terminated.

8 lines of code changed in:

jas 2007-02-09 14:37

Hexprint unknown extensions.

3 lines of code changed in:

jas 2007-02-09 14:34

Update.

86 lines of code changed in:

jas 2007-02-09 14:28

Remove.

0 lines of code changed in:

jas 2007-02-09 14:28

Fix.

5 lines of code changed in:

jas 2007-02-09 14:26

Add.

4 lines of code changed in:

jas 2007-02-09 14:20

Support GNUTLS_X509_CRT_UNSIGNED_FULL.

67 lines of code changed in:

jas 2007-02-09 14:19

Use gnutls_x509_crt_print.

6 lines of code changed in:

jas 2007-02-09 14:12

Add.

2 lines of code changed in:

jas 2007-02-09 14:11

Fix error messages.

32 lines of code changed in:

jas 2007-02-09 14:00

Really fix.

2 lines of code changed in:

jas 2007-02-09 13:59

Fix.

8 lines of code changed in:

jas 2007-02-09 13:54

Change signature (ok since no release).

1 lines of code changed in:

jas 2007-02-09 13:54

Use datum for outputs.

8 lines of code changed in:

jas 2007-02-09 13:40

Add.

896 lines of code changed in:

jas 2007-02-09 13:39

Simplify.

2 lines of code changed in:

jas 2007-02-09 07:32

Don't crash on NULL's.

10 lines of code changed in:

jas 2007-02-08 21:49

Add, from older branches.

329 lines of code changed in:

jas 2007-02-08 17:46

Doc fix.

6 lines of code changed in:

jas 2007-02-08 17:43

Add.

4 lines of code changed in:

jas 2007-02-08 17:43

Build output.c.

2 lines of code changed in:

jas 2007-02-08 17:42

Add.

1120 lines of code changed in:

jas 2007-02-08 16:53

Add gnutls_x509_crt_get_signature.

62 lines of code changed in:

jas 2007-02-08 15:45

Add.

4 lines of code changed in:

jas 2007-02-08 14:17

gnutls-serv: create client & proxy too.

28 lines of code changed in:

jas 2007-02-08 14:16

Default proxy policy is ALL. Fixes crash.

2 lines of code changed in:

jas 2007-02-08 12:54

Fix warnings.

1 lines of code changed in:

jas 2007-02-08 12:53

Add _gnutls_string_append_printf.

26 lines of code changed in:

jas 2007-02-08 12:52

Add gnutls_x509_crt_get_extension_data and
gnutls_x509_crt_get_extension_info.

139 lines of code changed in:

jas 2007-02-08 10:17

Fix.

6 lines of code changed in:

jas 2007-02-08 09:34

XMPP otherName SAN support.

6 lines of code changed in:

jas 2007-02-08 09:33

Typo.

1 lines of code changed in:

jas 2007-02-08 09:32

Fix.

1 lines of code changed in:

jas 2007-02-08 09:31

Add.

6 lines of code changed in:

jas 2007-02-08 09:30

Fix.

1 lines of code changed in:

jas 2007-02-08 09:29

Doc fix.

2 lines of code changed in:

jas 2007-02-08 09:29

Support XMPP OID.

7 lines of code changed in:

jas 2007-02-08 09:18

Doc fix.

17 lines of code changed in:

jas 2007-02-08 09:00

Support otherName SAN's.

168 lines of code changed in:

jas 2007-02-07 15:01

Fix.

4 lines of code changed in:

jas 2007-02-07 15:00

add tcp and tlsia

21 lines of code changed in:

jas 2007-02-07 13:58

Fix.

241 lines of code changed in:

jas 2007-02-07 13:38

Don't say TLS 1.0.

3 lines of code changed in:

jas 2007-02-07 13:32

Fix.

1 lines of code changed in:

jas 2007-02-07 13:09

Fix DSA sign, broken by last commit.

3 lines of code changed in:

jas 2007-02-07 12:59

Add.

5 lines of code changed in:

jas 2007-02-07 12:57

Fix TLS 1.2 signing (for servers).

38 lines of code changed in:

jas 2007-02-07 09:37

Add.

2 lines of code changed in:

jas 2007-02-07 09:37

dsa key

15 lines of code changed in:

jas 2007-02-06 22:31

Fix.

5 lines of code changed in:

jas 2007-02-06 22:26

Fix crash on failures.

4 lines of code changed in:

jas 2007-02-06 22:20

Bump versions.

7 lines of code changed in:

jas 2007-02-06 19:18

Add.

6954 lines of code changed in:

Repository Tag: gnutls_1_7_5
jas 2007-02-06 17:10

*** empty log message ***

138 lines of code changed in:

jas 2007-02-06 17:09

Version 1.7.5.

1 lines of code changed in:

jas 2007-02-06 17:08

Fix.

1 lines of code changed in:

jas 2007-02-06 17:07

Add.

4 lines of code changed in:

jas 2007-02-06 17:06

Update.

58 lines of code changed in:

jas 2007-02-06 17:05

Reorder.

3 lines of code changed in:

jas 2007-02-06 17:00

Fix.

1 lines of code changed in:

jas 2007-02-06 16:57

Add.

4 lines of code changed in:

jas 2007-02-06 16:54

Don't ask for PSK if we don't have credentials for it.

17 lines of code changed in:

jas 2007-02-06 16:42

mention psk

18 lines of code changed in:

jas 2007-02-06 16:34

Add.

2 lines of code changed in:

jas 2007-02-06 16:33

(_gnutls_remove_unwanted_ciphersuites): Remove GNUTLS_KX_SRP_RSA or
GNUTLS_KX_SRP_DSS if there is no SRP credential.

10 lines of code changed in:

jas 2007-02-06 16:26

fix

9 lines of code changed in:

jas 2007-02-06 16:17

Don't try to negotiate SRP kx if we don't have SRP username/password.

16 lines of code changed in:

jas 2007-02-06 15:31

Add.

33 lines of code changed in:

jas 2007-02-06 15:29

Modernize priorities.

6 lines of code changed in:

jas 2007-02-06 15:28

Prefer PSK.

2 lines of code changed in:

jas 2007-02-06 15:26

Modernize priorities.

47 lines of code changed in:

jas 2007-02-06 14:57

more

61 lines of code changed in:

jas 2007-02-06 14:39

Parse new MACs.

6 lines of code changed in:

jas 2007-02-06 14:36

Prefer OpenPGP certs from client.

1 lines of code changed in:

jas 2007-02-06 14:01

Fix.

3 lines of code changed in:

jas 2007-02-06 13:41

Fix.

5 lines of code changed in:

jas 2007-02-06 13:41

Generated.

0 lines of code changed in:

jas 2007-02-06 13:40

Bump versions.

2 lines of code changed in:

jas 2007-02-06 13:40

Add.

5 lines of code changed in:

jas 2007-02-06 13:38

Typo in last commit.

6 lines of code changed in:

jas 2007-02-06 13:38

Typo.

1 lines of code changed in:

jas 2007-02-06 13:38

Fix --list.

7 lines of code changed in:

jas 2007-02-06 13:27

Add.

61 lines of code changed in:

jas 2007-02-06 13:26

Revert, not needed.

0 lines of code changed in:

jas 2007-02-06 13:25

(_gnutls_hash_get_algo_len): Handle NULL MACs again, broken by last
commit.

4 lines of code changed in:

jas 2007-02-06 13:21

Fix last commit.

6 lines of code changed in:

jas 2007-02-06 13:18

Support TLS 1.2 and AES 256.

45 lines of code changed in:

Repository Tag: gnutls_1_7_4
jas 2007-02-05 14:07

*** empty log message ***

160 lines of code changed in:

jas 2007-02-05 14:05

Version 1.7.4.

1 lines of code changed in:

jas 2007-02-05 13:59

Add.

2 lines of code changed in:

jas 2007-02-05 13:58

use static DH params if none or provided

38 lines of code changed in:

jas 2007-02-05 13:50

Use static DH.

22 lines of code changed in:

jas 2007-02-05 13:48

No dh here.

1 lines of code changed in:

jas 2007-02-05 13:30

Reorder.

4 lines of code changed in:

jas 2007-02-05 13:21

*** empty log message ***

2 lines of code changed in:

jas 2007-02-05 13:14

Fix.

1 lines of code changed in:

jas 2007-02-05 13:14

Add.

3 lines of code changed in:

jas 2007-02-05 13:12

Add SHA-2 self test.

2 lines of code changed in:

jas 2007-02-05 13:12

Add.

158 lines of code changed in:

jas 2007-02-05 12:54

Add.

4 lines of code changed in:

jas 2007-02-05 12:53

Set pathlength to -1 (not present) by default, for templates.

1 lines of code changed in:

jas 2007-02-05 12:28

Generated.

1 lines of code changed in:

jas 2007-02-05 12:28

Support --hash SHA-256/384/512.

7 lines of code changed in:

jas 2007-02-05 12:21

Support (RSA-)SHA-256/384/512.

60 lines of code changed in:

jas 2007-02-05 12:15

Update.

50 lines of code changed in:

jas 2007-02-05 11:48

(GNUTLS_SIGN_ALG_LOOP): Don't match unknown algorithms to GOST.
Affects gnutls_sign_algorithm_get_name, and _gnutls_x509_sign_to_oid.

2 lines of code changed in:

jas 2007-02-05 11:03

Enum types for SHA-256/384/512.

25 lines of code changed in:

jas 2007-02-05 10:45

Update.

415 lines of code changed in:

jas 2007-02-04 12:28

Add.

4 lines of code changed in:

jas 2007-02-04 12:28

Update.

387 lines of code changed in:

jas 2007-02-02 10:41

Typo.

4 lines of code changed in:

jas 2007-02-02 10:38

Add.

4 lines of code changed in:

jas 2007-02-02 10:37

Bump versions.

7 lines of code changed in:

jas 2007-02-02 10:36

Removed the wrong file, re-add this one. Oops.

149 lines of code changed in:

jas 2007-02-02 10:35

Remove.

0 lines of code changed in:

jas 2007-02-02 10:34

Remove bibliography.texi.

2 lines of code changed in:

jas 2007-02-02 10:34

Remove.

0 lines of code changed in:

jas 2007-02-02 10:33

Don't use my-bib-macros.

155 lines of code changed in:

jas 2007-02-02 09:14

use pxref.

1 lines of code changed in:

jas 2007-02-02 09:13

Fix.

3 lines of code changed in:

jas 2007-02-02 09:09

proxy and certtool stuff

86 lines of code changed in:

jas 2007-02-02 09:06

Doc fix.

4 lines of code changed in:

jas 2007-02-02 08:54

reorder

5 lines of code changed in:

jas 2007-02-02 08:53

Add rfc3820.

5 lines of code changed in:

jas 2007-02-02 08:51

Mention RFC 3820.

3 lines of code changed in:

jas 2007-02-02 08:50

Improve extensions stuff.

9 lines of code changed in:

Repository Tag: gnutls_1_7_3
jas 2007-02-01 16:33

*** empty log message ***

183 lines of code changed in:

jas 2007-02-01 16:28

Version 1.7.3.

1 lines of code changed in:

jas 2007-02-01 16:19

Typo.

1 lines of code changed in:

jas 2007-02-01 16:18

Update.

4 lines of code changed in:

jas 2007-02-01 16:18

Add.

3 lines of code changed in:

jas 2007-02-01 16:17

Print times in UTC.

17 lines of code changed in:

jas 2007-02-01 15:54

Fix.

7 lines of code changed in:

jas 2007-02-01 15:45

*** empty log message ***

2 lines of code changed in:

jas 2007-02-01 12:21

Reorder.

14 lines of code changed in:

jas 2007-02-01 12:14

Typo.

1 lines of code changed in:

jas 2007-02-01 12:13

Add key-id self test.

248 lines of code changed in:

jas 2007-02-01 11:49

Don't print proxy info if there aren't any proxy extension.

19 lines of code changed in:

jas 2007-02-01 09:22

Add.

283 lines of code changed in:

January 2007 »

Generated by StatCVS 0.3