提交 701adceb 编写于 作者: R Richard Levitte

"make update" plus a rewrite of both .num files.

上级 3f07fe09
此差异已折叠。
......@@ -27,9 +27,9 @@ LIBS=
SDIRS= md2 md5 sha mdc2 hmac ripemd \
des rc2 rc4 rc5 idea bf cast \
bn rsa dsa dh dso engine \
bn rsa dsa dh dso engine rijndael \
buffer bio stack lhash rand err objects \
evp asn1 pem x509 x509v3 conf txt_db pkcs7 pkcs12 comp rijndael
evp asn1 pem x509 x509v3 conf txt_db pkcs7 pkcs12 comp ocsp
GENERAL=Makefile README crypto-lib.com install.com
......
......@@ -81,27 +81,27 @@ clean:
# DO NOT DELETE THIS LINE -- make depend depends on it.
ocsp_cid.o: ../../include/openssl/asn1.h ../../include/openssl/asn1_mac.h
ocsp_cid.o: ../../include/openssl/bio.h ../../include/openssl/blowfish.h
ocsp_cid.o: ../../include/openssl/bn.h ../../include/openssl/buffer.h
ocsp_cid.o: ../../include/openssl/cast.h ../../include/openssl/conf.h
ocsp_cid.o: ../../include/openssl/crypto.h ../../include/openssl/des.h
ocsp_cid.o: ../../include/openssl/dh.h ../../include/openssl/dsa.h
ocsp_cid.o: ../../include/openssl/e_os.h ../../include/openssl/e_os2.h
ocsp_cid.o: ../../include/openssl/err.h ../../include/openssl/evp.h
ocsp_cid.o: ../../include/openssl/idea.h ../../include/openssl/lhash.h
ocsp_cid.o: ../../include/openssl/md2.h ../../include/openssl/md4.h
ocsp_cid.o: ../../include/openssl/md5.h ../../include/openssl/mdc2.h
ocsp_cid.o: ../../include/openssl/obj_mac.h ../../include/openssl/objects.h
ocsp_cid.o: ../../include/openssl/ocsp.h ../../include/openssl/opensslconf.h
ocsp_cid.o: ../../include/openssl/opensslv.h ../../include/openssl/pkcs7.h
ocsp_cid.o: ../../include/openssl/rc2.h ../../include/openssl/rc4.h
ocsp_cid.o: ../../include/openssl/rc5.h ../../include/openssl/rd_fst.h
ocsp_cid.o: ../../include/openssl/rijndael.h ../../include/openssl/ripemd.h
ocsp_cid.o: ../../include/openssl/rsa.h ../../include/openssl/safestack.h
ocsp_cid.o: ../../include/openssl/sha.h ../../include/openssl/stack.h
ocsp_cid.o: ../../include/openssl/symhacks.h ../../include/openssl/x509.h
ocsp_cid.o: ../../include/openssl/x509_vfy.h ../../include/openssl/x509v3.h
ocsp_asn.o: ../../include/openssl/asn1.h ../../include/openssl/asn1t.h
ocsp_asn.o: ../../include/openssl/bio.h ../../include/openssl/blowfish.h
ocsp_asn.o: ../../include/openssl/bn.h ../../include/openssl/buffer.h
ocsp_asn.o: ../../include/openssl/cast.h ../../include/openssl/conf.h
ocsp_asn.o: ../../include/openssl/crypto.h ../../include/openssl/des.h
ocsp_asn.o: ../../include/openssl/dh.h ../../include/openssl/dsa.h
ocsp_asn.o: ../../include/openssl/e_os.h ../../include/openssl/e_os2.h
ocsp_asn.o: ../../include/openssl/evp.h ../../include/openssl/idea.h
ocsp_asn.o: ../../include/openssl/lhash.h ../../include/openssl/md2.h
ocsp_asn.o: ../../include/openssl/md4.h ../../include/openssl/md5.h
ocsp_asn.o: ../../include/openssl/mdc2.h ../../include/openssl/obj_mac.h
ocsp_asn.o: ../../include/openssl/objects.h ../../include/openssl/ocsp.h
ocsp_asn.o: ../../include/openssl/opensslconf.h
ocsp_asn.o: ../../include/openssl/opensslv.h ../../include/openssl/pkcs7.h
ocsp_asn.o: ../../include/openssl/rc2.h ../../include/openssl/rc4.h
ocsp_asn.o: ../../include/openssl/rc5.h ../../include/openssl/rd_fst.h
ocsp_asn.o: ../../include/openssl/rijndael.h ../../include/openssl/ripemd.h
ocsp_asn.o: ../../include/openssl/rsa.h ../../include/openssl/safestack.h
ocsp_asn.o: ../../include/openssl/sha.h ../../include/openssl/stack.h
ocsp_asn.o: ../../include/openssl/symhacks.h ../../include/openssl/x509.h
ocsp_asn.o: ../../include/openssl/x509_vfy.h ../../include/openssl/x509v3.h
ocsp_err.o: ../../include/openssl/asn1.h ../../include/openssl/bio.h
ocsp_err.o: ../../include/openssl/blowfish.h ../../include/openssl/bn.h
ocsp_err.o: ../../include/openssl/buffer.h ../../include/openssl/cast.h
......@@ -123,20 +123,19 @@ ocsp_err.o: ../../include/openssl/rsa.h ../../include/openssl/safestack.h
ocsp_err.o: ../../include/openssl/sha.h ../../include/openssl/stack.h
ocsp_err.o: ../../include/openssl/symhacks.h ../../include/openssl/x509.h
ocsp_err.o: ../../include/openssl/x509_vfy.h ../../include/openssl/x509v3.h
ocsp_ext.o: ../../include/openssl/asn1.h ../../include/openssl/asn1_mac.h
ocsp_ext.o: ../../include/openssl/bio.h ../../include/openssl/blowfish.h
ocsp_ext.o: ../../include/openssl/bn.h ../../include/openssl/buffer.h
ocsp_ext.o: ../../include/openssl/cast.h ../../include/openssl/conf.h
ocsp_ext.o: ../../include/openssl/crypto.h ../../include/openssl/des.h
ocsp_ext.o: ../../include/openssl/dh.h ../../include/openssl/dsa.h
ocsp_ext.o: ../../include/openssl/e_os.h ../../include/openssl/e_os.h
ocsp_ext.o: ../../include/openssl/e_os2.h ../../include/openssl/err.h
ocsp_ext.o: ../../include/openssl/evp.h ../../include/openssl/idea.h
ocsp_ext.o: ../../include/openssl/lhash.h ../../include/openssl/md2.h
ocsp_ext.o: ../../include/openssl/md4.h ../../include/openssl/md5.h
ocsp_ext.o: ../../include/openssl/mdc2.h ../../include/openssl/obj_mac.h
ocsp_ext.o: ../../include/openssl/objects.h ../../include/openssl/ocsp.h
ocsp_ext.o: ../../include/openssl/opensslconf.h
ocsp_ext.o: ../../include/openssl/asn1.h ../../include/openssl/bio.h
ocsp_ext.o: ../../include/openssl/blowfish.h ../../include/openssl/bn.h
ocsp_ext.o: ../../include/openssl/buffer.h ../../include/openssl/cast.h
ocsp_ext.o: ../../include/openssl/conf.h ../../include/openssl/crypto.h
ocsp_ext.o: ../../include/openssl/des.h ../../include/openssl/dh.h
ocsp_ext.o: ../../include/openssl/dsa.h ../../include/openssl/e_os.h
ocsp_ext.o: ../../include/openssl/e_os.h ../../include/openssl/e_os2.h
ocsp_ext.o: ../../include/openssl/err.h ../../include/openssl/evp.h
ocsp_ext.o: ../../include/openssl/idea.h ../../include/openssl/lhash.h
ocsp_ext.o: ../../include/openssl/md2.h ../../include/openssl/md4.h
ocsp_ext.o: ../../include/openssl/md5.h ../../include/openssl/mdc2.h
ocsp_ext.o: ../../include/openssl/obj_mac.h ../../include/openssl/objects.h
ocsp_ext.o: ../../include/openssl/ocsp.h ../../include/openssl/opensslconf.h
ocsp_ext.o: ../../include/openssl/opensslv.h ../../include/openssl/pkcs7.h
ocsp_ext.o: ../../include/openssl/rc2.h ../../include/openssl/rc4.h
ocsp_ext.o: ../../include/openssl/rc5.h ../../include/openssl/rd_fst.h
......@@ -146,20 +145,19 @@ ocsp_ext.o: ../../include/openssl/sha.h ../../include/openssl/stack.h
ocsp_ext.o: ../../include/openssl/symhacks.h ../../include/openssl/x509.h
ocsp_ext.o: ../../include/openssl/x509_vfy.h ../../include/openssl/x509v3.h
ocsp_ext.o: ../cryptlib.h
ocsp_lib.o: ../../include/openssl/asn1.h ../../include/openssl/asn1_mac.h
ocsp_lib.o: ../../include/openssl/bio.h ../../include/openssl/blowfish.h
ocsp_lib.o: ../../include/openssl/bn.h ../../include/openssl/buffer.h
ocsp_lib.o: ../../include/openssl/cast.h ../../include/openssl/conf.h
ocsp_lib.o: ../../include/openssl/crypto.h ../../include/openssl/des.h
ocsp_lib.o: ../../include/openssl/dh.h ../../include/openssl/dsa.h
ocsp_lib.o: ../../include/openssl/e_os.h ../../include/openssl/e_os.h
ocsp_lib.o: ../../include/openssl/e_os2.h ../../include/openssl/err.h
ocsp_lib.o: ../../include/openssl/evp.h ../../include/openssl/idea.h
ocsp_lib.o: ../../include/openssl/lhash.h ../../include/openssl/md2.h
ocsp_lib.o: ../../include/openssl/md4.h ../../include/openssl/md5.h
ocsp_lib.o: ../../include/openssl/mdc2.h ../../include/openssl/obj_mac.h
ocsp_lib.o: ../../include/openssl/objects.h ../../include/openssl/ocsp.h
ocsp_lib.o: ../../include/openssl/opensslconf.h
ocsp_lib.o: ../../include/openssl/asn1.h ../../include/openssl/bio.h
ocsp_lib.o: ../../include/openssl/blowfish.h ../../include/openssl/bn.h
ocsp_lib.o: ../../include/openssl/buffer.h ../../include/openssl/cast.h
ocsp_lib.o: ../../include/openssl/conf.h ../../include/openssl/crypto.h
ocsp_lib.o: ../../include/openssl/des.h ../../include/openssl/dh.h
ocsp_lib.o: ../../include/openssl/dsa.h ../../include/openssl/e_os.h
ocsp_lib.o: ../../include/openssl/e_os.h ../../include/openssl/e_os2.h
ocsp_lib.o: ../../include/openssl/err.h ../../include/openssl/evp.h
ocsp_lib.o: ../../include/openssl/idea.h ../../include/openssl/lhash.h
ocsp_lib.o: ../../include/openssl/md2.h ../../include/openssl/md4.h
ocsp_lib.o: ../../include/openssl/md5.h ../../include/openssl/mdc2.h
ocsp_lib.o: ../../include/openssl/obj_mac.h ../../include/openssl/objects.h
ocsp_lib.o: ../../include/openssl/ocsp.h ../../include/openssl/opensslconf.h
ocsp_lib.o: ../../include/openssl/opensslv.h ../../include/openssl/pem.h
ocsp_lib.o: ../../include/openssl/pem2.h ../../include/openssl/pkcs7.h
ocsp_lib.o: ../../include/openssl/rc2.h ../../include/openssl/rc4.h
......@@ -170,66 +168,25 @@ ocsp_lib.o: ../../include/openssl/sha.h ../../include/openssl/stack.h
ocsp_lib.o: ../../include/openssl/symhacks.h ../../include/openssl/x509.h
ocsp_lib.o: ../../include/openssl/x509_vfy.h ../../include/openssl/x509v3.h
ocsp_lib.o: ../cryptlib.h
ocsp_req.o: ../../include/openssl/asn1.h ../../include/openssl/asn1_mac.h
ocsp_req.o: ../../include/openssl/bio.h ../../include/openssl/blowfish.h
ocsp_req.o: ../../include/openssl/bn.h ../../include/openssl/buffer.h
ocsp_req.o: ../../include/openssl/cast.h ../../include/openssl/conf.h
ocsp_req.o: ../../include/openssl/crypto.h ../../include/openssl/des.h
ocsp_req.o: ../../include/openssl/dh.h ../../include/openssl/dsa.h
ocsp_req.o: ../../include/openssl/e_os.h ../../include/openssl/e_os2.h
ocsp_req.o: ../../include/openssl/err.h ../../include/openssl/evp.h
ocsp_req.o: ../../include/openssl/idea.h ../../include/openssl/lhash.h
ocsp_req.o: ../../include/openssl/md2.h ../../include/openssl/md4.h
ocsp_req.o: ../../include/openssl/md5.h ../../include/openssl/mdc2.h
ocsp_req.o: ../../include/openssl/obj_mac.h ../../include/openssl/objects.h
ocsp_req.o: ../../include/openssl/ocsp.h ../../include/openssl/opensslconf.h
ocsp_req.o: ../../include/openssl/opensslv.h ../../include/openssl/pkcs7.h
ocsp_req.o: ../../include/openssl/rc2.h ../../include/openssl/rc4.h
ocsp_req.o: ../../include/openssl/rc5.h ../../include/openssl/rd_fst.h
ocsp_req.o: ../../include/openssl/rijndael.h ../../include/openssl/ripemd.h
ocsp_req.o: ../../include/openssl/rsa.h ../../include/openssl/safestack.h
ocsp_req.o: ../../include/openssl/sha.h ../../include/openssl/stack.h
ocsp_req.o: ../../include/openssl/symhacks.h ../../include/openssl/x509.h
ocsp_req.o: ../../include/openssl/x509_vfy.h ../../include/openssl/x509v3.h
ocsp_res.o: ../../include/openssl/asn1.h ../../include/openssl/asn1_mac.h
ocsp_res.o: ../../include/openssl/bio.h ../../include/openssl/blowfish.h
ocsp_res.o: ../../include/openssl/bn.h ../../include/openssl/buffer.h
ocsp_res.o: ../../include/openssl/cast.h ../../include/openssl/conf.h
ocsp_res.o: ../../include/openssl/crypto.h ../../include/openssl/des.h
ocsp_res.o: ../../include/openssl/dh.h ../../include/openssl/dsa.h
ocsp_res.o: ../../include/openssl/e_os.h ../../include/openssl/e_os2.h
ocsp_res.o: ../../include/openssl/err.h ../../include/openssl/evp.h
ocsp_res.o: ../../include/openssl/idea.h ../../include/openssl/lhash.h
ocsp_res.o: ../../include/openssl/md2.h ../../include/openssl/md4.h
ocsp_res.o: ../../include/openssl/md5.h ../../include/openssl/mdc2.h
ocsp_res.o: ../../include/openssl/obj_mac.h ../../include/openssl/objects.h
ocsp_res.o: ../../include/openssl/ocsp.h ../../include/openssl/opensslconf.h
ocsp_res.o: ../../include/openssl/opensslv.h ../../include/openssl/pkcs7.h
ocsp_res.o: ../../include/openssl/rc2.h ../../include/openssl/rc4.h
ocsp_res.o: ../../include/openssl/rc5.h ../../include/openssl/rd_fst.h
ocsp_res.o: ../../include/openssl/rijndael.h ../../include/openssl/ripemd.h
ocsp_res.o: ../../include/openssl/rsa.h ../../include/openssl/safestack.h
ocsp_res.o: ../../include/openssl/sha.h ../../include/openssl/stack.h
ocsp_res.o: ../../include/openssl/symhacks.h ../../include/openssl/x509.h
ocsp_res.o: ../../include/openssl/x509_vfy.h ../../include/openssl/x509v3.h
ocsp_sig.o: ../../include/openssl/asn1.h ../../include/openssl/asn1_mac.h
ocsp_sig.o: ../../include/openssl/bio.h ../../include/openssl/blowfish.h
ocsp_sig.o: ../../include/openssl/bn.h ../../include/openssl/buffer.h
ocsp_sig.o: ../../include/openssl/cast.h ../../include/openssl/conf.h
ocsp_sig.o: ../../include/openssl/crypto.h ../../include/openssl/des.h
ocsp_sig.o: ../../include/openssl/dh.h ../../include/openssl/dsa.h
ocsp_sig.o: ../../include/openssl/e_os.h ../../include/openssl/e_os2.h
ocsp_sig.o: ../../include/openssl/err.h ../../include/openssl/evp.h
ocsp_sig.o: ../../include/openssl/idea.h ../../include/openssl/lhash.h
ocsp_sig.o: ../../include/openssl/md2.h ../../include/openssl/md4.h
ocsp_sig.o: ../../include/openssl/md5.h ../../include/openssl/mdc2.h
ocsp_sig.o: ../../include/openssl/obj_mac.h ../../include/openssl/objects.h
ocsp_sig.o: ../../include/openssl/ocsp.h ../../include/openssl/opensslconf.h
ocsp_sig.o: ../../include/openssl/opensslv.h ../../include/openssl/pkcs7.h
ocsp_sig.o: ../../include/openssl/rc2.h ../../include/openssl/rc4.h
ocsp_sig.o: ../../include/openssl/rc5.h ../../include/openssl/rd_fst.h
ocsp_sig.o: ../../include/openssl/rijndael.h ../../include/openssl/ripemd.h
ocsp_sig.o: ../../include/openssl/rsa.h ../../include/openssl/safestack.h
ocsp_sig.o: ../../include/openssl/sha.h ../../include/openssl/stack.h
ocsp_sig.o: ../../include/openssl/symhacks.h ../../include/openssl/x509.h
ocsp_sig.o: ../../include/openssl/x509_vfy.h ../../include/openssl/x509v3.h
ocsp_prn.o: ../../include/openssl/asn1.h ../../include/openssl/bio.h
ocsp_prn.o: ../../include/openssl/blowfish.h ../../include/openssl/bn.h
ocsp_prn.o: ../../include/openssl/buffer.h ../../include/openssl/cast.h
ocsp_prn.o: ../../include/openssl/conf.h ../../include/openssl/crypto.h
ocsp_prn.o: ../../include/openssl/des.h ../../include/openssl/dh.h
ocsp_prn.o: ../../include/openssl/dsa.h ../../include/openssl/e_os.h
ocsp_prn.o: ../../include/openssl/e_os2.h ../../include/openssl/err.h
ocsp_prn.o: ../../include/openssl/evp.h ../../include/openssl/idea.h
ocsp_prn.o: ../../include/openssl/lhash.h ../../include/openssl/md2.h
ocsp_prn.o: ../../include/openssl/md4.h ../../include/openssl/md5.h
ocsp_prn.o: ../../include/openssl/mdc2.h ../../include/openssl/obj_mac.h
ocsp_prn.o: ../../include/openssl/objects.h ../../include/openssl/ocsp.h
ocsp_prn.o: ../../include/openssl/opensslconf.h
ocsp_prn.o: ../../include/openssl/opensslv.h ../../include/openssl/pem.h
ocsp_prn.o: ../../include/openssl/pem2.h ../../include/openssl/pkcs7.h
ocsp_prn.o: ../../include/openssl/rc2.h ../../include/openssl/rc4.h
ocsp_prn.o: ../../include/openssl/rc5.h ../../include/openssl/rd_fst.h
ocsp_prn.o: ../../include/openssl/rijndael.h ../../include/openssl/ripemd.h
ocsp_prn.o: ../../include/openssl/rsa.h ../../include/openssl/safestack.h
ocsp_prn.o: ../../include/openssl/sha.h ../../include/openssl/stack.h
ocsp_prn.o: ../../include/openssl/symhacks.h ../../include/openssl/x509.h
ocsp_prn.o: ../../include/openssl/x509_vfy.h ../../include/openssl/x509v3.h
......@@ -387,6 +387,28 @@ v3_lib.o: ../../include/openssl/safestack.h ../../include/openssl/sha.h
v3_lib.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h
v3_lib.o: ../../include/openssl/x509.h ../../include/openssl/x509_vfy.h
v3_lib.o: ../../include/openssl/x509v3.h ../cryptlib.h ext_dat.h
v3_ocsp.o: ../../include/openssl/asn1.h ../../include/openssl/bio.h
v3_ocsp.o: ../../include/openssl/blowfish.h ../../include/openssl/bn.h
v3_ocsp.o: ../../include/openssl/buffer.h ../../include/openssl/cast.h
v3_ocsp.o: ../../include/openssl/conf.h ../../include/openssl/crypto.h
v3_ocsp.o: ../../include/openssl/des.h ../../include/openssl/dh.h
v3_ocsp.o: ../../include/openssl/dsa.h ../../include/openssl/e_os.h
v3_ocsp.o: ../../include/openssl/e_os.h ../../include/openssl/e_os2.h
v3_ocsp.o: ../../include/openssl/err.h ../../include/openssl/evp.h
v3_ocsp.o: ../../include/openssl/idea.h ../../include/openssl/lhash.h
v3_ocsp.o: ../../include/openssl/md2.h ../../include/openssl/md4.h
v3_ocsp.o: ../../include/openssl/md5.h ../../include/openssl/mdc2.h
v3_ocsp.o: ../../include/openssl/obj_mac.h ../../include/openssl/objects.h
v3_ocsp.o: ../../include/openssl/ocsp.h ../../include/openssl/opensslconf.h
v3_ocsp.o: ../../include/openssl/opensslv.h ../../include/openssl/pkcs7.h
v3_ocsp.o: ../../include/openssl/rc2.h ../../include/openssl/rc4.h
v3_ocsp.o: ../../include/openssl/rc5.h ../../include/openssl/rd_fst.h
v3_ocsp.o: ../../include/openssl/rijndael.h ../../include/openssl/ripemd.h
v3_ocsp.o: ../../include/openssl/rsa.h ../../include/openssl/safestack.h
v3_ocsp.o: ../../include/openssl/sha.h ../../include/openssl/stack.h
v3_ocsp.o: ../../include/openssl/symhacks.h ../../include/openssl/x509.h
v3_ocsp.o: ../../include/openssl/x509_vfy.h ../../include/openssl/x509v3.h
v3_ocsp.o: ../cryptlib.h
v3_pku.o: ../../include/openssl/asn1.h ../../include/openssl/asn1t.h
v3_pku.o: ../../include/openssl/bio.h ../../include/openssl/blowfish.h
v3_pku.o: ../../include/openssl/bn.h ../../include/openssl/buffer.h
......
此差异已折叠。
......@@ -445,19 +445,19 @@ ssltest.o: ../include/openssl/des.h ../include/openssl/dh.h
ssltest.o: ../include/openssl/dsa.h ../include/openssl/e_os.h
ssltest.o: ../include/openssl/e_os2.h ../include/openssl/err.h
ssltest.o: ../include/openssl/evp.h ../include/openssl/idea.h
ssltest.o: ../include/openssl/lhash.h ../include/openssl/md2.h
ssltest.o: ../include/openssl/md4.h ../include/openssl/md5.h
ssltest.o: ../include/openssl/mdc2.h ../include/openssl/obj_mac.h
ssltest.o: ../include/openssl/objects.h ../include/openssl/opensslconf.h
ssltest.o: ../include/openssl/opensslv.h ../include/openssl/pem.h
ssltest.o: ../include/openssl/pem2.h ../include/openssl/pkcs7.h
ssltest.o: ../include/openssl/rand.h ../include/openssl/rc2.h
ssltest.o: ../include/openssl/rc4.h ../include/openssl/rc5.h
ssltest.o: ../include/openssl/rd_fst.h ../include/openssl/rijndael.h
ssltest.o: ../include/openssl/ripemd.h ../include/openssl/rsa.h
ssltest.o: ../include/openssl/safestack.h ../include/openssl/sha.h
ssltest.o: ../include/openssl/ssl.h ../include/openssl/ssl2.h
ssltest.o: ../include/openssl/ssl23.h ../include/openssl/ssl3.h
ssltest.o: ../include/openssl/stack.h ../include/openssl/symhacks.h
ssltest.o: ../include/openssl/tls1.h ../include/openssl/x509.h
ssltest.o: ../include/openssl/x509_vfy.h
ssltest.o: ../include/openssl/kssl.h ../include/openssl/lhash.h
ssltest.o: ../include/openssl/md2.h ../include/openssl/md4.h
ssltest.o: ../include/openssl/md5.h ../include/openssl/mdc2.h
ssltest.o: ../include/openssl/obj_mac.h ../include/openssl/objects.h
ssltest.o: ../include/openssl/opensslconf.h ../include/openssl/opensslv.h
ssltest.o: ../include/openssl/pem.h ../include/openssl/pem2.h
ssltest.o: ../include/openssl/pkcs7.h ../include/openssl/rand.h
ssltest.o: ../include/openssl/rc2.h ../include/openssl/rc4.h
ssltest.o: ../include/openssl/rc5.h ../include/openssl/rd_fst.h
ssltest.o: ../include/openssl/rijndael.h ../include/openssl/ripemd.h
ssltest.o: ../include/openssl/rsa.h ../include/openssl/safestack.h
ssltest.o: ../include/openssl/sha.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
此差异已折叠。
......@@ -18,16 +18,16 @@ SSL_CTX_set_ssl_version 19 EXIST::FUNCTION:
SSL_CTX_set_verify 21 EXIST::FUNCTION:
SSL_CTX_use_PrivateKey 22 EXIST::FUNCTION:
SSL_CTX_use_PrivateKey_ASN1 23 EXIST::FUNCTION:
SSL_CTX_use_PrivateKey_file 24 EXIST::FUNCTION:
SSL_CTX_use_PrivateKey_file 24 EXIST::FUNCTION:STDIO
SSL_CTX_use_RSAPrivateKey 25 EXIST::FUNCTION:RSA
SSL_CTX_use_RSAPrivateKey_ASN1 26 EXIST::FUNCTION:RSA
SSL_CTX_use_RSAPrivateKey_file 27 EXIST::FUNCTION:RSA
SSL_CTX_use_RSAPrivateKey_file 27 EXIST::FUNCTION:STDIO,RSA
SSL_CTX_use_certificate 28 EXIST::FUNCTION:
SSL_CTX_use_certificate_ASN1 29 EXIST::FUNCTION:
SSL_CTX_use_certificate_file 30 EXIST::FUNCTION:
SSL_CTX_use_certificate_file 30 EXIST::FUNCTION:STDIO
SSL_SESSION_free 31 EXIST::FUNCTION:
SSL_SESSION_new 32 EXIST::FUNCTION:
SSL_SESSION_print 33 EXIST::FUNCTION:
SSL_SESSION_print 33 EXIST::FUNCTION:BIO
SSL_SESSION_print_fp 34 EXIST::FUNCTION:FP_API
SSL_accept 35 EXIST::FUNCTION:
SSL_add_client_CA 36 EXIST::FUNCTION:
......@@ -52,15 +52,15 @@ SSL_get_error 58 EXIST::FUNCTION:
SSL_get_fd 59 EXIST::FUNCTION:
SSL_get_peer_cert_chain 60 EXIST::FUNCTION:
SSL_get_peer_certificate 61 EXIST::FUNCTION:
SSL_get_rbio 63 EXIST::FUNCTION:
SSL_get_rbio 63 EXIST::FUNCTION:BIO
SSL_get_read_ahead 64 EXIST::FUNCTION:
SSL_get_shared_ciphers 65 EXIST::FUNCTION:
SSL_get_ssl_method 66 EXIST::FUNCTION:
SSL_get_verify_callback 69 EXIST::FUNCTION:
SSL_get_verify_mode 70 EXIST::FUNCTION:
SSL_get_version 71 EXIST::FUNCTION:
SSL_get_wbio 72 EXIST::FUNCTION:
SSL_load_client_CA_file 73 EXIST::FUNCTION:
SSL_get_wbio 72 EXIST::FUNCTION:BIO
SSL_load_client_CA_file 73 EXIST::FUNCTION:STDIO
SSL_load_error_strings 74 EXIST::FUNCTION:
SSL_new 75 EXIST::FUNCTION:
SSL_peek 76 EXIST::FUNCTION:
......@@ -70,29 +70,29 @@ SSL_renegotiate 79 EXIST::FUNCTION:
SSL_rstate_string 80 EXIST::FUNCTION:
SSL_rstate_string_long 81 EXIST::FUNCTION:
SSL_set_accept_state 82 EXIST::FUNCTION:
SSL_set_bio 83 EXIST::FUNCTION:
SSL_set_bio 83 EXIST::FUNCTION:BIO
SSL_set_cipher_list 84 EXIST::FUNCTION:
SSL_set_client_CA_list 85 EXIST::FUNCTION:
SSL_set_connect_state 86 EXIST::FUNCTION:
SSL_set_fd 87 EXIST::FUNCTION:
SSL_set_fd 87 EXIST::FUNCTION:SOCK
SSL_set_read_ahead 88 EXIST::FUNCTION:
SSL_set_rfd 89 EXIST::FUNCTION:
SSL_set_rfd 89 EXIST::FUNCTION:SOCK
SSL_set_session 90 EXIST::FUNCTION:
SSL_set_ssl_method 91 EXIST::FUNCTION:
SSL_set_verify 94 EXIST::FUNCTION:
SSL_set_wfd 95 EXIST::FUNCTION:
SSL_set_wfd 95 EXIST::FUNCTION:SOCK
SSL_shutdown 96 EXIST::FUNCTION:
SSL_state_string 97 EXIST::FUNCTION:
SSL_state_string_long 98 EXIST::FUNCTION:
SSL_use_PrivateKey 99 EXIST::FUNCTION:
SSL_use_PrivateKey_ASN1 100 EXIST::FUNCTION:
SSL_use_PrivateKey_file 101 EXIST::FUNCTION:
SSL_use_PrivateKey_file 101 EXIST::FUNCTION:STDIO
SSL_use_RSAPrivateKey 102 EXIST::FUNCTION:RSA
SSL_use_RSAPrivateKey_ASN1 103 EXIST::FUNCTION:RSA
SSL_use_RSAPrivateKey_file 104 EXIST::FUNCTION:RSA
SSL_use_RSAPrivateKey_file 104 EXIST::FUNCTION:STDIO,RSA
SSL_use_certificate 105 EXIST::FUNCTION:
SSL_use_certificate_ASN1 106 EXIST::FUNCTION:
SSL_use_certificate_file 107 EXIST::FUNCTION:
SSL_use_certificate_file 107 EXIST::FUNCTION:STDIO
SSL_write 108 EXIST::FUNCTION:
SSLeay_add_ssl_algorithms 109 NOEXIST::FUNCTION:
SSLv23_client_method 110 EXIST::FUNCTION:RSA
......@@ -106,17 +106,17 @@ SSLv3_method 117 EXIST::FUNCTION:
SSLv3_server_method 118 EXIST::FUNCTION:
d2i_SSL_SESSION 119 EXIST::FUNCTION:
i2d_SSL_SESSION 120 EXIST::FUNCTION:
BIO_f_ssl 121 EXIST::FUNCTION:
BIO_new_ssl 122 EXIST::FUNCTION:
BIO_f_ssl 121 EXIST::FUNCTION:BIO
BIO_new_ssl 122 EXIST::FUNCTION:BIO
BIO_proxy_ssl_copy_session_id 123 NOEXIST::FUNCTION:
BIO_ssl_copy_session_id 124 EXIST::FUNCTION:
BIO_ssl_copy_session_id 124 EXIST::FUNCTION:BIO
SSL_do_handshake 125 EXIST::FUNCTION:
SSL_get_privatekey 126 EXIST::FUNCTION:
SSL_get_current_cipher 127 EXIST::FUNCTION:
SSL_CIPHER_get_bits 128 EXIST::FUNCTION:
SSL_CIPHER_get_version 129 EXIST::FUNCTION:
SSL_CIPHER_get_name 130 EXIST::FUNCTION:
BIO_ssl_shutdown 131 EXIST::FUNCTION:
BIO_ssl_shutdown 131 EXIST::FUNCTION:BIO
SSL_SESSION_cmp 132 EXIST::FUNCTION:
SSL_SESSION_hash 133 EXIST::FUNCTION:
SSL_SESSION_get_time 134 EXIST::FUNCTION:
......@@ -152,8 +152,8 @@ SSL_get_ex_new_index 169 EXIST::FUNCTION:
TLSv1_method 170 EXIST::FUNCTION:
TLSv1_server_method 171 EXIST::FUNCTION:
TLSv1_client_method 172 EXIST::FUNCTION:
BIO_new_buffer_ssl_connect 173 EXIST::FUNCTION:
BIO_new_ssl_connect 174 EXIST::FUNCTION:
BIO_new_buffer_ssl_connect 173 EXIST::FUNCTION:BIO
BIO_new_ssl_connect 174 EXIST::FUNCTION:BIO
SSL_get_ex_data_X509_STORE_CTX_idx 175 EXIST:!VMS:FUNCTION:
SSL_get_ex_d_X509_STORE_CTX_idx 175 EXIST:VMS:FUNCTION:
SSL_CTX_set_tmp_dh_callback 176 EXIST::FUNCTION:DH
......@@ -164,16 +164,16 @@ SSL_CTX_get_cert_store 180 EXIST::FUNCTION:
SSL_CTX_set_cert_store 181 EXIST::FUNCTION:
SSL_want 182 EXIST::FUNCTION:
SSL_library_init 183 EXIST::FUNCTION:
SSL_COMP_add_compression_method 184 EXIST::FUNCTION:
SSL_add_file_cert_subjects_to_stack 185 EXIST:!VMS:FUNCTION:
SSL_add_file_cert_subjs_to_stk 185 EXIST:VMS:FUNCTION:
SSL_COMP_add_compression_method 184 EXIST::FUNCTION:COMP
SSL_add_file_cert_subjects_to_stack 185 EXIST:!VMS:FUNCTION:STDIO
SSL_add_file_cert_subjs_to_stk 185 EXIST:VMS:FUNCTION:STDIO
SSL_set_tmp_rsa_callback 186 EXIST::FUNCTION:RSA
SSL_set_tmp_dh_callback 187 EXIST::FUNCTION:DH
SSL_add_dir_cert_subjects_to_stack 188 NOEXIST::FUNCTION:
SSL_add_dir_cert_subjs_to_stk 188 EXIST:VMS:FUNCTION:
SSL_add_dir_cert_subjs_to_stk 188 EXIST:VMS:FUNCTION:STDIO
SSL_set_session_id_context 189 EXIST::FUNCTION:
SSL_CTX_use_certificate_chain_file 222 EXIST:!VMS:FUNCTION:
SSL_CTX_use_cert_chain_file 222 EXIST:VMS:FUNCTION:
SSL_CTX_use_certificate_chain_file 222 EXIST:!VMS:FUNCTION:STDIO
SSL_CTX_use_cert_chain_file 222 EXIST:VMS:FUNCTION:STDIO
SSL_CTX_set_verify_depth 225 EXIST::FUNCTION:
SSL_set_verify_depth 226 EXIST::FUNCTION:
SSL_CTX_get_verify_depth 228 EXIST::FUNCTION:
......@@ -193,3 +193,18 @@ SSL_get1_session 242 EXIST::FUNCTION:
SSL_CTX_callback_ctrl 243 EXIST::FUNCTION:
SSL_callback_ctrl 244 EXIST::FUNCTION:
SSL_CTX_sessions 245 EXIST::FUNCTION:
kssl_cget_tkt 246 EXIST::FUNCTION:KRB5
kssl_err_set 247 EXIST::FUNCTION:KRB5
print_krb5_authdata 248 EXIST::FUNCTION:KRB5
kssl_ctx_show 249 EXIST::FUNCTION:KRB5
print_krb5_keyblock 250 EXIST::FUNCTION:KRB5
kstring 251 EXIST::FUNCTION:KRB5
kssl_ctx_new 252 EXIST::FUNCTION:KRB5
knumber 253 EXIST::FUNCTION:KRB5
kssl_sget_tkt 254 EXIST::FUNCTION:KRB5
kssl_ctx_setkey 255 EXIST::FUNCTION:KRB5
kssl_ctx_setprinc 256 EXIST::FUNCTION:KRB5
kssl_ctx_free 257 EXIST::FUNCTION:KRB5
kssl_krb5_free_data_contents 258 EXIST::FUNCTION:KRB5
print_krb5_data 259 EXIST::FUNCTION:KRB5
kssl_ctx_setstring 260 EXIST::FUNCTION:KRB5
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册