]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Import OpenSSL 1.1.1a.
authorjkim <jkim@FreeBSD.org>
Tue, 20 Nov 2018 18:59:41 +0000 (18:59 +0000)
committerjkim <jkim@FreeBSD.org>
Tue, 20 Nov 2018 18:59:41 +0000 (18:59 +0000)
commitf4095d4de2c6ea9ae4c39509d9ab156b87faad76
tree884976f2693f42bade35b92edc3c1f7f8c53825b
parentf3cd074bb31c5eadb7b0b3e75bbf50193ceaaa09
Import OpenSSL 1.1.1a.
145 files changed:
CHANGES
Configure
INSTALL
NEWS
README
apps/app_rand.c
apps/apps.c
apps/apps.h
apps/ca.c
apps/ocsp.c
apps/openssl.cnf
apps/opt.c
apps/rehash.c
apps/rsa.c
apps/s_cb.c
apps/s_server.c
apps/speed.c
apps/x509.c
crypto/LPdir_unix.c
crypto/async/arch/async_posix.h
crypto/bio/b_sock2.c
crypto/bio/bio_lib.c
crypto/bio/bss_log.c
crypto/bn/asm/x86_64-gcc.c
crypto/bn/bn_exp.c
crypto/bn/bn_lib.c
crypto/build.info
crypto/conf/conf_api.c
crypto/conf/conf_mod.c
crypto/cryptlib.c
crypto/ct/ct_log.c
crypto/dsa/dsa_gen.c
crypto/dsa/dsa_ossl.c
crypto/ec/ec_ameth.c
crypto/ec/ec_mult.c
crypto/ec/ec_pmeth.c
crypto/ec/ecdh_kdf.c
crypto/engine/eng_devcrypto.c
crypto/engine/eng_list.c
crypto/err/openssl.txt
crypto/evp/e_aes.c
crypto/evp/e_rc2.c
crypto/evp/pmeth_lib.c
crypto/getenv.c [new file with mode: 0644]
crypto/include/internal/ec_int.h
crypto/include/internal/rand_int.h
crypto/kdf/hkdf.c
crypto/mem_sec.c
crypto/o_fopen.c
crypto/pkcs12/p12_mutl.c
crypto/poly1305/poly1305_ieee754.c
crypto/rand/drbg_ctr.c
crypto/rand/drbg_lib.c
crypto/rand/rand_err.c
crypto/rand/rand_lcl.h
crypto/rand/rand_lib.c
crypto/rand/rand_unix.c
crypto/rand/randfile.c
crypto/rsa/rsa_lib.c
crypto/rsa/rsa_meth.c
crypto/rsa/rsa_ossl.c
crypto/sha/asm/keccak1600-s390x.pl
crypto/sha/asm/sha512p8-ppc.pl
crypto/siphash/siphash.c
crypto/sm2/sm2_crypt.c
crypto/sm2/sm2_sign.c
crypto/ui/ui_openssl.c
crypto/x509/by_dir.c
crypto/x509/by_file.c
crypto/x509/x509_vfy.c
doc/man1/ca.pod
doc/man1/enc.pod
doc/man1/openssl.pod
doc/man1/req.pod
doc/man1/rsa.pod
doc/man1/s_server.pod
doc/man1/storeutl.pod
doc/man1/x509.pod
doc/man3/DES_random_key.pod
doc/man3/EVP_DigestInit.pod
doc/man3/EVP_PKEY_CTX_ctrl.pod
doc/man3/EVP_PKEY_CTX_set_hkdf_md.pod
doc/man3/EVP_PKEY_CTX_set_rsa_pss_keygen_md.pod
doc/man3/EVP_PKEY_set1_RSA.pod
doc/man3/EVP_aes.pod
doc/man3/EVP_aria.pod
doc/man3/EVP_bf_cbc.pod
doc/man3/EVP_camellia.pod
doc/man3/EVP_cast5_cbc.pod
doc/man3/EVP_des.pod
doc/man3/EVP_idea_cbc.pod
doc/man3/EVP_md5.pod
doc/man3/EVP_rc2_cbc.pod
doc/man3/EVP_rc5_32_12_16_cbc.pod
doc/man3/EVP_seed_cbc.pod
doc/man3/EVP_sm4_cbc.pod
doc/man3/OPENSSL_VERSION_NUMBER.pod
doc/man3/RSA_meth_new.pod
doc/man3/SSL_CTX_set0_CA_list.pod
doc/man3/SSL_CTX_set1_curves.pod
doc/man3/SSL_CTX_set_client_CA_list.pod [deleted file]
doc/man3/SSL_CTX_set_quiet_shutdown.pod
doc/man3/SSL_get_client_CA_list.pod [deleted file]
doc/man3/SSL_get_error.pod
doc/man3/SSL_get_peer_signature_nid.pod
doc/man3/SSL_get_peer_tmp_key.pod [new file with mode: 0644]
doc/man3/SSL_get_server_tmp_key.pod [deleted file]
doc/man3/SSL_set_bio.pod
doc/man3/SSL_set_shutdown.pod
doc/man3/SSL_shutdown.pod
doc/man7/RAND_DRBG.pod
e_os.h
include/internal/cryptlib.h
include/internal/tsan_assist.h
include/openssl/cryptoerr.h
include/openssl/ec.h
include/openssl/ocsp.h
include/openssl/opensslv.h
include/openssl/rand_drbg.h
include/openssl/randerr.h
include/openssl/rsa.h
include/openssl/ssl.h
include/openssl/symhacks.h
include/openssl/tls1.h
ssl/d1_lib.c
ssl/record/rec_layer_d1.c
ssl/record/record.h
ssl/record/record_locl.h
ssl/record/ssl3_record.c
ssl/s3_cbc.c
ssl/s3_enc.c
ssl/s3_lib.c
ssl/ssl_cert.c
ssl/ssl_ciph.c
ssl/ssl_lib.c
ssl/ssl_locl.h
ssl/statem/extensions.c
ssl/statem/extensions_clnt.c
ssl/statem/statem.c
ssl/statem/statem_clnt.c
ssl/statem/statem_lib.c
ssl/statem/statem_locl.h
ssl/statem/statem_srvr.c
ssl/t1_lib.c
ssl/tls13_enc.c