summaryrefslogtreecommitdiff
path: root/.gitignore
blob: 666ec5b68600cd7354950acd1d8ade1db681d60b (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
*.lo
*.o
*~
.deps
.libs
ABOUT-NLS
INSTALL
Makefile
Makefile.in
aclocal.m4
autom4te.cache/
build-aux/config.guess
build-aux/config.sub
build-aux/depcomp
build-aux/install-sh
build-aux/ltmain.sh
build-aux/mdate-sh
build-aux/missing
build-aux/texinfo.tex
config.h
config.h.in
config.log
config.status
configure
doc/Makefile
doc/Makefile.in
doc/algorithms.texi
doc/core.c.texi
doc/credentials/Makefile
doc/credentials/Makefile.in
doc/credentials/openpgp/Makefile
doc/credentials/openpgp/Makefile.in
doc/credentials/srp/Makefile
doc/credentials/srp/Makefile.in
doc/credentials/x509/Makefile
doc/credentials/x509/Makefile.in
doc/cyclo/Makefile
doc/cyclo/Makefile.in
doc/doxygen/Doxyfile
doc/errcodes
doc/error_codes.texi
doc/examples/Makefile
doc/examples/Makefile.in
doc/examples/ex-cert-select
doc/examples/ex-client-psk
doc/examples/ex-client-resume
doc/examples/ex-client-srp
doc/examples/ex-client-tlsia
doc/examples/ex-client1
doc/examples/ex-client2
doc/examples/ex-crq
doc/examples/ex-cxx
doc/examples/ex-rfc2818
doc/examples/ex-serv-anon
doc/examples/ex-serv-export
doc/examples/ex-serv-pgp
doc/examples/ex-serv-psk
doc/examples/ex-serv-srp
doc/examples/ex-serv1
doc/examples/libexamples.la
doc/extra-api.texi
doc/extra.c.texi
doc/gnutls-api.texi
doc/gnutls-extra-api.texi
doc/gnutls.aux
doc/gnutls.cp
doc/gnutls.cps
doc/gnutls.dvi
doc/gnutls.fn
doc/gnutls.fns
doc/gnutls.html
doc/gnutls.info
doc/gnutls.info-1
doc/gnutls.info-2
doc/gnutls.info-3
doc/gnutls.ky
doc/gnutls.log
doc/gnutls.pdf
doc/gnutls.pg
doc/gnutls.ps
doc/gnutls.toc
doc/gnutls.tp
doc/gnutls.vr
doc/gnutls.vrs
doc/ia-api.texi
doc/manpages/*.3
doc/manpages/Makefile
doc/manpages/Makefile.in
doc/pgp-api.texi
doc/printlist
doc/reference/Makefile
doc/reference/Makefile.in
doc/reference/gnutls-decl-list.txt
doc/reference/gnutls-decl.txt
doc/reference/gnutls-overrides.txt
doc/reference/gnutls-sections.txt
doc/reference/gnutls-undeclared.txt
doc/reference/gnutls-undocumented.txt
doc/reference/gnutls-unused.txt
doc/reference/gnutls.args
doc/reference/gnutls.hierarchy
doc/reference/gnutls.interfaces
doc/reference/gnutls.pdf
doc/reference/gnutls.prerequisites
doc/reference/gnutls.signals
doc/reference/html-build.stamp
doc/reference/html.stamp
doc/reference/html/
doc/reference/pdf-build.stamp
doc/reference/pdf.stamp
doc/reference/scan-build.stamp
doc/reference/sgml-build.stamp
doc/reference/sgml.stamp
doc/reference/tmpl-build.stamp
doc/reference/tmpl.stamp
doc/reference/tmpl/
doc/reference/xml/
doc/scripts/Makefile
doc/scripts/Makefile.in
doc/stamp-vti
doc/version.texi
doc/x509-api.texi
gl/Makefile
gl/Makefile.in
gl/alloca.h
gl/arg-nonnull.h
gl/arpa/
gl/c++defs.h
gl/libgnu.la
gl/netdb.h
gl/stdio.h
gl/stdlib.h
gl/string.h
gl/sys/
gl/tests/Makefile
gl/tests/Makefile.in
gl/tests/arg-nonnull.h
gl/tests/c++defs.h
gl/tests/fcntl.h
gl/tests/libtests.a
gl/tests/sys/
gl/tests/test-alignof
gl/tests/test-alloca-opt
gl/tests/test-arpa_inet
gl/tests/test-binary-io
gl/tests/test-c-ctype
gl/tests/test-errno
gl/tests/test-fseeko
gl/tests/test-ftello
gl/tests/test-ftello3
gl/tests/test-getaddrinfo
gl/tests/test-getdelim
gl/tests/test-getline
gl/tests/test-gettimeofday
gl/tests/test-inet_ntop
gl/tests/test-inet_pton
gl/tests/test-lseek
gl/tests/test-memchr
gl/tests/test-netdb
gl/tests/test-netinet_in
gl/tests/test-perror
gl/tests/test-read-file
gl/tests/test-select
gl/tests/test-select-fd
gl/tests/test-select-stdin
gl/tests/test-snprintf
gl/tests/test-sockets
gl/tests/test-stdbool
gl/tests/test-stddef
gl/tests/test-stdint
gl/tests/test-stdio
gl/tests/test-stdlib
gl/tests/test-strerror
gl/tests/test-string
gl/tests/test-sys_ioctl
gl/tests/test-sys_select
gl/tests/test-sys_socket
gl/tests/test-sys_stat
gl/tests/test-sys_time
gl/tests/test-time
gl/tests/test-unistd
gl/tests/test-vasnprintf
gl/tests/test-verify
gl/tests/test-version-etc
gl/tests/test-wchar
gl/tests/warn-on-use.h
gl/time.h
gl/unistd.h
gl/warn-on-use.h
gl/wchar.h
guile/Makefile
guile/Makefile.in
guile/modules/Makefile
guile/modules/Makefile.in
guile/src/Makefile
guile/src/Makefile.in
guile/src/libguile-gnutls-extra-v-1.la
guile/src/libguile-gnutls-v-1.la
guile/tests/Makefile
guile/tests/Makefile.in
lib/ABOUT-NLS
lib/INSTALL
lib/Makefile
lib/Makefile.in
lib/aclocal.m4
lib/autom4te.cache/
lib/build-aux/config.guess
lib/build-aux/config.sub
lib/build-aux/depcomp
lib/build-aux/install-sh
lib/build-aux/ltmain.sh
lib/build-aux/missing
lib/config.h
lib/config.h.in
lib/config.log
lib/config.status
lib/configure
lib/gcrypt/libcrypto.la
lib/gl/Makefile
lib/gl/Makefile.in
lib/gl/alloca.h
lib/gl/arg-nonnull.h
lib/gl/c++defs.h
lib/gl/liblgnu.la
lib/gl/netdb.h
lib/gl/stdio.h
lib/gl/stdlib.h
lib/gl/string.h
lib/gl/strings.h
lib/gl/sys/
lib/gl/tests/Makefile
lib/gl/tests/Makefile.in
lib/gl/tests/arg-nonnull.h
lib/gl/tests/c++defs.h
lib/gl/tests/fcntl.h
lib/gl/tests/libtests.a
lib/gl/tests/test-alloca-opt
lib/gl/tests/test-binary-io
lib/gl/tests/test-byteswap
lib/gl/tests/test-c-ctype
lib/gl/tests/test-errno
lib/gl/tests/test-fseeko
lib/gl/tests/test-ftello
lib/gl/tests/test-ftello3
lib/gl/tests/test-func
lib/gl/tests/test-memchr
lib/gl/tests/test-netdb
lib/gl/tests/test-read-file
lib/gl/tests/test-snprintf
lib/gl/tests/test-sockets
lib/gl/tests/test-stdbool
lib/gl/tests/test-stddef
lib/gl/tests/test-stdint
lib/gl/tests/test-stdio
lib/gl/tests/test-stdlib
lib/gl/tests/test-string
lib/gl/tests/test-strings
lib/gl/tests/test-strverscmp
lib/gl/tests/test-sys_socket
lib/gl/tests/test-sys_stat
lib/gl/tests/test-time
lib/gl/tests/test-unistd
lib/gl/tests/test-vasnprintf
lib/gl/tests/test-vasprintf
lib/gl/tests/test-verify
lib/gl/tests/test-vsnprintf
lib/gl/tests/test-wchar
lib/gl/tests/warn-on-use.h
lib/gl/time.h
lib/gl/unistd.h
lib/gl/warn-on-use.h
lib/gl/wchar.h
lib/gnutls-api.texi
lib/gnutls.pc
lib/includes/Makefile
lib/includes/Makefile.in
lib/includes/gnutls/gnutls.h
lib/libgnutls.la
lib/libgnutlsxx.la
lib/libtool
lib/m4/codeset.m4
lib/m4/gettext.m4
lib/m4/glibc2.m4
lib/m4/glibc21.m4
lib/m4/iconv.m4
lib/m4/intdiv0.m4
lib/m4/intl.m4
lib/m4/intldir.m4
lib/m4/intlmacosx.m4
lib/m4/intmax.m4
lib/m4/inttypes-pri.m4
lib/m4/inttypes_h.m4
lib/m4/lcmessage.m4
lib/m4/lib-ld.m4
lib/m4/lib-link.m4
lib/m4/lib-prefix.m4
lib/m4/libtool.m4
lib/m4/lock.m4
lib/m4/longlong.m4
lib/m4/ltoptions.m4
lib/m4/ltsugar.m4
lib/m4/ltversion.m4
lib/m4/lt~obsolete.m4
lib/m4/nls.m4
lib/m4/po.m4
lib/m4/printf-posix.m4
lib/m4/progtest.m4
lib/m4/size_max.m4
lib/m4/stdint_h.m4
lib/m4/uintmax_t.m4
lib/m4/visibility.m4
lib/m4/wchar_t.m4
lib/m4/wint_t.m4
lib/m4/xsize.m4
lib/minitasn1/Makefile
lib/minitasn1/Makefile.in
lib/minitasn1/libminitasn1.la
lib/nettle/libcrypto.la
lib/opencdk/Makefile
lib/opencdk/Makefile.in
lib/opencdk/libminiopencdk.la
lib/openpgp/Makefile
lib/openpgp/Makefile.in
lib/openpgp/libgnutls_openpgp.la
lib/openpgp/pgp-api.texi
lib/po/*.gmo
lib/po/*.po
lib/po/Makefile
lib/po/Makefile.in
lib/po/Makefile.in.in
lib/po/Makevars.template
lib/po/POTFILES
lib/po/Rules-quot
lib/po/boldquot.sed
lib/po/en@boldquot.header
lib/po/en@boldquot.insert-header
lib/po/en@quot.header
lib/po/en@quot.insert-header
lib/po/insert-header.sin
lib/po/libgnutls.pot
lib/po/quot.sed
lib/po/remove-potcdate.sed
lib/po/remove-potcdate.sin
lib/po/stamp-po
lib/stamp-h1
lib/x509/Makefile
lib/x509/Makefile.in
lib/x509/libgnutls_x509.la
lib/x509/x509-api.texi
libextra/INSTALL
libextra/Makefile
libextra/Makefile.in
libextra/aclocal.m4
libextra/autom4te.cache/
libextra/build-aux/config.guess
libextra/build-aux/config.sub
libextra/build-aux/depcomp
libextra/build-aux/install-sh
libextra/build-aux/ltmain.sh
libextra/build-aux/missing
libextra/config.h
libextra/config.h.in
libextra/config.log
libextra/config.status
libextra/configure
libextra/gl/Makefile
libextra/gl/Makefile.in
libextra/gl/libxgnu.la
libextra/gnutls-extra-api.texi
libextra/gnutls-extra.pc
libextra/ia-api.texi
libextra/includes/Makefile
libextra/includes/Makefile.in
libextra/libgnutls-extra.la
libextra/libgnutls-openssl.la
libextra/libtool
libextra/m4/libtool.m4
libextra/m4/ltoptions.m4
libextra/m4/ltsugar.m4
libextra/m4/ltversion.m4
libextra/m4/lt~obsolete.m4
libextra/stamp-h1
libtool
m4/libtool.m4
m4/ltoptions.m4
m4/ltsugar.m4
m4/ltversion.m4
m4/lt~obsolete.m4
src/Makefile
src/Makefile.in
src/benchmark
src/certtool
src/cfg/Makefile
src/cfg/Makefile.in
src/cfg/platon/Makefile
src/cfg/platon/Makefile.in
src/cfg/platon/str/Makefile
src/cfg/platon/str/Makefile.in
src/gnutls-cli
src/gnutls-cli-debug
src/gnutls-serv
src/libcfg.la
src/libcmd-certtool.la
src/libcmd-cli-debug.la
src/libcmd-cli.la
src/libcmd-p11tool.la
src/libcmd-psk.la
src/libcmd-serv.la
src/libcmd-srp.la
src/p11tool
src/psktool
src/srptool
stamp-h1
tags
tests/*/out
tests/Makefile
tests/Makefile.in
tests/anonself
tests/certder
tests/certificate_set_x509_crl
tests/certuniqueid
tests/chainverify
tests/crq_apis
tests/crq_key_id
tests/crypto_rng
tests/cve-2008-4989
tests/cve-2009-1415
tests/cve-2009-1416
tests/dhepskself
tests/dn
tests/dn2
tests/finished
tests/gc
tests/gendh
tests/hostname-check
tests/init_roundtrip
tests/key-id/Makefile
tests/key-id/Makefile.in
tests/libutils.la
tests/mini
tests/mini-eagain
tests/mini-x509
tests/mini-x509-rehandshake
tests/moredn
tests/mpi
tests/netconf-psk
tests/nul-in-x509-names
tests/openpgp-auth
tests/openpgp-certs/Makefile
tests/openpgp-certs/Makefile.in
tests/openpgp-keyring
tests/openpgpself
tests/openssl
tests/parse_ca
tests/pathlen/Makefile
tests/pathlen/Makefile.in
tests/pgps2kgnu
tests/pkcs1-padding/Makefile
tests/pkcs1-padding/Makefile.in
tests/pkcs12-decode/Makefile
tests/pkcs12-decode/Makefile.in
tests/pkcs12_encode
tests/pkcs12_s2k
tests/pkcs12_s2k_pem
tests/pkcs8-decode/Makefile
tests/pkcs8-decode/Makefile.in
tests/pskself
tests/resume
tests/rsa-md5-collision/Makefile
tests/rsa-md5-collision/Makefile.in
tests/safe-renegotiation/Makefile
tests/safe-renegotiation/Makefile.in
tests/safe-renegotiation/srn*
tests/safe-renegotiation/srn1
tests/safe-renegotiation/srn2
tests/safe-renegotiation/srn3
tests/set_pkcs12_cred
tests/setcredcrash
tests/sha2/Makefile
tests/sha2/Makefile.in
tests/simple
tests/suite/eagain-cli
tests/suite/libecore.la
tests/tlsia
tests/userid/Makefile
tests/userid/Makefile.in
tests/x509_altname
tests/x509dn
tests/x509paths/
tests/x509self
tests/x509sign-verify
tests/x509signself
doc/examples/ex-cert-select-pkcs11
.dirstamp
gl/signal.h
gl/tests/inttypes.h
gl/tests/test-accept
gl/tests/test-bind
gl/tests/test-close
gl/tests/test-connect
gl/tests/test-dup2
gl/tests/test-fcntl-h
gl/tests/test-fdopen
gl/tests/test-fgetc
gl/tests/test-float
gl/tests/test-fputc
gl/tests/test-fread
gl/tests/test-fseek
gl/tests/test-fseeko3
gl/tests/test-fseeko4
gl/tests/test-fstat
gl/tests/test-ftell
gl/tests/test-ftell3
gl/tests/test-ftello4
gl/tests/test-ftruncate
gl/tests/test-fwrite
gl/tests/test-getcwd-lgpl
gl/tests/test-ignore-value
gl/tests/test-intprops
gl/tests/test-inttypes
gl/tests/test-ioctl
gl/tests/test-listen
gl/tests/test-lock
gl/tests/test-lstat
gl/tests/test-open
gl/tests/test-pathmax
gl/tests/test-perror2
gl/tests/test-pipe
gl/tests/test-recv
gl/tests/test-send
gl/tests/test-setsockopt
gl/tests/test-shutdown
gl/tests/test-signal-h
gl/tests/test-stat
gl/tests/test-strerror_r
gl/tests/test-symlink
gl/tests/test-sys_types
gl/tests/test-sys_uio
gl/tests/test-thread_create
gl/tests/test-thread_self
lib/gl/tests/inttypes.h
lib/gl/tests/test-fcntl-h
lib/gl/tests/test-fdopen
lib/gl/tests/test-fgetc
lib/gl/tests/test-float
lib/gl/tests/test-fputc
lib/gl/tests/test-fread
lib/gl/tests/test-fseek
lib/gl/tests/test-fseeko3
lib/gl/tests/test-fseeko4
lib/gl/tests/test-fstat
lib/gl/tests/test-ftell
lib/gl/tests/test-ftell3
lib/gl/tests/test-ftello4
lib/gl/tests/test-fwrite
lib/gl/tests/test-intprops
lib/gl/tests/test-inttypes
lib/gl/tests/test-sys_types
lib/gl/tests/test-sys_uio
tests/rng-fork
tests/x509cert
lib/gl/stdalign.h