summaryrefslogtreecommitdiff
path: root/ChangeLog
blob: 5654335e19ce02279d97cde13367024814fe1adb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
2005-12-08  Simon Josefsson <simon@josefsson.org>

	* NEWS: Version 1.3.1.

2005-12-08  Simon Josefsson <simon@josefsson.org>

	* lib/gnutls_str.c: Fix.

2005-12-08  Simon Josefsson <simon@josefsson.org>

	* tests/Makefile.am: Dist pkcs8 blobs.

2005-12-08  Simon Josefsson <simon@josefsson.org>

	* NEWS: Add.

2005-12-08  Simon Josefsson <simon@josefsson.org>

	* doc/manpages/Makefile.am: Update.

2005-12-08  Simon Josefsson <simon@josefsson.org>

	* NEWS: Add.

2005-12-08  Simon Josefsson <simon@josefsson.org>

	* doc/TODO: Fix.

2005-12-08  Simon Josefsson <simon@josefsson.org>

	* tests/enc3pkcs8.pem: add

2005-12-08  Simon Josefsson <simon@josefsson.org>

	* tests/enc3pkcs8.pem: Add.

2005-12-08  Simon Josefsson <simon@josefsson.org>

	* tests/pkcs8, tests/enc2pkcs8.pem: Add rc2 pkcs#8 blob.

2005-12-08  Simon Josefsson <simon@josefsson.org>

	* tests/encpkcs8.pem, tests/unencpkcs8.pem: Fix.

2005-12-08  Simon Josefsson <simon@josefsson.org>

	* tests/Makefile.am, tests/pkcs8: Add PKCS#8 self test.

2005-12-08  Simon Josefsson <simon@josefsson.org>

	* NEWS: Add.

2005-12-08  Simon Josefsson <simon@josefsson.org>

	* src/certtool.c: Make --password work for PKCS#8 --key-info.

2005-12-08  Simon Josefsson <simon@josefsson.org>

	* tests/encpkcs8.pem, tests/unencpkcs8.pem: Add, PKSC#8 blobs.

2005-12-08  Simon Josefsson <simon@josefsson.org>

	* doc/TODO: Remove.

2005-12-08  Simon Josefsson <simon@josefsson.org>

	* NEWS: Add.

2005-12-08  Simon Josefsson <simon@josefsson.org>

	* lib/x509/privkey_pkcs8.c:
	(gnutls_x509_privkey_import_pkcs8): Handle unencrypted PEM keys.
	Remove unused "encrypted" variable.

2005-12-08  Simon Josefsson <simon@josefsson.org>

	* NEWS, src/certtool.c: Generate unencrypted PKCS#8 keys for blank
	passwords.

2005-12-08  Simon Josefsson <simon@josefsson.org>

	* NEWS: Fix.

2005-12-08  Simon Josefsson <simon@josefsson.org>

	* NEWS, doc/TODO, includes/gnutls/gnutls.h.in, lib/gnutls_x509.c,
	tests/Makefile.am, tests/set_pkcs12_cred.c: Support reading X.509
	credentials from PKCS#12 files.

2005-12-08  Simon Josefsson <simon@josefsson.org>

	* src/certtool.c: Print PKCS#12 type for each element.

2005-12-06  Simon Josefsson <simon@josefsson.org>

	* doc/examples/Makefile.am: Add ex-client-tlsia.

2005-12-06  Simon Josefsson <simon@josefsson.org>

	* doc/examples/ex-client-tlsia.c: Add.

2005-12-06  Simon Josefsson <simon@josefsson.org>

	* doc/protocol/rfc4279.txt: Add.

2005-12-02  Nikos Mavrogiannopoulos <nmav@gnutls.org>

	* lib/gnutls_session_pack.c: Corrected bugs in session resumption.
	Bugs reported by Yoann Vandoorselare.

2005-12-02  Simon Josefsson <simon@josefsson.org>

	* libextra/gnutls_ia.c: Fix handshake_p.

2005-12-02  Simon Josefsson <simon@josefsson.org>

	* libextra/gnutls_ia.c: Use proper resume detection.

2005-12-02  Simon Josefsson <simon@josefsson.org>

	* libextra/gnutls_ia.c: Separate verify from receiving.

2005-12-02  Simon Josefsson <simon@josefsson.org>

	* tests/tlsia.c: Fix warning.

2005-12-02  Simon Josefsson <simon@josefsson.org>

	* libextra/gnutls_ia.c: Fix warnings.

2005-12-02  Simon Josefsson <simon@josefsson.org>

	* includes/gnutls/extra.h: Fix API.

2005-12-02  Simon Josefsson <simon@josefsson.org>

	* Makefile.am: Put 1.3.x releases in devel/ directory.

2005-12-02  Simon Josefsson <simon@josefsson.org>

	* doc/TODO: add

2005-12-02  Simon Josefsson <simon@josefsson.org>

	* doc/TODO: Add.

2005-12-02  Simon Josefsson <simon@josefsson.org>

	* doc/TODO: Fix.

2005-12-02  Simon Josefsson <simon@josefsson.org>

	* doc/TODO: Add.

2005-12-02  Simon Josefsson <simon@josefsson.org>

	* doc/TODO: Add.

2005-12-02  Simon Josefsson <simon@josefsson.org>

	* doc/TODO: Add.

2005-12-02  Simon Josefsson <simon@josefsson.org>

	* tests/tlsia.c: More informative messages.

2005-12-02  Simon Josefsson <simon@josefsson.org>

	* tests/Makefile.am: Need gnulib -I's.

2005-12-02  Simon Josefsson <simon@josefsson.org>

	* tests/tlsia.c: Need readline.h.

2005-12-02  Simon Josefsson <simon@josefsson.org>

	* tests/tlsia.c: Don't be interactive, by default (use -d to enable
	it).

2005-12-02  Simon Josefsson <simon@josefsson.org>

	* tests/tlsia.c: Debug more.

2005-12-02  Simon Josefsson <simon@josefsson.org>

	* libextra/gnutls_ia.c: Bug fixes.

2005-12-02  Simon Josefsson <simon@josefsson.org>

	* libextra/gnutls_ia.c: Really fix nasty bug.

2005-12-02  Simon Josefsson <simon@josefsson.org>

	* libextra/gnutls_ia.c: Fix nasty bug.

2005-12-02  Simon Josefsson <simon@josefsson.org>

	* doc/README.CODING_STYLE: Mention indentation.

2005-12-02  Simon Josefsson <simon@josefsson.org>

	* doc/TODO: Add.

2005-12-01  Simon Josefsson <simon@josefsson.org>

	* gl/readline.c, gl/stdint_.h, gl/m4/socklen.m4: Update.

2005-12-01  Simon Josefsson <simon@josefsson.org>

	* NEWS: Add.

2005-12-01  Simon Josefsson <simon@josefsson.org>

	* includes/gnutls/extra.h: Remove.

2005-12-01  Simon Josefsson <simon@josefsson.org>

	* configure.in: Bump version.

2005-12-01  Simon Josefsson <simon@josefsson.org>

	* NEWS: Add.

2005-12-01  Simon Josefsson <simon@josefsson.org>

	* src/cli.c: Check starttls_alarmed earlier, the signal might be
	sent before select is called.  Report by Otto Maddox
	<ottomaddox@fastmail.fm> and influenced by tiny patch from Nozomu
	Ando <nand@mac.com>.

2005-12-01  Simon Josefsson <simon@josefsson.org>

	* libextra/gnutls_ia.c: Fix.

2005-12-01  Simon Josefsson <simon@josefsson.org>

	* includes/gnutls/extra.h: Update.

2005-12-01  Simon Josefsson <simon@josefsson.org>

	* libextra/gnutls_ia.c: Simplify API.

2005-12-01  Simon Josefsson <simon@josefsson.org>

	* includes/gnutls/extra.h: Fix.

2005-12-01  Simon Josefsson <simon@josefsson.org>

	* src/cli.c: Don't infloop.

2005-12-01  Simon Josefsson <simon@josefsson.org>

	* doc/manpages/Makefile.am: Update.

2005-12-01  Simon Josefsson <simon@josefsson.org>

	* NEWS: Add.

2005-12-01  Simon Josefsson <simon@josefsson.org>

	* src/cli.c: Check starttls_alarmed earlier, the signal might be
	sent before select is called.  Report by Otto Maddox
	<ottomaddox@fastmail.fm> and influenced by tiny patch from Nozomu
	Ando <nand@mac.com>.

2005-12-01  Simon Josefsson <simon@josefsson.org>

	* libextra/gnutls_ia.c: Small fix, from Emile.

2005-11-30  Simon Josefsson <simon@josefsson.org>

	* configure.in: Bump versions.

2005-11-30  Nikos Mavrogiannopoulos <nmav@gnutls.org>

	* lib/gnutls_session.c, lib/gnutls_session_pack.c,
	includes/gnutls/gnutls.h.in: Some fixes in session resumption and
	prototypes. Based on patches and suggestions by Joe Orton.

2005-11-21  Simon Josefsson <simon@josefsson.org>

	* libextra/gnutls_ia.c, tests/tlsia.c: Fix.

2005-11-21  Simon Josefsson <simon@josefsson.org>

	* includes/gnutls/extra.h, libextra/gnutls_ia.c: Add.

2005-11-21  Simon Josefsson <simon@josefsson.org>

	* libextra/gnutls_ia.c, includes/gnutls/extra.h: Add.

2005-11-21  Simon Josefsson <simon@josefsson.org>

	* libextra/gnutls_ia.c: Remove bad docs.

2005-11-21  Simon Josefsson <simon@josefsson.org>

	* tests/tlsia.c: Fix.

2005-11-21  Simon Josefsson <simon@josefsson.org>

	* libextra/gnutls_ia.c: Fix exit codes.

2005-11-21  Simon Josefsson <simon@josefsson.org>

	* lib/gnutls_errors.c: Add.

2005-11-21  Simon Josefsson <simon@josefsson.org>

	* includes/gnutls/gnutls.h.in: Add.

2005-11-21  Simon Josefsson <simon@josefsson.org>

	* tests/tlsia.c: Permute inner secret too.

2005-11-21  Simon Josefsson <simon@josefsson.org>

	* libextra/gnutls_ia.c: Doc fix.

2005-11-21  Simon Josefsson <simon@josefsson.org>

	* libextra/gnutls_ia.c: Add.

2005-11-21  Simon Josefsson <simon@josefsson.org>

	* includes/gnutls/extra.h: Fix.

2005-11-21  Simon Josefsson <simon@josefsson.org>

	* includes/gnutls/extra.h: Add.  Fix.

2005-11-21  Simon Josefsson <simon@josefsson.org>

	* libextra/gnutls_ia.c: Doc fix.  API Fix.

2005-11-21  Simon Josefsson <simon@josefsson.org>

	* includes/gnutls/extra.h: Fix API.

2005-11-21  Simon Josefsson <simon@josefsson.org>

	* libextra/gnutls_ia.c: Fix.

2005-11-21  Simon Josefsson <simon@josefsson.org>

	* lib/gnutls_kx.c: Set TLS/IA secret.

2005-11-21  Simon Josefsson <simon@josefsson.org>

	* libextra/gnutls_ia.c: Doc fix.  Support re-send/recv, in case of
	EINTR/EAGAIN.

2005-11-21  Simon Josefsson <simon@josefsson.org>

	* libextra/gnutls_ia.c: Fix.

2005-11-21  Simon Josefsson <simon@josefsson.org>

	* libextra/gnutls_ia.c: Remove session_key from recv/send.

2005-11-21  Simon Josefsson <simon@josefsson.org>

	* includes/gnutls/extra.h: Remove.

2005-11-21  Simon Josefsson <simon@josefsson.org>

	* libextra/gnutls_ia.c: Use sizeof instead of strlen.

2005-11-21  Simon Josefsson <simon@josefsson.org>

	* doc/protocol/tls-numbers.txt: From
	<http://people.nokia.net/~pasi/tls-numbers.txt>.

2005-11-18  Nikos Mavrogiannopoulos <nmav@gnutls.org>

	* lib/x509/privkey_pkcs8.c: added some clarification about the
	encryption status.

2005-11-16  Nikos Mavrogiannopoulos <nmav@gnutls.org>

	* NEWS, src/certtool.c: Corrected a bug in certtool for 64 bit
	machines. Reported by Max Kellermann <max@duempel.org>.

2005-11-16  Nikos Mavrogiannopoulos <nmav@gnutls.org>

	* src/cli-gaa.c, src/cli.gaa: [no log message]

2005-11-16  Nikos Mavrogiannopoulos <nmav@gnutls.org>

	* lib/gnutls_datum.c, lib/gnutls_session_pack.c, src/serv.c: some
	more fixes for PSK.

2005-11-16  Nikos Mavrogiannopoulos <nmav@gnutls.org>

	* configure.in: the library version number was bumped to 13 to
	allow for incompatible changes.

2005-11-16  Nikos Mavrogiannopoulos <nmav@gnutls.org>

	* lib/auth_anon.c, lib/auth_anon.h, lib/auth_dh_common.c,
	lib/auth_dh_common.h, lib/auth_dhe.c, lib/auth_dhe_psk.c,
	lib/auth_psk.c, lib/auth_psk.h, lib/gnutls_kx.c, lib/gnutls_psk.c,
	lib/gnutls_session_pack.c, lib/gnutls_state.c, lib/gnutls_ui.c,
	src/Makefile.am, src/cli-gaa.c, src/cli.c, src/cli.gaa,
	src/common.c, src/gnutls-http-serv, src/params.pem, src/serv.c:
	Completed the DHE-PSK ciphersuite additions.

2005-11-16  Simon Josefsson <simon@josefsson.org>

	* includes/gnutls/extra.h: Fix.

2005-11-16  Simon Josefsson <simon@josefsson.org>

	* libextra/gnutls_ia.c: Indent.

2005-11-16  Simon Josefsson <simon@josefsson.org>

	* libextra/gnutls_ia.c: Use new low-level API for client.

2005-11-16  Simon Josefsson <simon@josefsson.org>

	* libextra/gnutls_ia.c: Server now uses low level API.

2005-11-16  Simon Josefsson <simon@josefsson.org>

	* libextra/gnutls_ia.c: Fix.

2005-11-16  Simon Josefsson <simon@josefsson.org>

	* libextra/gnutls_ia.c: Fixes.

2005-11-16  Simon Josefsson <simon@josefsson.org>

	* includes/gnutls/gnutls.h.in: Add TLS/IA errors.

2005-11-16  Simon Josefsson <simon@josefsson.org>

	* libextra/gnutls_ia.c: Don't use large packet on the stack in recv
	function.

2005-11-15  Simon Josefsson <simon@josefsson.org>

	* libextra/gnutls_ia.c: Fix.

2005-11-15  Simon Josefsson <simon@josefsson.org>

	* includes/gnutls/extra.h: Add TLS/IA low level API.

2005-11-15  Simon Josefsson <simon@josefsson.org>

	* includes/gnutls/extra.h: Fix prototypes.

2005-11-15  Simon Josefsson <simon@josefsson.org>

	* libextra/gnutls_ia.c: Reorganize.

2005-11-15  Simon Josefsson <simon@josefsson.org>

	* libextra/gnutls_ia.c: Add low-level API.

2005-11-15  Nikos Mavrogiannopoulos <nmav@gnutls.org>

	* lib/gnutls_psk.c: some documentation updates

2005-11-15  Nikos Mavrogiannopoulos <nmav@gnutls.org>

	* lib/gnutls_anon_cred.c, lib/gnutls_psk.c:
	gnutls_anon_set_params_function was renamed to
	gnutls_anon_set_server_params_function to be more consistent with
	the other functions. The same for the PSK.

2005-11-15  Nikos Mavrogiannopoulos <nmav@gnutls.org>

	* lib/auth_cert.h, lib/auth_rsa.c, lib/auth_rsa_export.c,
	lib/gnutls_cert.c, lib/gnutls_handshake.c: get_rsa_params was
	converted to behave similarly to get_dh_params.

2005-11-15  Nikos Mavrogiannopoulos <nmav@gnutls.org>

	* doc/gnutls.texi: [no log message]

2005-11-15  Nikos Mavrogiannopoulos <nmav@gnutls.org>

	* NEWS, includes/gnutls/gnutls.h.in, lib/Makefile.am,
	lib/auth_anon.c, lib/auth_anon.h, lib/auth_cert.h,
	lib/auth_dh_common.c, lib/auth_dhe.c, lib/auth_dhe_psk.c,
	lib/auth_psk.c, lib/auth_psk.h, lib/auth_rsa_export.c,
	lib/auth_srp.c, lib/auth_srp_sb64.c, lib/gnutls_algorithms.c,
	lib/gnutls_anon_cred.c, lib/gnutls_auth.c, lib/gnutls_auth_int.h,
	lib/gnutls_cert.c, lib/gnutls_dh.c, lib/gnutls_dh.h,
	lib/gnutls_dh_primes.c, lib/gnutls_handshake.c, lib/gnutls_int.h,
	lib/gnutls_mpi.c, lib/gnutls_mpi.h, lib/gnutls_psk.c,
	lib/gnutls_rsa_export.c, lib/gnutls_rsa_export.h,
	lib/gnutls_state.c, lib/gnutls_ui.c, src/common.c, src/serv.c,
	tests/Makefile.am, tests/dhepskself.c, tests/pskself.c: added
	DHE-PSK ciphersuites and some cleanups.

2005-11-15  Simon Josefsson <simon@josefsson.org>

	* NEWS: Typo.

2005-11-15  Simon Josefsson <simon@josefsson.org>

	* NEWS, configure.in: Bump versions.

2005-11-15  Simon Josefsson <simon@josefsson.org>

	* NEWS: Version 1.3.0.

2005-11-15  Simon Josefsson <simon@josefsson.org>

	* src/prime.c, src/serv.c, tests/pskself.c: Indent.

2005-11-15  Simon Josefsson <simon@josefsson.org>

	* Makefile.am: Use sha1sum instead of md5sum for igloo.linux.gr
	CHECKSUMS.

2005-11-15  Simon Josefsson <simon@josefsson.org>

	* Makefile.am: Don't use --tags for cvs2cl.

2005-11-15  Simon Josefsson <simon@josefsson.org>

	* lib/Makefile.am: Dist auth_psk.h.

2005-11-15  Simon Josefsson <simon@josefsson.org>

	* NEWS: Fix.

2005-11-15  Simon Josefsson <simon@josefsson.org>

	* NEWS: Add.

2005-11-15  Simon Josefsson <simon@josefsson.org>

	* src/certtool-gaa.c, src/cli-gaa.c, src/crypt-gaa.c,
	src/psk-gaa.c, src/serv-gaa.c, src/tls_test-gaa.c: Regenerate GAA
	code, to remove use of C++ // comments.

2005-11-15  Simon Josefsson <simon@josefsson.org>

	* doc/manpages/Makefile.am: Add license.  Fix parser error.  Dist
	and install SRP man pages too.

2005-11-15  Simon Josefsson <simon@josefsson.org>

	* configure.in, doc/examples/Makefile.am, doc/manpages/Makefile.am,
	src/Makefile.am, src/prime.c: Disable more SRP stuff if
	--disable-srp, tiny patch from Albert Chin
	<gnutls-dev@mlists.thewrittenword.com> and tiny patch to src/prime.c
	from RedHat gnutls-1.2.6 RPM.

2005-11-15  Simon Josefsson <simon@josefsson.org>

	* NEWS: Use more verbose NEWS entry format.

2005-11-15  Nikos Mavrogiannopoulos <nmav@gnutls.org>

	* tests/pskself.c: updated PSK self test

2005-11-15  Simon Josefsson <simon@josefsson.org>

	* src/certtool-gaa.c: Fix.

2005-11-15  Simon Josefsson <simon@josefsson.org>

	* doc/manpages/Makefile.am: Generated.

2005-11-15  Simon Josefsson <simon@josefsson.org>

	* tests/Makefile.am: Add pskself.

2005-11-15  Simon Josefsson <simon@josefsson.org>

	* tests/pskself.c: Add, based on anonself.c.

2005-11-15  Simon Josefsson <simon@josefsson.org>

	* lib/gnutls_errors.c: Fix error messages; PSK also use the SRP
	errors.

2005-11-15  Simon Josefsson <simon@josefsson.org>

	* lib/gnutls_psk.c: Doc fix.

2005-11-14  Nikos Mavrogiannopoulos <nmav@gnutls.org>

	* doc/TODO: [no log message]

2005-11-14  Simon Josefsson <simon@josefsson.org>

	* lib/debug.c, lib/x509/common.c, lib/x509/crl.c, lib/x509/dn.c,
	lib/x509/pkcs12.c, lib/x509/pkcs7.c, libextra/openssl_compat.c,
	src/serv.c: Include config.h first.  Tiny patch from Albert Chin
	<gnutls-dev@mlists.thewrittenword.com>.

2005-11-14  Simon Josefsson <simon@josefsson.org>

	* libextra/opencdk/opencdk.h: Don't use trailing comma in last enum
	constant, for IBM C v6.  Tiny patch from Albert Chin
	<gnutls-dev@mlists.thewrittenword.com>.

2005-11-14  Simon Josefsson <simon@josefsson.org>

	* lib/gnutls_x509.c: Tru64 UNIX 4.0D has mmap() but doesn't define
	MAP_FAILED, tiny patch from Albert Chin
	<gnutls-dev@mlists.thewrittenword.com>

2005-11-12  Nikos Mavrogiannopoulos <nmav@gnutls.org>

	* NEWS, doc/gnutls.texi, lib/gnutls_algorithms.c: removed the
	RIPEMD ciphersuites.

2005-11-12  Nikos Mavrogiannopoulos <nmav@gnutls.org>

	* doc/internals.texi, doc/arch/extensions_st.dia,
	doc/arch/extensions_st.eps, doc/arch/extensions_st.pdf,
	doc/arch/extensions_st.png, doc/arch/mod_auth_st.dia,
	doc/arch/mod_auth_st.eps, doc/arch/mod_auth_st.pdf,
	doc/arch/mod_auth_st.png: added brief documentation on the
	extension and auth_method internals.

2005-11-12  Simon Josefsson <simon@josefsson.org>

	* doc/TODO: Add.

2005-11-12  Nikos Mavrogiannopoulos <nmav@gnutls.org>

	* doc/gnutls.texi, lib/gnutls_state.c, lib/gnutls_x509.c,
	src/certtool.gaa: some documentation updates.

2005-11-10  Nikos Mavrogiannopoulos <nmav@gnutls.org>

	* doc/certificate-user-use-case.pdf,
	doc/certificate-user-use-case.png, doc/client-server-use-case.pdf,
	doc/client-server-use-case.png, doc/handshake-sequence.pdf,
	doc/handshake-sequence.png, doc/handshake-state.pdf,
	doc/handshake-state.png, doc/internals.texi, doc/objects.pdf,
	doc/objects.png, doc/arch/certificate-user-use-case.eps,
	doc/arch/certificate-user-use-case.pdf,
	doc/arch/certificate-user-use-case.png,
	doc/arch/client-server-use-case.eps,
	doc/arch/client-server-use-case.pdf,
	doc/arch/client-server-use-case.png,
	doc/arch/handshake-sequence.eps, doc/arch/handshake-sequence.pdf,
	doc/arch/handshake-sequence.png, doc/arch/handshake-state.eps,
	doc/arch/handshake-state.pdf, doc/arch/handshake-state.png,
	doc/arch/objects.eps, doc/arch/objects.pdf, doc/arch/objects.png:
	moved architecture figures to arch/

2005-11-10  Nikos Mavrogiannopoulos <nmav@gnutls.org>

	* Makefile.am: made ChangeLog more compact by ignoring past
	changes.

2005-11-10  Simon Josefsson <simon@josefsson.org>

	* gl/inet_ntop.h, gl/readline.c: Update.

2005-11-10  Simon Josefsson <simon@josefsson.org>

	* libextra/gnutls_ia.c: Add low-level API.  Use it.

2005-11-10  Simon Josefsson <simon@josefsson.org>

	* includes/gnutls/extra.h: Add low-level API.

2005-11-08  Nikos Mavrogiannopoulos <nmav@gnutls.org>

	* doc/gnutls.texi: [no log message]

2005-11-08  Nikos Mavrogiannopoulos <nmav@gnutls.org>

	* lib/gnutls_int.h: [no log message]

2005-11-08  Simon Josefsson <simon@josefsson.org>

	* doc/signatures.texi: Add.

2005-11-08  Nikos Mavrogiannopoulos <nmav@gnutls.org>

	* doc/Makefile.am, doc/certificate-user-use-case.pdf,
	doc/certificate-user-use-case.png, doc/client-server-use-case.pdf,
	doc/client-server-use-case.png, doc/gnutls.texi,
	doc/handshake-sequence.pdf, doc/handshake-sequence.png,
	doc/handshake-state.pdf, doc/handshake-state.png,
	doc/internals.texi, doc/objects.pdf, doc/objects.png,
	doc/arch/handshake-sequence.dia, doc/arch/handshake-state.dia,
	doc/arch/objects.dia: added some stuff about the internals of
	gnutls.

2005-11-08  Nikos Mavrogiannopoulos <nmav@gnutls.org>

	* doc/arch/certificate-user-use-case.dia,
	doc/arch/client-server-use-case.dia, doc/arch/objects.dia: added
	again the files in binary mode.

2005-11-08  Nikos Mavrogiannopoulos <nmav@gnutls.org>

	* doc/arch/certificate-user-use-case.dia,
	doc/arch/client-server-use-case.dia, doc/arch/objects.dia: [no log
	message]

2005-11-08  Nikos Mavrogiannopoulos <nmav@gnutls.org>

	* doc/arch/certificate-user-use-case.dia,
	doc/arch/client-server-use-case.dia, doc/arch/objects.dia: added
	some architectural diagrams. Quite primitive.

2005-11-08  Simon Josefsson <simon@josefsson.org>

	* doc/signatures.texi: add

2005-11-08  Simon Josefsson <simon@josefsson.org>

	* doc/signatures.texi: Wrap around <80 columns.

2005-11-08  Nikos Mavrogiannopoulos <nmav@gnutls.org>

	* doc/manpages/Makefile.am, lib/gnutls_session_pack.c, src/cli.c,
	src/serv.c: fixed bug in session packing for anonymous connections.

2005-11-07  Simon Josefsson <simon@josefsson.org>

	* src/serv.c, tests/anonself.c, tests/openpgp_test.c,
	tests/openssl.c, tests/x509_test.c: Indent.

2005-11-07  Simon Josefsson <simon@josefsson.org>

	* Makefile.am: Indent tests/.

2005-11-07  Simon Josefsson <simon@josefsson.org>

	* NEWS: Add.

2005-11-07  Simon Josefsson <simon@josefsson.org>

	* lib/auth_anon.c, lib/auth_anon.h, lib/auth_cert.c,
	lib/auth_cert.h, lib/auth_dh_common.c, lib/auth_dh_common.h,
	lib/auth_dhe.c, lib/auth_psk.c, lib/auth_psk.h,
	lib/auth_psk_passwd.c, lib/auth_psk_passwd.h, lib/auth_rsa.c,
	lib/auth_rsa_export.c, lib/auth_srp.c, lib/auth_srp.h,
	lib/auth_srp_passwd.c, lib/auth_srp_passwd.h, lib/auth_srp_rsa.c,
	lib/auth_srp_sb64.c, lib/debug.c, lib/debug.h, lib/defines.h,
	lib/ext_cert_type.c, lib/ext_cert_type.h, lib/ext_max_record.c,
	lib/ext_max_record.h, lib/ext_server_name.c, lib/ext_server_name.h,
	lib/ext_srp.c, lib/ext_srp.h, lib/gnutls_alert.c,
	lib/gnutls_algorithms.c, lib/gnutls_algorithms.h,
	lib/gnutls_anon_cred.c, lib/gnutls_asn1_tab.c, lib/gnutls_auth.c,
	lib/gnutls_auth.h, lib/gnutls_auth_int.h, lib/gnutls_buffers.c,
	lib/gnutls_buffers.h, lib/gnutls_cert.c, lib/gnutls_cert.h,
	lib/gnutls_cipher.c, lib/gnutls_cipher.h, lib/gnutls_cipher_int.c,
	lib/gnutls_cipher_int.h, lib/gnutls_compress.c,
	lib/gnutls_compress.h, lib/gnutls_compress_int.c,
	lib/gnutls_compress_int.h, lib/gnutls_constate.c,
	lib/gnutls_constate.h, lib/gnutls_datum.c, lib/gnutls_datum.h,
	lib/gnutls_db.c, lib/gnutls_db.h, lib/gnutls_dh.c, lib/gnutls_dh.h,
	lib/gnutls_dh_primes.c, lib/gnutls_errors.c, lib/gnutls_errors.h,
	lib/gnutls_extensions.c, lib/gnutls_extensions.h,
	lib/gnutls_global.c, lib/gnutls_global.h, lib/gnutls_handshake.c,
	lib/gnutls_handshake.h, lib/gnutls_hash_int.c,
	lib/gnutls_hash_int.h, lib/gnutls_helper.c, lib/gnutls_helper.h,
	lib/gnutls_int.h, lib/gnutls_kx.c, lib/gnutls_kx.h,
	lib/gnutls_mem.c, lib/gnutls_mem.h, lib/gnutls_mpi.c,
	lib/gnutls_mpi.h, lib/gnutls_num.c, lib/gnutls_num.h,
	lib/gnutls_pk.c, lib/gnutls_pk.h, lib/gnutls_priority.c,
	lib/gnutls_priority.h, lib/gnutls_psk.c, lib/gnutls_record.c,
	lib/gnutls_record.h, lib/gnutls_rsa_export.c,
	lib/gnutls_rsa_export.h, lib/gnutls_session.c,
	lib/gnutls_session_pack.c, lib/gnutls_session_pack.h,
	lib/gnutls_sig.c, lib/gnutls_sig.h, lib/gnutls_srp.c,
	lib/gnutls_srp.h, lib/gnutls_state.c, lib/gnutls_state.h,
	lib/gnutls_str.c, lib/gnutls_str.h, lib/gnutls_ui.c,
	lib/gnutls_v2_compat.c, lib/gnutls_v2_compat.h, lib/gnutls_x509.c,
	lib/gnutls_x509.h, lib/io_debug.h, lib/pkix_asn1_tab.c,
	lib/strfile.h, lib/x509_b64.c, lib/x509_b64.h, lib/x509/common.c,
	lib/x509/common.h, lib/x509/compat.c, lib/x509/compat.h,
	lib/x509/crl.c, lib/x509/crl_write.c, lib/x509/crq.c,
	lib/x509/crq.h, lib/x509/dn.c, lib/x509/dn.h, lib/x509/dsa.c,
	lib/x509/dsa.h, lib/x509/extensions.c, lib/x509/extensions.h,
	lib/x509/mpi.c, lib/x509/mpi.h, lib/x509/pkcs12.c,
	lib/x509/pkcs12.h, lib/x509/pkcs12_bag.c, lib/x509/pkcs12_encr.c,
	lib/x509/pkcs7.c, lib/x509/pkcs7.h, lib/x509/privkey.c,
	lib/x509/privkey.h, lib/x509/privkey_pkcs8.c, lib/x509/rfc2818.h,
	lib/x509/rfc2818_hostname.c, lib/x509/sign.c, lib/x509/sign.h,
	lib/x509/verify.c, lib/x509/verify.h, lib/x509/x509.c,
	lib/x509/x509.h, lib/x509/x509_write.c, lib/x509/xml.c,
	libextra/gnutls_extra.c, libextra/gnutls_extra.h,
	libextra/gnutls_openpgp.c, libextra/gnutls_openssl.c,
	libextra/openssl_compat.c, libextra/openssl_compat.h,
	libextra/openpgp/compat.c, libextra/openpgp/extras.c,
	libextra/openpgp/gnutls_openpgp.h, libextra/openpgp/openpgp.h,
	libextra/openpgp/pgp.c, libextra/openpgp/pgpverify.c,
	libextra/openpgp/privkey.c, libextra/openpgp/xml.c,
	src/certtool-cfg.c, src/certtool-cfg.h, src/certtool.c, src/cli.c,
	src/common.c, src/common.h, src/crypt.c, src/errcodes.c,
	src/list.h, src/prime.c, src/psk.c, src/serv.c, src/tests.c,
	src/tests.h, src/tls_test.c: Use GNU coding style.

2005-11-07  Simon Josefsson <simon@josefsson.org>

	* Makefile.am: Use GNU coding style for indent.

2005-11-07  Simon Josefsson <simon@josefsson.org>

	* doc/manpages/Makefile.am: Add.

2005-11-07  Simon Josefsson <simon@josefsson.org>

	* doc/reference/Makefile.am: Ignore more headers.

2005-11-07  Nikos Mavrogiannopoulos <nmav@gnutls.org>

	* lib/auth_psk.c, lib/auth_psk_passwd.c, lib/auth_psk_passwd.h,
	lib/gnutls_psk.c, src/serv-gaa.c, src/serv-gaa.h: more psk stuff

2005-11-07  Nikos Mavrogiannopoulos <nmav@gnutls.org>

	* NEWS, configure.in, doc/TODO, doc/gnutls.texi,
	doc/manpages/Makefile.am, doc/manpages/psktool.1,
	includes/gnutls/gnutls.h.in, lib/Makefile.am, lib/auth_psk.c,
	lib/auth_psk.h, lib/auth_psk_passwd.c, lib/auth_psk_passwd.h,
	lib/auth_srp.h, lib/auth_srp_sb64.c, lib/ext_srp.c,
	lib/gnutls_algorithms.c, lib/gnutls_compress_int.c,
	lib/gnutls_db.c, lib/gnutls_helper.c, lib/gnutls_helper.h,
	lib/gnutls_int.h, lib/gnutls_psk.c, lib/gnutls_session.c,
	lib/gnutls_session_pack.c, lib/gnutls_session_pack.h,
	lib/gnutls_srp.c, lib/gnutls_str.c, lib/gnutls_str.h,
	lib/libgnutls.vers, src/Makefile.am, src/cli-gaa.c, src/cli-gaa.h,
	src/cli.c, src/cli.gaa, src/common.c, src/crypt.c,
	src/gnutls-http-serv, src/psk-gaa.c, src/psk-gaa.h, src/psk.c,
	src/psk.gaa, src/serv.c, src/serv.gaa: This is the initial commit
	in the 1.3 branch. Ported from the PSK branch:
	* PSK ciphersuites have been added.
	* The session resumption data are now system independent.

2005-11-07  Simon Josefsson <simon@josefsson.org>

	* NEWS: Version 1.2.9.

----------------------------------------------------------------------
  Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation
 Copying and distribution of this file, with or without modification,
 are permitted in any medium without royalty provided the copyright
 notice and this notice are preserved.