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
|
|
|
|
|
|
|
|
# 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
|
|
|
|
|
2014-07-12 10:34:08 +02:00
|
|
|
*.pc
|
|
|
|
|
2014-07-10 13:21:51 +02:00
|
|
|
# tests
|
|
|
|
test-driver
|
|
|
|
*.log
|
|
|
|
*.trs
|
|
|
|
tests/aes_wrap*
|
|
|
|
tests/arc4random_fork*
|
|
|
|
tests/explicit_bzero*
|
|
|
|
tests/mont*
|
|
|
|
tests/timingsafe*
|
2014-07-12 10:40:05 +02:00
|
|
|
tests/*test
|
|
|
|
tests/*test.c
|
2014-07-22 01:57:06 +02:00
|
|
|
tests/memmem.c
|
2014-07-10 13:21:51 +02:00
|
|
|
tests/*.pem
|
|
|
|
tests/testssl
|
|
|
|
tests/*.txt
|
|
|
|
|
|
|
|
# ctags stuff
|
|
|
|
TAGS
|
|
|
|
|
|
|
|
## The initial / makes these files only get ignored in particular directories.
|
|
|
|
/autom4te.cache
|
|
|
|
|
|
|
|
# Libtool adds these, at least sometimes
|
|
|
|
INSTALL
|
|
|
|
/m4/libtool.m4
|
|
|
|
/m4/ltoptions.m4
|
|
|
|
/m4/ltsugar.m4
|
|
|
|
/m4/ltversion.m4
|
|
|
|
/m4/lt~obsolete.m4
|
|
|
|
|
|
|
|
/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
|
|
|
|
|
|
|
|
include/openssl/Makefile.am
|
|
|
|
tests/Makefile.am
|
|
|
|
|
2014-12-07 01:59:25 +01:00
|
|
|
crypto/VERSION
|
|
|
|
ssl/VERSION
|
|
|
|
tls/VERSION
|
|
|
|
|
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
|
|
|
|
include/openssl/*.he
|
|
|
|
apps/*.h
|
2014-12-06 18:20:56 +01:00
|
|
|
apps/*.c
|
2014-07-10 13:21:51 +02:00
|
|
|
apps/openssl
|
2014-12-06 18:20:56 +01:00
|
|
|
apps/openssl.cnf
|
|
|
|
!apps/apps_win.c
|
|
|
|
!apps/poll_win.c
|
2014-07-10 13:21:51 +02:00
|
|
|
|
|
|
|
crypto/compat/arc4random.c
|
|
|
|
crypto/compat/chacha_private.h
|
|
|
|
crypto/compat/explicit_bzero.c
|
|
|
|
crypto/compat/getentropy_*.c
|
|
|
|
crypto/compat/reallocarray.c
|
|
|
|
crypto/compat/strlcat.c
|
|
|
|
crypto/compat/strlcpy.c
|
2014-07-27 13:11:56 +02:00
|
|
|
crypto/compat/strndup.c
|
|
|
|
crypto/compat/strnlen.c
|
2014-07-10 13:21:51 +02:00
|
|
|
crypto/compat/timingsafe_bcmp.c
|
|
|
|
crypto/compat/timingsafe_memcmp.c
|
2014-07-18 06:58:46 +02:00
|
|
|
crypto/compat/arc4random_*.h
|
2014-07-10 13:21:51 +02:00
|
|
|
|
|
|
|
crypto/aes/
|
|
|
|
crypto/asn1/
|
|
|
|
crypto/bf/
|
|
|
|
crypto/bio/
|
|
|
|
crypto/bn/
|
|
|
|
crypto/buffer/
|
2014-11-18 15:04:18 +01:00
|
|
|
crypto/camellia/
|
2014-07-10 13:21:51 +02:00
|
|
|
crypto/cast/
|
|
|
|
crypto/chacha/
|
|
|
|
crypto/cmac/
|
|
|
|
crypto/comp/
|
|
|
|
crypto/conf/
|
|
|
|
crypto/cpt_err.c
|
|
|
|
crypto/cryptlib.c
|
|
|
|
crypto/cryptlib.h
|
|
|
|
crypto/cversion.c
|
|
|
|
crypto/des/
|
|
|
|
crypto/dh/
|
|
|
|
crypto/dsa/
|
|
|
|
crypto/dso/
|
|
|
|
crypto/ec/
|
|
|
|
crypto/ecdh/
|
|
|
|
crypto/ecdsa/
|
|
|
|
crypto/engine/
|
|
|
|
crypto/err/
|
|
|
|
crypto/evp/
|
|
|
|
crypto/ex_data.c
|
2014-11-18 15:04:18 +01:00
|
|
|
crypto/gost/
|
2014-07-10 13:21:51 +02:00
|
|
|
crypto/hmac/
|
|
|
|
crypto/idea/
|
|
|
|
crypto/krb5/
|
|
|
|
crypto/lhash/
|
|
|
|
crypto/malloc-wrapper.c
|
|
|
|
crypto/md32_common.h
|
|
|
|
crypto/md4/
|
|
|
|
crypto/md5/
|
|
|
|
crypto/mdc2/
|
|
|
|
crypto/mem_clr.c
|
|
|
|
crypto/mem_dbg.c
|
|
|
|
crypto/modes/
|
|
|
|
crypto/o_init.c
|
|
|
|
crypto/o_str.c
|
|
|
|
crypto/o_time.c
|
|
|
|
crypto/o_time.h
|
|
|
|
crypto/objects
|
|
|
|
crypto/ocsp/
|
|
|
|
crypto/pem/
|
|
|
|
crypto/pkcs12/
|
|
|
|
crypto/pkcs7/
|
|
|
|
crypto/poly1305/
|
|
|
|
crypto/pqueue/
|
|
|
|
crypto/rand/
|
|
|
|
crypto/rc2/
|
|
|
|
crypto/rc4/
|
|
|
|
crypto/ripemd/
|
|
|
|
crypto/rsa/
|
|
|
|
crypto/sha/
|
|
|
|
crypto/stack/
|
|
|
|
crypto/ts/
|
|
|
|
crypto/txt_db/
|
|
|
|
crypto/ui/
|
|
|
|
crypto/whrlpool/
|
|
|
|
crypto/x509/
|
|
|
|
crypto/x509v3/
|
2014-07-10 16:36:47 +02:00
|
|
|
openbsd/
|
2014-10-15 05:23:16 +02:00
|
|
|
*.tar.gz
|
|
|
|
apps/*.1*
|
2014-07-11 05:13:17 +02:00
|
|
|
man/*.3
|
2014-07-11 18:08:57 +02:00
|
|
|
man/*.1
|
2014-07-11 05:13:17 +02:00
|
|
|
man/Makefile.am
|
2014-07-10 16:36:47 +02:00
|
|
|
.gitmodules
|
2014-07-11 12:17:07 +02:00
|
|
|
COPYING
|