This website works better with JavaScript.
Home
Help
Register
Sign In
leviathan
/
openssl
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
Remove all .cvsignore files
Reviewed-by: Tim Hudson <tjh@openssl.org>
master
Rich Salz
8 years ago
parent
91316e6765
commit
8cfe08b4ec
95 changed files
with
0 additions
and
502 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-20
.cvsignore
+0
-8
apps/.cvsignore
+0
-8
crypto/.cvsignore
+0
-8
crypto/aes/.cvsignore
+0
-4
crypto/asn1/.cvsignore
+0
-5
crypto/bf/.cvsignore
+0
-4
crypto/bf/asm/.cvsignore
+0
-4
crypto/bio/.cvsignore
+0
-10
crypto/bn/.cvsignore
+0
-6
crypto/bn/asm/.cvsignore
+0
-4
crypto/buffer/.cvsignore
+0
-3
crypto/camellia/.cvsignore
+0
-6
crypto/cast/.cvsignore
+0
-4
crypto/cast/asm/.cvsignore
+0
-4
crypto/cmac/.cvsignore
+0
-4
crypto/cms/.cvsignore
+0
-4
crypto/comp/.cvsignore
+0
-4
crypto/conf/.cvsignore
+0
-7
crypto/des/.cvsignore
+0
-7
crypto/des/asm/.cvsignore
+0
-4
crypto/dh/.cvsignore
+0
-4
crypto/dsa/.cvsignore
+0
-4
crypto/dso/.cvsignore
+0
-4
crypto/ec/.cvsignore
+0
-4
crypto/ecdh/.cvsignore
+0
-2
crypto/ecdsa/.cvsignore
+0
-4
crypto/engine/.cvsignore
+0
-4
crypto/err/.cvsignore
+0
-4
crypto/evp/.cvsignore
+0
-4
crypto/hmac/.cvsignore
+0
-4
crypto/idea/.cvsignore
+0
-3
crypto/jpake/.cvsignore
+0
-4
crypto/krb5/.cvsignore
+0
-4
crypto/lhash/.cvsignore
+0
-4
crypto/md2/.cvsignore
+0
-4
crypto/md4/.cvsignore
+0
-5
crypto/md5/.cvsignore
+0
-4
crypto/md5/asm/.cvsignore
+0
-4
crypto/mdc2/.cvsignore
+0
-5
crypto/modes/.cvsignore
+0
-4
crypto/objects/.cvsignore
+0
-4
crypto/ocsp/.cvsignore
+0
-5
crypto/pem/.cvsignore
+0
-4
crypto/pkcs12/.cvsignore
+0
-8
crypto/pkcs7/.cvsignore
+0
-4
crypto/pqueue/.cvsignore
+0
-4
crypto/rand/.cvsignore
+0
-4
crypto/rc2/.cvsignore
+0
-5
crypto/rc4/.cvsignore
+0
-4
crypto/rc4/asm/.cvsignore
+0
-4
crypto/rc5/.cvsignore
+0
-4
crypto/rc5/asm/.cvsignore
+0
-5
crypto/ripemd/.cvsignore
+0
-4
crypto/ripemd/asm/.cvsignore
+0
-4
crypto/rsa/.cvsignore
+0
-4
crypto/seed/.cvsignore
+0
-7
crypto/sha/.cvsignore
+0
-4
crypto/sha/asm/.cvsignore
+0
-2
crypto/srp/.cvsignore
+0
-4
crypto/stack/.cvsignore
+0
-4
crypto/store/.cvsignore
+0
-2
crypto/ts/.cvsignore
+0
-4
crypto/txt_db/.cvsignore
+0
-4
crypto/ui/.cvsignore
+0
-3
crypto/whrlpool/.cvsignore
+0
-4
crypto/x509/.cvsignore
+0
-4
crypto/x509v3/.cvsignore
+0
-3
demos/easy_tls/.cvsignore
+0
-6
demos/engines/cluster_labs/.cvsignore
+0
-6
demos/engines/ibmca/.cvsignore
+0
-14
demos/engines/rsaref/.cvsignore
+0
-6
demos/engines/zencod/.cvsignore
+0
-3
demos/state_machine/.cvsignore
+0
-8
engines/.cvsignore
+0
-7
engines/ccgost/.cvsignore
+0
-9
fips/.cvsignore
+0
-4
fips/aes/.cvsignore
+0
-4
fips/cmac/.cvsignore
+0
-4
fips/des/.cvsignore
+0
-4
fips/dh/.cvsignore
+0
-4
fips/dsa/.cvsignore
+0
-4
fips/ecdh/.cvsignore
+0
-4
fips/ecdsa/.cvsignore
+0
-4
fips/hmac/.cvsignore
+0
-4
fips/rand/.cvsignore
+0
-4
fips/rsa/.cvsignore
+0
-5
fips/sha/.cvsignore
+0
-4
fips/utl/.cvsignore
+0
-3
include/.cvsignore
+0
-5
ms/.cvsignore
+0
-14
perl/.cvsignore
+0
-4
ssl/.cvsignore
+0
-43
test/.cvsignore
+0
-4
tools/.cvsignore
+0
-2
util/.cvsignore
+ 0
- 20
.cvsignore
View File
@ -1,20 +0,0 @@
openssl.pc
libcrypto.pc
libssl.pc
MINFO
makefile.one
outinc
rehash.time
testlog
make.log
maketest.log
cctest
cctest.c
cctest.a
*.flc
semantic.cache
Makefile
*.dll*
*.so*
*.sl*
*.dylib*
+ 0
- 8
apps/.cvsignore
View File
@ -1,8 +0,0 @@
openssl
Makefile.save
der_chop
der_chop.bak
CA.pl
*.flc
semantic.cache
*.dll
+ 0
- 8
crypto/.cvsignore
View File
@ -1,8 +0,0 @@
lib
buildinf.h
opensslconf.h
Makefile.save
*.flc
semantic.cache
*cpuid.s
uplink-cof.s
+ 0
- 8
crypto/aes/.cvsignore
View File
@ -1,8 +0,0 @@
lib
Makefile.save
*.flc
semantic.cache
aes-*.s
aesni-*.s
bsaes-*.s
vpaes-*.s
+ 0
- 4
crypto/asn1/.cvsignore
View File
@ -1,4 +0,0 @@
lib
Makefile.save
*.flc
semantic.cache
+ 0
- 5
crypto/bf/.cvsignore
View File
@ -1,5 +0,0 @@
lib
Makefile.save
*.flc
semantic.cache
bf-*.s
+ 0
- 4
crypto/bf/asm/.cvsignore
View File
@ -1,4 +0,0 @@
bx86unix.cpp
bx86-elf.s
*.flc
semantic.cache
+ 0
- 4
crypto/bio/.cvsignore
View File
@ -1,4 +0,0 @@
lib
Makefile.save
*.flc
semantic.cache
+ 0
- 10
crypto/bn/.cvsignore
View File
@ -1,10 +0,0 @@
lib
Makefile.save
*.flc
semantic.cache
co-*.s
bn-*.s
*-mont.s
modexp512-x86_64.s
*-gf2m.s
x86_64-mont5.s
+ 0
- 6
crypto/bn/asm/.cvsignore
View File
@ -1,6 +0,0 @@
bn86unix.cpp
co86unix.cpp
bn86-elf.s
co86-elf.s
*.flc
semantic.cache
+ 0
- 4
crypto/buffer/.cvsignore
View File
@ -1,4 +0,0 @@
lib
Makefile.save
*.flc
semantic.cache
+ 0
- 3
crypto/camellia/.cvsignore
View File
@ -1,3 +0,0 @@
lib
Makefile.save
cmll-*.s
+ 0
- 6
crypto/cast/.cvsignore
View File
@ -1,6 +0,0 @@
lib
Makefile.save
*.flc
semantic.cache
cx86-*.s
cast-586.s
+ 0
- 4
crypto/cast/asm/.cvsignore
View File
@ -1,4 +0,0 @@
cx86unix.cpp
cx86-elf.s
*.flc
semantic.cache
+ 0
- 4
crypto/cmac/.cvsignore
View File
@ -1,4 +0,0 @@
lib
Makefile.save
*.flc
semantic.cache
+ 0
- 4
crypto/cms/.cvsignore
View File
@ -1,4 +0,0 @@
lib
Makefile.save
*.flc
semantic.cache
+ 0
- 4
crypto/comp/.cvsignore
View File
@ -1,4 +0,0 @@
lib
Makefile.save
*.flc
semantic.cache
+ 0
- 4
crypto/conf/.cvsignore
View File
@ -1,4 +0,0 @@
lib
Makefile.save
*.flc
semantic.cache
+ 0
- 7
crypto/des/.cvsignore
View File
@ -1,7 +0,0 @@
lib
Makefile.save
des
*.flc
semantic.cache
crypt*.s
des-*.s
+ 0
- 7
crypto/des/asm/.cvsignore
View File
@ -1,7 +0,0 @@
dx86unix.cpp
yx86unix.cpp
des_enc-sparc.S
dx86-elf.s
yx86-elf.s
*.flc
semantic.cache
+ 0
- 4
crypto/dh/.cvsignore
View File
@ -1,4 +0,0 @@
lib
Makefile.save
*.flc
semantic.cache
+ 0
- 4
crypto/dsa/.cvsignore
View File
@ -1,4 +0,0 @@
lib
Makefile.save
*.flc
semantic.cache
+ 0
- 4
crypto/dso/.cvsignore
View File
@ -1,4 +0,0 @@
lib
Makefile.save
*.flc
semantic.cache
+ 0
- 4
crypto/ec/.cvsignore
View File
@ -1,4 +0,0 @@
lib
Makefile.save
*.flc
semantic.cache
+ 0
- 4
crypto/ecdh/.cvsignore
View File
@ -1,4 +0,0 @@
lib
Makefile.save
*.flc
semantic.cache
+ 0
- 2
crypto/ecdsa/.cvsignore
View File
@ -1,2 +0,0 @@
lib
Makefile.save
+ 0
- 4
crypto/engine/.cvsignore
View File
@ -1,4 +0,0 @@
lib
Makefile.save
*.flc
semantic.cache
+ 0
- 4
crypto/err/.cvsignore
View File
@ -1,4 +0,0 @@
lib
Makefile.save
*.flc
semantic.cache
+ 0
- 4
crypto/evp/.cvsignore
View File
@ -1,4 +0,0 @@
lib
Makefile.save
*.flc
semantic.cache
+ 0
- 4
crypto/hmac/.cvsignore
View File
@ -1,4 +0,0 @@
lib
Makefile.save
*.flc
semantic.cache
+ 0
- 4
crypto/idea/.cvsignore
View File
@ -1,4 +0,0 @@
lib
Makefile.save
*.flc
semantic.cache
+ 0
- 3
crypto/jpake/.cvsignore
View File
@ -1,3 +0,0 @@
lib
Makefile.save
+ 0
- 4
crypto/krb5/.cvsignore
View File
@ -1,4 +0,0 @@
lib
Makefile.save
*.flc
semantic.cache
+ 0
- 4
crypto/lhash/.cvsignore
View File
@ -1,4 +0,0 @@
lib
Makefile.save
*.flc
semantic.cache
+ 0
- 4
crypto/md2/.cvsignore
View File
@ -1,4 +0,0 @@
lib
Makefile.save
*.flc
semantic.cache
+ 0
- 4
crypto/md4/.cvsignore
View File
@ -1,4 +0,0 @@
lib
Makefile.save
*.flc
semantic.cache
+ 0
- 5
crypto/md5/.cvsignore
View File
@ -1,5 +0,0 @@
lib
Makefile.save
*.flc
semantic.cache
md5-*.s
+ 0
- 4
crypto/md5/asm/.cvsignore
View File
@ -1,4 +0,0 @@
mx86unix.cpp
mx86-elf.s
*.flc
semantic.cache
+ 0
- 4
crypto/mdc2/.cvsignore
View File
@ -1,4 +0,0 @@
lib
Makefile.save
*.flc
semantic.cache
+ 0
- 5
crypto/modes/.cvsignore
View File
@ -1,5 +0,0 @@
lib
Makefile.save
*.flc
semantic.cache
ghash-*.s
+ 0
- 4
crypto/objects/.cvsignore
View File
@ -1,4 +0,0 @@
lib
Makefile.save
*.flc
semantic.cache
+ 0
- 4
crypto/ocsp/.cvsignore
View File
@ -1,4 +0,0 @@
lib
Makefile.save
*.flc
semantic.cache
+ 0
- 5
crypto/pem/.cvsignore
View File
@ -1,5 +0,0 @@
lib
ctx_size
Makefile.save
*.flc
semantic.cache
+ 0
- 4
crypto/pkcs12/.cvsignore
View File
@ -1,4 +0,0 @@
lib
Makefile.save
*.flc
semantic.cache
+ 0
- 8
crypto/pkcs7/.cvsignore
View File
@ -1,8 +0,0 @@
lib
Makefile.save
enc
dec
sign
verify
*.flc
semantic.cache
+ 0
- 4
crypto/pqueue/.cvsignore
View File
@ -1,4 +0,0 @@
lib
Makefile.save
*.flc
semantic.cache
+ 0
- 4
crypto/rand/.cvsignore
View File
@ -1,4 +0,0 @@
lib
Makefile.save
*.flc
semantic.cache
+ 0
- 4
crypto/rc2/.cvsignore
View File
@ -1,4 +0,0 @@
lib
Makefile.save
*.flc
semantic.cache
+ 0
- 5
crypto/rc4/.cvsignore
View File
@ -1,5 +0,0 @@
lib
Makefile.save
*.flc
semantic.cache
rc4-*.s
+ 0
- 4
crypto/rc4/asm/.cvsignore
View File
@ -1,4 +0,0 @@
rx86unix.cpp
rx86-elf.s
*.flc
semantic.cache
+ 0
- 4
crypto/rc5/.cvsignore
View File
@ -1,4 +0,0 @@
lib
Makefile.save
*.flc
semantic.cache
+ 0
- 4
crypto/rc5/asm/.cvsignore
View File
@ -1,4 +0,0 @@
r586unix.cpp
r586-elf.s
*.flc
semantic.cache
+ 0
- 5
crypto/ripemd/.cvsignore
View File
@ -1,5 +0,0 @@
lib
Makefile.save
*.flc
semantic.cache
rmd-*.s
+ 0
- 4
crypto/ripemd/asm/.cvsignore
View File
@ -1,4 +0,0 @@
rm86unix.cpp
rm86-elf.s
*.flc
semantic.cache
+ 0
- 4
crypto/rsa/.cvsignore
View File
@ -1,4 +0,0 @@
lib
Makefile.save
*.flc
semantic.cache
+ 0
- 4
crypto/seed/.cvsignore
View File
@ -1,4 +0,0 @@
lib
Makefile.save
*.flc
semantic.cache
+ 0
- 7
crypto/sha/.cvsignore
View File
@ -1,7 +0,0 @@
lib
Makefile.save
*.flc
semantic.cache
sha1-*.s
sha256-*.s
sha512-*.s
+ 0
- 4
crypto/sha/asm/.cvsignore
View File
@ -1,4 +0,0 @@
sx86unix.cpp
sx86-elf.s
*.flc
semantic.cache
+ 0
- 2
crypto/srp/.cvsignore
View File
@ -1,2 +0,0 @@
Makefile.save
lib
+ 0
- 4
crypto/stack/.cvsignore
View File
@ -1,4 +0,0 @@
lib
Makefile.save
*.flc
semantic.cache
+ 0
- 4
crypto/store/.cvsignore
View File
@ -1,4 +0,0 @@
Makefile.save
lib
*.flc
semantic.cache
+ 0
- 2
crypto/ts/.cvsignore
View File
@ -1,2 +0,0 @@
lib
Makefile.save
+ 0
- 4
crypto/txt_db/.cvsignore
View File
@ -1,4 +0,0 @@
lib
Makefile.save
*.flc
semantic.cache
+ 0
- 4
crypto/ui/.cvsignore
View File
@ -1,4 +0,0 @@
lib
Makefile.save
*.flc
semantic.cache
+ 0
- 3
crypto/whrlpool/.cvsignore
View File
@ -1,3 +0,0 @@
lib
Makefile.save
wp-*.s
+ 0
- 4
crypto/x509/.cvsignore
View File
@ -1,4 +0,0 @@
lib
Makefile.save
*.flc
semantic.cache
+ 0
- 4
crypto/x509v3/.cvsignore
View File
@ -1,4 +0,0 @@
lib
Makefile.save
*.flc
semantic.cache
+ 0
- 3
demos/easy_tls/.cvsignore
View File
@ -1,3 +0,0 @@
test
*.flc
semantic.cache
+ 0
- 6
demos/engines/cluster_labs/.cvsignore
View File
@ -1,6 +0,0 @@
*.exp
*.so
*.so.*
*.a
*.flc
semantic.cache
+ 0
- 6
demos/engines/ibmca/.cvsignore
View File
@ -1,6 +0,0 @@
*.exp
*.so
*.so.*
*.a
*.flc
semantic.cache
+ 0
- 14
demos/engines/rsaref/.cvsignore
View File
@ -1,14 +0,0 @@
librsaref.so.gnu
librsaref.so.tru64
librsaref.so.solaris
librsaref.so.irix
librsaref.so.hpux32
librsaref.so.hpux64
librsaref.so.aix
librsaref.exp
doc
install
rdemo
source
*.flc
semantic.cache
+ 0
- 6
demos/engines/zencod/.cvsignore
View File
@ -1,6 +0,0 @@
*.exp
*.so
*.so.*
*.a
*.flc
semantic.cache
+ 0
- 3
demos/state_machine/.cvsignore
View File
@ -1,3 +0,0 @@
state_machine
*.flc
semantic.cache
+ 0
- 8
engines/.cvsignore
View File
@ -1,8 +0,0 @@
Makefile.save
lib
libs
*.flc
semantic.cache
*.dll
*.dylib
*.s
+ 0
- 7
engines/ccgost/.cvsignore
View File
@ -1,7 +0,0 @@
Makefile.save
lib
libs
*.flc
semantic.cache
*.dll
*.dylib
+ 0
- 9
fips/.cvsignore
View File
@ -1,9 +0,0 @@
lib
Makefile.save
fips_test_suite
fips_premain_dso
fips_standalone_sha1
fipscanister.o.sha1
fips_auth.h
*.flc
semantic.cache
+ 0
- 4
fips/aes/.cvsignore
View File
@ -1,4 +0,0 @@
lib
Makefile.save
*.flc
semantic.cache
+ 0
- 4
fips/cmac/.cvsignore
View File
@ -1,4 +0,0 @@
lib
Makefile.save
*.flc
semantic.cache
+ 0
- 4
fips/des/.cvsignore
View File
@ -1,4 +0,0 @@
lib
Makefile.save
*.flc
semantic.cache
+ 0
- 4
fips/dh/.cvsignore
View File
@ -1,4 +0,0 @@
lib
*.flc
semantic.cache
Makefile.save
+ 0
- 4
fips/dsa/.cvsignore
View File
@ -1,4 +0,0 @@
lib
Makefile.save
*.flc
semantic.cache
+ 0
- 4
fips/ecdh/.cvsignore
View File
@ -1,4 +0,0 @@
lib
Makefile.save
*.flc
semantic.cache
+ 0
- 4
fips/ecdsa/.cvsignore
View File
@ -1,4 +0,0 @@
lib
Makefile.save
*.flc
semantic.cache
+ 0
- 4
fips/hmac/.cvsignore
View File
@ -1,4 +0,0 @@
lib
Makefile.save
*.flc
semantic.cache
+ 0
- 4
fips/rand/.cvsignore
View File
@ -1,4 +0,0 @@
lib
Makefile.save
*.flc
semantic.cache
+ 0
- 4
fips/rsa/.cvsignore
View File
@ -1,4 +0,0 @@
lib
Makefile.save
*.flc
semantic.cache
+ 0
- 5
fips/sha/.cvsignore
View File
@ -1,5 +0,0 @@
fips_standalone_sha1
lib
Makefile.save
*.flc
semantic.cache
+ 0
- 4
fips/utl/.cvsignore
View File
@ -1,4 +0,0 @@
lib
Makefile.save
*.flc
semantic.cache
+ 0
- 3
include/.cvsignore
View File
@ -1,3 +0,0 @@
*
*.flc
semantic.cache
+ 0
- 5
ms/.cvsignore
View File
@ -1,5 +0,0 @@
*.def
*.mak
*.out
*.flc
semantic.cache
+ 0
- 14
perl/.cvsignore
View File
@ -1,14 +0,0 @@
Makefile
blib
pm_to_blib
OpenSSL.c
openssl_bio.c
openssl_bn.c
openssl_cipher.c
openssl_digest.c
openssl_err.c
openssl_ssl.c
openssl_x509.c
OpenSSL.bs
*.flc
semantic.cache
+ 0
- 4
ssl/.cvsignore
View File
@ -1,4 +0,0 @@
lib
Makefile.save
*.flc
semantic.cache
+ 0
- 43
test/.cvsignore
View File
@ -1,43 +0,0 @@
*test
demoCA
certCA.srl
.rnd
testkey.pem
testreq.pem
keyCA.ss
reqCA.ss
certCA.ss
req2CA.ss
keyU.ss
reqU.ss
certU.ss
certU.srl
intP1.ss
tmp_intP1.ss
keyP1.ss
reqP1.ss
certP1.ss
certP1.srl
intP2.ss
tmp_intP2.ss
keyP2.ss
reqP2.ss
certP2.ss
Makefile.save
tmp.bntest
evptests.txt
sha256t
sha512t
*.flc
semantic.cache
newkey.pem
*.dll
fips_aesavs
fips_desmovs
fips_dssvs
fips_rngvs
fips_test_suite
fips_dhvs
fips_drbgvs
fips_ecdsavs
fips_ecdhvs
+ 0
- 4
tools/.cvsignore
View File
@ -1,4 +0,0 @@
c_rehash
c_rehash.bak
*.flc
semantic.cache
+ 0
- 2
util/.cvsignore
View File
@ -1,2 +0,0 @@
*.flc
semantic.cache
Write
Preview
Loading…
Cancel
Save