]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit - crypto/x509v3/v3_ncons.c
Import OpenSSL 1.0.2e.
authorjkim <jkim@FreeBSD.org>
Thu, 3 Dec 2015 17:22:58 +0000 (17:22 +0000)
committerjkim <jkim@FreeBSD.org>
Thu, 3 Dec 2015 17:22:58 +0000 (17:22 +0000)
commitafd52a5fc90e70242dbb0e7d29987c976eb993e0
treeb0284af4e4144e27eb9f39e88c53868060774b16
parent64cb0c902e312216cdc4c826fc0be9ba9e1bf4da
Import OpenSSL 1.0.2e.
206 files changed:
CHANGES
CONTRIBUTING [new file with mode: 0644]
Configure
FAQ
FREEBSD-upgrade
Makefile
Makefile.org
NEWS
README
apps/Makefile
apps/app_rand.c
apps/apps.c
apps/asn1pars.c
apps/ca.c
apps/ecparam.c
apps/engine.c
apps/ocsp.c
apps/pkcs12.c
apps/s_cb.c
apps/s_client.c
apps/s_server.c
appveyor.yml [new file with mode: 0644]
crypto/aes/asm/aes-586.pl
crypto/aes/asm/aesni-mb-x86_64.pl
crypto/aes/asm/aesni-sha1-x86_64.pl
crypto/aes/asm/aesni-sha256-x86_64.pl
crypto/aes/asm/aesni-x86.pl
crypto/aes/asm/vpaes-ppc.pl
crypto/asn1/asn1_par.c
crypto/asn1/d2i_pr.c
crypto/asn1/tasn_dec.c
crypto/asn1/x_bignum.c
crypto/asn1/x_pubkey.c
crypto/asn1/x_x509.c
crypto/asn1/x_x509a.c
crypto/bio/b_dump.c
crypto/bio/bss_file.c
crypto/bn/asm/armv4-gf2m.pl
crypto/bn/asm/ia64.S
crypto/bn/asm/ppc64-mont.pl
crypto/bn/asm/rsaz-x86_64.pl
crypto/bn/asm/s390x-gf2m.pl
crypto/bn/asm/s390x.S
crypto/bn/asm/x86-gf2m.pl
crypto/bn/asm/x86_64-gcc.c
crypto/bn/asm/x86_64-gf2m.pl
crypto/bn/asm/x86_64-mont.pl
crypto/bn/asm/x86_64-mont5.pl
crypto/bn/bn_exp.c
crypto/bn/bn_gcd.c
crypto/bn/bn_gf2m.c
crypto/bn/bn_mont.c
crypto/bn/bn_recp.c
crypto/bn/bn_x931p.c
crypto/bn/bntest.c
crypto/bn/rsaz_exp.h
crypto/buffer/buf_str.c
crypto/buffer/buffer.h
crypto/cms/cms_enc.c
crypto/cms/cms_pwri.c
crypto/cms/cms_sd.c
crypto/cms/cms_smime.c
crypto/comp/c_zlib.c
crypto/conf/conf_def.c
crypto/conf/conf_sap.c
crypto/cryptlib.c
crypto/dh/dh.h
crypto/dh/dhtest.c
crypto/dsa/dsa_ameth.c
crypto/dsa/dsa_gen.c
crypto/ec/Makefile
crypto/ec/asm/ecp_nistz256-x86_64.pl
crypto/ec/ec.h
crypto/ec/ec_asn1.c
crypto/ec/ec_key.c
crypto/ecdsa/ecdsa.h
crypto/ecdsa/ecs_lib.c
crypto/engine/eng_cryptodev.c
crypto/engine/eng_list.c
crypto/evp/e_aes_cbc_hmac_sha256.c
crypto/evp/e_des3.c
crypto/evp/encode.c
crypto/evp/evp_key.c
crypto/evp/evp_lib.c
crypto/evp/evp_pbe.c
crypto/evp/p_lib.c
crypto/evp/pmeth_gn.c
crypto/hmac/hm_ameth.c
crypto/jpake/jpake.c
crypto/mem_clr.c
crypto/modes/asm/aesni-gcm-x86_64.pl
crypto/modes/asm/ghash-armv4.pl
crypto/modes/asm/ghash-sparcv9.pl
crypto/modes/asm/ghash-x86.pl
crypto/modes/asm/ghash-x86_64.pl
crypto/modes/asm/ghashp8-ppc.pl
crypto/modes/asm/ghashv8-armx.pl
crypto/modes/wrap128.c
crypto/ocsp/ocsp_lib.c
crypto/ocsp/ocsp_prn.c
crypto/opensslconf.h
crypto/opensslconf.h.in
crypto/opensslv.h
crypto/pem/pem_info.c
crypto/pem/pvkfmt.c
crypto/perlasm/ppc-xlate.pl
crypto/pkcs12/p12_add.c
crypto/pkcs12/p12_crpt.c
crypto/pkcs12/p12_mutl.c
crypto/pkcs7/pk7_doit.c
crypto/pkcs7/pk7_smime.c
crypto/ppccap.c
crypto/rc4/asm/rc4-x86_64.pl
crypto/rsa/rsa_ameth.c
crypto/rsa/rsa_gen.c
crypto/rsa/rsa_sign.c
crypto/rsa/rsa_test.c
crypto/sha/asm/sha1-586.pl
crypto/sha/asm/sha1-mb-x86_64.pl
crypto/sha/asm/sha1-x86_64.pl
crypto/sha/asm/sha256-586.pl
crypto/sha/asm/sha256-mb-x86_64.pl
crypto/sha/asm/sha512-586.pl
crypto/sha/asm/sha512-parisc.pl
crypto/sha/asm/sha512-x86_64.pl
crypto/sparccpuid.S
crypto/sparcv9cap.c
crypto/srp/srp_vfy.c
crypto/ts/ts_rsp_verify.c
crypto/whrlpool/asm/wp-mmx.pl
crypto/x509/x509_lu.c
crypto/x509/x509_vfy.c
crypto/x509/x509_vpm.c
crypto/x509v3/v3_cpols.c
crypto/x509v3/v3_ncons.c
crypto/x509v3/v3_pci.c
crypto/x509v3/v3_pcia.c
crypto/x509v3/v3_purp.c
crypto/x509v3/v3_scts.c
crypto/x509v3/v3_utl.c
doc/HOWTO/keys.txt
doc/README
doc/apps/dgst.pod
doc/apps/genrsa.pod
doc/apps/pkcs12.pod
doc/apps/req.pod
doc/apps/x509.pod
doc/crypto/BIO_read.pod
doc/crypto/BN_rand.pod
doc/crypto/DSA_generate_parameters.pod
doc/crypto/EC_GROUP_copy.pod
doc/crypto/EC_KEY_new.pod
doc/crypto/EVP_DigestVerifyInit.pod
doc/crypto/EVP_EncryptInit.pod
doc/crypto/EVP_SealInit.pod
doc/crypto/EVP_SignInit.pod
doc/crypto/X509_check_host.pod
doc/crypto/buffer.pod
doc/crypto/d2i_X509_NAME.pod
doc/crypto/engine.pod
doc/dir-locals.example.el [new file with mode: 0644]
doc/openssl-c-indent.el [new file with mode: 0644]
doc/openssl_button.gif [deleted file]
doc/openssl_button.html [deleted file]
doc/ssl/SSL_CTX_add_extra_chain_cert.pod
doc/ssl/SSL_CTX_get0_param.pod
doc/ssl/SSL_check_chain.pod [new file with mode: 0644]
e_os.h
engines/e_chil.c
ssl/Makefile
ssl/bio_ssl.c
ssl/clienthellotest.c [new file with mode: 0644]
ssl/d1_both.c
ssl/d1_clnt.c
ssl/d1_meth.c
ssl/d1_srvr.c
ssl/s23_clnt.c
ssl/s3_both.c
ssl/s3_cbc.c
ssl/s3_clnt.c
ssl/s3_enc.c
ssl/s3_lib.c
ssl/s3_pkt.c
ssl/s3_srvr.c
ssl/ssl.h
ssl/ssl_asn1.c
ssl/ssl_cert.c
ssl/ssl_ciph.c
ssl/ssl_err.c
ssl/ssl_lib.c
ssl/ssl_locl.h
ssl/ssl_rsa.c
ssl/ssl_sess.c
ssl/ssltest.c
ssl/t1_enc.c
ssl/t1_lib.c
ssl/tls1.h
util/domd
util/indent.pro
util/mk1mf.pl
util/mkrc.pl
util/mkstack.pl
util/pl/VC-32.pl
util/pod2mantest [deleted file]
util/selftest.pl
util/toutf8.sh [new file with mode: 0755]