Version skew reduction: trivia (I hope).
This commit is contained in:
parent
a9e1c50bb0
commit
71fa451343
241
apps/Makefile
241
apps/Makefile
@ -334,19 +334,20 @@ dh.o: ../include/openssl/x509_vfy.h ../include/openssl/x509v3.h apps.h dh.c
|
||||
dsa.o: ../e_os.h ../include/openssl/asn1.h ../include/openssl/bio.h
|
||||
dsa.o: ../include/openssl/bn.h ../include/openssl/buffer.h
|
||||
dsa.o: ../include/openssl/conf.h ../include/openssl/crypto.h
|
||||
dsa.o: ../include/openssl/dsa.h ../include/openssl/e_os2.h
|
||||
dsa.o: ../include/openssl/ec.h ../include/openssl/ecdh.h
|
||||
dsa.o: ../include/openssl/ecdsa.h ../include/openssl/engine.h
|
||||
dsa.o: ../include/openssl/err.h ../include/openssl/evp.h
|
||||
dsa.o: ../include/openssl/lhash.h ../include/openssl/obj_mac.h
|
||||
dsa.o: ../include/openssl/objects.h ../include/openssl/ocsp.h
|
||||
dsa.o: ../include/openssl/opensslconf.h ../include/openssl/opensslv.h
|
||||
dsa.o: ../include/openssl/ossl_typ.h ../include/openssl/pem.h
|
||||
dsa.o: ../include/openssl/pem2.h ../include/openssl/pkcs7.h
|
||||
dsa.o: ../include/openssl/safestack.h ../include/openssl/sha.h
|
||||
dsa.o: ../include/openssl/stack.h ../include/openssl/symhacks.h
|
||||
dsa.o: ../include/openssl/txt_db.h ../include/openssl/x509.h
|
||||
dsa.o: ../include/openssl/x509_vfy.h ../include/openssl/x509v3.h apps.h dsa.c
|
||||
dsa.o: ../include/openssl/dh.h ../include/openssl/dsa.h
|
||||
dsa.o: ../include/openssl/e_os2.h ../include/openssl/ec.h
|
||||
dsa.o: ../include/openssl/ecdh.h ../include/openssl/ecdsa.h
|
||||
dsa.o: ../include/openssl/engine.h ../include/openssl/err.h
|
||||
dsa.o: ../include/openssl/evp.h ../include/openssl/lhash.h
|
||||
dsa.o: ../include/openssl/obj_mac.h ../include/openssl/objects.h
|
||||
dsa.o: ../include/openssl/ocsp.h ../include/openssl/opensslconf.h
|
||||
dsa.o: ../include/openssl/opensslv.h ../include/openssl/ossl_typ.h
|
||||
dsa.o: ../include/openssl/pem.h ../include/openssl/pem2.h
|
||||
dsa.o: ../include/openssl/pkcs7.h ../include/openssl/safestack.h
|
||||
dsa.o: ../include/openssl/sha.h ../include/openssl/stack.h
|
||||
dsa.o: ../include/openssl/symhacks.h ../include/openssl/txt_db.h
|
||||
dsa.o: ../include/openssl/x509.h ../include/openssl/x509_vfy.h
|
||||
dsa.o: ../include/openssl/x509v3.h apps.h dsa.c
|
||||
dsaparam.o: ../e_os.h ../include/openssl/asn1.h ../include/openssl/bio.h
|
||||
dsaparam.o: ../include/openssl/bn.h ../include/openssl/buffer.h
|
||||
dsaparam.o: ../include/openssl/conf.h ../include/openssl/crypto.h
|
||||
@ -359,13 +360,11 @@ dsaparam.o: ../include/openssl/obj_mac.h ../include/openssl/objects.h
|
||||
dsaparam.o: ../include/openssl/ocsp.h ../include/openssl/opensslconf.h
|
||||
dsaparam.o: ../include/openssl/opensslv.h ../include/openssl/ossl_typ.h
|
||||
dsaparam.o: ../include/openssl/pem.h ../include/openssl/pem2.h
|
||||
dsaparam.o: ../include/openssl/pkcs7.h ../include/openssl/rand.h
|
||||
dsaparam.o: ../include/openssl/rsa.h ../include/openssl/safestack.h
|
||||
dsaparam.o: ../include/openssl/pkcs7.h ../include/openssl/safestack.h
|
||||
dsaparam.o: ../include/openssl/sha.h ../include/openssl/stack.h
|
||||
dsaparam.o: ../include/openssl/symhacks.h ../include/openssl/txt_db.h
|
||||
dsaparam.o: ../include/openssl/ui.h ../include/openssl/x509.h
|
||||
dsaparam.o: ../include/openssl/x509_vfy.h ../include/openssl/x509v3.h apps.h
|
||||
dsaparam.o: dsaparam.c
|
||||
dsaparam.o: ../include/openssl/x509.h ../include/openssl/x509_vfy.h
|
||||
dsaparam.o: ../include/openssl/x509v3.h apps.h dsaparam.c
|
||||
ec.o: ../e_os.h ../include/openssl/asn1.h ../include/openssl/bio.h
|
||||
ec.o: ../include/openssl/buffer.h ../include/openssl/conf.h
|
||||
ec.o: ../include/openssl/crypto.h ../include/openssl/e_os2.h
|
||||
@ -458,39 +457,37 @@ errstr.o: ../include/openssl/x509v3.h apps.h errstr.c
|
||||
gendh.o: ../e_os.h ../include/openssl/asn1.h ../include/openssl/bio.h
|
||||
gendh.o: ../include/openssl/bn.h ../include/openssl/buffer.h
|
||||
gendh.o: ../include/openssl/conf.h ../include/openssl/crypto.h
|
||||
gendh.o: ../include/openssl/dh.h ../include/openssl/dsa.h
|
||||
gendh.o: ../include/openssl/e_os2.h ../include/openssl/ec.h
|
||||
gendh.o: ../include/openssl/ecdh.h ../include/openssl/ecdsa.h
|
||||
gendh.o: ../include/openssl/engine.h ../include/openssl/err.h
|
||||
gendh.o: ../include/openssl/evp.h ../include/openssl/lhash.h
|
||||
gendh.o: ../include/openssl/obj_mac.h ../include/openssl/objects.h
|
||||
gendh.o: ../include/openssl/ocsp.h ../include/openssl/opensslconf.h
|
||||
gendh.o: ../include/openssl/opensslv.h ../include/openssl/ossl_typ.h
|
||||
gendh.o: ../include/openssl/pem.h ../include/openssl/pem2.h
|
||||
gendh.o: ../include/openssl/pkcs7.h ../include/openssl/rand.h
|
||||
gendh.o: ../include/openssl/rsa.h ../include/openssl/safestack.h
|
||||
gendh.o: ../include/openssl/dh.h ../include/openssl/e_os2.h
|
||||
gendh.o: ../include/openssl/ec.h ../include/openssl/ecdh.h
|
||||
gendh.o: ../include/openssl/ecdsa.h ../include/openssl/engine.h
|
||||
gendh.o: ../include/openssl/err.h ../include/openssl/evp.h
|
||||
gendh.o: ../include/openssl/lhash.h ../include/openssl/obj_mac.h
|
||||
gendh.o: ../include/openssl/objects.h ../include/openssl/ocsp.h
|
||||
gendh.o: ../include/openssl/opensslconf.h ../include/openssl/opensslv.h
|
||||
gendh.o: ../include/openssl/ossl_typ.h ../include/openssl/pem.h
|
||||
gendh.o: ../include/openssl/pem2.h ../include/openssl/pkcs7.h
|
||||
gendh.o: ../include/openssl/rand.h ../include/openssl/safestack.h
|
||||
gendh.o: ../include/openssl/sha.h ../include/openssl/stack.h
|
||||
gendh.o: ../include/openssl/symhacks.h ../include/openssl/txt_db.h
|
||||
gendh.o: ../include/openssl/ui.h ../include/openssl/x509.h
|
||||
gendh.o: ../include/openssl/x509_vfy.h ../include/openssl/x509v3.h apps.h
|
||||
gendh.o: gendh.c
|
||||
gendh.o: ../include/openssl/x509.h ../include/openssl/x509_vfy.h
|
||||
gendh.o: ../include/openssl/x509v3.h apps.h gendh.c
|
||||
gendsa.o: ../e_os.h ../include/openssl/asn1.h ../include/openssl/bio.h
|
||||
gendsa.o: ../include/openssl/bn.h ../include/openssl/buffer.h
|
||||
gendsa.o: ../include/openssl/conf.h ../include/openssl/crypto.h
|
||||
gendsa.o: ../include/openssl/dsa.h ../include/openssl/e_os2.h
|
||||
gendsa.o: ../include/openssl/ec.h ../include/openssl/ecdh.h
|
||||
gendsa.o: ../include/openssl/ecdsa.h ../include/openssl/engine.h
|
||||
gendsa.o: ../include/openssl/err.h ../include/openssl/evp.h
|
||||
gendsa.o: ../include/openssl/lhash.h ../include/openssl/obj_mac.h
|
||||
gendsa.o: ../include/openssl/objects.h ../include/openssl/ocsp.h
|
||||
gendsa.o: ../include/openssl/opensslconf.h ../include/openssl/opensslv.h
|
||||
gendsa.o: ../include/openssl/ossl_typ.h ../include/openssl/pem.h
|
||||
gendsa.o: ../include/openssl/pem2.h ../include/openssl/pkcs7.h
|
||||
gendsa.o: ../include/openssl/safestack.h ../include/openssl/sha.h
|
||||
gendsa.o: ../include/openssl/stack.h ../include/openssl/symhacks.h
|
||||
gendsa.o: ../include/openssl/txt_db.h ../include/openssl/x509.h
|
||||
gendsa.o: ../include/openssl/x509_vfy.h ../include/openssl/x509v3.h apps.h
|
||||
gendsa.o: gendsa.c
|
||||
gendsa.o: ../include/openssl/dh.h ../include/openssl/dsa.h
|
||||
gendsa.o: ../include/openssl/e_os2.h ../include/openssl/ec.h
|
||||
gendsa.o: ../include/openssl/ecdh.h ../include/openssl/ecdsa.h
|
||||
gendsa.o: ../include/openssl/engine.h ../include/openssl/err.h
|
||||
gendsa.o: ../include/openssl/evp.h ../include/openssl/lhash.h
|
||||
gendsa.o: ../include/openssl/obj_mac.h ../include/openssl/objects.h
|
||||
gendsa.o: ../include/openssl/ocsp.h ../include/openssl/opensslconf.h
|
||||
gendsa.o: ../include/openssl/opensslv.h ../include/openssl/ossl_typ.h
|
||||
gendsa.o: ../include/openssl/pem.h ../include/openssl/pem2.h
|
||||
gendsa.o: ../include/openssl/pkcs7.h ../include/openssl/safestack.h
|
||||
gendsa.o: ../include/openssl/sha.h ../include/openssl/stack.h
|
||||
gendsa.o: ../include/openssl/symhacks.h ../include/openssl/txt_db.h
|
||||
gendsa.o: ../include/openssl/x509.h ../include/openssl/x509_vfy.h
|
||||
gendsa.o: ../include/openssl/x509v3.h apps.h gendsa.c
|
||||
genpkey.o: ../e_os.h ../include/openssl/asn1.h ../include/openssl/bio.h
|
||||
genpkey.o: ../include/openssl/buffer.h ../include/openssl/conf.h
|
||||
genpkey.o: ../include/openssl/crypto.h ../include/openssl/e_os2.h
|
||||
@ -510,7 +507,6 @@ genpkey.o: genpkey.c
|
||||
genrsa.o: ../e_os.h ../include/openssl/asn1.h ../include/openssl/bio.h
|
||||
genrsa.o: ../include/openssl/bn.h ../include/openssl/buffer.h
|
||||
genrsa.o: ../include/openssl/conf.h ../include/openssl/crypto.h
|
||||
genrsa.o: ../include/openssl/dh.h ../include/openssl/dsa.h
|
||||
genrsa.o: ../include/openssl/e_os2.h ../include/openssl/ec.h
|
||||
genrsa.o: ../include/openssl/ecdh.h ../include/openssl/ecdsa.h
|
||||
genrsa.o: ../include/openssl/engine.h ../include/openssl/err.h
|
||||
@ -523,9 +519,8 @@ genrsa.o: ../include/openssl/pkcs7.h ../include/openssl/rand.h
|
||||
genrsa.o: ../include/openssl/rsa.h ../include/openssl/safestack.h
|
||||
genrsa.o: ../include/openssl/sha.h ../include/openssl/stack.h
|
||||
genrsa.o: ../include/openssl/symhacks.h ../include/openssl/txt_db.h
|
||||
genrsa.o: ../include/openssl/ui.h ../include/openssl/x509.h
|
||||
genrsa.o: ../include/openssl/x509_vfy.h ../include/openssl/x509v3.h apps.h
|
||||
genrsa.o: genrsa.c
|
||||
genrsa.o: ../include/openssl/x509.h ../include/openssl/x509_vfy.h
|
||||
genrsa.o: ../include/openssl/x509v3.h apps.h genrsa.c
|
||||
nseq.o: ../e_os.h ../include/openssl/asn1.h ../include/openssl/bio.h
|
||||
nseq.o: ../include/openssl/buffer.h ../include/openssl/conf.h
|
||||
nseq.o: ../include/openssl/crypto.h ../include/openssl/e_os2.h
|
||||
@ -738,11 +733,10 @@ req.o: ../include/openssl/obj_mac.h ../include/openssl/objects.h
|
||||
req.o: ../include/openssl/ocsp.h ../include/openssl/opensslconf.h
|
||||
req.o: ../include/openssl/opensslv.h ../include/openssl/ossl_typ.h
|
||||
req.o: ../include/openssl/pem.h ../include/openssl/pem2.h
|
||||
req.o: ../include/openssl/pkcs7.h ../include/openssl/rand.h
|
||||
req.o: ../include/openssl/rsa.h ../include/openssl/safestack.h
|
||||
req.o: ../include/openssl/sha.h ../include/openssl/stack.h
|
||||
req.o: ../include/openssl/symhacks.h ../include/openssl/txt_db.h
|
||||
req.o: ../include/openssl/ui.h ../include/openssl/x509.h
|
||||
req.o: ../include/openssl/pkcs7.h ../include/openssl/rsa.h
|
||||
req.o: ../include/openssl/safestack.h ../include/openssl/sha.h
|
||||
req.o: ../include/openssl/stack.h ../include/openssl/symhacks.h
|
||||
req.o: ../include/openssl/txt_db.h ../include/openssl/x509.h
|
||||
req.o: ../include/openssl/x509_vfy.h ../include/openssl/x509v3.h apps.h req.c
|
||||
rsa.o: ../e_os.h ../include/openssl/asn1.h ../include/openssl/bio.h
|
||||
rsa.o: ../include/openssl/bn.h ../include/openssl/buffer.h
|
||||
@ -761,21 +755,22 @@ rsa.o: ../include/openssl/stack.h ../include/openssl/symhacks.h
|
||||
rsa.o: ../include/openssl/txt_db.h ../include/openssl/x509.h
|
||||
rsa.o: ../include/openssl/x509_vfy.h ../include/openssl/x509v3.h apps.h rsa.c
|
||||
rsautl.o: ../e_os.h ../include/openssl/asn1.h ../include/openssl/bio.h
|
||||
rsautl.o: ../include/openssl/buffer.h ../include/openssl/conf.h
|
||||
rsautl.o: ../include/openssl/crypto.h ../include/openssl/e_os2.h
|
||||
rsautl.o: ../include/openssl/ec.h ../include/openssl/ecdh.h
|
||||
rsautl.o: ../include/openssl/ecdsa.h ../include/openssl/engine.h
|
||||
rsautl.o: ../include/openssl/err.h ../include/openssl/evp.h
|
||||
rsautl.o: ../include/openssl/lhash.h ../include/openssl/obj_mac.h
|
||||
rsautl.o: ../include/openssl/objects.h ../include/openssl/ocsp.h
|
||||
rsautl.o: ../include/openssl/opensslconf.h ../include/openssl/opensslv.h
|
||||
rsautl.o: ../include/openssl/ossl_typ.h ../include/openssl/pem.h
|
||||
rsautl.o: ../include/openssl/pem2.h ../include/openssl/pkcs7.h
|
||||
rsautl.o: ../include/openssl/rsa.h ../include/openssl/safestack.h
|
||||
rsautl.o: ../include/openssl/sha.h ../include/openssl/stack.h
|
||||
rsautl.o: ../include/openssl/symhacks.h ../include/openssl/txt_db.h
|
||||
rsautl.o: ../include/openssl/x509.h ../include/openssl/x509_vfy.h
|
||||
rsautl.o: ../include/openssl/x509v3.h apps.h rsautl.c
|
||||
rsautl.o: ../include/openssl/bn.h ../include/openssl/buffer.h
|
||||
rsautl.o: ../include/openssl/conf.h ../include/openssl/crypto.h
|
||||
rsautl.o: ../include/openssl/e_os2.h ../include/openssl/ec.h
|
||||
rsautl.o: ../include/openssl/ecdh.h ../include/openssl/ecdsa.h
|
||||
rsautl.o: ../include/openssl/engine.h ../include/openssl/err.h
|
||||
rsautl.o: ../include/openssl/evp.h ../include/openssl/lhash.h
|
||||
rsautl.o: ../include/openssl/obj_mac.h ../include/openssl/objects.h
|
||||
rsautl.o: ../include/openssl/ocsp.h ../include/openssl/opensslconf.h
|
||||
rsautl.o: ../include/openssl/opensslv.h ../include/openssl/ossl_typ.h
|
||||
rsautl.o: ../include/openssl/pem.h ../include/openssl/pem2.h
|
||||
rsautl.o: ../include/openssl/pkcs7.h ../include/openssl/rsa.h
|
||||
rsautl.o: ../include/openssl/safestack.h ../include/openssl/sha.h
|
||||
rsautl.o: ../include/openssl/stack.h ../include/openssl/symhacks.h
|
||||
rsautl.o: ../include/openssl/txt_db.h ../include/openssl/x509.h
|
||||
rsautl.o: ../include/openssl/x509_vfy.h ../include/openssl/x509v3.h apps.h
|
||||
rsautl.o: rsautl.c
|
||||
s_cb.o: ../e_os.h ../include/openssl/asn1.h ../include/openssl/bio.h
|
||||
s_cb.o: ../include/openssl/buffer.h ../include/openssl/comp.h
|
||||
s_cb.o: ../include/openssl/conf.h ../include/openssl/crypto.h
|
||||
@ -825,25 +820,24 @@ s_server.o: ../e_os.h ../include/openssl/asn1.h ../include/openssl/bio.h
|
||||
s_server.o: ../include/openssl/bn.h ../include/openssl/buffer.h
|
||||
s_server.o: ../include/openssl/comp.h ../include/openssl/conf.h
|
||||
s_server.o: ../include/openssl/crypto.h ../include/openssl/dh.h
|
||||
s_server.o: ../include/openssl/dsa.h ../include/openssl/dtls1.h
|
||||
s_server.o: ../include/openssl/e_os2.h ../include/openssl/ec.h
|
||||
s_server.o: ../include/openssl/ecdh.h ../include/openssl/ecdsa.h
|
||||
s_server.o: ../include/openssl/engine.h ../include/openssl/err.h
|
||||
s_server.o: ../include/openssl/evp.h ../include/openssl/hmac.h
|
||||
s_server.o: ../include/openssl/kssl.h ../include/openssl/lhash.h
|
||||
s_server.o: ../include/openssl/obj_mac.h ../include/openssl/objects.h
|
||||
s_server.o: ../include/openssl/ocsp.h ../include/openssl/opensslconf.h
|
||||
s_server.o: ../include/openssl/opensslv.h ../include/openssl/ossl_typ.h
|
||||
s_server.o: ../include/openssl/pem.h ../include/openssl/pem2.h
|
||||
s_server.o: ../include/openssl/pkcs7.h ../include/openssl/pqueue.h
|
||||
s_server.o: ../include/openssl/rand.h ../include/openssl/rsa.h
|
||||
s_server.o: ../include/openssl/safestack.h ../include/openssl/sha.h
|
||||
s_server.o: ../include/openssl/srp.h ../include/openssl/srtp.h
|
||||
s_server.o: ../include/openssl/ssl.h ../include/openssl/ssl2.h
|
||||
s_server.o: ../include/openssl/ssl23.h ../include/openssl/ssl3.h
|
||||
s_server.o: ../include/openssl/stack.h ../include/openssl/symhacks.h
|
||||
s_server.o: ../include/openssl/tls1.h ../include/openssl/txt_db.h
|
||||
s_server.o: ../include/openssl/ui.h ../include/openssl/x509.h
|
||||
s_server.o: ../include/openssl/dtls1.h ../include/openssl/e_os2.h
|
||||
s_server.o: ../include/openssl/ec.h ../include/openssl/ecdh.h
|
||||
s_server.o: ../include/openssl/ecdsa.h ../include/openssl/engine.h
|
||||
s_server.o: ../include/openssl/err.h ../include/openssl/evp.h
|
||||
s_server.o: ../include/openssl/hmac.h ../include/openssl/kssl.h
|
||||
s_server.o: ../include/openssl/lhash.h ../include/openssl/obj_mac.h
|
||||
s_server.o: ../include/openssl/objects.h ../include/openssl/ocsp.h
|
||||
s_server.o: ../include/openssl/opensslconf.h ../include/openssl/opensslv.h
|
||||
s_server.o: ../include/openssl/ossl_typ.h ../include/openssl/pem.h
|
||||
s_server.o: ../include/openssl/pem2.h ../include/openssl/pkcs7.h
|
||||
s_server.o: ../include/openssl/pqueue.h ../include/openssl/rand.h
|
||||
s_server.o: ../include/openssl/rsa.h ../include/openssl/safestack.h
|
||||
s_server.o: ../include/openssl/sha.h ../include/openssl/srp.h
|
||||
s_server.o: ../include/openssl/srtp.h ../include/openssl/ssl.h
|
||||
s_server.o: ../include/openssl/ssl2.h ../include/openssl/ssl23.h
|
||||
s_server.o: ../include/openssl/ssl3.h ../include/openssl/stack.h
|
||||
s_server.o: ../include/openssl/symhacks.h ../include/openssl/tls1.h
|
||||
s_server.o: ../include/openssl/txt_db.h ../include/openssl/x509.h
|
||||
s_server.o: ../include/openssl/x509_vfy.h ../include/openssl/x509v3.h apps.h
|
||||
s_server.o: s_apps.h s_server.c timeouts.h
|
||||
s_socket.o: ../e_os.h ../include/openssl/asn1.h ../include/openssl/bio.h
|
||||
@ -931,26 +925,27 @@ speed.o: ../include/openssl/bn.h ../include/openssl/buffer.h
|
||||
speed.o: ../include/openssl/camellia.h ../include/openssl/cast.h
|
||||
speed.o: ../include/openssl/conf.h ../include/openssl/crypto.h
|
||||
speed.o: ../include/openssl/des.h ../include/openssl/des_old.h
|
||||
speed.o: ../include/openssl/dsa.h ../include/openssl/e_os2.h
|
||||
speed.o: ../include/openssl/ec.h ../include/openssl/ecdh.h
|
||||
speed.o: ../include/openssl/ecdsa.h ../include/openssl/engine.h
|
||||
speed.o: ../include/openssl/err.h ../include/openssl/evp.h
|
||||
speed.o: ../include/openssl/hmac.h ../include/openssl/idea.h
|
||||
speed.o: ../include/openssl/lhash.h ../include/openssl/md4.h
|
||||
speed.o: ../include/openssl/md5.h ../include/openssl/mdc2.h
|
||||
speed.o: ../include/openssl/modes.h ../include/openssl/obj_mac.h
|
||||
speed.o: ../include/openssl/objects.h ../include/openssl/ocsp.h
|
||||
speed.o: ../include/openssl/opensslconf.h ../include/openssl/opensslv.h
|
||||
speed.o: ../include/openssl/ossl_typ.h ../include/openssl/pkcs7.h
|
||||
speed.o: ../include/openssl/rand.h ../include/openssl/rc2.h
|
||||
speed.o: ../include/openssl/rc4.h ../include/openssl/ripemd.h
|
||||
speed.o: ../include/openssl/rsa.h ../include/openssl/safestack.h
|
||||
speed.o: ../include/openssl/seed.h ../include/openssl/sha.h
|
||||
speed.o: ../include/openssl/stack.h ../include/openssl/symhacks.h
|
||||
speed.o: ../include/openssl/txt_db.h ../include/openssl/ui.h
|
||||
speed.o: ../include/openssl/ui_compat.h ../include/openssl/whrlpool.h
|
||||
speed.o: ../include/openssl/x509.h ../include/openssl/x509_vfy.h
|
||||
speed.o: ../include/openssl/x509v3.h apps.h speed.c testdsa.h testrsa.h
|
||||
speed.o: ../include/openssl/dh.h ../include/openssl/dsa.h
|
||||
speed.o: ../include/openssl/e_os2.h ../include/openssl/ec.h
|
||||
speed.o: ../include/openssl/ecdh.h ../include/openssl/ecdsa.h
|
||||
speed.o: ../include/openssl/engine.h ../include/openssl/err.h
|
||||
speed.o: ../include/openssl/evp.h ../include/openssl/hmac.h
|
||||
speed.o: ../include/openssl/idea.h ../include/openssl/lhash.h
|
||||
speed.o: ../include/openssl/md4.h ../include/openssl/md5.h
|
||||
speed.o: ../include/openssl/mdc2.h ../include/openssl/modes.h
|
||||
speed.o: ../include/openssl/obj_mac.h ../include/openssl/objects.h
|
||||
speed.o: ../include/openssl/ocsp.h ../include/openssl/opensslconf.h
|
||||
speed.o: ../include/openssl/opensslv.h ../include/openssl/ossl_typ.h
|
||||
speed.o: ../include/openssl/pkcs7.h ../include/openssl/rand.h
|
||||
speed.o: ../include/openssl/rc2.h ../include/openssl/rc4.h
|
||||
speed.o: ../include/openssl/ripemd.h ../include/openssl/rsa.h
|
||||
speed.o: ../include/openssl/safestack.h ../include/openssl/seed.h
|
||||
speed.o: ../include/openssl/sha.h ../include/openssl/stack.h
|
||||
speed.o: ../include/openssl/symhacks.h ../include/openssl/txt_db.h
|
||||
speed.o: ../include/openssl/ui.h ../include/openssl/ui_compat.h
|
||||
speed.o: ../include/openssl/whrlpool.h ../include/openssl/x509.h
|
||||
speed.o: ../include/openssl/x509_vfy.h ../include/openssl/x509v3.h apps.h
|
||||
speed.o: speed.c testdsa.h testrsa.h
|
||||
spkac.o: ../e_os.h ../include/openssl/asn1.h ../include/openssl/bio.h
|
||||
spkac.o: ../include/openssl/buffer.h ../include/openssl/conf.h
|
||||
spkac.o: ../include/openssl/crypto.h ../include/openssl/e_os2.h
|
||||
@ -1037,17 +1032,17 @@ version.o: ../include/openssl/x509v3.h apps.h version.c
|
||||
x509.o: ../e_os.h ../include/openssl/asn1.h ../include/openssl/bio.h
|
||||
x509.o: ../include/openssl/bn.h ../include/openssl/buffer.h
|
||||
x509.o: ../include/openssl/conf.h ../include/openssl/crypto.h
|
||||
x509.o: ../include/openssl/dsa.h ../include/openssl/e_os2.h
|
||||
x509.o: ../include/openssl/ec.h ../include/openssl/ecdh.h
|
||||
x509.o: ../include/openssl/ecdsa.h ../include/openssl/engine.h
|
||||
x509.o: ../include/openssl/err.h ../include/openssl/evp.h
|
||||
x509.o: ../include/openssl/lhash.h ../include/openssl/obj_mac.h
|
||||
x509.o: ../include/openssl/objects.h ../include/openssl/ocsp.h
|
||||
x509.o: ../include/openssl/opensslconf.h ../include/openssl/opensslv.h
|
||||
x509.o: ../include/openssl/ossl_typ.h ../include/openssl/pem.h
|
||||
x509.o: ../include/openssl/pem2.h ../include/openssl/pkcs7.h
|
||||
x509.o: ../include/openssl/rsa.h ../include/openssl/safestack.h
|
||||
x509.o: ../include/openssl/sha.h ../include/openssl/stack.h
|
||||
x509.o: ../include/openssl/symhacks.h ../include/openssl/txt_db.h
|
||||
x509.o: ../include/openssl/x509.h ../include/openssl/x509_vfy.h
|
||||
x509.o: ../include/openssl/x509v3.h apps.h x509.c
|
||||
x509.o: ../include/openssl/dh.h ../include/openssl/dsa.h
|
||||
x509.o: ../include/openssl/e_os2.h ../include/openssl/ec.h
|
||||
x509.o: ../include/openssl/ecdh.h ../include/openssl/ecdsa.h
|
||||
x509.o: ../include/openssl/engine.h ../include/openssl/err.h
|
||||
x509.o: ../include/openssl/evp.h ../include/openssl/lhash.h
|
||||
x509.o: ../include/openssl/obj_mac.h ../include/openssl/objects.h
|
||||
x509.o: ../include/openssl/ocsp.h ../include/openssl/opensslconf.h
|
||||
x509.o: ../include/openssl/opensslv.h ../include/openssl/ossl_typ.h
|
||||
x509.o: ../include/openssl/pem.h ../include/openssl/pem2.h
|
||||
x509.o: ../include/openssl/pkcs7.h ../include/openssl/rsa.h
|
||||
x509.o: ../include/openssl/safestack.h ../include/openssl/sha.h
|
||||
x509.o: ../include/openssl/stack.h ../include/openssl/symhacks.h
|
||||
x509.o: ../include/openssl/txt_db.h ../include/openssl/x509.h
|
||||
x509.o: ../include/openssl/x509_vfy.h ../include/openssl/x509v3.h apps.h x509.c
|
||||
|
90
apps/apps.c
90
apps/apps.c
@ -2334,7 +2334,8 @@ int args_verify(char ***pargs, int *pargc,
|
||||
else
|
||||
{
|
||||
long timestamp;
|
||||
/* interpret argument as seconds since Epoch */
|
||||
/* interpret the -attime argument as seconds since
|
||||
* Epoch */
|
||||
if (sscanf(argn, "%li", ×tamp) != 1)
|
||||
{
|
||||
BIO_printf(bio_err,
|
||||
@ -2740,6 +2741,50 @@ void jpake_server_auth(BIO *out, BIO *conn, const char *secret)
|
||||
|
||||
#endif
|
||||
|
||||
#if !defined(OPENSSL_NO_TLSEXT) && !defined(OPENSSL_NO_NEXTPROTONEG)
|
||||
/* next_protos_parse parses a comma separated list of strings into a string
|
||||
* in a format suitable for passing to SSL_CTX_set_next_protos_advertised.
|
||||
* outlen: (output) set to the length of the resulting buffer on success.
|
||||
* err: (maybe NULL) on failure, an error message line is written to this BIO.
|
||||
* in: a NUL termianted string like "abc,def,ghi"
|
||||
*
|
||||
* returns: a malloced buffer or NULL on failure.
|
||||
*/
|
||||
unsigned char *next_protos_parse(unsigned short *outlen, const char *in)
|
||||
{
|
||||
size_t len;
|
||||
unsigned char *out;
|
||||
size_t i, start = 0;
|
||||
|
||||
len = strlen(in);
|
||||
if (len >= 65535)
|
||||
return NULL;
|
||||
|
||||
out = OPENSSL_malloc(strlen(in) + 1);
|
||||
if (!out)
|
||||
return NULL;
|
||||
|
||||
for (i = 0; i <= len; ++i)
|
||||
{
|
||||
if (i == len || in[i] == ',')
|
||||
{
|
||||
if (i - start > 255)
|
||||
{
|
||||
OPENSSL_free(out);
|
||||
return NULL;
|
||||
}
|
||||
out[start] = i - start;
|
||||
start = i + 1;
|
||||
}
|
||||
else
|
||||
out[i+1] = in[i];
|
||||
}
|
||||
|
||||
*outlen = len + 1;
|
||||
return out;
|
||||
}
|
||||
#endif /* !OPENSSL_NO_TLSEXT && !OPENSSL_NO_NEXTPROTONEG */
|
||||
|
||||
/*
|
||||
* Platform-specific sections
|
||||
*/
|
||||
@ -3065,46 +3110,3 @@ int raw_write_stdout(const void *buf,int siz)
|
||||
int raw_write_stdout(const void *buf,int siz)
|
||||
{ return write(fileno(stdout),buf,siz); }
|
||||
#endif
|
||||
|
||||
#if !defined(OPENSSL_NO_TLSEXT) && !defined(OPENSSL_NO_NEXTPROTONEG)
|
||||
/* next_protos_parse parses a comma separated list of strings into a string
|
||||
* in a format suitable for passing to SSL_CTX_set_next_protos_advertised.
|
||||
* outlen: (output) set to the length of the resulting buffer on success.
|
||||
* in: a NUL termianted string like "abc,def,ghi"
|
||||
*
|
||||
* returns: a malloced buffer or NULL on failure.
|
||||
*/
|
||||
unsigned char *next_protos_parse(unsigned short *outlen, const char *in)
|
||||
{
|
||||
size_t len;
|
||||
unsigned char *out;
|
||||
size_t i, start = 0;
|
||||
|
||||
len = strlen(in);
|
||||
if (len >= 65535)
|
||||
return NULL;
|
||||
|
||||
out = OPENSSL_malloc(strlen(in) + 1);
|
||||
if (!out)
|
||||
return NULL;
|
||||
|
||||
for (i = 0; i <= len; ++i)
|
||||
{
|
||||
if (i == len || in[i] == ',')
|
||||
{
|
||||
if (i - start > 255)
|
||||
{
|
||||
OPENSSL_free(out);
|
||||
return NULL;
|
||||
}
|
||||
out[start] = i - start;
|
||||
start = i + 1;
|
||||
}
|
||||
else
|
||||
out[i+1] = in[i];
|
||||
}
|
||||
|
||||
*outlen = len + 1;
|
||||
return out;
|
||||
}
|
||||
#endif /* !OPENSSL_NO_TLSEXT && !OPENSSL_NO_NEXTPROTONEG */
|
||||
|
@ -331,6 +331,10 @@ void jpake_client_auth(BIO *out, BIO *conn, const char *secret);
|
||||
void jpake_server_auth(BIO *out, BIO *conn, const char *secret);
|
||||
#endif
|
||||
|
||||
#if !defined(OPENSSL_NO_TLSEXT) && !defined(OPENSSL_NO_NEXTPROTONEG)
|
||||
unsigned char *next_protos_parse(unsigned short *outlen, const char *in);
|
||||
#endif /* !OPENSSL_NO_TLSEXT && !OPENSSL_NO_NEXTPROTONEG */
|
||||
|
||||
#define FORMAT_UNDEF 0
|
||||
#define FORMAT_ASN1 1
|
||||
#define FORMAT_TEXT 2
|
||||
@ -363,10 +367,7 @@ int raw_write_stdout(const void *,int);
|
||||
#define TM_START 0
|
||||
#define TM_STOP 1
|
||||
double app_tminterval (int stop,int usertime);
|
||||
#endif
|
||||
|
||||
#define OPENSSL_NO_SSL_INTERN
|
||||
|
||||
#ifndef OPENSSL_NO_NEXTPROTONEG
|
||||
unsigned char *next_protos_parse(unsigned short *outlen, const char *in);
|
||||
#endif
|
||||
|
@ -2061,17 +2061,6 @@ static void print_stuff(BIO *bio, SSL *s, int full)
|
||||
expansion ? SSL_COMP_get_name(expansion) : "NONE");
|
||||
#endif
|
||||
|
||||
#if !defined(OPENSSL_NO_TLSEXT) && !defined(OPENSSL_NO_NEXTPROTONEG)
|
||||
if (next_proto.status != -1) {
|
||||
const unsigned char *proto;
|
||||
unsigned int proto_len;
|
||||
SSL_get0_next_proto_negotiated(s, &proto, &proto_len);
|
||||
BIO_printf(bio, "Next protocol: (%d) ", next_proto.status);
|
||||
BIO_write(bio, proto, proto_len);
|
||||
BIO_write(bio, "\n", 1);
|
||||
}
|
||||
#endif
|
||||
|
||||
#ifdef SSL_DEBUG
|
||||
{
|
||||
/* Print out local port of connection: useful for debugging */
|
||||
@ -2084,6 +2073,17 @@ static void print_stuff(BIO *bio, SSL *s, int full)
|
||||
}
|
||||
#endif
|
||||
|
||||
#if !defined(OPENSSL_NO_TLSEXT) && !defined(OPENSSL_NO_NEXTPROTONEG)
|
||||
if (next_proto.status != -1) {
|
||||
const unsigned char *proto;
|
||||
unsigned int proto_len;
|
||||
SSL_get0_next_proto_negotiated(s, &proto, &proto_len);
|
||||
BIO_printf(bio, "Next protocol: (%d) ", next_proto.status);
|
||||
BIO_write(bio, proto, proto_len);
|
||||
BIO_write(bio, "\n", 1);
|
||||
}
|
||||
#endif
|
||||
|
||||
{
|
||||
SRTP_PROTECTION_PROFILE *srtp_profile=SSL_get_selected_srtp_profile(s);
|
||||
|
||||
|
@ -926,7 +926,7 @@ static int next_proto_cb(SSL *s, const unsigned char **data, unsigned int *len,
|
||||
|
||||
return SSL_TLSEXT_ERR_OK;
|
||||
}
|
||||
# endif /* ndef OPENSSL_NO_NPN */
|
||||
# endif /* ndef OPENSSL_NO_NEXTPROTONEG */
|
||||
#endif
|
||||
|
||||
static int not_resumable_sess_cb(SSL *s, int is_forward_secure)
|
||||
@ -976,8 +976,6 @@ int MAIN(int argc, char *argv[])
|
||||
#ifndef OPENSSL_NO_TLSEXT
|
||||
EVP_PKEY *s_key2 = NULL;
|
||||
X509 *s_cert2 = NULL;
|
||||
#endif
|
||||
#ifndef OPENSSL_NO_TLSEXT
|
||||
tlsextctx tlsextcbp = {NULL, NULL, SSL_TLSEXT_ERR_ALERT_WARNING};
|
||||
# ifndef OPENSSL_NO_NEXTPROTONEG
|
||||
const char *next_proto_neg_in = NULL;
|
||||
@ -1274,12 +1272,12 @@ int MAIN(int argc, char *argv[])
|
||||
{ off|=SSL_OP_NO_SSLv2; }
|
||||
else if (strcmp(*argv,"-no_ssl3") == 0)
|
||||
{ off|=SSL_OP_NO_SSLv3; }
|
||||
else if (strcmp(*argv,"-no_tls1_2") == 0)
|
||||
{ off|=SSL_OP_NO_TLSv1_2; }
|
||||
else if (strcmp(*argv,"-no_tls1_1") == 0)
|
||||
{ off|=SSL_OP_NO_TLSv1_1; }
|
||||
else if (strcmp(*argv,"-no_tls1") == 0)
|
||||
{ off|=SSL_OP_NO_TLSv1; }
|
||||
else if (strcmp(*argv,"-no_tls1_1") == 0)
|
||||
{ off|=SSL_OP_NO_TLSv1_1; }
|
||||
else if (strcmp(*argv,"-no_tls1_2") == 0)
|
||||
{ off|=SSL_OP_NO_TLSv1_2; }
|
||||
else if (strcmp(*argv,"-no_comp") == 0)
|
||||
{ off|=SSL_OP_NO_COMPRESSION; }
|
||||
#ifndef OPENSSL_NO_TLSEXT
|
||||
@ -1295,14 +1293,12 @@ int MAIN(int argc, char *argv[])
|
||||
{ meth=SSLv3_server_method(); }
|
||||
#endif
|
||||
#ifndef OPENSSL_NO_TLS1
|
||||
else if (strcmp(*argv,"-tls1_2") == 0)
|
||||
{ meth=TLSv1_2_server_method(); }
|
||||
else if (strcmp(*argv,"-tls1_1") == 0)
|
||||
{ meth=TLSv1_1_server_method(); }
|
||||
else if (strcmp(*argv,"-tls1") == 0)
|
||||
{ meth=TLSv1_server_method(); }
|
||||
else if (strcmp(*argv,"-tls1_1") == 0)
|
||||
{ meth=TLSv1_1_server_method(); }
|
||||
else if (strcmp(*argv,"-tls1_2") == 0)
|
||||
{ meth=TLSv1_2_server_method(); }
|
||||
#endif
|
||||
#ifndef OPENSSL_NO_DTLS1
|
||||
else if (strcmp(*argv,"-dtls1") == 0)
|
||||
@ -1489,6 +1485,7 @@ bad:
|
||||
goto end;
|
||||
}
|
||||
}
|
||||
|
||||
# ifndef OPENSSL_NO_NEXTPROTONEG
|
||||
if (next_proto_neg_in)
|
||||
{
|
||||
@ -2505,12 +2502,12 @@ static int init_ssl_connection(SSL *con)
|
||||
X509 *peer;
|
||||
long verify_error;
|
||||
MS_STATIC char buf[BUFSIZ];
|
||||
#ifndef OPENSSL_NO_KRB5
|
||||
char *client_princ;
|
||||
#endif
|
||||
#if !defined(OPENSSL_NO_TLSEXT) && !defined(OPENSSL_NO_NEXTPROTONEG)
|
||||
const unsigned char *next_proto_neg;
|
||||
unsigned next_proto_neg_len;
|
||||
#endif
|
||||
#ifndef OPENSSL_NO_KRB5
|
||||
char *client_princ;
|
||||
#endif
|
||||
unsigned char *exportedkeymat;
|
||||
|
||||
@ -2730,6 +2727,7 @@ static int www_body(char *hostname, int s, unsigned char *context)
|
||||
}
|
||||
SSL_set_bio(con,sbio,sbio);
|
||||
SSL_set_accept_state(con);
|
||||
|
||||
/* SSL_set_fd(con,s); */
|
||||
BIO_set_ssl(ssl_bio,con,BIO_CLOSE);
|
||||
BIO_push(io,ssl_bio);
|
||||
|
@ -235,10 +235,8 @@ int init_client(int *sock, char *host, int port, int type)
|
||||
|
||||
ip[0] = ip[1] = ip[2] = ip[3] = 0;
|
||||
if (!host_ip(host,&(ip[0])))
|
||||
{
|
||||
return(0);
|
||||
}
|
||||
return(init_client_ip(sock,ip,port,type));
|
||||
return 0;
|
||||
return init_client_ip(sock,ip,port,type);
|
||||
}
|
||||
|
||||
static int init_client_ip(int *sock, const unsigned char ip[4], int port,
|
||||
|
13
apps/srp.c
13
apps/srp.c
@ -209,9 +209,8 @@ static void lookup_fail(const char *name, const char *tag)
|
||||
|
||||
|
||||
static char *srp_verify_user(const char *user, const char *srp_verifier,
|
||||
char *srp_usersalt, const char *g,
|
||||
const char * N, const char *passin, BIO *bio,
|
||||
int verbose)
|
||||
char *srp_usersalt, const char *g, const char *N,
|
||||
const char *passin, BIO *bio, int verbose)
|
||||
{
|
||||
char password[1024];
|
||||
PW_CB_DATA cb_tmp;
|
||||
@ -654,8 +653,7 @@ bad:
|
||||
char **irow = NULL;
|
||||
VERBOSE BIO_printf(bio_err,"Verifying password for user \"%s\"\n",user);
|
||||
if ( (user_gN = get_index(db, row[DB_srpgN], DB_SRP_INDEX)) >= 0)
|
||||
irow = sk_OPENSSL_PSTRING_value(db->db->data,
|
||||
userindex);
|
||||
irow = sk_OPENSSL_PSTRING_value(db->db->data, userindex);
|
||||
|
||||
if (!srp_verify_user(user, row[DB_srpverifier], row[DB_srpsalt], irow ? irow[DB_srpsalt] : row[DB_srpgN], irow ? irow[DB_srpverifier] : NULL, passin, bio_err, verbose))
|
||||
{
|
||||
@ -668,10 +666,7 @@ bad:
|
||||
|
||||
if (!(gNid=srp_create_user(user,&(row[DB_srpverifier]), &(row[DB_srpsalt]),gNrow?gNrow[DB_srpsalt]:NULL, gNrow?gNrow[DB_srpverifier]:NULL, passout, bio_err,verbose)))
|
||||
{
|
||||
BIO_printf(bio_err,
|
||||
"Cannot create srp verifier for user "
|
||||
"\"%s\", operation abandonned .\n",
|
||||
user);
|
||||
BIO_printf(bio_err, "Cannot create srp verifier for user \"%s\", operation abandoned.\n", user);
|
||||
errors++;
|
||||
goto err;
|
||||
}
|
||||
|
@ -49,7 +49,6 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#include <openssl/crypto.h>
|
||||
#include <openssl/aes.h>
|
||||
#include <openssl/modes.h>
|
||||
|
||||
|
@ -49,7 +49,6 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#include <openssl/crypto.h>
|
||||
#include <openssl/aes.h>
|
||||
#include <openssl/modes.h>
|
||||
|
||||
|
@ -56,7 +56,6 @@
|
||||
#endif
|
||||
#include <assert.h>
|
||||
|
||||
#include <openssl/crypto.h>
|
||||
#include <openssl/aes.h>
|
||||
#include "aes_locl.h"
|
||||
|
||||
|
@ -49,7 +49,6 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#include <openssl/crypto.h>
|
||||
#include <openssl/aes.h>
|
||||
#include <openssl/modes.h>
|
||||
|
||||
|
@ -43,7 +43,6 @@
|
||||
#include <assert.h>
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <crypto/aes.h>
|
||||
#include <openssl/aes.h>
|
||||
#include "aes_locl.h"
|
||||
|
||||
|
@ -62,7 +62,6 @@
|
||||
#include "cryptlib.h"
|
||||
#include "bn_lcl.h"
|
||||
|
||||
|
||||
void BN_RECP_CTX_init(BN_RECP_CTX *recp)
|
||||
{
|
||||
BN_init(&(recp->N));
|
||||
|
@ -88,32 +88,16 @@ clean:
|
||||
|
||||
camellia.o: ../../include/openssl/opensslconf.h camellia.c camellia.h
|
||||
camellia.o: cmll_locl.h
|
||||
cmll_cbc.o: ../../include/openssl/camellia.h ../../include/openssl/crypto.h
|
||||
cmll_cbc.o: ../../include/openssl/e_os2.h ../../include/openssl/modes.h
|
||||
cmll_cbc.o: ../../include/openssl/opensslconf.h
|
||||
cmll_cbc.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h
|
||||
cmll_cbc.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h
|
||||
cmll_cbc.o: ../../include/openssl/symhacks.h cmll_cbc.c
|
||||
cmll_cfb.o: ../../include/openssl/camellia.h ../../include/openssl/crypto.h
|
||||
cmll_cfb.o: ../../include/openssl/e_os2.h ../../include/openssl/modes.h
|
||||
cmll_cfb.o: ../../include/openssl/opensslconf.h
|
||||
cmll_cfb.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h
|
||||
cmll_cfb.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h
|
||||
cmll_cfb.o: ../../include/openssl/symhacks.h cmll_cfb.c
|
||||
cmll_ctr.o: ../../include/openssl/camellia.h ../../include/openssl/crypto.h
|
||||
cmll_ctr.o: ../../include/openssl/e_os2.h ../../include/openssl/modes.h
|
||||
cmll_ctr.o: ../../include/openssl/opensslconf.h
|
||||
cmll_ctr.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h
|
||||
cmll_ctr.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h
|
||||
cmll_ctr.o: ../../include/openssl/symhacks.h cmll_ctr.c
|
||||
cmll_cbc.o: ../../include/openssl/camellia.h ../../include/openssl/modes.h
|
||||
cmll_cbc.o: ../../include/openssl/opensslconf.h cmll_cbc.c
|
||||
cmll_cfb.o: ../../include/openssl/camellia.h ../../include/openssl/modes.h
|
||||
cmll_cfb.o: ../../include/openssl/opensslconf.h cmll_cfb.c
|
||||
cmll_ctr.o: ../../include/openssl/camellia.h ../../include/openssl/modes.h
|
||||
cmll_ctr.o: ../../include/openssl/opensslconf.h cmll_ctr.c
|
||||
cmll_ecb.o: ../../include/openssl/camellia.h
|
||||
cmll_ecb.o: ../../include/openssl/opensslconf.h cmll_ecb.c cmll_locl.h
|
||||
cmll_misc.o: ../../include/openssl/camellia.h
|
||||
cmll_misc.o: ../../include/openssl/opensslconf.h
|
||||
cmll_misc.o: ../../include/openssl/opensslv.h cmll_locl.h cmll_misc.c
|
||||
cmll_ofb.o: ../../include/openssl/camellia.h ../../include/openssl/crypto.h
|
||||
cmll_ofb.o: ../../include/openssl/e_os2.h ../../include/openssl/modes.h
|
||||
cmll_ofb.o: ../../include/openssl/opensslconf.h
|
||||
cmll_ofb.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h
|
||||
cmll_ofb.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h
|
||||
cmll_ofb.o: ../../include/openssl/symhacks.h cmll_ofb.c
|
||||
cmll_ofb.o: ../../include/openssl/camellia.h ../../include/openssl/modes.h
|
||||
cmll_ofb.o: ../../include/openssl/opensslconf.h cmll_ofb.c
|
||||
|
@ -49,7 +49,6 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#include <openssl/crypto.h>
|
||||
#include <openssl/camellia.h>
|
||||
#include <openssl/modes.h>
|
||||
|
||||
|
@ -105,7 +105,6 @@
|
||||
* [including the GNU Public Licence.]
|
||||
*/
|
||||
|
||||
#include <openssl/crypto.h>
|
||||
#include <openssl/camellia.h>
|
||||
#include <openssl/modes.h>
|
||||
|
||||
|
@ -49,7 +49,6 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#include <openssl/crypto.h>
|
||||
#include <openssl/camellia.h>
|
||||
#include <openssl/modes.h>
|
||||
|
||||
|
@ -71,7 +71,8 @@
|
||||
typedef unsigned int u32;
|
||||
typedef unsigned char u8;
|
||||
|
||||
int Camellia_Ekeygen(int keyBitLength, const u8 *rawKey, KEY_TABLE_TYPE keyTable);
|
||||
int Camellia_Ekeygen(int keyBitLength, const u8 *rawKey,
|
||||
KEY_TABLE_TYPE keyTable);
|
||||
void Camellia_EncryptBlock_Rounds(int grandRounds, const u8 plaintext[],
|
||||
const KEY_TABLE_TYPE keyTable, u8 ciphertext[]);
|
||||
void Camellia_DecryptBlock_Rounds(int grandRounds, const u8 ciphertext[],
|
||||
|
@ -105,7 +105,6 @@
|
||||
* [including the GNU Public Licence.]
|
||||
*/
|
||||
|
||||
#include <openssl/crypto.h>
|
||||
#include <openssl/camellia.h>
|
||||
#include <openssl/modes.h>
|
||||
|
||||
|
@ -565,6 +565,8 @@ int OPENSSL_isservice(void);
|
||||
int FIPS_mode(void);
|
||||
int FIPS_mode_set(int r);
|
||||
|
||||
void OPENSSL_init(void);
|
||||
|
||||
/* BEGIN ERROR CODES */
|
||||
/* The following lines are auto generated by the script mkerr.pl. Any changes
|
||||
* made after this point may be overwritten when the script is next run.
|
||||
|
@ -107,70 +107,62 @@ clean:
|
||||
|
||||
# DO NOT DELETE THIS LINE -- make depend depends on it.
|
||||
|
||||
cbc_cksm.o: ../../include/openssl/crypto.h ../../include/openssl/des.h
|
||||
cbc_cksm.o: ../../include/openssl/des_old.h ../../include/openssl/e_os2.h
|
||||
cbc_cksm.o: ../../include/openssl/opensslconf.h
|
||||
cbc_cksm.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h
|
||||
cbc_cksm.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h
|
||||
cbc_cksm.o: ../../include/openssl/symhacks.h ../../include/openssl/ui.h
|
||||
cbc_cksm.o: ../../include/openssl/ui_compat.h cbc_cksm.c des_locl.h
|
||||
cbc_enc.o: ../../include/openssl/crypto.h ../../include/openssl/des.h
|
||||
cbc_enc.o: ../../include/openssl/des_old.h ../../include/openssl/e_os2.h
|
||||
cbc_enc.o: ../../include/openssl/opensslconf.h ../../include/openssl/opensslv.h
|
||||
cbc_cksm.o: ../../include/openssl/des.h ../../include/openssl/des_old.h
|
||||
cbc_cksm.o: ../../include/openssl/e_os2.h ../../include/openssl/opensslconf.h
|
||||
cbc_cksm.o: ../../include/openssl/ossl_typ.h ../../include/openssl/safestack.h
|
||||
cbc_cksm.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h
|
||||
cbc_cksm.o: ../../include/openssl/ui.h ../../include/openssl/ui_compat.h
|
||||
cbc_cksm.o: cbc_cksm.c des_locl.h
|
||||
cbc_enc.o: ../../include/openssl/des.h ../../include/openssl/des_old.h
|
||||
cbc_enc.o: ../../include/openssl/e_os2.h ../../include/openssl/opensslconf.h
|
||||
cbc_enc.o: ../../include/openssl/ossl_typ.h ../../include/openssl/safestack.h
|
||||
cbc_enc.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h
|
||||
cbc_enc.o: ../../include/openssl/ui.h ../../include/openssl/ui_compat.h
|
||||
cbc_enc.o: cbc_enc.c des_locl.h ncbc_enc.c
|
||||
cfb64ede.o: ../../e_os.h ../../include/openssl/crypto.h
|
||||
cfb64ede.o: ../../include/openssl/des.h ../../include/openssl/des_old.h
|
||||
cfb64ede.o: ../../include/openssl/e_os2.h ../../include/openssl/opensslconf.h
|
||||
cfb64ede.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h
|
||||
cfb64ede.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h
|
||||
cfb64ede.o: ../../include/openssl/symhacks.h ../../include/openssl/ui.h
|
||||
cfb64ede.o: ../../include/openssl/ui_compat.h cfb64ede.c des_locl.h
|
||||
cfb64enc.o: ../../include/openssl/crypto.h ../../include/openssl/des.h
|
||||
cfb64enc.o: ../../include/openssl/des_old.h ../../include/openssl/e_os2.h
|
||||
cfb64enc.o: ../../include/openssl/opensslconf.h
|
||||
cfb64enc.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h
|
||||
cfb64enc.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h
|
||||
cfb64enc.o: ../../include/openssl/symhacks.h ../../include/openssl/ui.h
|
||||
cfb64enc.o: ../../include/openssl/ui_compat.h cfb64enc.c des_locl.h
|
||||
cfb_enc.o: ../../e_os.h ../../include/openssl/crypto.h
|
||||
cfb_enc.o: ../../include/openssl/des.h ../../include/openssl/des_old.h
|
||||
cfb_enc.o: ../../include/openssl/e_os2.h ../../include/openssl/opensslconf.h
|
||||
cfb_enc.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h
|
||||
cfb64ede.o: ../../e_os.h ../../include/openssl/des.h
|
||||
cfb64ede.o: ../../include/openssl/des_old.h ../../include/openssl/e_os2.h
|
||||
cfb64ede.o: ../../include/openssl/opensslconf.h
|
||||
cfb64ede.o: ../../include/openssl/ossl_typ.h ../../include/openssl/safestack.h
|
||||
cfb64ede.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h
|
||||
cfb64ede.o: ../../include/openssl/ui.h ../../include/openssl/ui_compat.h
|
||||
cfb64ede.o: cfb64ede.c des_locl.h
|
||||
cfb64enc.o: ../../include/openssl/des.h ../../include/openssl/des_old.h
|
||||
cfb64enc.o: ../../include/openssl/e_os2.h ../../include/openssl/opensslconf.h
|
||||
cfb64enc.o: ../../include/openssl/ossl_typ.h ../../include/openssl/safestack.h
|
||||
cfb64enc.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h
|
||||
cfb64enc.o: ../../include/openssl/ui.h ../../include/openssl/ui_compat.h
|
||||
cfb64enc.o: cfb64enc.c des_locl.h
|
||||
cfb_enc.o: ../../e_os.h ../../include/openssl/des.h
|
||||
cfb_enc.o: ../../include/openssl/des_old.h ../../include/openssl/e_os2.h
|
||||
cfb_enc.o: ../../include/openssl/opensslconf.h ../../include/openssl/ossl_typ.h
|
||||
cfb_enc.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h
|
||||
cfb_enc.o: ../../include/openssl/symhacks.h ../../include/openssl/ui.h
|
||||
cfb_enc.o: ../../include/openssl/ui_compat.h cfb_enc.c des_locl.h
|
||||
des_enc.o: ../../include/openssl/crypto.h ../../include/openssl/des.h
|
||||
des_enc.o: ../../include/openssl/des_old.h ../../include/openssl/e_os2.h
|
||||
des_enc.o: ../../include/openssl/opensslconf.h ../../include/openssl/opensslv.h
|
||||
des_enc.o: ../../include/openssl/ossl_typ.h ../../include/openssl/safestack.h
|
||||
des_enc.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h
|
||||
des_enc.o: ../../include/openssl/ui.h ../../include/openssl/ui_compat.h
|
||||
des_enc.o: des_enc.c des_locl.h ncbc_enc.c spr.h
|
||||
des_old.o: ../../include/openssl/crypto.h ../../include/openssl/des.h
|
||||
des_old.o: ../../include/openssl/des_old.h ../../include/openssl/e_os2.h
|
||||
des_old.o: ../../include/openssl/opensslconf.h ../../include/openssl/opensslv.h
|
||||
des_enc.o: ../../include/openssl/des.h ../../include/openssl/des_old.h
|
||||
des_enc.o: ../../include/openssl/e_os2.h ../../include/openssl/opensslconf.h
|
||||
des_enc.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h
|
||||
des_enc.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h
|
||||
des_enc.o: ../../include/openssl/symhacks.h ../../include/openssl/ui.h
|
||||
des_enc.o: ../../include/openssl/ui_compat.h ../crypto.h des_enc.c des_locl.h
|
||||
des_enc.o: ncbc_enc.c spr.h
|
||||
des_old.o: ../../include/openssl/des.h ../../include/openssl/des_old.h
|
||||
des_old.o: ../../include/openssl/e_os2.h ../../include/openssl/opensslconf.h
|
||||
des_old.o: ../../include/openssl/ossl_typ.h ../../include/openssl/rand.h
|
||||
des_old.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h
|
||||
des_old.o: ../../include/openssl/symhacks.h ../../include/openssl/ui.h
|
||||
des_old.o: ../../include/openssl/ui_compat.h des_old.c
|
||||
des_old2.o: ../../include/openssl/crypto.h ../../include/openssl/des.h
|
||||
des_old2.o: ../../include/openssl/des_old.h ../../include/openssl/e_os2.h
|
||||
des_old2.o: ../../include/openssl/opensslconf.h
|
||||
des_old2.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h
|
||||
des_old2.o: ../../include/openssl/rand.h ../../include/openssl/safestack.h
|
||||
des_old2.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h
|
||||
des_old2.o: ../../include/openssl/ui.h ../../include/openssl/ui_compat.h
|
||||
des_old2.o: des_old2.c
|
||||
ecb3_enc.o: ../../include/openssl/crypto.h ../../include/openssl/des.h
|
||||
ecb3_enc.o: ../../include/openssl/des_old.h ../../include/openssl/e_os2.h
|
||||
ecb3_enc.o: ../../include/openssl/opensslconf.h
|
||||
ecb3_enc.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h
|
||||
ecb3_enc.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h
|
||||
ecb3_enc.o: ../../include/openssl/symhacks.h ../../include/openssl/ui.h
|
||||
ecb3_enc.o: ../../include/openssl/ui_compat.h des_locl.h ecb3_enc.c
|
||||
des_old2.o: ../../include/openssl/des.h ../../include/openssl/des_old.h
|
||||
des_old2.o: ../../include/openssl/e_os2.h ../../include/openssl/opensslconf.h
|
||||
des_old2.o: ../../include/openssl/ossl_typ.h ../../include/openssl/rand.h
|
||||
des_old2.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h
|
||||
des_old2.o: ../../include/openssl/symhacks.h ../../include/openssl/ui.h
|
||||
des_old2.o: ../../include/openssl/ui_compat.h des_old2.c
|
||||
ecb3_enc.o: ../../include/openssl/des.h ../../include/openssl/des_old.h
|
||||
ecb3_enc.o: ../../include/openssl/e_os2.h ../../include/openssl/opensslconf.h
|
||||
ecb3_enc.o: ../../include/openssl/ossl_typ.h ../../include/openssl/safestack.h
|
||||
ecb3_enc.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h
|
||||
ecb3_enc.o: ../../include/openssl/ui.h ../../include/openssl/ui_compat.h
|
||||
ecb3_enc.o: des_locl.h ecb3_enc.c
|
||||
ecb_enc.o: ../../include/openssl/bio.h ../../include/openssl/crypto.h
|
||||
ecb_enc.o: ../../include/openssl/des.h ../../include/openssl/des_old.h
|
||||
ecb_enc.o: ../../include/openssl/e_os2.h ../../include/openssl/opensslconf.h
|
||||
@ -178,10 +170,9 @@ ecb_enc.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h
|
||||
ecb_enc.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h
|
||||
ecb_enc.o: ../../include/openssl/symhacks.h ../../include/openssl/ui.h
|
||||
ecb_enc.o: ../../include/openssl/ui_compat.h des_locl.h des_ver.h ecb_enc.c
|
||||
ede_cbcm_enc.o: ../../include/openssl/crypto.h ../../include/openssl/des.h
|
||||
ede_cbcm_enc.o: ../../include/openssl/des_old.h ../../include/openssl/e_os2.h
|
||||
ede_cbcm_enc.o: ../../include/openssl/des.h ../../include/openssl/des_old.h
|
||||
ede_cbcm_enc.o: ../../include/openssl/e_os2.h
|
||||
ede_cbcm_enc.o: ../../include/openssl/opensslconf.h
|
||||
ede_cbcm_enc.o: ../../include/openssl/opensslv.h
|
||||
ede_cbcm_enc.o: ../../include/openssl/ossl_typ.h
|
||||
ede_cbcm_enc.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h
|
||||
ede_cbcm_enc.o: ../../include/openssl/symhacks.h ../../include/openssl/ui.h
|
||||
@ -213,55 +204,48 @@ fcrypt.o: ../../include/openssl/ossl_typ.h ../../include/openssl/safestack.h
|
||||
fcrypt.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h
|
||||
fcrypt.o: ../../include/openssl/ui.h ../../include/openssl/ui_compat.h
|
||||
fcrypt.o: des_locl.h fcrypt.c
|
||||
fcrypt_b.o: ../../include/openssl/crypto.h ../../include/openssl/des.h
|
||||
fcrypt_b.o: ../../include/openssl/des_old.h ../../include/openssl/e_os2.h
|
||||
fcrypt_b.o: ../../include/openssl/opensslconf.h
|
||||
fcrypt_b.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h
|
||||
fcrypt_b.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h
|
||||
fcrypt_b.o: ../../include/openssl/symhacks.h ../../include/openssl/ui.h
|
||||
fcrypt_b.o: ../../include/openssl/ui_compat.h des_locl.h fcrypt_b.c
|
||||
ofb64ede.o: ../../include/openssl/crypto.h ../../include/openssl/des.h
|
||||
ofb64ede.o: ../../include/openssl/des_old.h ../../include/openssl/e_os2.h
|
||||
ofb64ede.o: ../../include/openssl/opensslconf.h
|
||||
ofb64ede.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h
|
||||
ofb64ede.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h
|
||||
ofb64ede.o: ../../include/openssl/symhacks.h ../../include/openssl/ui.h
|
||||
ofb64ede.o: ../../include/openssl/ui_compat.h des_locl.h ofb64ede.c
|
||||
ofb64enc.o: ../../include/openssl/crypto.h ../../include/openssl/des.h
|
||||
ofb64enc.o: ../../include/openssl/des_old.h ../../include/openssl/e_os2.h
|
||||
ofb64enc.o: ../../include/openssl/opensslconf.h
|
||||
ofb64enc.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h
|
||||
ofb64enc.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h
|
||||
ofb64enc.o: ../../include/openssl/symhacks.h ../../include/openssl/ui.h
|
||||
ofb64enc.o: ../../include/openssl/ui_compat.h des_locl.h ofb64enc.c
|
||||
ofb_enc.o: ../../include/openssl/crypto.h ../../include/openssl/des.h
|
||||
ofb_enc.o: ../../include/openssl/des_old.h ../../include/openssl/e_os2.h
|
||||
ofb_enc.o: ../../include/openssl/opensslconf.h ../../include/openssl/opensslv.h
|
||||
fcrypt_b.o: ../../include/openssl/des.h ../../include/openssl/des_old.h
|
||||
fcrypt_b.o: ../../include/openssl/e_os2.h ../../include/openssl/opensslconf.h
|
||||
fcrypt_b.o: ../../include/openssl/ossl_typ.h ../../include/openssl/safestack.h
|
||||
fcrypt_b.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h
|
||||
fcrypt_b.o: ../../include/openssl/ui.h ../../include/openssl/ui_compat.h
|
||||
fcrypt_b.o: des_locl.h fcrypt_b.c
|
||||
ofb64ede.o: ../../include/openssl/des.h ../../include/openssl/des_old.h
|
||||
ofb64ede.o: ../../include/openssl/e_os2.h ../../include/openssl/opensslconf.h
|
||||
ofb64ede.o: ../../include/openssl/ossl_typ.h ../../include/openssl/safestack.h
|
||||
ofb64ede.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h
|
||||
ofb64ede.o: ../../include/openssl/ui.h ../../include/openssl/ui_compat.h
|
||||
ofb64ede.o: des_locl.h ofb64ede.c
|
||||
ofb64enc.o: ../../include/openssl/des.h ../../include/openssl/des_old.h
|
||||
ofb64enc.o: ../../include/openssl/e_os2.h ../../include/openssl/opensslconf.h
|
||||
ofb64enc.o: ../../include/openssl/ossl_typ.h ../../include/openssl/safestack.h
|
||||
ofb64enc.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h
|
||||
ofb64enc.o: ../../include/openssl/ui.h ../../include/openssl/ui_compat.h
|
||||
ofb64enc.o: des_locl.h ofb64enc.c
|
||||
ofb_enc.o: ../../include/openssl/des.h ../../include/openssl/des_old.h
|
||||
ofb_enc.o: ../../include/openssl/e_os2.h ../../include/openssl/opensslconf.h
|
||||
ofb_enc.o: ../../include/openssl/ossl_typ.h ../../include/openssl/safestack.h
|
||||
ofb_enc.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h
|
||||
ofb_enc.o: ../../include/openssl/ui.h ../../include/openssl/ui_compat.h
|
||||
ofb_enc.o: des_locl.h ofb_enc.c
|
||||
pcbc_enc.o: ../../include/openssl/crypto.h ../../include/openssl/des.h
|
||||
pcbc_enc.o: ../../include/openssl/des_old.h ../../include/openssl/e_os2.h
|
||||
pcbc_enc.o: ../../include/openssl/opensslconf.h
|
||||
pcbc_enc.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h
|
||||
pcbc_enc.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h
|
||||
pcbc_enc.o: ../../include/openssl/symhacks.h ../../include/openssl/ui.h
|
||||
pcbc_enc.o: ../../include/openssl/ui_compat.h des_locl.h pcbc_enc.c
|
||||
pcbc_enc.o: ../../include/openssl/des.h ../../include/openssl/des_old.h
|
||||
pcbc_enc.o: ../../include/openssl/e_os2.h ../../include/openssl/opensslconf.h
|
||||
pcbc_enc.o: ../../include/openssl/ossl_typ.h ../../include/openssl/safestack.h
|
||||
pcbc_enc.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h
|
||||
pcbc_enc.o: ../../include/openssl/ui.h ../../include/openssl/ui_compat.h
|
||||
pcbc_enc.o: des_locl.h pcbc_enc.c
|
||||
qud_cksm.o: ../../include/openssl/des.h ../../include/openssl/des_old.h
|
||||
qud_cksm.o: ../../include/openssl/e_os2.h ../../include/openssl/opensslconf.h
|
||||
qud_cksm.o: ../../include/openssl/ossl_typ.h ../../include/openssl/safestack.h
|
||||
qud_cksm.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h
|
||||
qud_cksm.o: ../../include/openssl/ui.h ../../include/openssl/ui_compat.h
|
||||
qud_cksm.o: des_locl.h qud_cksm.c
|
||||
rand_key.o: ../../include/openssl/crypto.h ../../include/openssl/des.h
|
||||
rand_key.o: ../../include/openssl/des_old.h ../../include/openssl/e_os2.h
|
||||
rand_key.o: ../../include/openssl/opensslconf.h
|
||||
rand_key.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h
|
||||
rand_key.o: ../../include/openssl/rand.h ../../include/openssl/safestack.h
|
||||
rand_key.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h
|
||||
rand_key.o: ../../include/openssl/ui.h ../../include/openssl/ui_compat.h
|
||||
rand_key.o: rand_key.c
|
||||
rand_key.o: ../../include/openssl/des.h ../../include/openssl/des_old.h
|
||||
rand_key.o: ../../include/openssl/e_os2.h ../../include/openssl/opensslconf.h
|
||||
rand_key.o: ../../include/openssl/ossl_typ.h ../../include/openssl/rand.h
|
||||
rand_key.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h
|
||||
rand_key.o: ../../include/openssl/symhacks.h ../../include/openssl/ui.h
|
||||
rand_key.o: ../../include/openssl/ui_compat.h rand_key.c
|
||||
read2pwd.o: ../../include/openssl/crypto.h ../../include/openssl/des.h
|
||||
read2pwd.o: ../../include/openssl/des_old.h ../../include/openssl/e_os2.h
|
||||
read2pwd.o: ../../include/openssl/opensslconf.h
|
||||
@ -269,9 +253,8 @@ read2pwd.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h
|
||||
read2pwd.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h
|
||||
read2pwd.o: ../../include/openssl/symhacks.h ../../include/openssl/ui.h
|
||||
read2pwd.o: ../../include/openssl/ui_compat.h read2pwd.c
|
||||
rpc_enc.o: ../../include/openssl/crypto.h ../../include/openssl/des.h
|
||||
rpc_enc.o: ../../include/openssl/des_old.h ../../include/openssl/e_os2.h
|
||||
rpc_enc.o: ../../include/openssl/opensslconf.h ../../include/openssl/opensslv.h
|
||||
rpc_enc.o: ../../include/openssl/des.h ../../include/openssl/des_old.h
|
||||
rpc_enc.o: ../../include/openssl/e_os2.h ../../include/openssl/opensslconf.h
|
||||
rpc_enc.o: ../../include/openssl/ossl_typ.h ../../include/openssl/safestack.h
|
||||
rpc_enc.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h
|
||||
rpc_enc.o: ../../include/openssl/ui.h ../../include/openssl/ui_compat.h
|
||||
@ -290,10 +273,9 @@ str2key.o: ../../include/openssl/ossl_typ.h ../../include/openssl/safestack.h
|
||||
str2key.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h
|
||||
str2key.o: ../../include/openssl/ui.h ../../include/openssl/ui_compat.h
|
||||
str2key.o: des_locl.h str2key.c
|
||||
xcbc_enc.o: ../../include/openssl/crypto.h ../../include/openssl/des.h
|
||||
xcbc_enc.o: ../../include/openssl/des_old.h ../../include/openssl/e_os2.h
|
||||
xcbc_enc.o: ../../include/openssl/opensslconf.h
|
||||
xcbc_enc.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h
|
||||
xcbc_enc.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h
|
||||
xcbc_enc.o: ../../include/openssl/symhacks.h ../../include/openssl/ui.h
|
||||
xcbc_enc.o: ../../include/openssl/ui_compat.h des_locl.h xcbc_enc.c
|
||||
xcbc_enc.o: ../../include/openssl/des.h ../../include/openssl/des_old.h
|
||||
xcbc_enc.o: ../../include/openssl/e_os2.h ../../include/openssl/opensslconf.h
|
||||
xcbc_enc.o: ../../include/openssl/ossl_typ.h ../../include/openssl/safestack.h
|
||||
xcbc_enc.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h
|
||||
xcbc_enc.o: ../../include/openssl/ui.h ../../include/openssl/ui_compat.h
|
||||
xcbc_enc.o: des_locl.h xcbc_enc.c
|
||||
|
@ -56,7 +56,6 @@
|
||||
* [including the GNU Public Licence.]
|
||||
*/
|
||||
|
||||
#include <openssl/crypto.h>
|
||||
#include "des_locl.h"
|
||||
|
||||
DES_LONG DES_cbc_cksum(const unsigned char *in, DES_cblock *output,
|
||||
|
@ -56,7 +56,6 @@
|
||||
* [including the GNU Public Licence.]
|
||||
*/
|
||||
|
||||
#include <openssl/crypto.h>
|
||||
#include "des_locl.h"
|
||||
#include "e_os.h"
|
||||
|
||||
|
@ -56,7 +56,6 @@
|
||||
* [including the GNU Public Licence.]
|
||||
*/
|
||||
|
||||
#include <openssl/crypto.h>
|
||||
#include "des_locl.h"
|
||||
|
||||
/* The input and output encrypted as though 64bit cfb mode is being
|
||||
|
@ -57,7 +57,6 @@
|
||||
*/
|
||||
|
||||
#include "e_os.h"
|
||||
#include <openssl/crypto.h>
|
||||
#include "des_locl.h"
|
||||
#include <assert.h>
|
||||
|
||||
|
@ -56,7 +56,6 @@
|
||||
* [including the GNU Public Licence.]
|
||||
*/
|
||||
|
||||
#include <openssl/crypto.h>
|
||||
#include "des_locl.h"
|
||||
#include "spr.h"
|
||||
|
||||
|
@ -73,7 +73,6 @@
|
||||
*/
|
||||
|
||||
#define OPENSSL_DES_LIBDES_COMPATIBILITY
|
||||
#include <openssl/crypto.h>
|
||||
#include <openssl/des.h>
|
||||
#include <openssl/rand.h>
|
||||
|
||||
|
@ -73,7 +73,6 @@
|
||||
*/
|
||||
|
||||
#undef OPENSSL_DES_LIBDES_COMPATIBILITY
|
||||
#include <openssl/crypto.h>
|
||||
#include <openssl/des.h>
|
||||
#include <openssl/rand.h>
|
||||
|
||||
|
@ -59,7 +59,6 @@
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
#include <openssl/crypto.h>
|
||||
#include <openssl/e_os2.h>
|
||||
#if defined(OPENSSL_SYS_WIN32) || defined(OPENSSL_SYS_WIN16) || defined(OPENSSL_SYS_WINDOWS)
|
||||
#ifndef OPENSSL_SYS_MSDOS
|
||||
|
@ -56,7 +56,6 @@
|
||||
* [including the GNU Public Licence.]
|
||||
*/
|
||||
|
||||
#include <openssl/crypto.h>
|
||||
#include "des_locl.h"
|
||||
|
||||
void DES_ecb3_encrypt(const_DES_cblock *input, DES_cblock *output,
|
||||
|
@ -56,7 +56,6 @@
|
||||
* [including the GNU Public Licence.]
|
||||
*/
|
||||
|
||||
#include <openssl/crypto.h>
|
||||
#include "des_locl.h"
|
||||
#include "des_ver.h"
|
||||
#include <openssl/opensslv.h>
|
||||
|
@ -68,7 +68,6 @@ http://www.cs.technion.ac.il/users/wwwb/cgi-bin/tr-get.cgi/1998/CS/CS0928.ps.gz
|
||||
|
||||
*/
|
||||
|
||||
#include <openssl/crypto.h>
|
||||
#include <openssl/opensslconf.h> /* To see if OPENSSL_NO_DESCBCM is defined */
|
||||
|
||||
#ifndef OPENSSL_NO_DESCBCM
|
||||
|
@ -9,8 +9,6 @@
|
||||
#include <openssl/ebcdic.h>
|
||||
#endif
|
||||
|
||||
#include <openssl/crypto.h>
|
||||
|
||||
/* This version of crypt has been developed from my MIT compatible
|
||||
* DES library.
|
||||
* Eric Young (eay@cryptsoft.com)
|
||||
@ -24,6 +22,7 @@
|
||||
* defined 24.
|
||||
*/
|
||||
|
||||
#include <openssl/crypto.h>
|
||||
#include "des_locl.h"
|
||||
|
||||
/* Added more values to handle illegal salt values the way normal
|
||||
|
@ -57,7 +57,6 @@
|
||||
*/
|
||||
|
||||
#include <stdio.h>
|
||||
#include <openssl/crypto.h>
|
||||
|
||||
/* This version of crypt has been developed from my MIT compatible
|
||||
* DES library.
|
||||
|
@ -61,7 +61,6 @@
|
||||
* [including the GNU Public Licence.]
|
||||
*/
|
||||
|
||||
#include <openssl/crypto.h>
|
||||
#include "des_locl.h"
|
||||
|
||||
#ifdef CBC_ENC_C__DONT_UPDATE_IV
|
||||
|
@ -56,7 +56,6 @@
|
||||
* [including the GNU Public Licence.]
|
||||
*/
|
||||
|
||||
#include <openssl/crypto.h>
|
||||
#include "des_locl.h"
|
||||
|
||||
/* The input and output encrypted as though 64bit ofb mode is being
|
||||
|
@ -56,7 +56,6 @@
|
||||
* [including the GNU Public Licence.]
|
||||
*/
|
||||
|
||||
#include <openssl/crypto.h>
|
||||
#include "des_locl.h"
|
||||
|
||||
/* The input and output encrypted as though 64bit ofb mode is being
|
||||
|
@ -56,7 +56,6 @@
|
||||
* [including the GNU Public Licence.]
|
||||
*/
|
||||
|
||||
#include <openssl/crypto.h>
|
||||
#include "des_locl.h"
|
||||
|
||||
/* The input and output are loaded in multiples of 8 bits.
|
||||
|
@ -56,7 +56,6 @@
|
||||
* [including the GNU Public Licence.]
|
||||
*/
|
||||
|
||||
#include <openssl/crypto.h>
|
||||
#include "des_locl.h"
|
||||
|
||||
void DES_pcbc_encrypt(const unsigned char *input, unsigned char *output,
|
||||
|
@ -53,7 +53,6 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#include <openssl/crypto.h>
|
||||
#include <openssl/des.h>
|
||||
#include <openssl/rand.h>
|
||||
|
||||
|
@ -56,7 +56,6 @@
|
||||
* [including the GNU Public Licence.]
|
||||
*/
|
||||
|
||||
#include <openssl/crypto.h>
|
||||
#include "rpc_des.h"
|
||||
#include "des_locl.h"
|
||||
#include "des_ver.h"
|
||||
|
@ -56,6 +56,8 @@
|
||||
* [including the GNU Public Licence.]
|
||||
*/
|
||||
|
||||
#include <crypto.h>
|
||||
|
||||
__fips_constseg
|
||||
OPENSSL_GLOBAL const DES_LONG DES_SPtrans[8][64]={
|
||||
{
|
||||
|
@ -56,7 +56,6 @@
|
||||
* [including the GNU Public Licence.]
|
||||
*/
|
||||
|
||||
#include <openssl/crypto.h>
|
||||
#include "des_locl.h"
|
||||
|
||||
/* RSA's DESX */
|
||||
|
@ -67,6 +67,7 @@
|
||||
#include "cryptlib.h"
|
||||
#include <openssl/bn.h>
|
||||
#include <openssl/dh.h>
|
||||
|
||||
#ifdef OPENSSL_FIPS
|
||||
#include <openssl/fips.h>
|
||||
#endif
|
||||
|
@ -202,6 +202,7 @@ redo:
|
||||
if (BN_cmp(s,dsa->q) > 0)
|
||||
if (!BN_sub(s,s,dsa->q)) goto err;
|
||||
if (!BN_mod_mul(s,s,kinv,dsa->q,ctx)) goto err;
|
||||
|
||||
ret=DSA_SIG_new();
|
||||
if (ret == NULL) goto err;
|
||||
/* Redo if r or s is zero as required by FIPS 186-3: this is
|
||||
|
@ -29,7 +29,12 @@
|
||||
#include <openssl/opensslconf.h>
|
||||
#ifndef OPENSSL_NO_EC_NISTP_64_GCC_128
|
||||
|
||||
#ifndef OPENSSL_SYS_VMS
|
||||
#include <stdint.h>
|
||||
#else
|
||||
#include <inttypes.h>
|
||||
#endif
|
||||
|
||||
#include <string.h>
|
||||
#include <openssl/err.h>
|
||||
#include "ec_lcl.h"
|
||||
|
@ -111,6 +111,8 @@ eng_cnf.o: ../../include/openssl/safestack.h ../../include/openssl/sha.h
|
||||
eng_cnf.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h
|
||||
eng_cnf.o: ../../include/openssl/x509.h ../../include/openssl/x509_vfy.h
|
||||
eng_cnf.o: ../cryptlib.h eng_cnf.c eng_int.h
|
||||
eng_cryptodev.o: ../../crypto/dh/dh.h ../../crypto/dsa/dsa.h
|
||||
eng_cryptodev.o: ../../crypto/err/err.h ../../crypto/rsa/rsa.h
|
||||
eng_cryptodev.o: ../../include/openssl/asn1.h ../../include/openssl/bio.h
|
||||
eng_cryptodev.o: ../../include/openssl/bn.h ../../include/openssl/buffer.h
|
||||
eng_cryptodev.o: ../../include/openssl/crypto.h ../../include/openssl/e_os2.h
|
||||
|
@ -70,7 +70,7 @@ void ENGINE_load_builtin_engines(void)
|
||||
* *no* builtin implementations). */
|
||||
ENGINE_load_openssl();
|
||||
#endif
|
||||
#if defined(__OpenBSD__) || defined(__FreeBSD__) || defined(HAVE_CRYPTODEV)
|
||||
#if !defined(OPENSSL_NO_HW) && (defined(__OpenBSD__) || defined(__FreeBSD__) || defined(HAVE_CRYPTODEV))
|
||||
ENGINE_load_cryptodev();
|
||||
#endif
|
||||
#ifndef OPENSSL_NO_RSAX
|
||||
@ -123,7 +123,7 @@ void ENGINE_load_builtin_engines(void)
|
||||
ENGINE_register_all_complete();
|
||||
}
|
||||
|
||||
#if defined(__OpenBSD__) || defined(__FreeBSD__)
|
||||
#if defined(__OpenBSD__) || defined(__FreeBSD__) || defined(HAVE_CRYPTODEV)
|
||||
void ENGINE_setup_bsd_cryptodev(void) {
|
||||
static int bsd_cryptodev_default_loaded = 0;
|
||||
if (!bsd_cryptodev_default_loaded) {
|
||||
|
@ -399,6 +399,7 @@ static int mod_exp_pre_compute_data_512(UINT64 *m, struct mod_ctx_512 *data)
|
||||
/* Some tmps */
|
||||
UINT64 _t[8];
|
||||
int i, j, ret = 0;
|
||||
|
||||
/* Init _m with m */
|
||||
BN_init(&_m);
|
||||
interleaved_array_to_bn_512(&_m, m);
|
||||
@ -492,6 +493,7 @@ static int e_rsax_rsa_mod_exp(BIGNUM *r0, const BIGNUM *I, RSA *rsa, BN_CTX *ctx
|
||||
BIGNUM local_dmp1,local_dmq1,local_c,local_r1;
|
||||
BIGNUM *dmp1,*dmq1,*c,*pr1;
|
||||
int ret=0;
|
||||
|
||||
BN_CTX_start(ctx);
|
||||
r1 = BN_CTX_get(ctx);
|
||||
m1 = BN_CTX_get(ctx);
|
||||
|
@ -740,7 +740,7 @@ typedef int (*dynamic_bind_engine)(ENGINE *e, const char *id,
|
||||
* values. */
|
||||
void *ENGINE_get_static_state(void);
|
||||
|
||||
#if defined(__OpenBSD__) || defined(__FreeBSD__)
|
||||
#if defined(__OpenBSD__) || defined(__FreeBSD__) || defined(HAVE_CRYPTODEV)
|
||||
void ENGINE_setup_bsd_cryptodev(void);
|
||||
#endif
|
||||
|
||||
|
@ -58,7 +58,6 @@
|
||||
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include <openssl/crypto.h>
|
||||
#include <openssl/e_os2.h>
|
||||
|
||||
#ifdef OPENSSL_NO_ENGINE
|
||||
|
@ -278,7 +278,6 @@ e_null.o: ../../include/openssl/opensslconf.h ../../include/openssl/opensslv.h
|
||||
e_null.o: ../../include/openssl/ossl_typ.h ../../include/openssl/safestack.h
|
||||
e_null.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h
|
||||
e_null.o: ../cryptlib.h e_null.c
|
||||
e_old.o: e_old.c
|
||||
e_rc2.o: ../../e_os.h ../../include/openssl/asn1.h ../../include/openssl/bio.h
|
||||
e_rc2.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.h
|
||||
e_rc2.o: ../../include/openssl/e_os2.h ../../include/openssl/err.h
|
||||
|
@ -83,7 +83,7 @@ void OPENSSL_add_all_algorithms_noconf(void)
|
||||
OpenSSL_add_all_ciphers();
|
||||
OpenSSL_add_all_digests();
|
||||
#ifndef OPENSSL_NO_ENGINE
|
||||
# if defined(__OpenBSD__) || defined(__FreeBSD__)
|
||||
# if defined(__OpenBSD__) || defined(__FreeBSD__) || defined(HAVE_CRYPTODEV)
|
||||
ENGINE_setup_bsd_cryptodev();
|
||||
# endif
|
||||
#endif
|
||||
|
@ -99,4 +99,3 @@ static int null_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out,
|
||||
memcpy((char *)out,(const char *)in,inl);
|
||||
return 1;
|
||||
}
|
||||
|
||||
|
@ -103,7 +103,8 @@ static int rc4_hmac_md5_init_key(EVP_CIPHER_CTX *ctx,
|
||||
#if !defined(OPENSSL_NO_ASM) && ( \
|
||||
defined(__x86_64) || defined(__x86_64__) || \
|
||||
defined(_M_AMD64) || defined(_M_X64) || \
|
||||
defined(__INTEL__) )
|
||||
defined(__INTEL__) ) && \
|
||||
!(defined(__APPLE__) && defined(__MACH__))
|
||||
#define STITCHED_CALL
|
||||
#endif
|
||||
|
||||
|
@ -116,6 +116,7 @@
|
||||
#include <openssl/sha.h>
|
||||
|
||||
#ifndef OPENSSL_NO_SHA
|
||||
|
||||
static int init(EVP_MD_CTX *ctx)
|
||||
{ return SHA1_Init(ctx->md_data); }
|
||||
|
||||
|
@ -66,7 +66,7 @@ int EVP_add_cipher(const EVP_CIPHER *c)
|
||||
{
|
||||
int r;
|
||||
|
||||
if (c == NULL) return(0);
|
||||
if (c == NULL) return 0;
|
||||
|
||||
r=OBJ_NAME_add(OBJ_nid2sn(c->nid),OBJ_NAME_TYPE_CIPHER_METH,(const char *)c);
|
||||
if (r == 0) return(0);
|
||||
|
@ -57,8 +57,8 @@
|
||||
*/
|
||||
|
||||
#include <stdio.h>
|
||||
#include "md4_locl.h"
|
||||
#include <openssl/opensslv.h>
|
||||
#include "md4_locl.h"
|
||||
|
||||
const char MD4_version[]="MD4" OPENSSL_VERSION_PTEXT;
|
||||
|
||||
|
@ -101,7 +101,7 @@ static void (*free_locked_func)(void *) = free;
|
||||
|
||||
/* may be changed as long as 'allow_customize_debug' is set */
|
||||
/* XXX use correct function pointer types */
|
||||
#if defined(CRYPTO_MDEBUG)
|
||||
#ifdef CRYPTO_MDEBUG
|
||||
/* use default functions from mem_dbg.c */
|
||||
static void (*malloc_debug_func)(void *,int,const char *,int,int)
|
||||
= CRYPTO_dbg_malloc;
|
||||
@ -121,8 +121,6 @@ static void (*set_debug_options_func)(long) = NULL;
|
||||
static long (*get_debug_options_func)(void) = NULL;
|
||||
#endif
|
||||
|
||||
extern void OPENSSL_init(void);
|
||||
|
||||
int CRYPTO_set_mem_functions(void *(*m)(size_t), void *(*r)(void *, size_t),
|
||||
void (*f)(void *))
|
||||
{
|
||||
|
@ -1752,7 +1752,7 @@ int main()
|
||||
|
||||
GHASH((&ctx),buf.c,sizeof(buf));
|
||||
start = OPENSSL_rdtsc();
|
||||
for (i=0;i<100;++i) GHASH((&ctx),buf.c,sizeof(buf));
|
||||
for (i=0;i<100;++i) GHASH(&ctx,buf.c,sizeof(buf));
|
||||
gcm_t = OPENSSL_rdtsc() - start;
|
||||
printf("%.2f\n",gcm_t/(double)sizeof(buf)/(double)i);
|
||||
}
|
||||
|
@ -204,6 +204,7 @@ int PKCS12_key_gen_uni(unsigned char *pass, int passlen, unsigned char *salt,
|
||||
goto err;
|
||||
}
|
||||
}
|
||||
|
||||
err:
|
||||
PKCS12err(PKCS12_F_PKCS12_KEY_GEN_UNI,ERR_R_MALLOC_FAILURE);
|
||||
|
||||
|
@ -86,11 +86,9 @@ md_rand.o: ../../include/openssl/ossl_typ.h ../../include/openssl/rand.h
|
||||
md_rand.o: ../../include/openssl/safestack.h ../../include/openssl/sha.h
|
||||
md_rand.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h
|
||||
md_rand.o: md_rand.c rand_lcl.h
|
||||
rand_egd.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.h
|
||||
rand_egd.o: ../../include/openssl/e_os2.h ../../include/openssl/opensslconf.h
|
||||
rand_egd.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h
|
||||
rand_egd.o: ../../include/openssl/rand.h ../../include/openssl/safestack.h
|
||||
rand_egd.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h
|
||||
rand_egd.o: ../../include/openssl/buffer.h ../../include/openssl/e_os2.h
|
||||
rand_egd.o: ../../include/openssl/opensslconf.h
|
||||
rand_egd.o: ../../include/openssl/ossl_typ.h ../../include/openssl/rand.h
|
||||
rand_egd.o: rand_egd.c
|
||||
rand_err.o: ../../include/openssl/bio.h ../../include/openssl/crypto.h
|
||||
rand_err.o: ../../include/openssl/e_os2.h ../../include/openssl/err.h
|
||||
|
@ -54,7 +54,6 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#include <openssl/crypto.h>
|
||||
#include <openssl/e_os2.h>
|
||||
#include <openssl/rand.h>
|
||||
#include <openssl/buffer.h>
|
||||
|
@ -58,7 +58,6 @@
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <openssl/crypto.h>
|
||||
#include <openssl/rand.h>
|
||||
|
||||
#include "../e_os.h"
|
||||
|
@ -59,7 +59,6 @@
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <openssl/crypto.h>
|
||||
|
||||
#include "../e_os.h"
|
||||
|
||||
@ -122,7 +121,7 @@ int main(int argc, char *argv[])
|
||||
unsigned char obuf[512];
|
||||
|
||||
#if !defined(OPENSSL_PIC)
|
||||
void OPENSSL_cpuid_setup();
|
||||
void OPENSSL_cpuid_setup(void);
|
||||
|
||||
OPENSSL_cpuid_setup();
|
||||
#endif
|
||||
|
@ -219,11 +219,12 @@ rsa_pk1.o: ../../include/openssl/symhacks.h ../cryptlib.h rsa_pk1.c
|
||||
rsa_pmeth.o: ../../e_os.h ../../include/openssl/asn1.h
|
||||
rsa_pmeth.o: ../../include/openssl/asn1t.h ../../include/openssl/bio.h
|
||||
rsa_pmeth.o: ../../include/openssl/bn.h ../../include/openssl/buffer.h
|
||||
rsa_pmeth.o: ../../include/openssl/crypto.h ../../include/openssl/e_os2.h
|
||||
rsa_pmeth.o: ../../include/openssl/ec.h ../../include/openssl/ecdh.h
|
||||
rsa_pmeth.o: ../../include/openssl/ecdsa.h ../../include/openssl/err.h
|
||||
rsa_pmeth.o: ../../include/openssl/evp.h ../../include/openssl/lhash.h
|
||||
rsa_pmeth.o: ../../include/openssl/obj_mac.h ../../include/openssl/objects.h
|
||||
rsa_pmeth.o: ../../include/openssl/cms.h ../../include/openssl/crypto.h
|
||||
rsa_pmeth.o: ../../include/openssl/e_os2.h ../../include/openssl/ec.h
|
||||
rsa_pmeth.o: ../../include/openssl/ecdh.h ../../include/openssl/ecdsa.h
|
||||
rsa_pmeth.o: ../../include/openssl/err.h ../../include/openssl/evp.h
|
||||
rsa_pmeth.o: ../../include/openssl/lhash.h ../../include/openssl/obj_mac.h
|
||||
rsa_pmeth.o: ../../include/openssl/objects.h
|
||||
rsa_pmeth.o: ../../include/openssl/opensslconf.h
|
||||
rsa_pmeth.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h
|
||||
rsa_pmeth.o: ../../include/openssl/pkcs7.h ../../include/openssl/rsa.h
|
||||
|
@ -89,12 +89,8 @@ const RSA_METHOD *RSA_get_default_method(void)
|
||||
{
|
||||
#ifdef RSA_NULL
|
||||
default_RSA_meth=RSA_null_method();
|
||||
#else
|
||||
#if 0 /* was: #ifdef RSAref */
|
||||
default_RSA_meth=RSA_PKCS1_RSAref();
|
||||
#else
|
||||
default_RSA_meth=RSA_PKCS1_SSLeay();
|
||||
#endif
|
||||
#endif
|
||||
}
|
||||
|
||||
|
@ -84,7 +84,7 @@ static int t_fromb64(unsigned char *a, const char *src)
|
||||
|
||||
while(*src && (*src == ' ' || *src == '\t' || *src == '\n'))
|
||||
++src;
|
||||
size = strlen((const char *)src);
|
||||
size = strlen(src);
|
||||
i = 0;
|
||||
while(i < size)
|
||||
{
|
||||
@ -422,13 +422,11 @@ int SRP_VBASE_init(SRP_VBASE *vb, char *verifier_file)
|
||||
goto err;
|
||||
|
||||
SRP_user_pwd_set_gN(user_pwd,lgN->g,lgN->N);
|
||||
if (!SRP_user_pwd_set_ids(user_pwd, pp[DB_srpid],
|
||||
pp[DB_srpinfo]))
|
||||
if (!SRP_user_pwd_set_ids(user_pwd, pp[DB_srpid],pp[DB_srpinfo]))
|
||||
goto err;
|
||||
|
||||
error_code = SRP_ERR_VBASE_BN_LIB;
|
||||
if (!SRP_user_pwd_set_sv(user_pwd, pp[DB_srpsalt],
|
||||
pp[DB_srpverifier]))
|
||||
if (!SRP_user_pwd_set_sv(user_pwd, pp[DB_srpsalt],pp[DB_srpverifier]))
|
||||
goto err;
|
||||
|
||||
if (sk_SRP_user_pwd_insert(vb->users_pwd, user_pwd, 0) == 0)
|
||||
|
@ -86,9 +86,6 @@
|
||||
#include <openssl/dh.h>
|
||||
#endif
|
||||
|
||||
#include <openssl/evp.h>
|
||||
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
@ -196,7 +196,7 @@ for (@ARGV) { $sse2=1 if (/-DOPENSSL_IA32_SSE2/); }
|
||||
|
||||
&function_begin_B("OPENSSL_far_spin");
|
||||
&pushf ();
|
||||
&pop ("eax");
|
||||
&pop ("eax")
|
||||
&bt ("eax",9);
|
||||
&jnc (&label("nospin")); # interrupts are disabled
|
||||
|
||||
|
@ -142,13 +142,13 @@ gost94_keyx.o: ../../include/openssl/x509_vfy.h e_gost_err.h gost89.h
|
||||
gost94_keyx.o: gost94_keyx.c gost_keywrap.h gost_lcl.h gosthash.h
|
||||
gost_ameth.o: ../../include/openssl/asn1.h ../../include/openssl/asn1t.h
|
||||
gost_ameth.o: ../../include/openssl/bio.h ../../include/openssl/bn.h
|
||||
gost_ameth.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.h
|
||||
gost_ameth.o: ../../include/openssl/dsa.h ../../include/openssl/e_os2.h
|
||||
gost_ameth.o: ../../include/openssl/ec.h ../../include/openssl/ecdh.h
|
||||
gost_ameth.o: ../../include/openssl/ecdsa.h ../../include/openssl/engine.h
|
||||
gost_ameth.o: ../../include/openssl/err.h ../../include/openssl/evp.h
|
||||
gost_ameth.o: ../../include/openssl/lhash.h ../../include/openssl/obj_mac.h
|
||||
gost_ameth.o: ../../include/openssl/objects.h
|
||||
gost_ameth.o: ../../include/openssl/buffer.h ../../include/openssl/cms.h
|
||||
gost_ameth.o: ../../include/openssl/crypto.h ../../include/openssl/dsa.h
|
||||
gost_ameth.o: ../../include/openssl/e_os2.h ../../include/openssl/ec.h
|
||||
gost_ameth.o: ../../include/openssl/ecdh.h ../../include/openssl/ecdsa.h
|
||||
gost_ameth.o: ../../include/openssl/engine.h ../../include/openssl/err.h
|
||||
gost_ameth.o: ../../include/openssl/evp.h ../../include/openssl/lhash.h
|
||||
gost_ameth.o: ../../include/openssl/obj_mac.h ../../include/openssl/objects.h
|
||||
gost_ameth.o: ../../include/openssl/opensslconf.h
|
||||
gost_ameth.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h
|
||||
gost_ameth.o: ../../include/openssl/pkcs7.h ../../include/openssl/safestack.h
|
||||
|
@ -7,7 +7,6 @@
|
||||
* Requires OpenSSL 0.9.9 for compilation *
|
||||
**********************************************************************/
|
||||
#include <string.h>
|
||||
#include <openssl/crypto.h>
|
||||
#include "gost89.h"
|
||||
#include <openssl/rand.h>
|
||||
#include "e_gost_err.h"
|
||||
|
@ -85,7 +85,6 @@ extern int GetThreadID(void);
|
||||
#ifndef OPENSSL_NO_DH
|
||||
#include <openssl/dh.h>
|
||||
#endif
|
||||
#include <openssl/bn.h>
|
||||
|
||||
#ifndef OPENSSL_NO_HW
|
||||
#ifndef OPENSSL_NO_HW_AEP
|
||||
|
50
ssl/Makefile
50
ssl/Makefile
@ -164,7 +164,7 @@ d1_clnt.o: ../include/openssl/ssl2.h ../include/openssl/ssl23.h
|
||||
d1_clnt.o: ../include/openssl/ssl3.h ../include/openssl/stack.h
|
||||
d1_clnt.o: ../include/openssl/symhacks.h ../include/openssl/tls1.h
|
||||
d1_clnt.o: ../include/openssl/x509.h ../include/openssl/x509_vfy.h d1_clnt.c
|
||||
d1_clnt.o: kssl_lcl.h ssl_locl.h
|
||||
d1_clnt.o: ssl_locl.h
|
||||
d1_enc.o: ../e_os.h ../include/openssl/asn1.h ../include/openssl/bio.h
|
||||
d1_enc.o: ../include/openssl/buffer.h ../include/openssl/comp.h
|
||||
d1_enc.o: ../include/openssl/crypto.h ../include/openssl/dsa.h
|
||||
@ -589,8 +589,7 @@ s3_enc.o: ../include/openssl/ssl23.h ../include/openssl/ssl3.h
|
||||
s3_enc.o: ../include/openssl/stack.h ../include/openssl/symhacks.h
|
||||
s3_enc.o: ../include/openssl/tls1.h ../include/openssl/x509.h
|
||||
s3_enc.o: ../include/openssl/x509_vfy.h s3_enc.c ssl_locl.h
|
||||
s3_lib.o: ../crypto/ec/ec_lcl.h ../e_os.h ../include/openssl/asn1.h
|
||||
s3_lib.o: ../include/openssl/bio.h ../include/openssl/bn.h
|
||||
s3_lib.o: ../e_os.h ../include/openssl/asn1.h ../include/openssl/bio.h
|
||||
s3_lib.o: ../include/openssl/buffer.h ../include/openssl/comp.h
|
||||
s3_lib.o: ../include/openssl/crypto.h ../include/openssl/dh.h
|
||||
s3_lib.o: ../include/openssl/dsa.h ../include/openssl/dtls1.h
|
||||
@ -659,20 +658,20 @@ s3_srvr.o: ../include/openssl/dtls1.h ../include/openssl/e_os2.h
|
||||
s3_srvr.o: ../include/openssl/ec.h ../include/openssl/ecdh.h
|
||||
s3_srvr.o: ../include/openssl/ecdsa.h ../include/openssl/err.h
|
||||
s3_srvr.o: ../include/openssl/evp.h ../include/openssl/hmac.h
|
||||
s3_srvr.o: ../include/openssl/krb5_asn.h ../include/openssl/kssl.h
|
||||
s3_srvr.o: ../include/openssl/lhash.h ../include/openssl/md5.h
|
||||
s3_srvr.o: ../include/openssl/obj_mac.h ../include/openssl/objects.h
|
||||
s3_srvr.o: ../include/openssl/opensslconf.h ../include/openssl/opensslv.h
|
||||
s3_srvr.o: ../include/openssl/ossl_typ.h ../include/openssl/pem.h
|
||||
s3_srvr.o: ../include/openssl/pem2.h ../include/openssl/pkcs7.h
|
||||
s3_srvr.o: ../include/openssl/pqueue.h ../include/openssl/rand.h
|
||||
s3_srvr.o: ../include/openssl/rsa.h ../include/openssl/safestack.h
|
||||
s3_srvr.o: ../include/openssl/sha.h ../include/openssl/srtp.h
|
||||
s3_srvr.o: ../include/openssl/ssl.h ../include/openssl/ssl2.h
|
||||
s3_srvr.o: ../include/openssl/ssl23.h ../include/openssl/ssl3.h
|
||||
s3_srvr.o: ../include/openssl/stack.h ../include/openssl/symhacks.h
|
||||
s3_srvr.o: ../include/openssl/tls1.h ../include/openssl/x509.h
|
||||
s3_srvr.o: ../include/openssl/x509_vfy.h kssl_lcl.h s3_srvr.c ssl_locl.h
|
||||
s3_srvr.o: ../include/openssl/kssl.h ../include/openssl/lhash.h
|
||||
s3_srvr.o: ../include/openssl/md5.h ../include/openssl/obj_mac.h
|
||||
s3_srvr.o: ../include/openssl/objects.h ../include/openssl/opensslconf.h
|
||||
s3_srvr.o: ../include/openssl/opensslv.h ../include/openssl/ossl_typ.h
|
||||
s3_srvr.o: ../include/openssl/pem.h ../include/openssl/pem2.h
|
||||
s3_srvr.o: ../include/openssl/pkcs7.h ../include/openssl/pqueue.h
|
||||
s3_srvr.o: ../include/openssl/rand.h ../include/openssl/rsa.h
|
||||
s3_srvr.o: ../include/openssl/safestack.h ../include/openssl/sha.h
|
||||
s3_srvr.o: ../include/openssl/srtp.h ../include/openssl/ssl.h
|
||||
s3_srvr.o: ../include/openssl/ssl2.h ../include/openssl/ssl23.h
|
||||
s3_srvr.o: ../include/openssl/ssl3.h ../include/openssl/stack.h
|
||||
s3_srvr.o: ../include/openssl/symhacks.h ../include/openssl/tls1.h
|
||||
s3_srvr.o: ../include/openssl/x509.h ../include/openssl/x509_vfy.h kssl_lcl.h
|
||||
s3_srvr.o: s3_srvr.c ssl_locl.h
|
||||
ssl_algs.o: ../e_os.h ../include/openssl/asn1.h ../include/openssl/bio.h
|
||||
ssl_algs.o: ../include/openssl/buffer.h ../include/openssl/comp.h
|
||||
ssl_algs.o: ../include/openssl/crypto.h ../include/openssl/dsa.h
|
||||
@ -949,14 +948,15 @@ t1_lib.o: ../include/openssl/objects.h ../include/openssl/ocsp.h
|
||||
t1_lib.o: ../include/openssl/opensslconf.h ../include/openssl/opensslv.h
|
||||
t1_lib.o: ../include/openssl/ossl_typ.h ../include/openssl/pem.h
|
||||
t1_lib.o: ../include/openssl/pem2.h ../include/openssl/pkcs7.h
|
||||
t1_lib.o: ../include/openssl/pqueue.h ../include/openssl/rsa.h
|
||||
t1_lib.o: ../include/openssl/safestack.h ../include/openssl/sha.h
|
||||
t1_lib.o: ../include/openssl/srtp.h ../include/openssl/ssl.h
|
||||
t1_lib.o: ../include/openssl/ssl2.h ../include/openssl/ssl23.h
|
||||
t1_lib.o: ../include/openssl/ssl3.h ../include/openssl/stack.h
|
||||
t1_lib.o: ../include/openssl/symhacks.h ../include/openssl/tls1.h
|
||||
t1_lib.o: ../include/openssl/x509.h ../include/openssl/x509_vfy.h
|
||||
t1_lib.o: ../include/openssl/x509v3.h ssl_locl.h t1_lib.c
|
||||
t1_lib.o: ../include/openssl/pqueue.h ../include/openssl/rand.h
|
||||
t1_lib.o: ../include/openssl/rsa.h ../include/openssl/safestack.h
|
||||
t1_lib.o: ../include/openssl/sha.h ../include/openssl/srtp.h
|
||||
t1_lib.o: ../include/openssl/ssl.h ../include/openssl/ssl2.h
|
||||
t1_lib.o: ../include/openssl/ssl23.h ../include/openssl/ssl3.h
|
||||
t1_lib.o: ../include/openssl/stack.h ../include/openssl/symhacks.h
|
||||
t1_lib.o: ../include/openssl/tls1.h ../include/openssl/x509.h
|
||||
t1_lib.o: ../include/openssl/x509_vfy.h ../include/openssl/x509v3.h ssl_locl.h
|
||||
t1_lib.o: t1_lib.c
|
||||
t1_meth.o: ../e_os.h ../include/openssl/asn1.h ../include/openssl/bio.h
|
||||
t1_meth.o: ../include/openssl/buffer.h ../include/openssl/comp.h
|
||||
t1_meth.o: ../include/openssl/crypto.h ../include/openssl/dsa.h
|
||||
|
@ -114,7 +114,6 @@
|
||||
*/
|
||||
|
||||
#include <stdio.h>
|
||||
#include <openssl/crypto.h>
|
||||
#include "ssl_locl.h"
|
||||
#ifndef OPENSSL_NO_KRB5
|
||||
#include "kssl_lcl.h"
|
||||
|
@ -2093,9 +2093,12 @@ krb5_error_code kssl_check_authent(
|
||||
EVP_CIPHER_CTX_cleanup(&ciph_ctx);
|
||||
|
||||
#ifdef KSSL_DEBUG
|
||||
{
|
||||
int padl;
|
||||
printf("kssl_check_authent: decrypted authenticator[%d] =\n", outl);
|
||||
for (padl=0; padl < outl; padl++) printf("%02x ",unenc_authent[padl]);
|
||||
printf("\n");
|
||||
}
|
||||
#endif /* KSSL_DEBUG */
|
||||
|
||||
if ((p = kssl_skip_confound(enctype, unenc_authent)) == NULL)
|
||||
|
@ -149,7 +149,6 @@
|
||||
*/
|
||||
|
||||
#include <stdio.h>
|
||||
#include <openssl/crypto.h>
|
||||
#include "ssl_locl.h"
|
||||
#include "kssl_lcl.h"
|
||||
#include <openssl/buffer.h>
|
||||
|
@ -152,7 +152,6 @@
|
||||
#define NETSCAPE_HANG_BUG
|
||||
|
||||
#include <stdio.h>
|
||||
#include <openssl/crypto.h>
|
||||
#include "ssl_locl.h"
|
||||
#include "kssl_lcl.h"
|
||||
#include <openssl/buffer.h>
|
||||
@ -3583,7 +3582,7 @@ int ssl3_send_cert_status(SSL *s)
|
||||
return(ssl3_do_write(s,SSL3_RT_HANDSHAKE));
|
||||
}
|
||||
|
||||
# ifndef OPENSSL_NO_NPN
|
||||
# ifndef OPENSSL_NO_NEXTPROTONEG
|
||||
/* ssl3_get_next_proto reads a Next Protocol Negotiation handshake message. It
|
||||
* sets the next_proto member in s if found */
|
||||
int ssl3_get_next_proto(SSL *s)
|
||||
|
@ -1366,6 +1366,7 @@ struct ssl_st
|
||||
int renegotiate;/* 1 if we are renegotiating.
|
||||
* 2 if we are a server and are inside a handshake
|
||||
* (i.e. not just sending a HelloRequest) */
|
||||
|
||||
#ifndef OPENSSL_NO_SRP
|
||||
SRP_CTX srp_ctx; /* ctx for SRP authentication */
|
||||
#endif
|
||||
|
@ -536,8 +536,7 @@ typedef struct ssl3_state_st
|
||||
int send_connection_binding; /* TODOEKR */
|
||||
|
||||
#ifndef OPENSSL_NO_NEXTPROTONEG
|
||||
/* Set if we saw the Next Protocol Negotiation extension from
|
||||
our peer. */
|
||||
/* Set if we saw the Next Protocol Negotiation extension from our peer. */
|
||||
int next_proto_neg_seen;
|
||||
#endif
|
||||
|
||||
|
@ -84,7 +84,6 @@
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <openssl/crypto.h>
|
||||
#include "ssl_locl.h"
|
||||
#include <openssl/asn1_mac.h>
|
||||
#include <openssl/objects.h>
|
||||
|
@ -146,7 +146,6 @@
|
||||
# include <assert.h>
|
||||
#endif
|
||||
#include <stdio.h>
|
||||
#include <openssl/crypto.h>
|
||||
#include "ssl_locl.h"
|
||||
#include "kssl_lcl.h"
|
||||
#include <openssl/objects.h>
|
||||
@ -1650,7 +1649,6 @@ void SSL_CTX_set_next_proto_select_cb(SSL_CTX *ctx, int (*cb) (SSL *s, unsigned
|
||||
ctx->next_proto_select_cb = cb;
|
||||
ctx->next_proto_select_cb_arg = arg;
|
||||
}
|
||||
|
||||
# endif
|
||||
#endif
|
||||
|
||||
|
@ -589,12 +589,14 @@ int ssl_get_prev_session(SSL *s, unsigned char *session_id, int len,
|
||||
if (ret != NULL)
|
||||
{
|
||||
SSL_SESSION_free(ret);
|
||||
#ifndef OPENSSL_NO_TLSEXT
|
||||
if (!try_session_cache)
|
||||
{
|
||||
/* The session was from a ticket, so we should
|
||||
* issue a ticket for the new session */
|
||||
s->tlsext_ticket_expected = 1;
|
||||
}
|
||||
#endif
|
||||
}
|
||||
if (fatal)
|
||||
return -1;
|
||||
|
@ -1852,7 +1852,7 @@ int ssl_parse_clienthello_tlsext(SSL *s, unsigned char **p, unsigned char *d, in
|
||||
/* ssl_next_proto_validate validates a Next Protocol Negotiation block. No
|
||||
* elements of zero length are allowed and the set of elements must exactly fill
|
||||
* the length of the block. */
|
||||
static int ssl_next_proto_validate(unsigned char *d, unsigned len)
|
||||
static char ssl_next_proto_validate(unsigned char *d, unsigned len)
|
||||
{
|
||||
unsigned int off = 0;
|
||||
|
||||
|
180
test/Makefile
180
test/Makefile
@ -648,7 +648,8 @@ ecdhtest.o: ../include/openssl/sha.h ../include/openssl/stack.h
|
||||
ecdhtest.o: ../include/openssl/symhacks.h ecdhtest.c
|
||||
ecdsatest.o: ../include/openssl/asn1.h ../include/openssl/bio.h
|
||||
ecdsatest.o: ../include/openssl/bn.h ../include/openssl/buffer.h
|
||||
ecdsatest.o: ../include/openssl/crypto.h ../include/openssl/e_os2.h
|
||||
ecdsatest.o: ../include/openssl/crypto.h ../include/openssl/dh.h
|
||||
ecdsatest.o: ../include/openssl/dsa.h ../include/openssl/e_os2.h
|
||||
ecdsatest.o: ../include/openssl/ec.h ../include/openssl/ecdh.h
|
||||
ecdsatest.o: ../include/openssl/ecdsa.h ../include/openssl/engine.h
|
||||
ecdsatest.o: ../include/openssl/err.h ../include/openssl/evp.h
|
||||
@ -656,13 +657,15 @@ ecdsatest.o: ../include/openssl/lhash.h ../include/openssl/obj_mac.h
|
||||
ecdsatest.o: ../include/openssl/objects.h ../include/openssl/opensslconf.h
|
||||
ecdsatest.o: ../include/openssl/opensslv.h ../include/openssl/ossl_typ.h
|
||||
ecdsatest.o: ../include/openssl/pkcs7.h ../include/openssl/rand.h
|
||||
ecdsatest.o: ../include/openssl/safestack.h ../include/openssl/sha.h
|
||||
ecdsatest.o: ../include/openssl/stack.h ../include/openssl/symhacks.h
|
||||
ecdsatest.o: ../include/openssl/rsa.h ../include/openssl/safestack.h
|
||||
ecdsatest.o: ../include/openssl/sha.h ../include/openssl/stack.h
|
||||
ecdsatest.o: ../include/openssl/symhacks.h ../include/openssl/ui.h
|
||||
ecdsatest.o: ../include/openssl/x509.h ../include/openssl/x509_vfy.h
|
||||
ecdsatest.o: ecdsatest.c
|
||||
ectest.o: ../e_os.h ../include/openssl/asn1.h ../include/openssl/bio.h
|
||||
ectest.o: ../include/openssl/bn.h ../include/openssl/buffer.h
|
||||
ectest.o: ../include/openssl/crypto.h ../include/openssl/e_os2.h
|
||||
ectest.o: ../include/openssl/crypto.h ../include/openssl/dh.h
|
||||
ectest.o: ../include/openssl/dsa.h ../include/openssl/e_os2.h
|
||||
ectest.o: ../include/openssl/ec.h ../include/openssl/ecdh.h
|
||||
ectest.o: ../include/openssl/ecdsa.h ../include/openssl/engine.h
|
||||
ectest.o: ../include/openssl/err.h ../include/openssl/evp.h
|
||||
@ -670,34 +673,41 @@ ectest.o: ../include/openssl/lhash.h ../include/openssl/obj_mac.h
|
||||
ectest.o: ../include/openssl/objects.h ../include/openssl/opensslconf.h
|
||||
ectest.o: ../include/openssl/opensslv.h ../include/openssl/ossl_typ.h
|
||||
ectest.o: ../include/openssl/pkcs7.h ../include/openssl/rand.h
|
||||
ectest.o: ../include/openssl/safestack.h ../include/openssl/sha.h
|
||||
ectest.o: ../include/openssl/stack.h ../include/openssl/symhacks.h
|
||||
ectest.o: ../include/openssl/rsa.h ../include/openssl/safestack.h
|
||||
ectest.o: ../include/openssl/sha.h ../include/openssl/stack.h
|
||||
ectest.o: ../include/openssl/symhacks.h ../include/openssl/ui.h
|
||||
ectest.o: ../include/openssl/x509.h ../include/openssl/x509_vfy.h ectest.c
|
||||
enginetest.o: ../include/openssl/asn1.h ../include/openssl/bio.h
|
||||
enginetest.o: ../include/openssl/buffer.h ../include/openssl/crypto.h
|
||||
enginetest.o: ../include/openssl/e_os2.h ../include/openssl/ec.h
|
||||
enginetest.o: ../include/openssl/ecdh.h ../include/openssl/ecdsa.h
|
||||
enginetest.o: ../include/openssl/engine.h ../include/openssl/err.h
|
||||
enginetest.o: ../include/openssl/evp.h ../include/openssl/lhash.h
|
||||
enginetest.o: ../include/openssl/obj_mac.h ../include/openssl/objects.h
|
||||
enginetest.o: ../include/openssl/opensslconf.h ../include/openssl/opensslv.h
|
||||
enginetest.o: ../include/openssl/ossl_typ.h ../include/openssl/pkcs7.h
|
||||
enginetest.o: ../include/openssl/safestack.h ../include/openssl/sha.h
|
||||
enginetest.o: ../include/openssl/stack.h ../include/openssl/symhacks.h
|
||||
enginetest.o: ../include/openssl/bn.h ../include/openssl/buffer.h
|
||||
enginetest.o: ../include/openssl/crypto.h ../include/openssl/dh.h
|
||||
enginetest.o: ../include/openssl/dsa.h ../include/openssl/e_os2.h
|
||||
enginetest.o: ../include/openssl/ec.h ../include/openssl/ecdh.h
|
||||
enginetest.o: ../include/openssl/ecdsa.h ../include/openssl/engine.h
|
||||
enginetest.o: ../include/openssl/err.h ../include/openssl/evp.h
|
||||
enginetest.o: ../include/openssl/lhash.h ../include/openssl/obj_mac.h
|
||||
enginetest.o: ../include/openssl/objects.h ../include/openssl/opensslconf.h
|
||||
enginetest.o: ../include/openssl/opensslv.h ../include/openssl/ossl_typ.h
|
||||
enginetest.o: ../include/openssl/pkcs7.h ../include/openssl/rand.h
|
||||
enginetest.o: ../include/openssl/rsa.h ../include/openssl/safestack.h
|
||||
enginetest.o: ../include/openssl/sha.h ../include/openssl/stack.h
|
||||
enginetest.o: ../include/openssl/symhacks.h ../include/openssl/ui.h
|
||||
enginetest.o: ../include/openssl/x509.h ../include/openssl/x509_vfy.h
|
||||
enginetest.o: enginetest.c
|
||||
evp_test.o: ../e_os.h ../include/openssl/asn1.h ../include/openssl/bio.h
|
||||
evp_test.o: ../include/openssl/buffer.h ../include/openssl/conf.h
|
||||
evp_test.o: ../include/openssl/crypto.h ../include/openssl/e_os2.h
|
||||
evp_test.o: ../include/openssl/ec.h ../include/openssl/ecdh.h
|
||||
evp_test.o: ../include/openssl/ecdsa.h ../include/openssl/engine.h
|
||||
evp_test.o: ../include/openssl/err.h ../include/openssl/evp.h
|
||||
evp_test.o: ../include/openssl/lhash.h ../include/openssl/obj_mac.h
|
||||
evp_test.o: ../include/openssl/objects.h ../include/openssl/opensslconf.h
|
||||
evp_test.o: ../include/openssl/opensslv.h ../include/openssl/ossl_typ.h
|
||||
evp_test.o: ../include/openssl/pkcs7.h ../include/openssl/safestack.h
|
||||
evp_test.o: ../include/openssl/sha.h ../include/openssl/stack.h
|
||||
evp_test.o: ../include/openssl/symhacks.h ../include/openssl/x509.h
|
||||
evp_test.o: ../include/openssl/bn.h ../include/openssl/buffer.h
|
||||
evp_test.o: ../include/openssl/conf.h ../include/openssl/crypto.h
|
||||
evp_test.o: ../include/openssl/dh.h ../include/openssl/dsa.h
|
||||
evp_test.o: ../include/openssl/e_os2.h ../include/openssl/ec.h
|
||||
evp_test.o: ../include/openssl/ecdh.h ../include/openssl/ecdsa.h
|
||||
evp_test.o: ../include/openssl/engine.h ../include/openssl/err.h
|
||||
evp_test.o: ../include/openssl/evp.h ../include/openssl/lhash.h
|
||||
evp_test.o: ../include/openssl/obj_mac.h ../include/openssl/objects.h
|
||||
evp_test.o: ../include/openssl/opensslconf.h ../include/openssl/opensslv.h
|
||||
evp_test.o: ../include/openssl/ossl_typ.h ../include/openssl/pkcs7.h
|
||||
evp_test.o: ../include/openssl/rand.h ../include/openssl/rsa.h
|
||||
evp_test.o: ../include/openssl/safestack.h ../include/openssl/sha.h
|
||||
evp_test.o: ../include/openssl/stack.h ../include/openssl/symhacks.h
|
||||
evp_test.o: ../include/openssl/ui.h ../include/openssl/x509.h
|
||||
evp_test.o: ../include/openssl/x509_vfy.h evp_test.c
|
||||
exptest.o: ../e_os.h ../include/openssl/bio.h ../include/openssl/bn.h
|
||||
exptest.o: ../include/openssl/crypto.h ../include/openssl/e_os2.h
|
||||
@ -824,13 +834,13 @@ fips_test_suite.o: ../include/openssl/rand.h ../include/openssl/safestack.h
|
||||
fips_test_suite.o: ../include/openssl/sha.h ../include/openssl/stack.h
|
||||
fips_test_suite.o: ../include/openssl/symhacks.h fips_test_suite.c
|
||||
hmactest.o: ../e_os.h ../include/openssl/asn1.h ../include/openssl/bio.h
|
||||
hmactest.o: ../include/openssl/crypto.h ../include/openssl/e_os2.h
|
||||
hmactest.o: ../include/openssl/evp.h ../include/openssl/hmac.h
|
||||
hmactest.o: ../include/openssl/md5.h ../include/openssl/obj_mac.h
|
||||
hmactest.o: ../include/openssl/objects.h ../include/openssl/opensslconf.h
|
||||
hmactest.o: ../include/openssl/opensslv.h ../include/openssl/ossl_typ.h
|
||||
hmactest.o: ../include/openssl/safestack.h ../include/openssl/stack.h
|
||||
hmactest.o: ../include/openssl/symhacks.h hmactest.c
|
||||
hmactest.o: ../include/openssl/bn.h ../include/openssl/crypto.h
|
||||
hmactest.o: ../include/openssl/e_os2.h ../include/openssl/evp.h
|
||||
hmactest.o: ../include/openssl/hmac.h ../include/openssl/md5.h
|
||||
hmactest.o: ../include/openssl/obj_mac.h ../include/openssl/objects.h
|
||||
hmactest.o: ../include/openssl/opensslconf.h ../include/openssl/opensslv.h
|
||||
hmactest.o: ../include/openssl/ossl_typ.h ../include/openssl/safestack.h
|
||||
hmactest.o: ../include/openssl/stack.h ../include/openssl/symhacks.h hmactest.c
|
||||
ideatest.o: ../e_os.h ../include/openssl/e_os2.h ../include/openssl/idea.h
|
||||
ideatest.o: ../include/openssl/opensslconf.h ideatest.c
|
||||
igetest.o: ../include/openssl/aes.h ../include/openssl/crypto.h
|
||||
@ -849,52 +859,52 @@ md2test.o: ../include/openssl/opensslv.h ../include/openssl/ossl_typ.h
|
||||
md2test.o: ../include/openssl/safestack.h ../include/openssl/stack.h
|
||||
md2test.o: ../include/openssl/symhacks.h md2test.c
|
||||
md4test.o: ../e_os.h ../include/openssl/asn1.h ../include/openssl/bio.h
|
||||
md4test.o: ../include/openssl/crypto.h ../include/openssl/e_os2.h
|
||||
md4test.o: ../include/openssl/evp.h ../include/openssl/md4.h
|
||||
md4test.o: ../include/openssl/obj_mac.h ../include/openssl/objects.h
|
||||
md4test.o: ../include/openssl/opensslconf.h ../include/openssl/opensslv.h
|
||||
md4test.o: ../include/openssl/ossl_typ.h ../include/openssl/safestack.h
|
||||
md4test.o: ../include/openssl/stack.h ../include/openssl/symhacks.h md4test.c
|
||||
md4test.o: ../include/openssl/bn.h ../include/openssl/crypto.h
|
||||
md4test.o: ../include/openssl/e_os2.h ../include/openssl/evp.h
|
||||
md4test.o: ../include/openssl/md4.h ../include/openssl/obj_mac.h
|
||||
md4test.o: ../include/openssl/objects.h ../include/openssl/opensslconf.h
|
||||
md4test.o: ../include/openssl/opensslv.h ../include/openssl/ossl_typ.h
|
||||
md4test.o: ../include/openssl/safestack.h ../include/openssl/stack.h
|
||||
md4test.o: ../include/openssl/symhacks.h md4test.c
|
||||
md5test.o: ../e_os.h ../include/openssl/asn1.h ../include/openssl/bio.h
|
||||
md5test.o: ../include/openssl/crypto.h ../include/openssl/e_os2.h
|
||||
md5test.o: ../include/openssl/evp.h ../include/openssl/md5.h
|
||||
md5test.o: ../include/openssl/obj_mac.h ../include/openssl/objects.h
|
||||
md5test.o: ../include/openssl/opensslconf.h ../include/openssl/opensslv.h
|
||||
md5test.o: ../include/openssl/ossl_typ.h ../include/openssl/safestack.h
|
||||
md5test.o: ../include/openssl/stack.h ../include/openssl/symhacks.h md5test.c
|
||||
md5test.o: ../include/openssl/bn.h ../include/openssl/crypto.h
|
||||
md5test.o: ../include/openssl/e_os2.h ../include/openssl/evp.h
|
||||
md5test.o: ../include/openssl/md5.h ../include/openssl/obj_mac.h
|
||||
md5test.o: ../include/openssl/objects.h ../include/openssl/opensslconf.h
|
||||
md5test.o: ../include/openssl/opensslv.h ../include/openssl/ossl_typ.h
|
||||
md5test.o: ../include/openssl/safestack.h ../include/openssl/stack.h
|
||||
md5test.o: ../include/openssl/symhacks.h md5test.c
|
||||
mdc2test.o: ../e_os.h ../include/openssl/asn1.h ../include/openssl/bio.h
|
||||
mdc2test.o: ../include/openssl/crypto.h ../include/openssl/des.h
|
||||
mdc2test.o: ../include/openssl/des_old.h ../include/openssl/e_os2.h
|
||||
mdc2test.o: ../include/openssl/evp.h ../include/openssl/mdc2.h
|
||||
mdc2test.o: ../include/openssl/obj_mac.h ../include/openssl/objects.h
|
||||
mdc2test.o: ../include/openssl/opensslconf.h ../include/openssl/opensslv.h
|
||||
mdc2test.o: ../include/openssl/ossl_typ.h ../include/openssl/safestack.h
|
||||
mdc2test.o: ../include/openssl/stack.h ../include/openssl/symhacks.h
|
||||
mdc2test.o: ../include/openssl/ui.h ../include/openssl/ui_compat.h mdc2test.c
|
||||
randtest.o: ../e_os.h ../include/openssl/crypto.h ../include/openssl/e_os2.h
|
||||
randtest.o: ../include/openssl/opensslconf.h ../include/openssl/opensslv.h
|
||||
randtest.o: ../include/openssl/ossl_typ.h ../include/openssl/rand.h
|
||||
randtest.o: ../include/openssl/safestack.h ../include/openssl/stack.h
|
||||
randtest.o: ../include/openssl/symhacks.h randtest.c
|
||||
mdc2test.o: ../include/openssl/bn.h ../include/openssl/crypto.h
|
||||
mdc2test.o: ../include/openssl/des.h ../include/openssl/des_old.h
|
||||
mdc2test.o: ../include/openssl/e_os2.h ../include/openssl/evp.h
|
||||
mdc2test.o: ../include/openssl/mdc2.h ../include/openssl/obj_mac.h
|
||||
mdc2test.o: ../include/openssl/objects.h ../include/openssl/opensslconf.h
|
||||
mdc2test.o: ../include/openssl/opensslv.h ../include/openssl/ossl_typ.h
|
||||
mdc2test.o: ../include/openssl/safestack.h ../include/openssl/stack.h
|
||||
mdc2test.o: ../include/openssl/symhacks.h ../include/openssl/ui.h
|
||||
mdc2test.o: ../include/openssl/ui_compat.h mdc2test.c
|
||||
randtest.o: ../e_os.h ../include/openssl/e_os2.h
|
||||
randtest.o: ../include/openssl/opensslconf.h ../include/openssl/ossl_typ.h
|
||||
randtest.o: ../include/openssl/rand.h randtest.c
|
||||
rc2test.o: ../e_os.h ../include/openssl/e_os2.h
|
||||
rc2test.o: ../include/openssl/opensslconf.h ../include/openssl/rc2.h rc2test.c
|
||||
rc4test.o: ../e_os.h ../include/openssl/crypto.h ../include/openssl/e_os2.h
|
||||
rc4test.o: ../include/openssl/opensslconf.h ../include/openssl/opensslv.h
|
||||
rc4test.o: ../include/openssl/ossl_typ.h ../include/openssl/rc4.h
|
||||
rc4test.o: ../include/openssl/safestack.h ../include/openssl/sha.h
|
||||
rc4test.o: ../include/openssl/stack.h ../include/openssl/symhacks.h rc4test.c
|
||||
rc4test.o: ../e_os.h ../include/openssl/e_os2.h
|
||||
rc4test.o: ../include/openssl/opensslconf.h ../include/openssl/rc4.h
|
||||
rc4test.o: ../include/openssl/sha.h rc4test.c
|
||||
rc5test.o: ../include/openssl/buffer.h ../include/openssl/crypto.h
|
||||
rc5test.o: ../include/openssl/e_os2.h ../include/openssl/opensslconf.h
|
||||
rc5test.o: ../include/openssl/opensslv.h ../include/openssl/ossl_typ.h
|
||||
rc5test.o: ../include/openssl/safestack.h ../include/openssl/stack.h
|
||||
rc5test.o: ../include/openssl/symhacks.h rc5test.c
|
||||
rmdtest.o: ../e_os.h ../include/openssl/asn1.h ../include/openssl/bio.h
|
||||
rmdtest.o: ../include/openssl/crypto.h ../include/openssl/e_os2.h
|
||||
rmdtest.o: ../include/openssl/evp.h ../include/openssl/obj_mac.h
|
||||
rmdtest.o: ../include/openssl/objects.h ../include/openssl/opensslconf.h
|
||||
rmdtest.o: ../include/openssl/opensslv.h ../include/openssl/ossl_typ.h
|
||||
rmdtest.o: ../include/openssl/ripemd.h ../include/openssl/safestack.h
|
||||
rmdtest.o: ../include/openssl/stack.h ../include/openssl/symhacks.h rmdtest.c
|
||||
rmdtest.o: ../include/openssl/bn.h ../include/openssl/crypto.h
|
||||
rmdtest.o: ../include/openssl/e_os2.h ../include/openssl/evp.h
|
||||
rmdtest.o: ../include/openssl/obj_mac.h ../include/openssl/objects.h
|
||||
rmdtest.o: ../include/openssl/opensslconf.h ../include/openssl/opensslv.h
|
||||
rmdtest.o: ../include/openssl/ossl_typ.h ../include/openssl/ripemd.h
|
||||
rmdtest.o: ../include/openssl/safestack.h ../include/openssl/stack.h
|
||||
rmdtest.o: ../include/openssl/symhacks.h rmdtest.c
|
||||
rsa_test.o: ../e_os.h ../include/openssl/asn1.h ../include/openssl/bio.h
|
||||
rsa_test.o: ../include/openssl/bn.h ../include/openssl/crypto.h
|
||||
rsa_test.o: ../include/openssl/e_os2.h ../include/openssl/err.h
|
||||
@ -904,19 +914,21 @@ rsa_test.o: ../include/openssl/rand.h ../include/openssl/rsa.h
|
||||
rsa_test.o: ../include/openssl/safestack.h ../include/openssl/stack.h
|
||||
rsa_test.o: ../include/openssl/symhacks.h rsa_test.c
|
||||
sha1test.o: ../e_os.h ../include/openssl/asn1.h ../include/openssl/bio.h
|
||||
sha1test.o: ../include/openssl/crypto.h ../include/openssl/e_os2.h
|
||||
sha1test.o: ../include/openssl/evp.h ../include/openssl/obj_mac.h
|
||||
sha1test.o: ../include/openssl/objects.h ../include/openssl/opensslconf.h
|
||||
sha1test.o: ../include/openssl/opensslv.h ../include/openssl/ossl_typ.h
|
||||
sha1test.o: ../include/openssl/safestack.h ../include/openssl/sha.h
|
||||
sha1test.o: ../include/openssl/stack.h ../include/openssl/symhacks.h sha1test.c
|
||||
sha1test.o: ../include/openssl/bn.h ../include/openssl/crypto.h
|
||||
sha1test.o: ../include/openssl/e_os2.h ../include/openssl/evp.h
|
||||
sha1test.o: ../include/openssl/obj_mac.h ../include/openssl/objects.h
|
||||
sha1test.o: ../include/openssl/opensslconf.h ../include/openssl/opensslv.h
|
||||
sha1test.o: ../include/openssl/ossl_typ.h ../include/openssl/safestack.h
|
||||
sha1test.o: ../include/openssl/sha.h ../include/openssl/stack.h
|
||||
sha1test.o: ../include/openssl/symhacks.h sha1test.c
|
||||
shatest.o: ../e_os.h ../include/openssl/asn1.h ../include/openssl/bio.h
|
||||
shatest.o: ../include/openssl/crypto.h ../include/openssl/e_os2.h
|
||||
shatest.o: ../include/openssl/evp.h ../include/openssl/obj_mac.h
|
||||
shatest.o: ../include/openssl/objects.h ../include/openssl/opensslconf.h
|
||||
shatest.o: ../include/openssl/opensslv.h ../include/openssl/ossl_typ.h
|
||||
shatest.o: ../include/openssl/safestack.h ../include/openssl/sha.h
|
||||
shatest.o: ../include/openssl/stack.h ../include/openssl/symhacks.h shatest.c
|
||||
shatest.o: ../include/openssl/bn.h ../include/openssl/crypto.h
|
||||
shatest.o: ../include/openssl/e_os2.h ../include/openssl/evp.h
|
||||
shatest.o: ../include/openssl/obj_mac.h ../include/openssl/objects.h
|
||||
shatest.o: ../include/openssl/opensslconf.h ../include/openssl/opensslv.h
|
||||
shatest.o: ../include/openssl/ossl_typ.h ../include/openssl/safestack.h
|
||||
shatest.o: ../include/openssl/sha.h ../include/openssl/stack.h
|
||||
shatest.o: ../include/openssl/symhacks.h shatest.c
|
||||
ssltest.o: ../e_os.h ../include/openssl/asn1.h ../include/openssl/bio.h
|
||||
ssltest.o: ../include/openssl/bn.h ../include/openssl/buffer.h
|
||||
ssltest.o: ../include/openssl/comp.h ../include/openssl/conf.h
|
||||
@ -938,8 +950,8 @@ ssltest.o: ../include/openssl/srtp.h ../include/openssl/ssl.h
|
||||
ssltest.o: ../include/openssl/ssl2.h ../include/openssl/ssl23.h
|
||||
ssltest.o: ../include/openssl/ssl3.h ../include/openssl/stack.h
|
||||
ssltest.o: ../include/openssl/symhacks.h ../include/openssl/tls1.h
|
||||
ssltest.o: ../include/openssl/x509.h ../include/openssl/x509_vfy.h
|
||||
ssltest.o: ../include/openssl/x509v3.h ssltest.c
|
||||
ssltest.o: ../include/openssl/ui.h ../include/openssl/x509.h
|
||||
ssltest.o: ../include/openssl/x509_vfy.h ../include/openssl/x509v3.h ssltest.c
|
||||
wp_test.o: ../include/openssl/crypto.h ../include/openssl/e_os2.h
|
||||
wp_test.o: ../include/openssl/opensslconf.h ../include/openssl/opensslv.h
|
||||
wp_test.o: ../include/openssl/ossl_typ.h ../include/openssl/safestack.h
|
||||
|
Loading…
x
Reference in New Issue
Block a user