Document signature algorithm setting functions.
[openssl.git] / .gitignore
1 # Object files
2 *.o
3 *.obj
4
5 # editor artefacts
6 *.swp
7 .#*
8 #*#
9 *~
10
11 # Top level excludes
12 /Makefile.bak
13 /Makefile
14 /MINFO
15 /TABLE
16 /*.a
17 /*.pc
18 /rehash.time
19 /inc.*
20 /makefile.*
21 /out.*
22 /tmp.*
23
24 /test/*.ss
25 /test/*.srl
26 /test/.rnd
27 /test/test*.pem
28 /test/newkey.pem
29
30 # Certificate symbolic links
31 *.0
32
33 # Links under apps
34 /apps/CA.pl
35 /apps/md4.c
36
37
38 # Auto generated headers
39 /crypto/buildinf.h
40 /crypto/opensslconf.h
41
42 # Auto generated assembly language source files
43 *.s
44 !/crypto/bn/asm/pa-risc2.s
45 !/crypto/bn/asm/pa-risc2W.s
46 crypto/aes/asm/a_win32.asm
47 crypto/bf/asm/b_win32.asm
48 crypto/bn/asm/bn_win32.asm
49 crypto/bn/asm/co_win32.asm
50 crypto/bn/asm/mt_win32.asm
51 crypto/cast/asm/c_win32.asm
52 crypto/cpu_win32.asm
53 crypto/des/asm/d_win32.asm
54 crypto/des/asm/y_win32.asm
55 crypto/md5/asm/m5_win32.asm
56 crypto/rc4/asm/r4_win32.asm
57 crypto/rc5/asm/r5_win32.asm
58 crypto/ripemd/asm/rm_win32.asm
59 crypto/sha/asm/s1_win32.asm
60 crypto/sha/asm/sha512-sse2.asm
61
62 # Executables
63 /apps/openssl
64 /test/sha256t
65 /test/sha512t
66 /test/gost2814789t
67 /test/*test
68 /test/fips_aesavs
69 /test/fips_desmovs
70 /test/fips_dhvs
71 /test/fips_drbgvs
72 /test/fips_dssvs
73 /test/fips_ecdhvs
74 /test/fips_ecdsavs
75 /test/fips_rngvs
76 /test/fips_test_suite
77 *.so*
78 *.dylib*
79 *.dll*
80 # Exceptions
81 !/test/bctest
82 !/crypto/des/times/486-50.sol
83
84 # Misc auto generated files
85 include/openssl/opensslconf.h
86 /tools/c_rehash
87 lib
88 Makefile.save
89 *.bak
90 tags
91 TAGS
92 cscope.out
93 *.d
94
95 # Windows
96 /tmp32
97 /tmp32.dbg
98 /tmp32dll
99 /tmp32dll.dbg
100 /out32
101 /out32.dbg
102 /out32dll
103 /out32dll.dbg
104 /inc32
105 /MINFO
106 ms/bcb.mak
107 ms/libeay32.def
108 ms/nt.mak
109 ms/ntdll.mak
110 ms/ssleay32.def
111 ms/version32.rc
112
113 # Files created on other branches that are not held in git, and are not
114 # needed on this branch
115 include/openssl/asn1_mac.h
116 include/openssl/des_old.h
117 include/openssl/fips.h
118 include/openssl/fips_rand.h
119 include/openssl/krb5_asn.h
120 include/openssl/kssl.h
121 include/openssl/pq_compat.h
122 include/openssl/ssl23.h
123 include/openssl/tmdiff.h
124 include/openssl/ui_compat.h
125 test/fips_aesavs.c
126 test/fips_desmovs.c
127 test/fips_dsatest.c
128 test/fips_dssvs.c
129 test/fips_hmactest.c
130 test/fips_randtest.c
131 test/fips_rngvs.c
132 test/fips_rsagtest.c
133 test/fips_rsastest.c
134 test/fips_rsavtest.c
135 test/fips_shatest.c
136 test/fips_test_suite.c
137 test/shatest.c