-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathChangeLog.1
19558 lines (12262 loc) · 618 KB
/
ChangeLog.1
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
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
2005-11-07 Simon Josefsson <[email protected]>
* NEWS: Version 1.2.9.
2005-11-06 Nikos Mavrogiannopoulos <[email protected]>
* src/certtool.c: corrected bug in pkcs 12 ID key setting. Found
and reported by Fran <[email protected]>.
2005-11-05 Nikos Mavrogiannopoulos <[email protected]>
* doc/gnutls.texi: fixed typos etc.
2005-11-02 Nikos Mavrogiannopoulos <[email protected]>
* doc/gnutls.texi: [no log message]
2005-11-02 Nikos Mavrogiannopoulos <[email protected]>
* doc/signatures.texi: supported algorithms were moved in a
different subsection.
2005-11-02 Nikos Mavrogiannopoulos <[email protected]>
* README: [no log message]
2005-11-01 Nikos Mavrogiannopoulos <[email protected]>
* doc/signatures.texi: [no log message]
2005-11-01 Nikos Mavrogiannopoulos <[email protected]>
* doc/signatures.texi: [no log message]
2005-11-01 Nikos Mavrogiannopoulos <[email protected]>
* doc/gnutls.texi, doc/signatures.texi: better output for non-tex
formats.
2005-11-01 Simon Josefsson <[email protected]>
* NEWS: Fix.
2005-11-01 Simon Josefsson <[email protected]>
* NEWS: Add.
2005-11-01 Simon Josefsson <[email protected]>
* doc/signatures.texi: Fix.
2005-11-01 Simon Josefsson <[email protected]>
* doc/signatures.texi: Add.
2005-11-01 Simon Josefsson <[email protected]>
* doc/gnutls.texi: Fix.
2005-11-01 Simon Josefsson <[email protected]>
* doc/signatures.texi: Add.
2005-11-01 Simon Josefsson <[email protected]>
* includes/gnutls/x509.h: Remove
GNUTLS_CERTIFICATE_VERIFY_FLAGS_LAST hack, use version number
defines instead.
2005-11-01 Simon Josefsson <[email protected]>
* NEWS: Add.
2005-11-01 Simon Josefsson <[email protected]>
* includes/gnutls/gnutls.h.in: Add numeric version numbers, for CPP
version comparisons.
2005-11-01 Simon Josefsson <[email protected]>
* configure.in: Compute numeric version numbers, for CPP version
comparisons.
2005-11-01 Nikos Mavrogiannopoulos <[email protected]>
* lib/libgnutls.vers: this is gnutls_1_3
2005-11-01 Simon Josefsson <[email protected]>
* libextra/gnutls_ia.c: Fix mem leaks.
2005-11-01 Simon Josefsson <[email protected]>
* libextra/gnutls_ia.c: Fix.
2005-11-01 Simon Josefsson <[email protected]>
* libextra/gnutls_ia.c: Remove some debug code.
2005-11-01 Simon Josefsson <[email protected]>
* lib/gnutls_int.h: Remove TLS/IA stuff (moved to its own
credential), suggested by Nikos.
2005-11-01 Simon Josefsson <[email protected]>
* doc/gnutls.texi: Fix.
2005-11-01 Simon Josefsson <[email protected]>
* libextra/gnutls_ia.c: Indent.
2005-11-01 Simon Josefsson <[email protected]>
* libextra/gnutls_ia.c: Fix.
2005-11-01 Simon Josefsson <[email protected]>
* libextra/gnutls_ia.c: Doc fix.
2005-11-01 Simon Josefsson <[email protected]>
* libextra/gnutls_ia.c: Use a TLS/IA credential to store TLS/IA
specific data, suggested by Nikos.
2005-11-01 Simon Josefsson <[email protected]>
* tests/tlsia.c: Use new TLS/IA credential API.
2005-11-01 Simon Josefsson <[email protected]>
* includes/gnutls/extra.h: Typo.
2005-11-01 Simon Josefsson <[email protected]>
* includes/gnutls/extra.h: Fix.
2005-11-01 Simon Josefsson <[email protected]>
* includes/gnutls/extra.h: Add TLS/IA credential functions.
2005-11-01 Simon Josefsson <[email protected]>
* includes/gnutls/gnutls.h.in: Move TLS/IA credential to extra.h.
2005-11-01 Simon Josefsson <[email protected]>
* includes/gnutls/gnutls.h.in: Add TLS/IA credential enum type.
2005-11-01 Simon Josefsson <[email protected]>
* includes/gnutls/gnutls.h.in: Add TLS/IA credential prototypes.
2005-11-01 Simon Josefsson <[email protected]>
* tests/tlsia.c: Accept session parameter in callback.
2005-11-01 Simon Josefsson <[email protected]>
* libextra/gnutls_ia.c: Pass on session parameter to callback.
2005-11-01 Simon Josefsson <[email protected]>
* includes/gnutls/extra.h: Have callback accept session parameter
too.
2005-11-01 Simon Josefsson <[email protected]>
* includes/gnutls/x509.h: Add GNUTLS_CERTIFICATE_VERIFY_FLAGS_LAST,
based on report by Daniel Stenberg <[email protected]>.
2005-11-01 Simon Josefsson <[email protected]>
* lib/gnutls_ui.c: Doc fix, suggested by Daniel Stenberg
2005-11-01 Nikos Mavrogiannopoulos <[email protected]>
* NEWS: [no log message]
2005-11-01 Nikos Mavrogiannopoulos <[email protected]>
* lib/x509/pkcs12.c, lib/x509/privkey_pkcs8.c: some type fixes.
2005-10-31 Nikos Mavrogiannopoulos <[email protected]>
* doc/gnutls.texi: [no log message]
2005-10-31 Nikos Mavrogiannopoulos <[email protected]>
* doc/Makefile.am, doc/bibliography.texi, doc/gnutls.texi,
doc/signatures.texi: added some text about digital signatures.
2005-10-31 Simon Josefsson <[email protected]>
* doc/gnutls.texi: Add TLS/IA stuff.
2005-10-31 Simon Josefsson <[email protected]>
* libextra/gnutls_ia.c: Successful handshake!
2005-10-31 Simon Josefsson <[email protected]>
* tests/tlsia.c: Fix.
2005-10-31 Simon Josefsson <[email protected]>
* tests/tlsia.c: Log more.
2005-10-31 Simon Josefsson <[email protected]>
* libextra/gnutls_ia.c: Some prf stuff.
2005-10-31 Simon Josefsson <[email protected]>
* lib/gnutls_constate.c: Copy TLS/IA inner secret, for resumed
sessions.
2005-10-31 Simon Josefsson <[email protected]>
* lib/gnutls_int.h: Add TLS/IA inner secret.
2005-10-31 Simon Josefsson <[email protected]>
* tests/Makefile.am: Link with readline, for tlsia.
2005-10-31 Simon Josefsson <[email protected]>
* tests/tlsia.c: Add callbacks.
2005-10-31 Simon Josefsson <[email protected]>
* libextra/gnutls_ia.c: Add.
2005-10-31 Simon Josefsson <[email protected]>
* includes/gnutls/extra.h: Fix.
2005-10-31 Simon Josefsson <[email protected]>
* includes/gnutls/extra.h: Add TLS/IA prototypes.
2005-10-31 Simon Josefsson <[email protected]>
* includes/gnutls/extra.h: Fix prototype.
2005-10-31 Simon Josefsson <[email protected]>
* lib/gnutls_int.h: Add TLS/IA variables.
2005-10-31 Simon Josefsson <[email protected]>
* includes/gnutls/extra.h: Fix typo.
2005-10-31 Simon Josefsson <[email protected]>
* includes/gnutls/extra.h: Add TLS/IA prototypes.
2005-10-30 Nikos Mavrogiannopoulos <[email protected]>
* lib/Makefile.am: [no log message]
2005-10-30 Nikos Mavrogiannopoulos <[email protected]>
* configure.in, doc/manpages/Makefile.am, doc/manpages/psktool.1,
lib/Makefile.am, src/Makefile.am, src/crypt.c, src/psk-gaa.c,
src/psk-gaa.h, src/psk.c, src/psk.gaa: added psktool to generate
random keys.
2005-10-30 Nikos Mavrogiannopoulos <[email protected]>
* src/x509/clicert-dsa.pem, src/x509/clicert.pem: appended the
intermediate CA certificates to client certificates.
2005-10-30 Nikos Mavrogiannopoulos <[email protected]>
* src/serv-gaa.c, src/serv-gaa.h, src/serv.c, src/serv.gaa: added
the --require-cert option to gnutls-serv
2005-10-30 Nikos Mavrogiannopoulos <[email protected]>
* lib/gnutls_alert.c, lib/gnutls_kx.c: Some fixes in the
certificate handling.
2005-10-30 Nikos Mavrogiannopoulos <[email protected]>
* NEWS: [no log message]
2005-10-29 Nikos Mavrogiannopoulos <[email protected]>
* doc/TODO: [no log message]
2005-10-29 Nikos Mavrogiannopoulos <[email protected]>
* doc/bibliography.texi, doc/gnutls.texi, src/cli.c, src/serv.c:
[no log message]
2005-10-29 Nikos Mavrogiannopoulos <[email protected]>
* doc/gnutls.texi: documentation updated for PSK
2005-10-29 Nikos Mavrogiannopoulos <[email protected]>
* NEWS, configure.in, lib/auth_psk.c, lib/gnutls_compress_int.c,
lib/gnutls_db.c, lib/gnutls_int.h, lib/gnutls_session.c,
lib/gnutls_session_pack.c, lib/gnutls_session_pack.h, src/cli.c,
src/gnutls-http-serv, src/serv.c: The session resumption is now
system independent. Improvments in the PSK ciphersuites.
2005-10-29 Nikos Mavrogiannopoulos <[email protected]>
* configure.in, 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_helper.c,
lib/gnutls_helper.h, lib/gnutls_int.h, lib/gnutls_psk.c,
lib/gnutls_srp.c, lib/gnutls_str.c, lib/gnutls_str.h,
src/cli-gaa.c, src/cli-gaa.h, src/cli.c, src/cli.gaa, src/common.c,
src/serv-gaa.c, src/serv-gaa.h, src/serv.c, src/serv.gaa: first
version of PSK. It seems to work.
2005-10-28 Nikos Mavrogiannopoulos <[email protected]>
* doc/bibliography.texi, doc/gnutls.texi: [no log message]
2005-10-28 Nikos Mavrogiannopoulos <[email protected]>
* doc/bibliography.texi, doc/gnutls.texi: the bibliography stuff is
a bit sorted... I hate that texinfo stuff.
2005-10-28 Simon Josefsson <[email protected]>
* gl/inet_ntop.c: Update.
2005-10-28 Simon Josefsson <[email protected]>
* gl/inet_ntop.h: Update.
2005-10-28 Simon Josefsson <[email protected]>
* gl/gc-gnulib.c, gl/gc-libgcrypt.c, gl/md2.c, gl/md2.h: Update.
2005-10-28 Simon Josefsson <[email protected]>
* libextra/openpgp/pgpverify.c: Doc fix.
2005-10-28 Simon Josefsson <[email protected]>
* doc/gnutls.texi: Add.
2005-10-28 Simon Josefsson <[email protected]>
* doc/scripts/gdoc: Revert.
2005-10-28 Simon Josefsson <[email protected]>
* libextra/Makefile.am: Fix warnings.
2005-10-28 Simon Josefsson <[email protected]>
* libextra/Makefile.am: Don't include openpgp stuff in api manual.
2005-10-28 Simon Josefsson <[email protected]>
* doc/scripts/gdoc: Remove @anchor, texinfo @deftypefun create them
implicitly.
2005-10-28 Simon Josefsson <[email protected]>
* lib/Makefile.am: Fix.
2005-10-28 Simon Josefsson <[email protected]>
* lib/Makefile.am: Fix depends.
2005-10-28 Nikos Mavrogiannopoulos <[email protected]>
* NEWS: [no log message]
2005-10-28 Nikos Mavrogiannopoulos <[email protected]>
* doc/gnutls.texi, doc/scripts/gdoc: some changes to allow cross
referencing of functions.
2005-10-28 Nikos Mavrogiannopoulos <[email protected]>
* gl/arctwo.c: [no log message]
2005-10-28 Simon Josefsson <[email protected]>
* doc/TODO: Add.
2005-10-28 Simon Josefsson <[email protected]>
* NEWS: Fix.
2005-10-28 Simon Josefsson <[email protected]>
* NEWS: Add.
2005-10-28 Simon Josefsson <[email protected]>
* NEWS: Fix.
2005-10-28 Simon Josefsson <[email protected]>
* gl/gc-libgcrypt.c, gl/m4/md2.m4: Update.
2005-10-28 Simon Josefsson <[email protected]>
* gl/gc-libgcrypt.c: Support MD2.
2005-10-28 Nikos Mavrogiannopoulos <[email protected]>
* doc/gnutls.texi: some more updates.
2005-10-28 Nikos Mavrogiannopoulos <[email protected]>
* doc/gnutls.texi: added text about
gnutls_certificate_verify_flags.
2005-10-28 Nikos Mavrogiannopoulos <[email protected]>
* doc/gnutls.texi: [no log message]
2005-10-28 Simon Josefsson <[email protected]>
* gl/gc-gnulib.c, gl/gc-libgcrypt.c, gl/gc.h: Update.
2005-10-28 Nikos Mavrogiannopoulos <[email protected]>
* doc/bibliography.texi, doc/gnutls.texi, doc/my-bib-macros.texi:
some more changes for better pdf output
2005-10-28 Nikos Mavrogiannopoulos <[email protected]>
* doc/Makefile.am, doc/bibliography.texi, doc/gnutls-logo.png,
doc/gnutls.texi, doc/my-bib-macros.texi: added bibliography\!
2005-10-27 Nikos Mavrogiannopoulos <[email protected]>
* doc/gnutls-logo.png: [no log message]
2005-10-27 Nikos Mavrogiannopoulos <[email protected]>
* doc/gnutls-logo.pdf, doc/internals.pdf, doc/layers.pdf,
doc/pgp1.pdf, doc/x509-1.pdf, doc/gnutls-logo.png: pdf files
generated with png2pdf. The output is a bit better than eps2pdf.
2005-10-27 Nikos Mavrogiannopoulos <[email protected]>
* src/errcodes.c: some updates and improvments in the pdf output.
2005-10-27 Nikos Mavrogiannopoulos <[email protected]>
* doc/gnutls-logo.pdf, doc/gnutls.texi, doc/internals.pdf,
doc/internals.png, doc/layers.pdf, doc/pgp1.pdf, doc/x509-1.pdf:
some updates and improvments in the pdf output.
2005-10-27 Nikos Mavrogiannopoulos <[email protected]>
* lib/x509/verify.c: [no log message]
2005-10-27 Nikos Mavrogiannopoulos <[email protected]>
* lib/x509/verify.c: The check for insecure algorithms is only
performed on non-self signed certificates.
2005-10-27 Simon Josefsson <[email protected]>
* gl/gc-gnulib.c: Update.
2005-10-27 Simon Josefsson <[email protected]>
* NEWS: Add.
2005-10-27 Simon Josefsson <[email protected]>
* lib/x509/verify.c: Don't accept MD2/MD5 hashes when verifying
X.509 certificate signatures.
2005-10-27 Simon Josefsson <[email protected]>
* src/certtool.c: Print whether verification failed due to an
insecure algorithm.
2005-10-27 Simon Josefsson <[email protected]>
* NEWS: Add.
2005-10-27 Simon Josefsson <[email protected]>
* includes/gnutls/gnutls.h.in: Add GNUTLS_CERT_INSECURE_ALGORITHM.
2005-10-27 Simon Josefsson <[email protected]>
* lib/x509/x509.h, lib/x509/verify.h: Get public prototypes from
gnutls/x509.h instead.
2005-10-27 Simon Josefsson <[email protected]>
* lib/x509/privkey.h, lib/x509/pkcs7.h: Get public prototypes from
gnutls/x509.h instead.
2005-10-27 Simon Josefsson <[email protected]>
* lib/x509/crq.c: Fix prototype.
2005-10-27 Simon Josefsson <[email protected]>
* lib/x509/crq.h: Get exported function prototypes from
gnutls/x509.h instead.
2005-10-27 Simon Josefsson <[email protected]>
* includes/gnutls/x509.h: Fix.
2005-10-27 Simon Josefsson <[email protected]>
* lib/x509/x509.h: Add.
2005-10-27 Simon Josefsson <[email protected]>
* lib/gnutls_hash_int.c: Add MD2.
2005-10-27 Simon Josefsson <[email protected]>
* gl/gc-gnulib.c: Fix link errors.
2005-10-27 Simon Josefsson <[email protected]>
* gl/md2.o: Remove.
2005-10-27 Simon Josefsson <[email protected]>
* includes/gnutls/x509.h: Add MD2/MD5 verify flags.
2005-10-27 Simon Josefsson <[email protected]>
* gl/Makefile.am, gl/gc-gnulib.c, gl/gc-libgcrypt.c, gl/gc.h,
gl/md2.c, gl/md2.h, gl/md2.o, gl/m4/gc-md2.m4,
gl/m4/gnulib-cache.m4, gl/m4/gnulib-comp.m4, gl/m4/md2.m4: Add MD2.
2005-10-27 Simon Josefsson <[email protected]>
* includes/gnutls/gnutls.h.in, lib/gnutls_algorithms.c: Add MD2.
2005-10-24 Simon Josefsson <[email protected]>
* gl/gc-gnulib.c, gl/inet_ntop.c, gl/inet_ntop.h, gl/md4.h,
gl/md5.c, gl/md5.h, gl/m4/inet_ntop.m4: Update.
2005-10-24 Simon Josefsson <[email protected]>
* doc/protocol/draft-hajjeh-tls-sign-01.txt: Add.
2005-10-23 Simon Josefsson <[email protected]>
* NEWS: Add.
2005-10-23 Simon Josefsson <[email protected]>
* lib/gnutls_record.c: Fix zero size send.
2005-10-22 Simon Josefsson <[email protected]>
* gl/arcfour.c, gl/arcfour.h, gl/arctwo.h, gl/md4.c, gl/md4.h,
gl/m4/gc.m4, gl/m4/gnulib-comp.m4: Update.
2005-10-21 Simon Josefsson <[email protected]>
* NEWS: Fix.
2005-10-21 Simon Josefsson <[email protected]>
* gl/gc-gnulib.c: Update.
2005-10-21 Simon Josefsson <[email protected]>
* gl/Makefile.am, gl/hmac-md5.c, gl/hmac-sha1.c, gl/md4.c,
gl/rijndael-alg-fst.h, gl/m4/gc.m4, gl/m4/gnulib-comp.m4: Update.
2005-10-21 Simon Josefsson <[email protected]>
* gl/gc-gnulib.c: Update.
2005-10-21 Simon Josefsson <[email protected]>
* gl/Makefile.am, gl/des.c, gl/des.h, gl/gc-gnulib.c, gl/m4/des.m4,
gl/m4/gc-des.m4, gl/m4/gnulib-cache.m4, gl/m4/gnulib-comp.m4:
Update.
2005-10-21 Simon Josefsson <[email protected]>
* gl/Makefile.am, gl/arctwo.c, gl/arctwo.h, gl/gc-gnulib.c,
gl/gc-libgcrypt.c, gl/m4/arctwo.m4, gl/m4/gc-arctwo.m4,
gl/m4/gnulib-cache.m4, gl/m4/gnulib-comp.m4: Update.
2005-10-21 Simon Josefsson <[email protected]>
* NEWS: Add.
2005-10-21 Simon Josefsson <[email protected]>
* lib/gnutls_record.c: Fix unexpected tls/ia data.
2005-10-21 Simon Josefsson <[email protected]>
* lib/gnutls_record.c: Support TLS/IA record types.
2005-10-21 Simon Josefsson <[email protected]>
* lib/gnutls_state.c: Init/free TLS/IA data buffer.
2005-10-21 Simon Josefsson <[email protected]>
* lib/gnutls_buffers.c: Extract TLS/IA data from buffers.
2005-10-21 Simon Josefsson <[email protected]>
* lib/gnutls_buffers.c: Handle TLS/IA buffer sizes.
2005-10-21 Simon Josefsson <[email protected]>
* lib/gnutls_buffers.c: Store TLS/IA data.
2005-10-21 Simon Josefsson <[email protected]>
* lib/gnutls_int.h: Add buffer for TLS/IA data.
2005-10-21 Simon Josefsson <[email protected]>
* lib/gnutls_record.c: Recognize TLS/IA record type.
2005-10-21 Simon Josefsson <[email protected]>
* libextra/openpgp/pgpverify.c: Doc fix.
2005-10-21 Simon Josefsson <[email protected]>
* doc/gnutls.texi: Fix.
2005-10-21 Simon Josefsson <[email protected]>
* doc/gnutls.texi: Add TLS/IA section.
2005-10-21 Simon Josefsson <[email protected]>
* libextra/Makefile.am: Fix.
2005-10-21 Simon Josefsson <[email protected]>
* doc/Makefile.am: Add gnutls-ia-api.texi.
2005-10-21 Simon Josefsson <[email protected]>
* libextra/Makefile.am: Fix *.texi generation.
2005-10-21 Simon Josefsson <[email protected]>
* libextra/Makefile.am: Typo.
2005-10-21 Simon Josefsson <[email protected]>
* NEWS: FIx.
2005-10-21 Simon Josefsson <[email protected]>
* NEWS: Add.
2005-10-21 Simon Josefsson <[email protected]>
* tests/tlsia.c: Use new names.
2005-10-21 Simon Josefsson <[email protected]>
* tests/tlsia.c: Use new api.
2005-10-21 Simon Josefsson <[email protected]>
* libextra/gnutls_ia.c: Use new names.
2005-10-21 Simon Josefsson <[email protected]>
* doc/reference/Makefile.am: Ignore IA header.
2005-10-21 Simon Josefsson <[email protected]>
* libextra/gnutls_ia.c: Use new API.
2005-10-21 Simon Josefsson <[email protected]>
* lib/ext_inner_application.c: Use new enum names.
2005-10-21 Simon Josefsson <[email protected]>
* includes/gnutls/gnutls.h.in: Rename TLS/IA enum's.
2005-10-21 Simon Josefsson <[email protected]>
* lib/ext_inner_application.c: Use new variables.
2005-10-21 Simon Josefsson <[email protected]>
* lib/gnutls_int.h: Rename TLS/IA variables.
2005-10-21 Simon Josefsson <[email protected]>
* lib/gnutls_int.h: Indent.
2005-10-21 Simon Josefsson <[email protected]>
* lib/gnutls_int.h: Use new types.
2005-10-21 Simon Josefsson <[email protected]>
* lib/ext_inner_application.c: Use new API.
2005-10-21 Simon Josefsson <[email protected]>
* includes/gnutls/extra.h: Fix.
2005-10-21 Simon Josefsson <[email protected]>
* includes/gnutls/gnutls.h.in: Remove TLS/IA prototypes (moved to
extra.h). Rename TLS/IA mode enum.
2005-10-21 Simon Josefsson <[email protected]>
* includes/gnutls/extra.h: Add TLS/IA prototypes.
2005-10-21 Simon Josefsson <[email protected]>
* libextra/gnutls_ia.c: Doc fix.
2005-10-21 Simon Josefsson <[email protected]>
* lib/ext_inner_application.c: Doc fix.
2005-10-21 Simon Josefsson <[email protected]>
* lib/ext_inner_application.c: Doc fixes.
2005-10-21 Simon Josefsson <[email protected]>
* lib/ext_inner_application.c: Fix.
2005-10-21 Simon Josefsson <[email protected]>
* tests/tlsia.c: Use new api.
2005-10-21 Simon Josefsson <[email protected]>
* lib/ext_inner_application.c: Fixes.
2005-10-21 Simon Josefsson <[email protected]>
* doc/protocol/draft-salowey-tls-ticket-05.txt: Add.
2005-10-20 Simon Josefsson <[email protected]>
* includes/gnutls/gnutls.h.in: Add TLS/IA function.
2005-10-20 Simon Josefsson <[email protected]>
* includes/gnutls/gnutls.h.in: Change TLS/IA _get signature.
2005-10-20 Simon Josefsson <[email protected]>
* NEWS: Fix.
2005-10-20 Simon Josefsson <[email protected]>
* includes/gnutls/gnutls.h.in: Change TLS/IA hooks.
2005-10-20 Simon Josefsson <[email protected]>
* lib/gnutls_int.h: Need two app_phase_on_resumption variables.
2005-10-20 Simon Josefsson <[email protected]>
* libextra/gnutls_ia.c: Fix.
2005-10-20 Simon Josefsson <[email protected]>
* tests/tlsia.c, tests/anonself.c: Fix bug.
2005-10-20 Simon Josefsson <[email protected]>
* tests/tlsia.c: Include gnutls/extra.h.
2005-10-20 Simon Josefsson <[email protected]>
* tests/tlsia.c: Do TLS/IA handshake.
2005-10-20 Simon Josefsson <[email protected]>
* tests/tlsia.c: Initialize libgnutls-extra.
2005-10-20 Simon Josefsson <[email protected]>
* tests/Makefile.am: Link tlsia with libgnutls-extra.
2005-10-20 Simon Josefsson <[email protected]>
* libextra/Makefile.am: Build gnutls_ia.c.
2005-10-20 Simon Josefsson <[email protected]>
* libextra/gnutls_ia.c: New file.
2005-10-20 Simon Josefsson <[email protected]>
* includes/gnutls/extra.h: Add TLS/IA function prototype.
2005-10-20 Simon Josefsson <[email protected]>
* configure.in: Bump versions.
2005-10-20 Simon Josefsson <[email protected]>
* NEWS: Add.
2005-10-20 Simon Josefsson <[email protected]>
* lib/debug.c: Add TLS/IA record type.
2005-10-20 Simon Josefsson <[email protected]>
* lib/gnutls_int.h: Add TLS/IA record type.
2005-10-20 Simon Josefsson <[email protected]>
* tests/tlsia.c: Test alerts.
2005-10-20 Simon Josefsson <[email protected]>
* lib/gnutls_alert.c: Add TLS/IA alert codes.
2005-10-20 Simon Josefsson <[email protected]>
* includes/gnutls/gnutls.h.in: Add TLS/IA alert codes.
2005-10-20 Simon Josefsson <[email protected]>
* tests/tlsia.c: Add, based on anonself.c.
2005-10-20 Simon Josefsson <[email protected]>
* tests/Makefile.am: Add tlsia.
2005-10-20 Simon Josefsson <[email protected]>
* doc/protocol/draft-modadugu-tls-ctr-00.txt: Add.
2005-10-19 Simon Josefsson <[email protected]>
* gl/Makefile.am, gl/arcfour.c, gl/arcfour.h, gl/gc-gnulib.c,
gl/m4/arcfour.m4, gl/m4/gc-arcfour.m4, gl/m4/gc-hmac-md5.m4,
gl/m4/gc-hmac-sha1.m4, gl/m4/gc-md4.m4, gl/m4/gc-md5.m4,
gl/m4/gc-rijndael.m4, gl/m4/gc-sha1.m4, gl/m4/gnulib-cache.m4,
gl/m4/gnulib-comp.m4: Update.
2005-10-19 Simon Josefsson <[email protected]>
* gl/gc-gnulib.c: Cleanup.
2005-10-19 Simon Josefsson <[email protected]>
* gl/gc.h: Add ecb.
2005-10-19 Simon Josefsson <[email protected]>
* gl/rijndael-api-fst.c: Fix CBC IV bugs.
2005-10-19 Simon Josefsson <[email protected]>
* gl/Makefile.am, gl/gc-gnulib.c, gl/hmac-md5.c, gl/hmac-sha1.c,
gl/rijndael-alg-fst.c, gl/rijndael-alg-fst.h,
gl/rijndael-api-fst.c, gl/rijndael-api-fst.h, gl/m4/gc-rijndael.m4,
gl/m4/gnulib-cache.m4, gl/m4/gnulib-comp.m4, gl/m4/rijndael.m4:
Update.
2005-10-19 Simon Josefsson <[email protected]>
* configure.in: Reverse logic.
2005-10-19 Simon Josefsson <[email protected]>
* README: Update --with-builtin-crypto documentation.
2005-10-19 Simon Josefsson <[email protected]>
* configure.in: Add --with-builtin-crypto to enable gnulib
functions.
2005-10-18 Simon Josefsson <[email protected]>
* lib/gnutls_global.c: Initialize gcrypt here, for now, to make
sure it is done even if gnulib's GC uses the non-libgcrypt
functions.
2005-10-18 Simon Josefsson <[email protected]>
* configure.in: Remove unused USE_GCRYPT.
2005-10-18 Simon Josefsson <[email protected]>
* gl/Makefile.am, gl/gc-gnulib.c, gl/gc-libgcrypt.c, gl/gc.h,
gl/md4.c, gl/md4.h, gl/m4/gc-md4.m4, gl/m4/gnulib-cache.m4,
gl/m4/gnulib-comp.m4, gl/m4/md4.m4: Add gc-md4.
2005-10-18 Simon Josefsson <[email protected]>
* gl/m4/stdbool.m4: Update.
2005-10-17 Simon Josefsson <[email protected]>
* gl/Makefile.am, gl/gc-libgcrypt.c, gl/m4/gc-sha1.m4,
gl/m4/gnulib-cache.m4, gl/m4/gnulib-comp.m4: Update.
2005-10-17 Simon Josefsson <[email protected]>
* tests/Makefile.am, tests/gc.c: Add self tests of gc.
2005-10-17 Simon Josefsson <[email protected]>
* gl/Makefile.am, gl/hmac-md5.c, gl/md5.c, gl/md5.h,
gl/m4/gc-hmac-md5.m4, gl/m4/gnulib-cache.m4, gl/m4/gnulib-comp.m4,
gl/m4/hmac-md5.m4, gl/m4/md5.m4: Update.
2005-10-17 Simon Josefsson <[email protected]>
* gl/gc.h, lib/gnutls_cipher_int.h, lib/gnutls_hash_int.h,
lib/x509/pkcs12_encr.c, lib/x509/privkey_pkcs8.c,
libextra/Makefile.am: Fixes to make GC work again.
2005-10-17 Simon Josefsson <[email protected]>
* lib/Makefile.am, lib/x509/Makefile.am, libextra/Makefile.am,
src/Makefile.am: Don't link to gc directly.
2005-10-17 Simon Josefsson <[email protected]>
* Makefile.am, configure.in: Replace nettle+crypto with gnulib.
2005-10-17 Simon Josefsson <[email protected]>
* gl/Makefile.am, gl/gc-libgcrypt.c, gl/gc-pbkdf2-sha1.c, gl/gc.h,
gl/m4/gnulib-cache.m4, gl/m4/gnulib-comp.m4, gl/m4/stdbool.m4:
UPdate.
2005-10-14 Nikos Mavrogiannopoulos <[email protected]>
* src/cli.c: added some more verbose messages to the client to
report whether it sent any certificates or not.
2005-10-12 Simon Josefsson <[email protected]>
* lib/ext_inner_application.c: Fix recv function.
2005-10-12 Simon Josefsson <[email protected]>
* lib/gnutls_extensions.c: Handle extension types > 64. Optimize
loop.
2005-10-12 Simon Josefsson <[email protected]>
* lib/gnutls_extensions.c: Add TLS/IA extension.
2005-10-12 Simon Josefsson <[email protected]>
* lib/ext_inner_application.c: Add.
2005-10-12 Simon Josefsson <[email protected]>
* lib/gnutls_int.h: Fix.
2005-10-12 Simon Josefsson <[email protected]>
* lib/ext_inner_application.c: Typo.
2005-10-12 Simon Josefsson <[email protected]>
* lib/Makefile.am: Add ext_inner_application.c.
2005-10-12 Simon Josefsson <[email protected]>
* lib/ext_inner_application.c: Add.
2005-10-12 Simon Josefsson <[email protected]>
* lib/gnutls_int.h: Add TLS/IA extension data.
2005-10-12 Simon Josefsson <[email protected]>
* lib/ext_inner_application.h: Move to gnutls.h.
2005-10-12 Simon Josefsson <[email protected]>