update libressl to v2.7.4
commitdd9cd70237ff2143d3b63ea58050afcfbc5c80e5
authorLauri Tirkkonen <lotheac@iki.fi>
Sun, 1 Jul 2018 17:59:50 +0000 (1 20:59 +0300)
committerLauri Tirkkonen <lotheac@iki.fi>
Sun, 1 Jul 2018 18:55:08 +0000 (1 21:55 +0300)
tree49a84b192a650e0a254e39644aeda1fbfb2cc4cd
parent758ccf00c5254f457eb5efbfce7dde5837023695
update libressl to v2.7.4
585 files changed:
bin/nc/nc.1
bin/nc/netcat.c
bin/openssl/apps.c
bin/openssl/apps.h
bin/openssl/apps_posix.c
bin/openssl/asn1pars.c
bin/openssl/ca.c
bin/openssl/certhash.c
bin/openssl/ciphers.c
bin/openssl/crl.c
bin/openssl/crl2p7.c
bin/openssl/dgst.c
bin/openssl/dh.c
bin/openssl/dhparam.c
bin/openssl/dsa.c
bin/openssl/dsaparam.c
bin/openssl/ec.c
bin/openssl/ecparam.c
bin/openssl/enc.c
bin/openssl/gendh.c
bin/openssl/gendsa.c
bin/openssl/genpkey.c
bin/openssl/genrsa.c
bin/openssl/nseq.c
bin/openssl/ocsp.c
bin/openssl/openssl.1
bin/openssl/openssl.c
bin/openssl/passwd.c
bin/openssl/pkcs12.c
bin/openssl/pkcs7.c
bin/openssl/pkcs8.c
bin/openssl/pkey.c
bin/openssl/pkeyparam.c
bin/openssl/pkeyutl.c
bin/openssl/prime.c
bin/openssl/rand.c
bin/openssl/req.c
bin/openssl/rsa.c
bin/openssl/rsautl.c
bin/openssl/s_cb.c
bin/openssl/s_client.c
bin/openssl/s_server.c
bin/openssl/s_socket.c
bin/openssl/s_time.c
bin/openssl/sess_id.c
bin/openssl/smime.c
bin/openssl/speed.c
bin/openssl/spkac.c
bin/openssl/ts.c
bin/openssl/verify.c
bin/openssl/x509.c
lib/libcrypto/Makefile
lib/libcrypto/Symbols.list
lib/libcrypto/aes/asm/aes-armv4.pl
lib/libcrypto/aes/asm/aes-x86_64.pl
lib/libcrypto/arc4random/getentropy_linux.c
lib/libcrypto/arm_arch.h
lib/libcrypto/asn1/asn1.h
lib/libcrypto/asn1/asn1_lib.c
lib/libcrypto/asn1/evp_asn1.c
lib/libcrypto/asn1/x_crl.c
lib/libcrypto/asn1/x_name.c
lib/libcrypto/asn1/x_pubkey.c
lib/libcrypto/asn1/x_req.c
lib/libcrypto/asn1/x_x509.c
lib/libcrypto/bio/b_posix.c
lib/libcrypto/bio/b_sock.c
lib/libcrypto/bio/bio.h
lib/libcrypto/bio/bio_lib.c
lib/libcrypto/bio/bio_meth.c [new file with mode: 0644]
lib/libcrypto/bn/bn.h
lib/libcrypto/bn/bn_const.c
lib/libcrypto/bn/bn_lib.c
lib/libcrypto/camellia/asm/cmll-x86_64.pl
lib/libcrypto/cert.pem
lib/libcrypto/comp/c_zlib.c
lib/libcrypto/compat/include/sys/time.h [new file with mode: 0644]
lib/libcrypto/compat/include/sys/types.h
lib/libcrypto/compat/include/time.h [new file with mode: 0644]
lib/libcrypto/conf/conf_sap.c
lib/libcrypto/crypto.h
lib/libcrypto/crypto_init.c [new file with mode: 0644]
lib/libcrypto/cversion.c
lib/libcrypto/dh/dh.h
lib/libcrypto/dh/dh_key.c
lib/libcrypto/dh/dh_lib.c
lib/libcrypto/dsa/dsa.h
lib/libcrypto/dsa/dsa_asn1.c
lib/libcrypto/dsa/dsa_lib.c
lib/libcrypto/dsa/dsa_meth.c [new file with mode: 0644]
lib/libcrypto/dsa/dsa_ossl.c
lib/libcrypto/ec/ec_ameth.c
lib/libcrypto/ec/ec_asn1.c
lib/libcrypto/ec/ec_curve.c
lib/libcrypto/ecdsa/ecdsa.h
lib/libcrypto/ecdsa/ecs_asn1.c
lib/libcrypto/ecdsa/ecs_ossl.c
lib/libcrypto/engine/eng_all.c
lib/libcrypto/engine/eng_lib.c
lib/libcrypto/err/err.c
lib/libcrypto/err/err_all.c
lib/libcrypto/evp/c_all.c
lib/libcrypto/evp/digest.c
lib/libcrypto/evp/evp.h
lib/libcrypto/evp/evp_enc.c
lib/libcrypto/evp/names.c
lib/libcrypto/evp/p_lib.c
lib/libcrypto/ex_data.c
lib/libcrypto/format-pem.pl
lib/libcrypto/hmac/hmac.c
lib/libcrypto/hmac/hmac.h
lib/libcrypto/man/ACCESS_DESCRIPTION_new.3
lib/libcrypto/man/ASN1_OBJECT_new.3
lib/libcrypto/man/ASN1_STRING_TABLE_add.3
lib/libcrypto/man/ASN1_STRING_length.3
lib/libcrypto/man/ASN1_STRING_new.3
lib/libcrypto/man/ASN1_STRING_print_ex.3
lib/libcrypto/man/ASN1_TIME_set.3
lib/libcrypto/man/ASN1_TYPE_get.3
lib/libcrypto/man/ASN1_generate_nconf.3
lib/libcrypto/man/ASN1_item_d2i.3
lib/libcrypto/man/ASN1_item_new.3
lib/libcrypto/man/ASN1_time_parse.3
lib/libcrypto/man/AUTHORITY_KEYID_new.3
lib/libcrypto/man/BASIC_CONSTRAINTS_new.3
lib/libcrypto/man/BF_set_key.3
lib/libcrypto/man/BIO_ctrl.3
lib/libcrypto/man/BIO_f_base64.3
lib/libcrypto/man/BIO_f_buffer.3
lib/libcrypto/man/BIO_f_cipher.3
lib/libcrypto/man/BIO_f_md.3
lib/libcrypto/man/BIO_f_null.3
lib/libcrypto/man/BIO_find_type.3
lib/libcrypto/man/BIO_get_data.3 [copied from lib/libcrypto/man/ASN1_OBJECT_new.3 with 58% similarity]
lib/libcrypto/man/BIO_get_ex_new_index.3
lib/libcrypto/man/BIO_meth_new.3 [new file with mode: 0644]
lib/libcrypto/man/BIO_new.3
lib/libcrypto/man/BIO_printf.3
lib/libcrypto/man/BIO_push.3
lib/libcrypto/man/BIO_read.3
lib/libcrypto/man/BIO_s_accept.3
lib/libcrypto/man/BIO_s_bio.3
lib/libcrypto/man/BIO_s_connect.3
lib/libcrypto/man/BIO_s_fd.3
lib/libcrypto/man/BIO_s_file.3
lib/libcrypto/man/BIO_s_mem.3
lib/libcrypto/man/BIO_s_null.3
lib/libcrypto/man/BIO_s_socket.3
lib/libcrypto/man/BIO_set_callback.3
lib/libcrypto/man/BIO_should_retry.3
lib/libcrypto/man/BN_BLINDING_new.3
lib/libcrypto/man/BN_CTX_new.3
lib/libcrypto/man/BN_CTX_start.3
lib/libcrypto/man/BN_add.3
lib/libcrypto/man/BN_add_word.3
lib/libcrypto/man/BN_bn2bin.3
lib/libcrypto/man/BN_cmp.3
lib/libcrypto/man/BN_copy.3
lib/libcrypto/man/BN_generate_prime.3
lib/libcrypto/man/BN_get0_nist_prime_521.3
lib/libcrypto/man/BN_mod_inverse.3
lib/libcrypto/man/BN_mod_mul_montgomery.3
lib/libcrypto/man/BN_mod_mul_reciprocal.3
lib/libcrypto/man/BN_new.3
lib/libcrypto/man/BN_num_bytes.3
lib/libcrypto/man/BN_rand.3
lib/libcrypto/man/BN_set_bit.3
lib/libcrypto/man/BN_set_flags.3
lib/libcrypto/man/BN_set_negative.3
lib/libcrypto/man/BN_swap.3
lib/libcrypto/man/BN_zero.3
lib/libcrypto/man/BUF_MEM_new.3
lib/libcrypto/man/CONF_modules_free.3
lib/libcrypto/man/CONF_modules_load_file.3
lib/libcrypto/man/CRYPTO_get_mem_functions.3
lib/libcrypto/man/CRYPTO_set_ex_data.3
lib/libcrypto/man/CRYPTO_set_locking_callback.3
lib/libcrypto/man/DES_set_key.3
lib/libcrypto/man/DH_generate_key.3
lib/libcrypto/man/DH_generate_parameters.3
lib/libcrypto/man/DH_get0_pqg.3 [new file with mode: 0644]
lib/libcrypto/man/DH_get_ex_new_index.3
lib/libcrypto/man/DH_new.3
lib/libcrypto/man/DH_set_method.3
lib/libcrypto/man/DH_size.3
lib/libcrypto/man/DIST_POINT_new.3
lib/libcrypto/man/DSA_SIG_new.3
lib/libcrypto/man/DSA_do_sign.3
lib/libcrypto/man/DSA_dup_DH.3
lib/libcrypto/man/DSA_generate_key.3
lib/libcrypto/man/DSA_generate_parameters.3
lib/libcrypto/man/DSA_get0_pqg.3 [new file with mode: 0644]
lib/libcrypto/man/DSA_get_ex_new_index.3
lib/libcrypto/man/DSA_meth_new.3 [copied from lib/libcrypto/man/X509_REVOKED_new.3 with 57% similarity]
lib/libcrypto/man/DSA_new.3
lib/libcrypto/man/DSA_set_method.3
lib/libcrypto/man/DSA_sign.3
lib/libcrypto/man/DSA_size.3
lib/libcrypto/man/ECDSA_SIG_new.3
lib/libcrypto/man/EC_GFp_simple_method.3
lib/libcrypto/man/EC_GROUP_copy.3
lib/libcrypto/man/EC_GROUP_new.3
lib/libcrypto/man/EC_KEY_new.3
lib/libcrypto/man/EC_POINT_add.3
lib/libcrypto/man/EC_POINT_new.3
lib/libcrypto/man/ERR_GET_LIB.3
lib/libcrypto/man/ERR_clear_error.3
lib/libcrypto/man/ERR_error_string.3
lib/libcrypto/man/ERR_get_error.3
lib/libcrypto/man/ERR_load_crypto_strings.3
lib/libcrypto/man/ERR_load_strings.3
lib/libcrypto/man/ERR_print_errors.3
lib/libcrypto/man/ERR_put_error.3
lib/libcrypto/man/ERR_remove_state.3
lib/libcrypto/man/ERR_set_mark.3
lib/libcrypto/man/ESS_SIGNING_CERT_new.3
lib/libcrypto/man/EVP_BytesToKey.3
lib/libcrypto/man/EVP_DigestInit.3
lib/libcrypto/man/EVP_DigestSignInit.3
lib/libcrypto/man/EVP_DigestVerifyInit.3
lib/libcrypto/man/EVP_EncodeInit.3
lib/libcrypto/man/EVP_EncryptInit.3
lib/libcrypto/man/EVP_OpenInit.3
lib/libcrypto/man/EVP_PKEY_CTX_ctrl.3
lib/libcrypto/man/EVP_PKEY_CTX_new.3
lib/libcrypto/man/EVP_PKEY_asn1_get_count.3 [new file with mode: 0644]
lib/libcrypto/man/EVP_PKEY_asn1_new.3 [new file with mode: 0644]
lib/libcrypto/man/EVP_PKEY_cmp.3
lib/libcrypto/man/EVP_PKEY_decrypt.3
lib/libcrypto/man/EVP_PKEY_derive.3
lib/libcrypto/man/EVP_PKEY_encrypt.3
lib/libcrypto/man/EVP_PKEY_get_default_digest_nid.3
lib/libcrypto/man/EVP_PKEY_keygen.3
lib/libcrypto/man/EVP_PKEY_meth_get0_info.3
lib/libcrypto/man/EVP_PKEY_meth_new.3 [new file with mode: 0644]
lib/libcrypto/man/EVP_PKEY_new.3
lib/libcrypto/man/EVP_PKEY_print_private.3
lib/libcrypto/man/EVP_PKEY_set1_RSA.3
lib/libcrypto/man/EVP_PKEY_sign.3
lib/libcrypto/man/EVP_PKEY_verify.3
lib/libcrypto/man/EVP_PKEY_verify_recover.3
lib/libcrypto/man/EVP_SealInit.3
lib/libcrypto/man/EVP_SignInit.3
lib/libcrypto/man/EVP_VerifyInit.3
lib/libcrypto/man/EXTENDED_KEY_USAGE_new.3
lib/libcrypto/man/GENERAL_NAME_new.3
lib/libcrypto/man/HMAC.3
lib/libcrypto/man/MD5.3
lib/libcrypto/man/Makefile
lib/libcrypto/man/NAME_CONSTRAINTS_new.3
lib/libcrypto/man/OBJ_nid2obj.3
lib/libcrypto/man/OCSP_CRLID_new.3
lib/libcrypto/man/OCSP_REQUEST_new.3
lib/libcrypto/man/OCSP_SERVICELOC_new.3
lib/libcrypto/man/OCSP_cert_to_id.3
lib/libcrypto/man/OCSP_request_add1_nonce.3
lib/libcrypto/man/OCSP_resp_find_status.3
lib/libcrypto/man/OCSP_response_status.3
lib/libcrypto/man/OCSP_sendreq_new.3
lib/libcrypto/man/OPENSSL_VERSION_NUMBER.3
lib/libcrypto/man/OPENSSL_cleanse.3
lib/libcrypto/man/OPENSSL_config.3 [copied from lib/libcrypto/man/ASN1_OBJECT_new.3 with 63% similarity]
lib/libcrypto/man/OPENSSL_init_crypto.3 [new file with mode: 0644]
lib/libcrypto/man/OPENSSL_load_builtin_modules.3
lib/libcrypto/man/OPENSSL_malloc.3
lib/libcrypto/man/OPENSSL_sk_new.3 [new file with mode: 0644]
lib/libcrypto/man/OpenSSL_add_all_algorithms.3
lib/libcrypto/man/PEM_bytes_read_bio.3
lib/libcrypto/man/PEM_read.3
lib/libcrypto/man/PEM_read_bio_PrivateKey.3
lib/libcrypto/man/PEM_write_bio_PKCS7_stream.3
lib/libcrypto/man/PKCS12_SAFEBAG_new.3
lib/libcrypto/man/PKCS12_create.3
lib/libcrypto/man/PKCS12_new.3
lib/libcrypto/man/PKCS12_newpass.3
lib/libcrypto/man/PKCS12_parse.3
lib/libcrypto/man/PKCS5_PBKDF2_HMAC.3
lib/libcrypto/man/PKCS7_decrypt.3
lib/libcrypto/man/PKCS7_encrypt.3
lib/libcrypto/man/PKCS7_new.3
lib/libcrypto/man/PKCS7_sign.3
lib/libcrypto/man/PKCS7_sign_add_signer.3
lib/libcrypto/man/PKCS7_verify.3
lib/libcrypto/man/PKCS8_PRIV_KEY_INFO_new.3
lib/libcrypto/man/PKEY_USAGE_PERIOD_new.3
lib/libcrypto/man/POLICYINFO_new.3
lib/libcrypto/man/PROXY_POLICY_new.3
lib/libcrypto/man/RAND_add.3
lib/libcrypto/man/RAND_bytes.3
lib/libcrypto/man/RAND_load_file.3
lib/libcrypto/man/RAND_set_rand_method.3
lib/libcrypto/man/RC4.3
lib/libcrypto/man/RIPEMD160.3
lib/libcrypto/man/RSA_PSS_PARAMS_new.3
lib/libcrypto/man/RSA_blinding_on.3
lib/libcrypto/man/RSA_check_key.3
lib/libcrypto/man/RSA_generate_key.3
lib/libcrypto/man/RSA_get0_key.3 [new file with mode: 0644]
lib/libcrypto/man/RSA_get_ex_new_index.3
lib/libcrypto/man/RSA_meth_new.3 [copied from lib/libcrypto/man/X509_REVOKED_new.3 with 55% similarity]
lib/libcrypto/man/RSA_new.3
lib/libcrypto/man/RSA_padding_add_PKCS1_type_1.3
lib/libcrypto/man/RSA_print.3
lib/libcrypto/man/RSA_private_encrypt.3
lib/libcrypto/man/RSA_public_encrypt.3
lib/libcrypto/man/RSA_set_method.3
lib/libcrypto/man/RSA_sign.3
lib/libcrypto/man/RSA_sign_ASN1_OCTET_STRING.3
lib/libcrypto/man/RSA_size.3
lib/libcrypto/man/SHA1.3
lib/libcrypto/man/SMIME_read_PKCS7.3
lib/libcrypto/man/SMIME_write_PKCS7.3
lib/libcrypto/man/STACK_OF.3 [new file with mode: 0644]
lib/libcrypto/man/SXNET_new.3
lib/libcrypto/man/TS_REQ_new.3
lib/libcrypto/man/UI_UTIL_read_pw.3
lib/libcrypto/man/UI_create_method.3
lib/libcrypto/man/UI_get_string_type.3
lib/libcrypto/man/UI_new.3
lib/libcrypto/man/X509V3_get_d2i.3
lib/libcrypto/man/X509_ALGOR_dup.3
lib/libcrypto/man/X509_ATTRIBUTE_new.3
lib/libcrypto/man/X509_CINF_new.3
lib/libcrypto/man/X509_CRL_get0_by_serial.3
lib/libcrypto/man/X509_CRL_new.3
lib/libcrypto/man/X509_EXTENSION_set_object.3
lib/libcrypto/man/X509_LOOKUP_hash_dir.3
lib/libcrypto/man/X509_NAME_ENTRY_get_object.3
lib/libcrypto/man/X509_NAME_add_entry_by_txt.3
lib/libcrypto/man/X509_NAME_get_index_by_NID.3
lib/libcrypto/man/X509_NAME_new.3
lib/libcrypto/man/X509_NAME_print_ex.3
lib/libcrypto/man/X509_OBJECT_get0_X509.3 [new file with mode: 0644]
lib/libcrypto/man/X509_PUBKEY_new.3
lib/libcrypto/man/X509_REQ_new.3
lib/libcrypto/man/X509_REVOKED_new.3
lib/libcrypto/man/X509_SIG_new.3
lib/libcrypto/man/X509_STORE_CTX_get_error.3
lib/libcrypto/man/X509_STORE_CTX_get_ex_new_index.3
lib/libcrypto/man/X509_STORE_CTX_new.3
lib/libcrypto/man/X509_STORE_CTX_set_verify_cb.3
lib/libcrypto/man/X509_STORE_load_locations.3
lib/libcrypto/man/X509_STORE_new.3 [copied from lib/libcrypto/man/ASN1_OBJECT_new.3 with 64% similarity]
lib/libcrypto/man/X509_STORE_set1_param.3
lib/libcrypto/man/X509_STORE_set_verify_cb_func.3
lib/libcrypto/man/X509_VERIFY_PARAM_set_flags.3
lib/libcrypto/man/X509_check_ca.3
lib/libcrypto/man/X509_check_host.3
lib/libcrypto/man/X509_check_issued.3
lib/libcrypto/man/X509_check_private_key.3
lib/libcrypto/man/X509_cmp_time.3
lib/libcrypto/man/X509_digest.3
lib/libcrypto/man/X509_get0_notBefore.3 [new file with mode: 0644]
lib/libcrypto/man/X509_get0_signature.3 [copied from lib/libcrypto/man/X509_get_subject_name.3 with 53% similarity]
lib/libcrypto/man/X509_get_pubkey.3
lib/libcrypto/man/X509_get_serialNumber.3
lib/libcrypto/man/X509_get_subject_name.3
lib/libcrypto/man/X509_get_version.3
lib/libcrypto/man/X509_new.3
lib/libcrypto/man/X509_sign.3
lib/libcrypto/man/X509_verify_cert.3
lib/libcrypto/man/X509v3_get_ext_by_NID.3
lib/libcrypto/man/crypto.3
lib/libcrypto/man/d2i_ASN1_NULL.3
lib/libcrypto/man/d2i_ASN1_OBJECT.3
lib/libcrypto/man/d2i_ASN1_OCTET_STRING.3
lib/libcrypto/man/d2i_ASN1_SEQUENCE_ANY.3
lib/libcrypto/man/d2i_AUTHORITY_KEYID.3
lib/libcrypto/man/d2i_BASIC_CONSTRAINTS.3
lib/libcrypto/man/d2i_DHparams.3
lib/libcrypto/man/d2i_DIST_POINT.3
lib/libcrypto/man/d2i_DSAPublicKey.3
lib/libcrypto/man/d2i_ECPKParameters.3
lib/libcrypto/man/d2i_ESS_SIGNING_CERT.3
lib/libcrypto/man/d2i_GENERAL_NAME.3
lib/libcrypto/man/d2i_OCSP_REQUEST.3
lib/libcrypto/man/d2i_OCSP_RESPONSE.3
lib/libcrypto/man/d2i_PKCS12.3
lib/libcrypto/man/d2i_PKCS7.3
lib/libcrypto/man/d2i_PKCS8PrivateKey_bio.3
lib/libcrypto/man/d2i_PKCS8_PRIV_KEY_INFO.3
lib/libcrypto/man/d2i_PKEY_USAGE_PERIOD.3
lib/libcrypto/man/d2i_POLICYINFO.3
lib/libcrypto/man/d2i_PROXY_POLICY.3
lib/libcrypto/man/d2i_PrivateKey.3
lib/libcrypto/man/d2i_RSAPublicKey.3
lib/libcrypto/man/d2i_TS_REQ.3
lib/libcrypto/man/d2i_X509.3
lib/libcrypto/man/d2i_X509_ALGOR.3
lib/libcrypto/man/d2i_X509_ATTRIBUTE.3
lib/libcrypto/man/d2i_X509_CRL.3
lib/libcrypto/man/d2i_X509_EXTENSION.3
lib/libcrypto/man/d2i_X509_NAME.3
lib/libcrypto/man/d2i_X509_REQ.3
lib/libcrypto/man/d2i_X509_SIG.3
lib/libcrypto/man/des_read_pw.3
lib/libcrypto/man/engine.3
lib/libcrypto/man/get_rfc3526_prime_8192.3
lib/libcrypto/man/i2d_PKCS7_bio_stream.3
lib/libcrypto/man/openssl.cnf.5
lib/libcrypto/man/x509v3.cnf.5
lib/libcrypto/modes/asm/ghash-armv4.pl
lib/libcrypto/modes/gcm128.c
lib/libcrypto/objects/obj_mac.num
lib/libcrypto/objects/objects.txt
lib/libcrypto/ocsp/ocsp.h
lib/libcrypto/ocsp/ocsp_cl.c
lib/libcrypto/opensslv.h
lib/libcrypto/perlasm/x86_64-xlate.pl
lib/libcrypto/rsa/rsa.h
lib/libcrypto/rsa/rsa_crpt.c
lib/libcrypto/rsa/rsa_lib.c
lib/libcrypto/rsa/rsa_meth.c [new file with mode: 0644]
lib/libcrypto/sha/asm/sha1-armv4-large.pl
lib/libcrypto/sha/asm/sha256-armv4.pl
lib/libcrypto/sha/asm/sha512-armv4.pl
lib/libcrypto/shlib_version
lib/libcrypto/x509/x509.h
lib/libcrypto/x509/x509_cmp.c
lib/libcrypto/x509/x509_lu.c
lib/libcrypto/x509/x509_set.c
lib/libcrypto/x509/x509_vfy.c
lib/libcrypto/x509/x509_vfy.h
lib/libcrypto/x509/x509_vpm.c
lib/libcrypto/x509/x509cset.c
lib/libcrypto/x509/x509name.c
lib/libcrypto/x509v3/v3_utl.c
lib/libssl/Makefile
lib/libssl/Symbols.list
lib/libssl/bs_cbb.c
lib/libssl/bytestring.h
lib/libssl/d1_both.c
lib/libssl/d1_clnt.c [copied from bin/openssl/apps_posix.c with 63% similarity]
lib/libssl/d1_meth.c
lib/libssl/d1_srvr.c [copied from bin/openssl/apps_posix.c with 65% similarity]
lib/libssl/man/BIO_f_ssl.3
lib/libssl/man/DTLSv1_listen.3
lib/libssl/man/Makefile
lib/libssl/man/OPENSSL_init_ssl.3 [new file with mode: 0644]
lib/libssl/man/PEM_read_SSL_SESSION.3
lib/libssl/man/SSL_CIPHER_get_name.3
lib/libssl/man/SSL_COMP_add_compression_method.3
lib/libssl/man/SSL_CTX_add_extra_chain_cert.3
lib/libssl/man/SSL_CTX_add_session.3
lib/libssl/man/SSL_CTX_ctrl.3
lib/libssl/man/SSL_CTX_flush_sessions.3
lib/libssl/man/SSL_CTX_free.3
lib/libssl/man/SSL_CTX_get0_certificate.3 [copied from lib/libssl/man/SSL_dup.3 with 50% similarity]
lib/libssl/man/SSL_CTX_get_ex_new_index.3
lib/libssl/man/SSL_CTX_get_verify_mode.3
lib/libssl/man/SSL_CTX_load_verify_locations.3
lib/libssl/man/SSL_CTX_new.3
lib/libssl/man/SSL_CTX_sess_number.3
lib/libssl/man/SSL_CTX_sess_set_cache_size.3
lib/libssl/man/SSL_CTX_sess_set_get_cb.3
lib/libssl/man/SSL_CTX_sessions.3
lib/libssl/man/SSL_CTX_set_alpn_select_cb.3
lib/libssl/man/SSL_CTX_set_cert_store.3
lib/libssl/man/SSL_CTX_set_cert_verify_callback.3
lib/libssl/man/SSL_CTX_set_cipher_list.3
lib/libssl/man/SSL_CTX_set_client_CA_list.3
lib/libssl/man/SSL_CTX_set_client_cert_cb.3
lib/libssl/man/SSL_CTX_set_default_passwd_cb.3
lib/libssl/man/SSL_CTX_set_generate_session_id.3
lib/libssl/man/SSL_CTX_set_info_callback.3
lib/libssl/man/SSL_CTX_set_max_cert_list.3
lib/libssl/man/SSL_CTX_set_min_proto_version.3
lib/libssl/man/SSL_CTX_set_mode.3
lib/libssl/man/SSL_CTX_set_msg_callback.3
lib/libssl/man/SSL_CTX_set_options.3
lib/libssl/man/SSL_CTX_set_quiet_shutdown.3
lib/libssl/man/SSL_CTX_set_read_ahead.3
lib/libssl/man/SSL_CTX_set_session_cache_mode.3
lib/libssl/man/SSL_CTX_set_session_id_context.3
lib/libssl/man/SSL_CTX_set_ssl_version.3
lib/libssl/man/SSL_CTX_set_timeout.3
lib/libssl/man/SSL_CTX_set_tlsext_servername_callback.3
lib/libssl/man/SSL_CTX_set_tlsext_status_cb.3
lib/libssl/man/SSL_CTX_set_tlsext_ticket_key_cb.3
lib/libssl/man/SSL_CTX_set_tlsext_use_srtp.3 [new file with mode: 0644]
lib/libssl/man/SSL_CTX_set_tmp_dh_callback.3
lib/libssl/man/SSL_CTX_set_tmp_rsa_callback.3
lib/libssl/man/SSL_CTX_set_verify.3
lib/libssl/man/SSL_CTX_use_certificate.3
lib/libssl/man/SSL_SESSION_free.3
lib/libssl/man/SSL_SESSION_get0_peer.3
lib/libssl/man/SSL_SESSION_get_compress_id.3
lib/libssl/man/SSL_SESSION_get_ex_new_index.3
lib/libssl/man/SSL_SESSION_get_id.3
lib/libssl/man/SSL_SESSION_get_protocol_version.3 [copied from lib/libssl/man/SSL_SESSION_get_id.3 with 72% similarity]
lib/libssl/man/SSL_SESSION_get_time.3
lib/libssl/man/SSL_SESSION_has_ticket.3 [copied from lib/libssl/man/SSL_set1_param.3 with 70% similarity]
lib/libssl/man/SSL_SESSION_new.3
lib/libssl/man/SSL_SESSION_print.3
lib/libssl/man/SSL_SESSION_set1_id_context.3
lib/libssl/man/SSL_accept.3
lib/libssl/man/SSL_alert_type_string.3
lib/libssl/man/SSL_clear.3
lib/libssl/man/SSL_connect.3
lib/libssl/man/SSL_copy_session_id.3
lib/libssl/man/SSL_do_handshake.3
lib/libssl/man/SSL_dup.3
lib/libssl/man/SSL_dup_CA_list.3
lib/libssl/man/SSL_export_keying_material.3
lib/libssl/man/SSL_free.3
lib/libssl/man/SSL_get_SSL_CTX.3
lib/libssl/man/SSL_get_certificate.3
lib/libssl/man/SSL_get_ciphers.3
lib/libssl/man/SSL_get_client_CA_list.3
lib/libssl/man/SSL_get_client_random.3 [new file with mode: 0644]
lib/libssl/man/SSL_get_current_cipher.3
lib/libssl/man/SSL_get_default_timeout.3
lib/libssl/man/SSL_get_error.3
lib/libssl/man/SSL_get_ex_data_X509_STORE_CTX_idx.3
lib/libssl/man/SSL_get_ex_new_index.3
lib/libssl/man/SSL_get_fd.3
lib/libssl/man/SSL_get_peer_cert_chain.3
lib/libssl/man/SSL_get_peer_certificate.3
lib/libssl/man/SSL_get_rbio.3
lib/libssl/man/SSL_get_server_tmp_key.3
lib/libssl/man/SSL_get_session.3
lib/libssl/man/SSL_get_shared_ciphers.3
lib/libssl/man/SSL_get_state.3
lib/libssl/man/SSL_get_verify_result.3
lib/libssl/man/SSL_get_version.3
lib/libssl/man/SSL_library_init.3
lib/libssl/man/SSL_load_client_CA_file.3
lib/libssl/man/SSL_new.3
lib/libssl/man/SSL_num_renegotiations.3
lib/libssl/man/SSL_pending.3
lib/libssl/man/SSL_read.3
lib/libssl/man/SSL_renegotiate.3
lib/libssl/man/SSL_rstate_string.3
lib/libssl/man/SSL_session_reused.3
lib/libssl/man/SSL_set1_param.3
lib/libssl/man/SSL_set_bio.3
lib/libssl/man/SSL_set_connect_state.3
lib/libssl/man/SSL_set_fd.3
lib/libssl/man/SSL_set_max_send_fragment.3
lib/libssl/man/SSL_set_session.3
lib/libssl/man/SSL_set_shutdown.3
lib/libssl/man/SSL_set_tmp_ecdh.3
lib/libssl/man/SSL_set_verify_result.3
lib/libssl/man/SSL_shutdown.3
lib/libssl/man/SSL_state_string.3
lib/libssl/man/SSL_want.3
lib/libssl/man/SSL_write.3
lib/libssl/man/d2i_SSL_SESSION.3
lib/libssl/man/ssl.3
lib/libssl/s3_lib.c
lib/libssl/shlib_version
lib/libssl/ssl.h
lib/libssl/ssl_asn1.c
lib/libssl/ssl_both.c
lib/libssl/ssl_ciph.c
lib/libssl/ssl_clnt.c
lib/libssl/ssl_err.c
lib/libssl/ssl_init.c [new file with mode: 0644]
lib/libssl/ssl_lib.c
lib/libssl/ssl_locl.h
lib/libssl/ssl_sess.c
lib/libssl/ssl_srvr.c
lib/libssl/ssl_tlsext.c
lib/libssl/ssl_tlsext.h
lib/libssl/t1_lib.c
lib/libssl/tls1.h
lib/libtls/Makefile
lib/libtls/Symbols.list
lib/libtls/man/tls_config_set_session_id.3
lib/libtls/man/tls_conn_version.3
lib/libtls/man/tls_init.3
lib/libtls/man/tls_load_file.3
lib/libtls/shlib_version
lib/libtls/tls.c
lib/libtls/tls.h
lib/libtls/tls_client.c
lib/libtls/tls_config.c
lib/libtls/tls_conninfo.c
lib/libtls/tls_internal.h
lib/libtls/tls_keypair.c [new file with mode: 0644]
lib/libtls/tls_ocsp.c
lib/libtls/tls_server.c
lib/libtls/tls_util.c
lib/libtls/tls_verify.c
usr/src/pkg/manifests/library-libressl.mf