2014-07-12 10:40:05 +02:00
|
|
|
### These files should get ignored no matter where they appear.
|
2014-07-10 13:21:51 +02:00
|
|
|
|
|
|
|
# Editors leave these lying around
|
|
|
|
\#*\#
|
|
|
|
.#*
|
|
|
|
*~
|
|
|
|
*.swp
|
|
|
|
|
|
|
|
# C stuff
|
|
|
|
*.o
|
|
|
|
|
2014-12-07 01:43:58 +01:00
|
|
|
# Assembly stuff
|
|
|
|
*.S
|
|
|
|
*.s
|
|
|
|
|
2014-07-10 13:21:51 +02:00
|
|
|
# Windows stuff
|
|
|
|
*.obj
|
|
|
|
*.exe
|
|
|
|
*.lib
|
|
|
|
|
|
|
|
# Patch leaves these lying arround
|
|
|
|
*.orig
|
|
|
|
*.rej
|
|
|
|
|
|
|
|
# gcov stuff
|
|
|
|
*.gcno
|
|
|
|
*.gcov
|
|
|
|
*.gcda
|
|
|
|
|
|
|
|
# Autotools stuff
|
|
|
|
.deps
|
|
|
|
.dirstamp
|
|
|
|
Makefile
|
|
|
|
Makefile.in
|
|
|
|
|
|
|
|
# Libtool stuff
|
|
|
|
.libs
|
|
|
|
*.lo
|
|
|
|
*.la
|
|
|
|
|
2015-03-02 00:16:00 +01:00
|
|
|
*.def
|
2016-11-05 14:47:54 +01:00
|
|
|
*.sym
|
2014-07-12 10:34:08 +02:00
|
|
|
*.pc
|
|
|
|
|
2015-09-13 18:33:20 +02:00
|
|
|
# man pages
|
|
|
|
*.1
|
|
|
|
*.3
|
|
|
|
|
2014-07-10 13:21:51 +02:00
|
|
|
# tests
|
|
|
|
test-driver
|
|
|
|
*.log
|
|
|
|
*.trs
|
|
|
|
tests/aes_wrap*
|
|
|
|
tests/arc4random_fork*
|
2015-10-18 17:36:31 +02:00
|
|
|
tests/asn1time*
|
2015-06-30 05:51:19 +02:00
|
|
|
tests/cipher*
|
2014-07-10 13:21:51 +02:00
|
|
|
tests/explicit_bzero*
|
2014-12-08 00:11:04 +01:00
|
|
|
tests/gost2814789t*
|
2014-07-10 13:21:51 +02:00
|
|
|
tests/mont*
|
2015-10-18 17:36:31 +02:00
|
|
|
tests/rfc5280time*
|
2017-01-06 01:05:59 +01:00
|
|
|
tests/ssl_versions*
|
2014-07-10 13:21:51 +02:00
|
|
|
tests/timingsafe*
|
2016-08-29 17:57:10 +02:00
|
|
|
tests/tls_ext_alpn*
|
2017-03-11 14:28:24 +01:00
|
|
|
tests/tls_prf*
|
2014-07-12 10:40:05 +02:00
|
|
|
tests/*test
|
2015-06-30 05:51:19 +02:00
|
|
|
tests/tests.h
|
2014-07-12 10:40:05 +02:00
|
|
|
tests/*test.c
|
2015-02-07 03:17:31 +01:00
|
|
|
tests/pbkdf2*
|
2014-07-10 13:21:51 +02:00
|
|
|
tests/*.pem
|
|
|
|
tests/testssl
|
|
|
|
tests/*.txt
|
2017-02-07 14:53:52 +01:00
|
|
|
tests/compat/*.c
|
2015-10-18 17:36:31 +02:00
|
|
|
!tests/optionstest.c
|
|
|
|
!tests/*.test
|
2014-07-10 13:21:51 +02:00
|
|
|
|
|
|
|
# ctags stuff
|
|
|
|
TAGS
|
|
|
|
|
2015-04-30 11:44:35 +02:00
|
|
|
autom4te.cache
|
2014-07-10 13:21:51 +02:00
|
|
|
|
|
|
|
# Libtool adds these, at least sometimes
|
|
|
|
INSTALL
|
2015-06-06 05:35:29 +02:00
|
|
|
/COPYING
|
2015-05-01 14:18:12 +02:00
|
|
|
!m4/check*.m4
|
2015-09-07 07:40:20 +02:00
|
|
|
m4/l*
|
2015-04-30 11:44:35 +02:00
|
|
|
|
|
|
|
aclocal.m4
|
|
|
|
compile
|
|
|
|
doxygen
|
|
|
|
config.guess
|
|
|
|
config.log
|
|
|
|
config.status
|
|
|
|
config.sub
|
|
|
|
configure
|
|
|
|
depcomp
|
|
|
|
config.h
|
|
|
|
config.h.in
|
|
|
|
install-sh
|
|
|
|
libtool
|
|
|
|
ltmain.sh
|
|
|
|
missing
|
|
|
|
stamp-h1
|
|
|
|
stamp-h2
|
2014-07-10 13:21:51 +02:00
|
|
|
|
|
|
|
include/openssl/Makefile.am
|
|
|
|
|
2015-07-17 00:52:50 +02:00
|
|
|
VERSION
|
2014-12-07 01:59:25 +01:00
|
|
|
crypto/VERSION
|
|
|
|
ssl/VERSION
|
|
|
|
tls/VERSION
|
2015-07-20 08:09:00 +02:00
|
|
|
libtls-standalone/VERSION
|
2014-12-07 01:59:25 +01:00
|
|
|
|
2014-07-10 13:21:51 +02:00
|
|
|
ssl/*.c
|
|
|
|
ssl/*.h
|
2014-12-05 05:37:22 +01:00
|
|
|
tls/*.c
|
|
|
|
tls/*.h
|
2014-07-10 13:21:51 +02:00
|
|
|
include/pqueue.h
|
2014-12-05 05:37:22 +01:00
|
|
|
include/tls.h
|
2014-07-10 13:21:51 +02:00
|
|
|
include/openssl/*.h
|
2015-04-30 11:44:35 +02:00
|
|
|
|
2017-01-24 13:06:07 +01:00
|
|
|
/apps/ocspcheck/*.h
|
|
|
|
/apps/ocspcheck/*.c
|
|
|
|
/apps/ocspcheck/ocspcheck*
|
2017-01-26 05:58:27 +01:00
|
|
|
/apps/ocspcheck/compat/inet_ntop.c
|
|
|
|
/apps/ocspcheck/compat/memmem.c
|
2017-01-24 13:06:07 +01:00
|
|
|
|
2015-09-12 14:48:06 +02:00
|
|
|
/apps/nc/*.h
|
|
|
|
/apps/nc/*.c
|
|
|
|
/apps/nc/nc*
|
2015-10-18 17:36:31 +02:00
|
|
|
!/apps/nc/readpassphrase.c
|
2017-02-07 14:53:52 +01:00
|
|
|
/apps/nc/compat/*.c
|
2017-01-24 13:06:07 +01:00
|
|
|
|
2015-09-12 14:48:06 +02:00
|
|
|
/apps/openssl/*.h
|
|
|
|
/apps/openssl/*.c
|
|
|
|
/apps/openssl/*.cnf
|
|
|
|
/apps/openssl/*.pem
|
|
|
|
/apps/openssl/openssl
|
|
|
|
/apps/openssl/compat/strtonum.c
|
2015-10-18 17:36:31 +02:00
|
|
|
!/apps/openssl/apps_win.c
|
|
|
|
!/apps/openssl/certhash_win.c
|
2015-04-30 11:44:35 +02:00
|
|
|
|
|
|
|
!/crypto/Makefile.am.*
|
|
|
|
!/crypto/compat/arc4random.h
|
|
|
|
!/crypto/compat/b_win.c
|
2015-08-03 13:56:59 +02:00
|
|
|
!/crypto/compat/explicit_bzero_win.c
|
2017-03-15 13:02:22 +01:00
|
|
|
!/crypto/compat/getpagesize.c
|
2015-06-05 11:31:56 +02:00
|
|
|
!/crypto/compat/posix_win.c
|
2015-04-30 11:44:35 +02:00
|
|
|
!/crypto/compat/bsd_asprintf.c
|
2015-06-30 05:51:19 +02:00
|
|
|
!/crypto/compat/inet_pton.c
|
2015-10-15 06:53:52 +02:00
|
|
|
!/crypto/compat/timegm.c
|
2015-04-30 11:44:35 +02:00
|
|
|
!/crypto/compat/ui_openssl_win.c
|
2014-07-11 05:06:10 +02:00
|
|
|
!/crypto/CMakeLists.txt
|
2015-09-07 07:40:20 +02:00
|
|
|
/crypto
|
2015-04-30 11:44:35 +02:00
|
|
|
|
2015-09-07 07:40:20 +02:00
|
|
|
!/libtls-standalone/compat/Makefile.am
|
2015-04-30 11:44:35 +02:00
|
|
|
/libtls-standalone/include/*.h
|
|
|
|
/libtls-standalone/src/*.c
|
|
|
|
/libtls-standalone/src/*.h
|
2015-05-02 08:40:33 +02:00
|
|
|
/libtls-standalone/src
|
2015-06-30 05:51:19 +02:00
|
|
|
/libtls-standalone/tests/test
|
2015-05-02 08:40:33 +02:00
|
|
|
/libtls-standalone/compat
|
|
|
|
/libtls-standalone/VERSION
|
|
|
|
/libtls-standalone/m4
|
2015-05-04 05:25:22 +02:00
|
|
|
/libtls-standalone/man
|
2015-04-30 11:44:35 +02:00
|
|
|
|
2014-07-10 16:36:47 +02:00
|
|
|
openbsd/
|
2015-04-30 11:44:35 +02:00
|
|
|
|
2014-10-15 05:23:16 +02:00
|
|
|
*.tar.gz
|
2014-07-11 05:13:17 +02:00
|
|
|
man/Makefile.am
|
2017-02-07 14:53:52 +01:00
|
|
|
man/mandoc.db
|