git: build - Rewire secure, remove conflicts from libmd, libcrypt
Matthew Dillon
dillon at crater.dragonflybsd.org
Thu Oct 27 17:19:25 PDT 2016
commit 0fe46dc6296951eb138485d8c6b580bac0488fd8
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date: Thu Oct 27 16:11:22 2016 -0700
build - Rewire secure, remove conflicts from libmd, libcrypt
* Remove /usr/src/secure, folding all of its subsystems into
/usr/src. There's no point having a /usr/src/secure any more,
the system won't run without the secure stuff, the idea that some foreign
actor could segregate it in order to legally download code without crypto
is absurd on the modern internet, and the U.S. government stopped caring
decades ago.
* Remove conflicts from libmd and libcrypt. Essentially this removes
the SHA*_*() and MD5_*() APIs from libmd because these APIs already
exist in lib[re]ssl.
The older SHA*() and MD5*() APIs are partially retained for legacy base
code, but will be removed in a later stage (moved to direct-linking the
needed support source).
Conflicting routines in libcrypt have been renamed and internalized to
be libcrypt-only.
* Major rewiring of the Makefile's to support the changes.
Summary of changes:
Makefile.inc1 | 12 +-
Makefile.ssh.common | 27 ++
bin/csh/Makefile | 8 +-
etc/Makefile | 6 +-
include/Makefile | 5 +
lib/Makefile | 17 +-
lib/libarchive/Makefile | 5 +-
{secure/lib => lib}/libcipher/Makefile | 0
{secure/lib => lib}/libcipher/README | 0
{secure/lib => lib}/libcipher/README.FreeBSD | 0
{secure/lib => lib}/libcipher/cipher.3 | 0
{secure/lib => lib}/libcipher/crypt.c | 0
{secure/lib => lib}/libcipher/test/Makefile | 0
{secure/lib => lib}/libcipher/test/README | 0
{secure/lib => lib}/libcipher/test/cert.c | 0
{secure/lib => lib}/libcipher/test/cert.input | 0
{secure/lib => lib}/libcipher/test/speedcrypt.c | 0
{secure/lib => lib}/libcipher/test/speeddes.c | 0
lib/libcrypt/Makefile | 8 +-
{secure/lib => lib}/libcrypt/blowfish.c | 0
{secure/lib => lib}/libcrypt/blowfish.h | 0
{secure/lib => lib}/libcrypt/crypt-blowfish.c | 0
{secure/lib => lib}/libcrypt/crypt-des.c | 0
lib/libcrypt/crypt-sha256.c | 115 ++---
lib/libcrypt/crypt-sha512.c | 114 ++---
lib/libcrypt/deprecated-crypt-sha256.c | 15 +-
lib/libcrypt/deprecated-crypt-sha512.c | 15 +-
lib/libcrypt/local.h | 37 ++
{secure/lib => lib}/libcrypto/Makefile | 0
{secure/lib => lib}/libcrypto/Makefile.inc | 2 +-
{secure/lib => lib}/libcrypto/Makefile.man | 0
{secure/lib => lib}/libcrypto/asm/Makefile | 2 +-
{secure/lib => lib}/libcrypto/asm/aes-x86_64.s | 0
.../lib => lib}/libcrypto/asm/aesni-gcm-x86_64.s | 0
.../lib => lib}/libcrypto/asm/aesni-mb-x86_64.s | 0
.../lib => lib}/libcrypto/asm/aesni-sha1-x86_64.s | 0
.../libcrypto/asm/aesni-sha256-x86_64.s | 0
{secure/lib => lib}/libcrypto/asm/aesni-x86_64.s | 0
{secure/lib => lib}/libcrypto/asm/bsaes-x86_64.s | 0
{secure/lib => lib}/libcrypto/asm/cmll-x86_64.s | 0
.../libcrypto/asm/ecp_nistz256-x86_64.s | 0
{secure/lib => lib}/libcrypto/asm/ghash-x86_64.s | 0
{secure/lib => lib}/libcrypto/asm/md5-x86_64.s | 0
{secure/lib => lib}/libcrypto/asm/rc4-md5-x86_64.s | 0
{secure/lib => lib}/libcrypto/asm/rc4-x86_64.s | 0
{secure/lib => lib}/libcrypto/asm/rsaz-avx2.s | 0
{secure/lib => lib}/libcrypto/asm/rsaz-x86_64.s | 0
{secure/lib => lib}/libcrypto/asm/sha1-mb-x86_64.s | 0
{secure/lib => lib}/libcrypto/asm/sha1-x86_64.s | 0
.../lib => lib}/libcrypto/asm/sha256-mb-x86_64.s | 0
{secure/lib => lib}/libcrypto/asm/sha256-x86_64.s | 0
{secure/lib => lib}/libcrypto/asm/sha512-x86_64.s | 0
{secure/lib => lib}/libcrypto/asm/vpaes-x86_64.s | 0
{secure/lib => lib}/libcrypto/asm/wp-x86_64.s | 0
{secure/lib => lib}/libcrypto/asm/x86_64-gf2m.s | 0
{secure/lib => lib}/libcrypto/asm/x86_64-mont.s | 0
{secure/lib => lib}/libcrypto/asm/x86_64-mont5.s | 0
{secure/lib => lib}/libcrypto/asm/x86_64cpuid.s | 0
{secure/lib => lib}/libcrypto/engines/Makefile | 0
{secure/lib => lib}/libcrypto/engines/Makefile.inc | 2 +-
.../libcrypto/engines/lib4758cca/Makefile | 0
.../lib => lib}/libcrypto/engines/libaep/Makefile | 0
.../libcrypto/engines/libatalla/Makefile | 0
.../lib => lib}/libcrypto/engines/libcapi/Makefile | 0
.../lib => lib}/libcrypto/engines/libchil/Makefile | 0
.../libcrypto/engines/libcswift/Makefile | 0
.../lib => lib}/libcrypto/engines/libgmp/Makefile | 0
.../lib => lib}/libcrypto/engines/libgost/Makefile | 0
.../libcrypto/engines/libnuron/Makefile | 0
.../libcrypto/engines/libpadlock/Makefile | 0
.../libcrypto/engines/libsureware/Makefile | 0
.../libcrypto/engines/libubsec/Makefile | 0
.../lib => lib}/libcrypto/man/ASN1_OBJECT_new.3 | 0
.../lib => lib}/libcrypto/man/ASN1_STRING_length.3 | 0
.../lib => lib}/libcrypto/man/ASN1_STRING_new.3 | 0
.../libcrypto/man/ASN1_STRING_print_ex.3 | 0
{secure/lib => lib}/libcrypto/man/ASN1_TIME_set.3 | 0
.../libcrypto/man/ASN1_generate_nconf.3 | 0
{secure/lib => lib}/libcrypto/man/BIO_ctrl.3 | 0
{secure/lib => lib}/libcrypto/man/BIO_f_base64.3 | 0
{secure/lib => lib}/libcrypto/man/BIO_f_buffer.3 | 0
{secure/lib => lib}/libcrypto/man/BIO_f_cipher.3 | 0
{secure/lib => lib}/libcrypto/man/BIO_f_md.3 | 0
{secure/lib => lib}/libcrypto/man/BIO_f_null.3 | 0
{secure/lib => lib}/libcrypto/man/BIO_f_ssl.3 | 0
{secure/lib => lib}/libcrypto/man/BIO_find_type.3 | 0
{secure/lib => lib}/libcrypto/man/BIO_new.3 | 0
{secure/lib => lib}/libcrypto/man/BIO_new_CMS.3 | 0
{secure/lib => lib}/libcrypto/man/BIO_push.3 | 0
{secure/lib => lib}/libcrypto/man/BIO_read.3 | 0
{secure/lib => lib}/libcrypto/man/BIO_s_accept.3 | 0
{secure/lib => lib}/libcrypto/man/BIO_s_bio.3 | 0
{secure/lib => lib}/libcrypto/man/BIO_s_connect.3 | 0
{secure/lib => lib}/libcrypto/man/BIO_s_fd.3 | 0
{secure/lib => lib}/libcrypto/man/BIO_s_file.3 | 0
{secure/lib => lib}/libcrypto/man/BIO_s_mem.3 | 0
{secure/lib => lib}/libcrypto/man/BIO_s_null.3 | 0
{secure/lib => lib}/libcrypto/man/BIO_s_socket.3 | 0
.../lib => lib}/libcrypto/man/BIO_set_callback.3 | 0
.../lib => lib}/libcrypto/man/BIO_should_retry.3 | 0
.../lib => lib}/libcrypto/man/BN_BLINDING_new.3 | 0
{secure/lib => lib}/libcrypto/man/BN_CTX_new.3 | 0
{secure/lib => lib}/libcrypto/man/BN_CTX_start.3 | 0
{secure/lib => lib}/libcrypto/man/BN_add.3 | 0
{secure/lib => lib}/libcrypto/man/BN_add_word.3 | 0
{secure/lib => lib}/libcrypto/man/BN_bn2bin.3 | 0
{secure/lib => lib}/libcrypto/man/BN_cmp.3 | 0
{secure/lib => lib}/libcrypto/man/BN_copy.3 | 0
.../lib => lib}/libcrypto/man/BN_generate_prime.3 | 0
{secure/lib => lib}/libcrypto/man/BN_mod_inverse.3 | 0
.../libcrypto/man/BN_mod_mul_montgomery.3 | 0
.../libcrypto/man/BN_mod_mul_reciprocal.3 | 0
{secure/lib => lib}/libcrypto/man/BN_new.3 | 0
{secure/lib => lib}/libcrypto/man/BN_num_bytes.3 | 0
{secure/lib => lib}/libcrypto/man/BN_rand.3 | 0
{secure/lib => lib}/libcrypto/man/BN_set_bit.3 | 0
{secure/lib => lib}/libcrypto/man/BN_swap.3 | 0
{secure/lib => lib}/libcrypto/man/BN_zero.3 | 0
{secure/lib => lib}/libcrypto/man/CMS_add0_cert.3 | 0
.../libcrypto/man/CMS_add1_recipient_cert.3 | 0
.../lib => lib}/libcrypto/man/CMS_add1_signer.3 | 0
{secure/lib => lib}/libcrypto/man/CMS_compress.3 | 0
{secure/lib => lib}/libcrypto/man/CMS_decrypt.3 | 0
{secure/lib => lib}/libcrypto/man/CMS_encrypt.3 | 0
{secure/lib => lib}/libcrypto/man/CMS_final.3 | 0
.../libcrypto/man/CMS_get0_RecipientInfos.3 | 0
.../libcrypto/man/CMS_get0_SignerInfos.3 | 0
{secure/lib => lib}/libcrypto/man/CMS_get0_type.3 | 0
.../libcrypto/man/CMS_get1_ReceiptRequest.3 | 0
{secure/lib => lib}/libcrypto/man/CMS_sign.3 | 0
.../lib => lib}/libcrypto/man/CMS_sign_receipt.3 | 0
{secure/lib => lib}/libcrypto/man/CMS_uncompress.3 | 0
{secure/lib => lib}/libcrypto/man/CMS_verify.3 | 0
.../lib => lib}/libcrypto/man/CMS_verify_receipt.3 | 0
.../lib => lib}/libcrypto/man/CONF_modules_free.3 | 0
.../libcrypto/man/CONF_modules_load_file.3 | 0
.../lib => lib}/libcrypto/man/CRYPTO_set_ex_data.3 | 0
.../lib => lib}/libcrypto/man/DH_generate_key.3 | 0
.../libcrypto/man/DH_generate_parameters.3 | 0
.../libcrypto/man/DH_get_ex_new_index.3 | 0
{secure/lib => lib}/libcrypto/man/DH_new.3 | 0
{secure/lib => lib}/libcrypto/man/DH_set_method.3 | 0
{secure/lib => lib}/libcrypto/man/DH_size.3 | 0
{secure/lib => lib}/libcrypto/man/DSA_SIG_new.3 | 0
{secure/lib => lib}/libcrypto/man/DSA_do_sign.3 | 0
{secure/lib => lib}/libcrypto/man/DSA_dup_DH.3 | 0
.../lib => lib}/libcrypto/man/DSA_generate_key.3 | 0
.../libcrypto/man/DSA_generate_parameters.3 | 0
.../libcrypto/man/DSA_get_ex_new_index.3 | 0
{secure/lib => lib}/libcrypto/man/DSA_new.3 | 0
{secure/lib => lib}/libcrypto/man/DSA_set_method.3 | 0
{secure/lib => lib}/libcrypto/man/DSA_sign.3 | 0
{secure/lib => lib}/libcrypto/man/DSA_size.3 | 0
.../libcrypto/man/EC_GFp_simple_method.3 | 0
{secure/lib => lib}/libcrypto/man/EC_GROUP_copy.3 | 0
{secure/lib => lib}/libcrypto/man/EC_GROUP_new.3 | 0
{secure/lib => lib}/libcrypto/man/EC_KEY_new.3 | 0
{secure/lib => lib}/libcrypto/man/EC_POINT_add.3 | 0
{secure/lib => lib}/libcrypto/man/EC_POINT_new.3 | 0
{secure/lib => lib}/libcrypto/man/ERR_GET_LIB.3 | 0
.../lib => lib}/libcrypto/man/ERR_clear_error.3 | 0
.../lib => lib}/libcrypto/man/ERR_error_string.3 | 0
{secure/lib => lib}/libcrypto/man/ERR_get_error.3 | 0
.../libcrypto/man/ERR_load_crypto_strings.3 | 0
.../lib => lib}/libcrypto/man/ERR_load_strings.3 | 0
.../lib => lib}/libcrypto/man/ERR_print_errors.3 | 0
{secure/lib => lib}/libcrypto/man/ERR_put_error.3 | 0
.../lib => lib}/libcrypto/man/ERR_remove_state.3 | 0
{secure/lib => lib}/libcrypto/man/ERR_set_mark.3 | 0
{secure/lib => lib}/libcrypto/man/EVP_BytesToKey.3 | 0
{secure/lib => lib}/libcrypto/man/EVP_DigestInit.3 | 0
.../lib => lib}/libcrypto/man/EVP_DigestSignInit.3 | 0
.../libcrypto/man/EVP_DigestVerifyInit.3 | 0
{secure/lib => lib}/libcrypto/man/EVP_EncodeInit.3 | 0
.../lib => lib}/libcrypto/man/EVP_EncryptInit.3 | 0
{secure/lib => lib}/libcrypto/man/EVP_OpenInit.3 | 0
.../lib => lib}/libcrypto/man/EVP_PKEY_CTX_ctrl.3 | 0
.../lib => lib}/libcrypto/man/EVP_PKEY_CTX_new.3 | 0
{secure/lib => lib}/libcrypto/man/EVP_PKEY_cmp.3 | 0
.../lib => lib}/libcrypto/man/EVP_PKEY_decrypt.3 | 0
.../lib => lib}/libcrypto/man/EVP_PKEY_derive.3 | 0
.../lib => lib}/libcrypto/man/EVP_PKEY_encrypt.3 | 0
.../libcrypto/man/EVP_PKEY_get_default_digest.3 | 0
.../lib => lib}/libcrypto/man/EVP_PKEY_keygen.3 | 0
{secure/lib => lib}/libcrypto/man/EVP_PKEY_new.3 | 0
.../libcrypto/man/EVP_PKEY_print_private.3 | 0
.../lib => lib}/libcrypto/man/EVP_PKEY_set1_RSA.3 | 0
{secure/lib => lib}/libcrypto/man/EVP_PKEY_sign.3 | 0
.../lib => lib}/libcrypto/man/EVP_PKEY_verify.3 | 0
.../libcrypto/man/EVP_PKEY_verify_recover.3 | 0
{secure/lib => lib}/libcrypto/man/EVP_SealInit.3 | 0
{secure/lib => lib}/libcrypto/man/EVP_SignInit.3 | 0
{secure/lib => lib}/libcrypto/man/EVP_VerifyInit.3 | 0
{secure/lib => lib}/libcrypto/man/OBJ_nid2obj.3 | 0
.../lib => lib}/libcrypto/man/OPENSSL_Applink.3 | 0
.../libcrypto/man/OPENSSL_VERSION_NUMBER.3 | 0
{secure/lib => lib}/libcrypto/man/OPENSSL_config.3 | 0
.../lib => lib}/libcrypto/man/OPENSSL_ia32cap.3 | 0
.../libcrypto/man/OPENSSL_instrument_bus.3 | 0
.../libcrypto/man/OPENSSL_load_builtin_modules.3 | 0
.../libcrypto/man/OpenSSL_add_all_algorithms.3 | 0
.../libcrypto/man/PEM_write_bio_CMS_stream.3 | 0
.../libcrypto/man/PEM_write_bio_PKCS7_stream.3 | 0
{secure/lib => lib}/libcrypto/man/PKCS12_create.3 | 0
{secure/lib => lib}/libcrypto/man/PKCS12_parse.3 | 0
{secure/lib => lib}/libcrypto/man/PKCS7_decrypt.3 | 0
{secure/lib => lib}/libcrypto/man/PKCS7_encrypt.3 | 0
{secure/lib => lib}/libcrypto/man/PKCS7_sign.3 | 0
.../libcrypto/man/PKCS7_sign_add_signer.3 | 0
{secure/lib => lib}/libcrypto/man/PKCS7_verify.3 | 0
{secure/lib => lib}/libcrypto/man/RAND_add.3 | 0
{secure/lib => lib}/libcrypto/man/RAND_bytes.3 | 0
{secure/lib => lib}/libcrypto/man/RAND_cleanup.3 | 0
{secure/lib => lib}/libcrypto/man/RAND_egd.3 | 0
{secure/lib => lib}/libcrypto/man/RAND_load_file.3 | 0
.../libcrypto/man/RAND_set_rand_method.3 | 0
.../lib => lib}/libcrypto/man/RSA_blinding_on.3 | 0
{secure/lib => lib}/libcrypto/man/RSA_check_key.3 | 0
.../lib => lib}/libcrypto/man/RSA_generate_key.3 | 0
.../libcrypto/man/RSA_get_ex_new_index.3 | 0
{secure/lib => lib}/libcrypto/man/RSA_new.3 | 0
.../libcrypto/man/RSA_padding_add_PKCS1_type_1.3 | 0
{secure/lib => lib}/libcrypto/man/RSA_print.3 | 0
.../libcrypto/man/RSA_private_encrypt.3 | 0
.../lib => lib}/libcrypto/man/RSA_public_encrypt.3 | 0
{secure/lib => lib}/libcrypto/man/RSA_set_method.3 | 0
{secure/lib => lib}/libcrypto/man/RSA_sign.3 | 0
.../libcrypto/man/RSA_sign_ASN1_OCTET_STRING.3 | 0
{secure/lib => lib}/libcrypto/man/RSA_size.3 | 0
{secure/lib => lib}/libcrypto/man/SMIME_read_CMS.3 | 0
.../lib => lib}/libcrypto/man/SMIME_read_PKCS7.3 | 0
.../lib => lib}/libcrypto/man/SMIME_write_CMS.3 | 0
.../lib => lib}/libcrypto/man/SMIME_write_PKCS7.3 | 0
{secure/lib => lib}/libcrypto/man/SSLeay_version.3 | 0
.../libcrypto/man/X509_NAME_ENTRY_get_object.3 | 0
.../libcrypto/man/X509_NAME_add_entry_by_txt.3 | 0
.../libcrypto/man/X509_NAME_get_index_by_NID.3 | 0
.../lib => lib}/libcrypto/man/X509_NAME_print_ex.3 | 0
.../libcrypto/man/X509_STORE_CTX_get_error.3 | 0
.../man/X509_STORE_CTX_get_ex_new_index.3 | 0
.../lib => lib}/libcrypto/man/X509_STORE_CTX_new.3 | 0
.../libcrypto/man/X509_STORE_CTX_set_verify_cb.3 | 0
.../libcrypto/man/X509_STORE_set_verify_cb_func.3 | 0
.../libcrypto/man/X509_VERIFY_PARAM_set_flags.3 | 0
.../lib => lib}/libcrypto/man/X509_check_host.3 | 0
{secure/lib => lib}/libcrypto/man/X509_new.3 | 0
.../lib => lib}/libcrypto/man/X509_verify_cert.3 | 0
{secure/lib => lib}/libcrypto/man/bio.3 | 0
{secure/lib => lib}/libcrypto/man/blowfish.3 | 0
{secure/lib => lib}/libcrypto/man/bn.3 | 0
{secure/lib => lib}/libcrypto/man/bn_internal.3 | 0
{secure/lib => lib}/libcrypto/man/buffer.3 | 0
{secure/lib => lib}/libcrypto/man/crypto.3 | 0
.../lib => lib}/libcrypto/man/d2i_ASN1_OBJECT.3 | 0
.../libcrypto/man/d2i_CMS_ContentInfo.3 | 0
{secure/lib => lib}/libcrypto/man/d2i_DHparams.3 | 0
.../lib => lib}/libcrypto/man/d2i_DSAPublicKey.3 | 0
.../lib => lib}/libcrypto/man/d2i_ECPKParameters.3 | 0
.../lib => lib}/libcrypto/man/d2i_ECPrivateKey.3 | 0
.../libcrypto/man/d2i_PKCS8PrivateKey.3 | 0
.../lib => lib}/libcrypto/man/d2i_RSAPublicKey.3 | 0
{secure/lib => lib}/libcrypto/man/d2i_X509.3 | 0
{secure/lib => lib}/libcrypto/man/d2i_X509_ALGOR.3 | 0
{secure/lib => lib}/libcrypto/man/d2i_X509_CRL.3 | 0
{secure/lib => lib}/libcrypto/man/d2i_X509_NAME.3 | 0
{secure/lib => lib}/libcrypto/man/d2i_X509_REQ.3 | 0
{secure/lib => lib}/libcrypto/man/d2i_X509_SIG.3 | 0
{secure/lib => lib}/libcrypto/man/des.3 | 0
{secure/lib => lib}/libcrypto/man/des_modes.7 | 0
{secure/lib => lib}/libcrypto/man/dh.3 | 0
{secure/lib => lib}/libcrypto/man/dsa.3 | 0
{secure/lib => lib}/libcrypto/man/ec.3 | 0
{secure/lib => lib}/libcrypto/man/ecdsa.3 | 0
{secure/lib => lib}/libcrypto/man/engine.3 | 0
{secure/lib => lib}/libcrypto/man/err.3 | 0
{secure/lib => lib}/libcrypto/man/evp.3 | 0
{secure/lib => lib}/libcrypto/man/hmac.3 | 0
.../lib => lib}/libcrypto/man/i2d_CMS_bio_stream.3 | 0
.../libcrypto/man/i2d_PKCS7_bio_stream.3 | 0
{secure/lib => lib}/libcrypto/man/lh_stats.3 | 0
{secure/lib => lib}/libcrypto/man/lhash.3 | 0
{secure/lib => lib}/libcrypto/man/md5.3 | 0
{secure/lib => lib}/libcrypto/man/mdc2.3 | 0
{secure/lib => lib}/libcrypto/man/pem.3 | 0
{secure/lib => lib}/libcrypto/man/rand.3 | 0
{secure/lib => lib}/libcrypto/man/rc4.3 | 0
{secure/lib => lib}/libcrypto/man/ripemd.3 | 0
{secure/lib => lib}/libcrypto/man/rsa.3 | 0
{secure/lib => lib}/libcrypto/man/sha.3 | 0
{secure/lib => lib}/libcrypto/man/threads.3 | 0
{secure/lib => lib}/libcrypto/man/ui.3 | 0
{secure/lib => lib}/libcrypto/man/ui_compat.3 | 0
{secure/lib => lib}/libcrypto/man/x509.3 | 0
{secure/lib => lib}/libcrypto/opensslconf.h | 0
lib/libmd/Makefile | 80 ++-
lib/libmd/OBSOLETE | 7 +
lib/libmd/Symbol.map | 35 --
lib/libmd/md4.h | 80 +--
lib/libmd/md4c.c | 36 +-
lib/libmd/md5.h | 41 +-
lib/libmd/md5c.c | 38 +-
lib/libmd/ripemd.3 | 142 ------
lib/libmd/ripemd.h | 116 ++---
lib/libmd/rmd160c.c | 539 ---------------------
lib/libmd/rmddriver.c | 51 --
lib/libmd/sha.h | 126 ++---
lib/libmd/sha0c.c | 446 -----------------
lib/libmd/sha1c.c | 480 ------------------
lib/libmd/sha256.h | 65 ++-
lib/libmd/sha256c.c | 300 ------------
lib/libmd/sha512.h | 73 ++-
lib/libmd/sha512c.c | 500 -------------------
lib/libopie/Makefile | 1 +
{secure/lib => lib}/librecrypto/Makefile | 0
{secure/lib => lib}/librecrypto/Makefile.inc | 6 +
{secure/lib => lib}/libressl/Makefile | 0
{secure/lib => lib}/libssh/Makefile | 0
{secure/lib => lib}/libssh/Makefile.etc | 0
{secure/lib => lib}/libssh/config.h | 0
{secure/lib => lib}/libssl/Makefile | 0
{secure/lib => lib}/libssl/Makefile.man | 0
.../lib => lib}/libssl/man/SSL_CIPHER_get_name.3 | 0
.../libssl/man/SSL_COMP_add_compression_method.3 | 0
{secure/lib => lib}/libssl/man/SSL_CONF_CTX_new.3 | 0
.../libssl/man/SSL_CONF_CTX_set1_prefix.3 | 0
.../libssl/man/SSL_CONF_CTX_set_flags.3 | 0
.../libssl/man/SSL_CONF_CTX_set_ssl_ctx.3 | 0
{secure/lib => lib}/libssl/man/SSL_CONF_cmd.3 | 0
{secure/lib => lib}/libssl/man/SSL_CONF_cmd_argv.3 | 0
.../libssl/man/SSL_CTX_add1_chain_cert.3 | 0
.../libssl/man/SSL_CTX_add_extra_chain_cert.3 | 0
.../lib => lib}/libssl/man/SSL_CTX_add_session.3 | 0
{secure/lib => lib}/libssl/man/SSL_CTX_ctrl.3 | 0
.../libssl/man/SSL_CTX_flush_sessions.3 | 0
{secure/lib => lib}/libssl/man/SSL_CTX_free.3 | 0
.../lib => lib}/libssl/man/SSL_CTX_get0_param.3 | 0
.../libssl/man/SSL_CTX_get_ex_new_index.3 | 0
.../libssl/man/SSL_CTX_get_verify_mode.3 | 0
.../libssl/man/SSL_CTX_load_verify_locations.3 | 0
{secure/lib => lib}/libssl/man/SSL_CTX_new.3 | 0
.../lib => lib}/libssl/man/SSL_CTX_sess_number.3 | 0
.../libssl/man/SSL_CTX_sess_set_cache_size.3 | 0
.../libssl/man/SSL_CTX_sess_set_get_cb.3 | 0
{secure/lib => lib}/libssl/man/SSL_CTX_sessions.3 | 0
.../lib => lib}/libssl/man/SSL_CTX_set1_curves.3 | 0
.../libssl/man/SSL_CTX_set1_verify_cert_store.3 | 0
.../libssl/man/SSL_CTX_set_alpn_select_cb.3 | 0
.../lib => lib}/libssl/man/SSL_CTX_set_cert_cb.3 | 0
.../libssl/man/SSL_CTX_set_cert_store.3 | 0
.../libssl/man/SSL_CTX_set_cert_verify_callback.3 | 0
.../libssl/man/SSL_CTX_set_cipher_list.3 | 0
.../libssl/man/SSL_CTX_set_client_CA_list.3 | 0
.../libssl/man/SSL_CTX_set_client_cert_cb.3 | 0
.../libssl/man/SSL_CTX_set_custom_cli_ext.3 | 0
.../libssl/man/SSL_CTX_set_default_passwd_cb.3 | 0
.../libssl/man/SSL_CTX_set_generate_session_id.3 | 0
.../libssl/man/SSL_CTX_set_info_callback.3 | 0
.../libssl/man/SSL_CTX_set_max_cert_list.3 | 0
{secure/lib => lib}/libssl/man/SSL_CTX_set_mode.3 | 0
.../libssl/man/SSL_CTX_set_msg_callback.3 | 0
.../lib => lib}/libssl/man/SSL_CTX_set_options.3 | 0
.../libssl/man/SSL_CTX_set_psk_client_callback.3 | 0
.../libssl/man/SSL_CTX_set_quiet_shutdown.3 | 0
.../libssl/man/SSL_CTX_set_read_ahead.3 | 0
.../libssl/man/SSL_CTX_set_session_cache_mode.3 | 0
.../libssl/man/SSL_CTX_set_session_id_context.3 | 0
.../libssl/man/SSL_CTX_set_ssl_version.3 | 0
.../lib => lib}/libssl/man/SSL_CTX_set_timeout.3 | 0
.../libssl/man/SSL_CTX_set_tlsext_status_cb.3 | 0
.../libssl/man/SSL_CTX_set_tlsext_ticket_key_cb.3 | 0
.../libssl/man/SSL_CTX_set_tmp_dh_callback.3 | 0
.../libssl/man/SSL_CTX_set_tmp_rsa_callback.3 | 0
.../lib => lib}/libssl/man/SSL_CTX_set_verify.3 | 0
.../libssl/man/SSL_CTX_use_certificate.3 | 0
.../libssl/man/SSL_CTX_use_psk_identity_hint.3 | 0
.../libssl/man/SSL_CTX_use_serverinfo.3 | 0
{secure/lib => lib}/libssl/man/SSL_SESSION_free.3 | 0
.../libssl/man/SSL_SESSION_get_ex_new_index.3 | 0
.../lib => lib}/libssl/man/SSL_SESSION_get_time.3 | 0
{secure/lib => lib}/libssl/man/SSL_accept.3 | 0
.../lib => lib}/libssl/man/SSL_alert_type_string.3 | 0
{secure/lib => lib}/libssl/man/SSL_check_chain.3 | 0
{secure/lib => lib}/libssl/man/SSL_clear.3 | 0
{secure/lib => lib}/libssl/man/SSL_connect.3 | 0
{secure/lib => lib}/libssl/man/SSL_do_handshake.3 | 0
{secure/lib => lib}/libssl/man/SSL_free.3 | 0
{secure/lib => lib}/libssl/man/SSL_get_SSL_CTX.3 | 0
{secure/lib => lib}/libssl/man/SSL_get_ciphers.3 | 0
.../libssl/man/SSL_get_client_CA_list.3 | 0
.../libssl/man/SSL_get_current_cipher.3 | 0
.../libssl/man/SSL_get_default_timeout.3 | 0
{secure/lib => lib}/libssl/man/SSL_get_error.3 | 0
.../man/SSL_get_ex_data_X509_STORE_CTX_idx.3 | 0
.../lib => lib}/libssl/man/SSL_get_ex_new_index.3 | 0
{secure/lib => lib}/libssl/man/SSL_get_fd.3 | 0
.../libssl/man/SSL_get_peer_cert_chain.3 | 0
.../libssl/man/SSL_get_peer_certificate.3 | 0
.../lib => lib}/libssl/man/SSL_get_psk_identity.3 | 0
{secure/lib => lib}/libssl/man/SSL_get_rbio.3 | 0
{secure/lib => lib}/libssl/man/SSL_get_session.3 | 0
.../lib => lib}/libssl/man/SSL_get_verify_result.3 | 0
{secure/lib => lib}/libssl/man/SSL_get_version.3 | 0
{secure/lib => lib}/libssl/man/SSL_library_init.3 | 0
.../libssl/man/SSL_load_client_CA_file.3 | 0
{secure/lib => lib}/libssl/man/SSL_new.3 | 0
{secure/lib => lib}/libssl/man/SSL_pending.3 | 0
{secure/lib => lib}/libssl/man/SSL_read.3 | 0
{secure/lib => lib}/libssl/man/SSL_rstate_string.3 | 0
.../lib => lib}/libssl/man/SSL_session_reused.3 | 0
{secure/lib => lib}/libssl/man/SSL_set_bio.3 | 0
.../lib => lib}/libssl/man/SSL_set_connect_state.3 | 0
{secure/lib => lib}/libssl/man/SSL_set_fd.3 | 0
{secure/lib => lib}/libssl/man/SSL_set_session.3 | 0
{secure/lib => lib}/libssl/man/SSL_set_shutdown.3 | 0
.../lib => lib}/libssl/man/SSL_set_verify_result.3 | 0
{secure/lib => lib}/libssl/man/SSL_shutdown.3 | 0
{secure/lib => lib}/libssl/man/SSL_state_string.3 | 0
{secure/lib => lib}/libssl/man/SSL_want.3 | 0
{secure/lib => lib}/libssl/man/SSL_write.3 | 0
{secure/lib => lib}/libssl/man/d2i_SSL_SESSION.3 | 0
{secure/lib => lib}/libssl/man/ssl.3 | 0
libexec/Makefile | 6 +
{secure/libexec => libexec}/sftp-server/Makefile | 0
{secure/libexec => libexec}/ssh-keysign/Makefile | 2 +
.../libexec => libexec}/ssh-pkcs11-helper/Makefile | 2 +
sbin/hammer/Makefile | 5 +-
sbin/hammer2/Makefile | 5 +-
sbin/init/Makefile | 5 +-
sbin/iscontrol/Makefile | 5 +-
sbin/md5/Makefile | 7 +-
sbin/md5/md5.c | 9 +-
sbin/md5/sha1hl.c | 108 +++++
sbin/md5/sha1hl.h | 44 ++
sbin/ping6/Makefile | 5 +-
secure/Makefile | 28 --
secure/Makefile.inc | 8 -
secure/Makefile.ssh.common | 14 -
secure/lib/Makefile | 17 -
secure/lib/Makefile.inc | 7 -
secure/libexec/Makefile | 8 -
secure/libexec/Makefile.inc | 7 -
secure/usr.bin/Makefile | 6 -
secure/usr.bin/Makefile.inc | 6 -
secure/usr.sbin/Makefile | 8 -
secure/usr.sbin/Makefile.inc | 7 -
share/initrd/bin/Makefile | 5 +-
share/initrd/sbin.libcrypto/Makefile | 12 +-
share/initrd/sbin/Makefile | 7 +-
share/mk/bsd.subdir.mk | 12 +-
sys/conf/kern.pre.mk | 4 +
sys/conf/kmod.mk | 5 +
sys/dev/crypto/safe/safe.c | 4 +-
sys/dev/crypto/ubsec/ubsec.c | 4 +-
sys/kern/md5c.c | 36 +-
sys/sys/md5.h | 95 ++--
sys/vfs/hammer/hammer.h | 2 +
sys/vfs/hammer/hammer_vfsops.c | 5 +-
sys/vfs/hammer2/hammer2.h | 6 +-
sys/vfs/hammer2/hammer2_vfsops.c | 2 +
tools/make_libdeps.sh | 2 -
usr.bin/Makefile | 11 +-
{secure/usr.bin => usr.bin}/bdes/Makefile | 2 +-
{secure/usr.bin => usr.bin}/bdes/bdes.1 | 0
{secure/usr.bin => usr.bin}/bdes/bdes.c | 0
{secure/usr.bin => usr.bin}/bdes/bdes.ps | 0
usr.bin/nc/Makefile | 13 +
{secure/usr.bin => usr.bin}/openssl/Makefile | 2 +-
{secure/usr.bin => usr.bin}/openssl/Makefile.etc | 0
{secure/usr.bin => usr.bin}/openssl/Makefile.man | 0
{secure/usr.bin => usr.bin}/openssl/man/CA.pl.1 | 0
.../usr.bin => usr.bin}/openssl/man/asn1parse.1 | 0
{secure/usr.bin => usr.bin}/openssl/man/c_rehash.1 | 0
{secure/usr.bin => usr.bin}/openssl/man/ca.1 | 0
{secure/usr.bin => usr.bin}/openssl/man/ciphers.1 | 0
{secure/usr.bin => usr.bin}/openssl/man/cms.1 | 0
{secure/usr.bin => usr.bin}/openssl/man/config.5 | 0
{secure/usr.bin => usr.bin}/openssl/man/crl.1 | 0
.../usr.bin => usr.bin}/openssl/man/crl2pkcs7.1 | 0
{secure/usr.bin => usr.bin}/openssl/man/dgst.1 | 0
{secure/usr.bin => usr.bin}/openssl/man/dhparam.1 | 0
{secure/usr.bin => usr.bin}/openssl/man/dsa.1 | 0
{secure/usr.bin => usr.bin}/openssl/man/dsaparam.1 | 0
{secure/usr.bin => usr.bin}/openssl/man/ec.1 | 0
{secure/usr.bin => usr.bin}/openssl/man/ecparam.1 | 0
{secure/usr.bin => usr.bin}/openssl/man/enc.1 | 0
{secure/usr.bin => usr.bin}/openssl/man/errstr.1 | 0
{secure/usr.bin => usr.bin}/openssl/man/gendsa.1 | 0
{secure/usr.bin => usr.bin}/openssl/man/genpkey.1 | 0
{secure/usr.bin => usr.bin}/openssl/man/genrsa.1 | 0
{secure/usr.bin => usr.bin}/openssl/man/nseq.1 | 0
{secure/usr.bin => usr.bin}/openssl/man/ocsp.1 | 0
{secure/usr.bin => usr.bin}/openssl/man/openssl.1 | 0
{secure/usr.bin => usr.bin}/openssl/man/passwd.1 | 0
{secure/usr.bin => usr.bin}/openssl/man/pkcs12.1 | 0
{secure/usr.bin => usr.bin}/openssl/man/pkcs7.1 | 0
{secure/usr.bin => usr.bin}/openssl/man/pkcs8.1 | 0
{secure/usr.bin => usr.bin}/openssl/man/pkey.1 | 0
.../usr.bin => usr.bin}/openssl/man/pkeyparam.1 | 0
{secure/usr.bin => usr.bin}/openssl/man/pkeyutl.1 | 0
{secure/usr.bin => usr.bin}/openssl/man/rand.1 | 0
{secure/usr.bin => usr.bin}/openssl/man/req.1 | 0
{secure/usr.bin => usr.bin}/openssl/man/rsa.1 | 0
{secure/usr.bin => usr.bin}/openssl/man/rsautl.1 | 0
{secure/usr.bin => usr.bin}/openssl/man/s_client.1 | 0
{secure/usr.bin => usr.bin}/openssl/man/s_server.1 | 0
{secure/usr.bin => usr.bin}/openssl/man/s_time.1 | 0
{secure/usr.bin => usr.bin}/openssl/man/sess_id.1 | 0
{secure/usr.bin => usr.bin}/openssl/man/smime.1 | 0
{secure/usr.bin => usr.bin}/openssl/man/speed.1 | 0
{secure/usr.bin => usr.bin}/openssl/man/spkac.1 | 0
{secure/usr.bin => usr.bin}/openssl/man/ts.1 | 0
{secure/usr.bin => usr.bin}/openssl/man/tsget.1 | 0
{secure/usr.bin => usr.bin}/openssl/man/verify.1 | 0
{secure/usr.bin => usr.bin}/openssl/man/version.1 | 0
{secure/usr.bin => usr.bin}/openssl/man/x509.1 | 0
.../openssl/man/x509v3_config.5 | 0
{secure/usr.bin => usr.bin}/scp/Makefile | 0
{secure/usr.bin => usr.bin}/sftp/Makefile | 0
{secure/usr.bin => usr.bin}/ssh-add/Makefile | 0
{secure/usr.bin => usr.bin}/ssh-agent/Makefile | 0
{secure/usr.bin => usr.bin}/ssh-keygen/Makefile | 0
{secure/usr.bin => usr.bin}/ssh-keyscan/Makefile | 0
{secure/usr.bin => usr.bin}/ssh/Makefile | 0
{secure/usr.bin => usr.bin}/ssh/Makefile.etc | 0
usr.sbin/Makefile | 5 +
usr.sbin/mtree/Makefile | 9 +-
usr.sbin/mtree/compare.c | 13 +-
usr.sbin/ppp/chap_ms.c | 4 +-
{secure/usr.sbin => usr.sbin}/sshd/Makefile | 0
{secure/usr.sbin => usr.sbin}/sshd/Makefile.etc | 2 +-
.../sshd/auth-passwd-freebsd.c | 0
531 files changed, 872 insertions(+), 3261 deletions(-)
create mode 100644 Makefile.ssh.common
rename {secure/lib => lib}/libcipher/Makefile (100%)
rename {secure/lib => lib}/libcipher/README (100%)
rename {secure/lib => lib}/libcipher/README.FreeBSD (100%)
rename {secure/lib => lib}/libcipher/cipher.3 (100%)
rename {secure/lib => lib}/libcipher/crypt.c (100%)
rename {secure/lib => lib}/libcipher/test/Makefile (100%)
rename {secure/lib => lib}/libcipher/test/README (100%)
rename {secure/lib => lib}/libcipher/test/cert.c (100%)
rename {secure/lib => lib}/libcipher/test/cert.input (100%)
rename {secure/lib => lib}/libcipher/test/speedcrypt.c (100%)
rename {secure/lib => lib}/libcipher/test/speeddes.c (100%)
rename {secure/lib => lib}/libcrypt/blowfish.c (100%)
rename {secure/lib => lib}/libcrypt/blowfish.h (100%)
rename {secure/lib => lib}/libcrypt/crypt-blowfish.c (100%)
rename {secure/lib => lib}/libcrypt/crypt-des.c (100%)
create mode 100644 lib/libcrypt/local.h
rename {secure/lib => lib}/libcrypto/Makefile (100%)
rename {secure/lib => lib}/libcrypto/Makefile.inc (96%)
rename {secure/lib => lib}/libcrypto/Makefile.man (100%)
rename {secure/lib => lib}/libcrypto/asm/Makefile (97%)
rename {secure/lib => lib}/libcrypto/asm/aes-x86_64.s (100%)
rename {secure/lib => lib}/libcrypto/asm/aesni-gcm-x86_64.s (100%)
rename {secure/lib => lib}/libcrypto/asm/aesni-mb-x86_64.s (100%)
rename {secure/lib => lib}/libcrypto/asm/aesni-sha1-x86_64.s (100%)
rename {secure/lib => lib}/libcrypto/asm/aesni-sha256-x86_64.s (100%)
rename {secure/lib => lib}/libcrypto/asm/aesni-x86_64.s (100%)
rename {secure/lib => lib}/libcrypto/asm/bsaes-x86_64.s (100%)
rename {secure/lib => lib}/libcrypto/asm/cmll-x86_64.s (100%)
rename {secure/lib => lib}/libcrypto/asm/ecp_nistz256-x86_64.s (100%)
rename {secure/lib => lib}/libcrypto/asm/ghash-x86_64.s (100%)
rename {secure/lib => lib}/libcrypto/asm/md5-x86_64.s (100%)
rename {secure/lib => lib}/libcrypto/asm/rc4-md5-x86_64.s (100%)
rename {secure/lib => lib}/libcrypto/asm/rc4-x86_64.s (100%)
rename {secure/lib => lib}/libcrypto/asm/rsaz-avx2.s (100%)
rename {secure/lib => lib}/libcrypto/asm/rsaz-x86_64.s (100%)
rename {secure/lib => lib}/libcrypto/asm/sha1-mb-x86_64.s (100%)
rename {secure/lib => lib}/libcrypto/asm/sha1-x86_64.s (100%)
rename {secure/lib => lib}/libcrypto/asm/sha256-mb-x86_64.s (100%)
rename {secure/lib => lib}/libcrypto/asm/sha256-x86_64.s (100%)
rename {secure/lib => lib}/libcrypto/asm/sha512-x86_64.s (100%)
rename {secure/lib => lib}/libcrypto/asm/vpaes-x86_64.s (100%)
rename {secure/lib => lib}/libcrypto/asm/wp-x86_64.s (100%)
rename {secure/lib => lib}/libcrypto/asm/x86_64-gf2m.s (100%)
rename {secure/lib => lib}/libcrypto/asm/x86_64-mont.s (100%)
rename {secure/lib => lib}/libcrypto/asm/x86_64-mont5.s (100%)
rename {secure/lib => lib}/libcrypto/asm/x86_64cpuid.s (100%)
rename {secure/lib => lib}/libcrypto/engines/Makefile (100%)
rename {secure/lib => lib}/libcrypto/engines/Makefile.inc (52%)
rename {secure/lib => lib}/libcrypto/engines/lib4758cca/Makefile (100%)
rename {secure/lib => lib}/libcrypto/engines/libaep/Makefile (100%)
rename {secure/lib => lib}/libcrypto/engines/libatalla/Makefile (100%)
rename {secure/lib => lib}/libcrypto/engines/libcapi/Makefile (100%)
rename {secure/lib => lib}/libcrypto/engines/libchil/Makefile (100%)
rename {secure/lib => lib}/libcrypto/engines/libcswift/Makefile (100%)
rename {secure/lib => lib}/libcrypto/engines/libgmp/Makefile (100%)
rename {secure/lib => lib}/libcrypto/engines/libgost/Makefile (100%)
rename {secure/lib => lib}/libcrypto/engines/libnuron/Makefile (100%)
rename {secure/lib => lib}/libcrypto/engines/libpadlock/Makefile (100%)
rename {secure/lib => lib}/libcrypto/engines/libsureware/Makefile (100%)
rename {secure/lib => lib}/libcrypto/engines/libubsec/Makefile (100%)
rename {secure/lib => lib}/libcrypto/man/ASN1_OBJECT_new.3 (100%)
rename {secure/lib => lib}/libcrypto/man/ASN1_STRING_length.3 (100%)
rename {secure/lib => lib}/libcrypto/man/ASN1_STRING_new.3 (100%)
rename {secure/lib => lib}/libcrypto/man/ASN1_STRING_print_ex.3 (100%)
rename {secure/lib => lib}/libcrypto/man/ASN1_TIME_set.3 (100%)
rename {secure/lib => lib}/libcrypto/man/ASN1_generate_nconf.3 (100%)
rename {secure/lib => lib}/libcrypto/man/BIO_ctrl.3 (100%)
rename {secure/lib => lib}/libcrypto/man/BIO_f_base64.3 (100%)
rename {secure/lib => lib}/libcrypto/man/BIO_f_buffer.3 (100%)
rename {secure/lib => lib}/libcrypto/man/BIO_f_cipher.3 (100%)
rename {secure/lib => lib}/libcrypto/man/BIO_f_md.3 (100%)
rename {secure/lib => lib}/libcrypto/man/BIO_f_null.3 (100%)
rename {secure/lib => lib}/libcrypto/man/BIO_f_ssl.3 (100%)
rename {secure/lib => lib}/libcrypto/man/BIO_find_type.3 (100%)
rename {secure/lib => lib}/libcrypto/man/BIO_new.3 (100%)
rename {secure/lib => lib}/libcrypto/man/BIO_new_CMS.3 (100%)
rename {secure/lib => lib}/libcrypto/man/BIO_push.3 (100%)
rename {secure/lib => lib}/libcrypto/man/BIO_read.3 (100%)
rename {secure/lib => lib}/libcrypto/man/BIO_s_accept.3 (100%)
rename {secure/lib => lib}/libcrypto/man/BIO_s_bio.3 (100%)
rename {secure/lib => lib}/libcrypto/man/BIO_s_connect.3 (100%)
rename {secure/lib => lib}/libcrypto/man/BIO_s_fd.3 (100%)
rename {secure/lib => lib}/libcrypto/man/BIO_s_file.3 (100%)
rename {secure/lib => lib}/libcrypto/man/BIO_s_mem.3 (100%)
rename {secure/lib => lib}/libcrypto/man/BIO_s_null.3 (100%)
rename {secure/lib => lib}/libcrypto/man/BIO_s_socket.3 (100%)
rename {secure/lib => lib}/libcrypto/man/BIO_set_callback.3 (100%)
rename {secure/lib => lib}/libcrypto/man/BIO_should_retry.3 (100%)
rename {secure/lib => lib}/libcrypto/man/BN_BLINDING_new.3 (100%)
rename {secure/lib => lib}/libcrypto/man/BN_CTX_new.3 (100%)
rename {secure/lib => lib}/libcrypto/man/BN_CTX_start.3 (100%)
rename {secure/lib => lib}/libcrypto/man/BN_add.3 (100%)
rename {secure/lib => lib}/libcrypto/man/BN_add_word.3 (100%)
rename {secure/lib => lib}/libcrypto/man/BN_bn2bin.3 (100%)
rename {secure/lib => lib}/libcrypto/man/BN_cmp.3 (100%)
rename {secure/lib => lib}/libcrypto/man/BN_copy.3 (100%)
rename {secure/lib => lib}/libcrypto/man/BN_generate_prime.3 (100%)
rename {secure/lib => lib}/libcrypto/man/BN_mod_inverse.3 (100%)
rename {secure/lib => lib}/libcrypto/man/BN_mod_mul_montgomery.3 (100%)
rename {secure/lib => lib}/libcrypto/man/BN_mod_mul_reciprocal.3 (100%)
rename {secure/lib => lib}/libcrypto/man/BN_new.3 (100%)
rename {secure/lib => lib}/libcrypto/man/BN_num_bytes.3 (100%)
rename {secure/lib => lib}/libcrypto/man/BN_rand.3 (100%)
rename {secure/lib => lib}/libcrypto/man/BN_set_bit.3 (100%)
rename {secure/lib => lib}/libcrypto/man/BN_swap.3 (100%)
rename {secure/lib => lib}/libcrypto/man/BN_zero.3 (100%)
rename {secure/lib => lib}/libcrypto/man/CMS_add0_cert.3 (100%)
rename {secure/lib => lib}/libcrypto/man/CMS_add1_recipient_cert.3 (100%)
rename {secure/lib => lib}/libcrypto/man/CMS_add1_signer.3 (100%)
rename {secure/lib => lib}/libcrypto/man/CMS_compress.3 (100%)
rename {secure/lib => lib}/libcrypto/man/CMS_decrypt.3 (100%)
rename {secure/lib => lib}/libcrypto/man/CMS_encrypt.3 (100%)
rename {secure/lib => lib}/libcrypto/man/CMS_final.3 (100%)
rename {secure/lib => lib}/libcrypto/man/CMS_get0_RecipientInfos.3 (100%)
rename {secure/lib => lib}/libcrypto/man/CMS_get0_SignerInfos.3 (100%)
rename {secure/lib => lib}/libcrypto/man/CMS_get0_type.3 (100%)
rename {secure/lib => lib}/libcrypto/man/CMS_get1_ReceiptRequest.3 (100%)
rename {secure/lib => lib}/libcrypto/man/CMS_sign.3 (100%)
rename {secure/lib => lib}/libcrypto/man/CMS_sign_receipt.3 (100%)
rename {secure/lib => lib}/libcrypto/man/CMS_uncompress.3 (100%)
rename {secure/lib => lib}/libcrypto/man/CMS_verify.3 (100%)
rename {secure/lib => lib}/libcrypto/man/CMS_verify_receipt.3 (100%)
rename {secure/lib => lib}/libcrypto/man/CONF_modules_free.3 (100%)
rename {secure/lib => lib}/libcrypto/man/CONF_modules_load_file.3 (100%)
rename {secure/lib => lib}/libcrypto/man/CRYPTO_set_ex_data.3 (100%)
rename {secure/lib => lib}/libcrypto/man/DH_generate_key.3 (100%)
rename {secure/lib => lib}/libcrypto/man/DH_generate_parameters.3 (100%)
rename {secure/lib => lib}/libcrypto/man/DH_get_ex_new_index.3 (100%)
rename {secure/lib => lib}/libcrypto/man/DH_new.3 (100%)
rename {secure/lib => lib}/libcrypto/man/DH_set_method.3 (100%)
rename {secure/lib => lib}/libcrypto/man/DH_size.3 (100%)
rename {secure/lib => lib}/libcrypto/man/DSA_SIG_new.3 (100%)
rename {secure/lib => lib}/libcrypto/man/DSA_do_sign.3 (100%)
rename {secure/lib => lib}/libcrypto/man/DSA_dup_DH.3 (100%)
rename {secure/lib => lib}/libcrypto/man/DSA_generate_key.3 (100%)
rename {secure/lib => lib}/libcrypto/man/DSA_generate_parameters.3 (100%)
rename {secure/lib => lib}/libcrypto/man/DSA_get_ex_new_index.3 (100%)
rename {secure/lib => lib}/libcrypto/man/DSA_new.3 (100%)
rename {secure/lib => lib}/libcrypto/man/DSA_set_method.3 (100%)
rename {secure/lib => lib}/libcrypto/man/DSA_sign.3 (100%)
rename {secure/lib => lib}/libcrypto/man/DSA_size.3 (100%)
rename {secure/lib => lib}/libcrypto/man/EC_GFp_simple_method.3 (100%)
rename {secure/lib => lib}/libcrypto/man/EC_GROUP_copy.3 (100%)
rename {secure/lib => lib}/libcrypto/man/EC_GROUP_new.3 (100%)
rename {secure/lib => lib}/libcrypto/man/EC_KEY_new.3 (100%)
rename {secure/lib => lib}/libcrypto/man/EC_POINT_add.3 (100%)
rename {secure/lib => lib}/libcrypto/man/EC_POINT_new.3 (100%)
rename {secure/lib => lib}/libcrypto/man/ERR_GET_LIB.3 (100%)
rename {secure/lib => lib}/libcrypto/man/ERR_clear_error.3 (100%)
rename {secure/lib => lib}/libcrypto/man/ERR_error_string.3 (100%)
rename {secure/lib => lib}/libcrypto/man/ERR_get_error.3 (100%)
rename {secure/lib => lib}/libcrypto/man/ERR_load_crypto_strings.3 (100%)
rename {secure/lib => lib}/libcrypto/man/ERR_load_strings.3 (100%)
rename {secure/lib => lib}/libcrypto/man/ERR_print_errors.3 (100%)
rename {secure/lib => lib}/libcrypto/man/ERR_put_error.3 (100%)
rename {secure/lib => lib}/libcrypto/man/ERR_remove_state.3 (100%)
rename {secure/lib => lib}/libcrypto/man/ERR_set_mark.3 (100%)
rename {secure/lib => lib}/libcrypto/man/EVP_BytesToKey.3 (100%)
rename {secure/lib => lib}/libcrypto/man/EVP_DigestInit.3 (100%)
rename {secure/lib => lib}/libcrypto/man/EVP_DigestSignInit.3 (100%)
rename {secure/lib => lib}/libcrypto/man/EVP_DigestVerifyInit.3 (100%)
rename {secure/lib => lib}/libcrypto/man/EVP_EncodeInit.3 (100%)
rename {secure/lib => lib}/libcrypto/man/EVP_EncryptInit.3 (100%)
rename {secure/lib => lib}/libcrypto/man/EVP_OpenInit.3 (100%)
rename {secure/lib => lib}/libcrypto/man/EVP_PKEY_CTX_ctrl.3 (100%)
rename {secure/lib => lib}/libcrypto/man/EVP_PKEY_CTX_new.3 (100%)
rename {secure/lib => lib}/libcrypto/man/EVP_PKEY_cmp.3 (100%)
rename {secure/lib => lib}/libcrypto/man/EVP_PKEY_decrypt.3 (100%)
rename {secure/lib => lib}/libcrypto/man/EVP_PKEY_derive.3 (100%)
rename {secure/lib => lib}/libcrypto/man/EVP_PKEY_encrypt.3 (100%)
rename {secure/lib => lib}/libcrypto/man/EVP_PKEY_get_default_digest.3 (100%)
rename {secure/lib => lib}/libcrypto/man/EVP_PKEY_keygen.3 (100%)
rename {secure/lib => lib}/libcrypto/man/EVP_PKEY_new.3 (100%)
rename {secure/lib => lib}/libcrypto/man/EVP_PKEY_print_private.3 (100%)
rename {secure/lib => lib}/libcrypto/man/EVP_PKEY_set1_RSA.3 (100%)
rename {secure/lib => lib}/libcrypto/man/EVP_PKEY_sign.3 (100%)
rename {secure/lib => lib}/libcrypto/man/EVP_PKEY_verify.3 (100%)
rename {secure/lib => lib}/libcrypto/man/EVP_PKEY_verify_recover.3 (100%)
rename {secure/lib => lib}/libcrypto/man/EVP_SealInit.3 (100%)
rename {secure/lib => lib}/libcrypto/man/EVP_SignInit.3 (100%)
rename {secure/lib => lib}/libcrypto/man/EVP_VerifyInit.3 (100%)
rename {secure/lib => lib}/libcrypto/man/OBJ_nid2obj.3 (100%)
rename {secure/lib => lib}/libcrypto/man/OPENSSL_Applink.3 (100%)
rename {secure/lib => lib}/libcrypto/man/OPENSSL_VERSION_NUMBER.3 (100%)
rename {secure/lib => lib}/libcrypto/man/OPENSSL_config.3 (100%)
rename {secure/lib => lib}/libcrypto/man/OPENSSL_ia32cap.3 (100%)
rename {secure/lib => lib}/libcrypto/man/OPENSSL_instrument_bus.3 (100%)
rename {secure/lib => lib}/libcrypto/man/OPENSSL_load_builtin_modules.3 (100%)
rename {secure/lib => lib}/libcrypto/man/OpenSSL_add_all_algorithms.3 (100%)
rename {secure/lib => lib}/libcrypto/man/PEM_write_bio_CMS_stream.3 (100%)
rename {secure/lib => lib}/libcrypto/man/PEM_write_bio_PKCS7_stream.3 (100%)
rename {secure/lib => lib}/libcrypto/man/PKCS12_create.3 (100%)
rename {secure/lib => lib}/libcrypto/man/PKCS12_parse.3 (100%)
rename {secure/lib => lib}/libcrypto/man/PKCS7_decrypt.3 (100%)
rename {secure/lib => lib}/libcrypto/man/PKCS7_encrypt.3 (100%)
rename {secure/lib => lib}/libcrypto/man/PKCS7_sign.3 (100%)
rename {secure/lib => lib}/libcrypto/man/PKCS7_sign_add_signer.3 (100%)
rename {secure/lib => lib}/libcrypto/man/PKCS7_verify.3 (100%)
rename {secure/lib => lib}/libcrypto/man/RAND_add.3 (100%)
rename {secure/lib => lib}/libcrypto/man/RAND_bytes.3 (100%)
rename {secure/lib => lib}/libcrypto/man/RAND_cleanup.3 (100%)
rename {secure/lib => lib}/libcrypto/man/RAND_egd.3 (100%)
rename {secure/lib => lib}/libcrypto/man/RAND_load_file.3 (100%)
rename {secure/lib => lib}/libcrypto/man/RAND_set_rand_method.3 (100%)
rename {secure/lib => lib}/libcrypto/man/RSA_blinding_on.3 (100%)
rename {secure/lib => lib}/libcrypto/man/RSA_check_key.3 (100%)
rename {secure/lib => lib}/libcrypto/man/RSA_generate_key.3 (100%)
rename {secure/lib => lib}/libcrypto/man/RSA_get_ex_new_index.3 (100%)
rename {secure/lib => lib}/libcrypto/man/RSA_new.3 (100%)
rename {secure/lib => lib}/libcrypto/man/RSA_padding_add_PKCS1_type_1.3 (100%)
rename {secure/lib => lib}/libcrypto/man/RSA_print.3 (100%)
rename {secure/lib => lib}/libcrypto/man/RSA_private_encrypt.3 (100%)
rename {secure/lib => lib}/libcrypto/man/RSA_public_encrypt.3 (100%)
rename {secure/lib => lib}/libcrypto/man/RSA_set_method.3 (100%)
rename {secure/lib => lib}/libcrypto/man/RSA_sign.3 (100%)
rename {secure/lib => lib}/libcrypto/man/RSA_sign_ASN1_OCTET_STRING.3 (100%)
rename {secure/lib => lib}/libcrypto/man/RSA_size.3 (100%)
rename {secure/lib => lib}/libcrypto/man/SMIME_read_CMS.3 (100%)
rename {secure/lib => lib}/libcrypto/man/SMIME_read_PKCS7.3 (100%)
rename {secure/lib => lib}/libcrypto/man/SMIME_write_CMS.3 (100%)
rename {secure/lib => lib}/libcrypto/man/SMIME_write_PKCS7.3 (100%)
rename {secure/lib => lib}/libcrypto/man/SSLeay_version.3 (100%)
rename {secure/lib => lib}/libcrypto/man/X509_NAME_ENTRY_get_object.3 (100%)
rename {secure/lib => lib}/libcrypto/man/X509_NAME_add_entry_by_txt.3 (100%)
rename {secure/lib => lib}/libcrypto/man/X509_NAME_get_index_by_NID.3 (100%)
rename {secure/lib => lib}/libcrypto/man/X509_NAME_print_ex.3 (100%)
rename {secure/lib => lib}/libcrypto/man/X509_STORE_CTX_get_error.3 (100%)
rename {secure/lib => lib}/libcrypto/man/X509_STORE_CTX_get_ex_new_index.3 (100%)
rename {secure/lib => lib}/libcrypto/man/X509_STORE_CTX_new.3 (100%)
rename {secure/lib => lib}/libcrypto/man/X509_STORE_CTX_set_verify_cb.3 (100%)
rename {secure/lib => lib}/libcrypto/man/X509_STORE_set_verify_cb_func.3 (100%)
rename {secure/lib => lib}/libcrypto/man/X509_VERIFY_PARAM_set_flags.3 (100%)
rename {secure/lib => lib}/libcrypto/man/X509_check_host.3 (100%)
rename {secure/lib => lib}/libcrypto/man/X509_new.3 (100%)
rename {secure/lib => lib}/libcrypto/man/X509_verify_cert.3 (100%)
rename {secure/lib => lib}/libcrypto/man/bio.3 (100%)
rename {secure/lib => lib}/libcrypto/man/blowfish.3 (100%)
rename {secure/lib => lib}/libcrypto/man/bn.3 (100%)
rename {secure/lib => lib}/libcrypto/man/bn_internal.3 (100%)
rename {secure/lib => lib}/libcrypto/man/buffer.3 (100%)
rename {secure/lib => lib}/libcrypto/man/crypto.3 (100%)
rename {secure/lib => lib}/libcrypto/man/d2i_ASN1_OBJECT.3 (100%)
rename {secure/lib => lib}/libcrypto/man/d2i_CMS_ContentInfo.3 (100%)
rename {secure/lib => lib}/libcrypto/man/d2i_DHparams.3 (100%)
rename {secure/lib => lib}/libcrypto/man/d2i_DSAPublicKey.3 (100%)
rename {secure/lib => lib}/libcrypto/man/d2i_ECPKParameters.3 (100%)
rename {secure/lib => lib}/libcrypto/man/d2i_ECPrivateKey.3 (100%)
rename {secure/lib => lib}/libcrypto/man/d2i_PKCS8PrivateKey.3 (100%)
rename {secure/lib => lib}/libcrypto/man/d2i_RSAPublicKey.3 (100%)
rename {secure/lib => lib}/libcrypto/man/d2i_X509.3 (100%)
rename {secure/lib => lib}/libcrypto/man/d2i_X509_ALGOR.3 (100%)
rename {secure/lib => lib}/libcrypto/man/d2i_X509_CRL.3 (100%)
rename {secure/lib => lib}/libcrypto/man/d2i_X509_NAME.3 (100%)
rename {secure/lib => lib}/libcrypto/man/d2i_X509_REQ.3 (100%)
rename {secure/lib => lib}/libcrypto/man/d2i_X509_SIG.3 (100%)
rename {secure/lib => lib}/libcrypto/man/des.3 (100%)
rename {secure/lib => lib}/libcrypto/man/des_modes.7 (100%)
rename {secure/lib => lib}/libcrypto/man/dh.3 (100%)
rename {secure/lib => lib}/libcrypto/man/dsa.3 (100%)
rename {secure/lib => lib}/libcrypto/man/ec.3 (100%)
rename {secure/lib => lib}/libcrypto/man/ecdsa.3 (100%)
rename {secure/lib => lib}/libcrypto/man/engine.3 (100%)
rename {secure/lib => lib}/libcrypto/man/err.3 (100%)
rename {secure/lib => lib}/libcrypto/man/evp.3 (100%)
rename {secure/lib => lib}/libcrypto/man/hmac.3 (100%)
rename {secure/lib => lib}/libcrypto/man/i2d_CMS_bio_stream.3 (100%)
rename {secure/lib => lib}/libcrypto/man/i2d_PKCS7_bio_stream.3 (100%)
rename {secure/lib => lib}/libcrypto/man/lh_stats.3 (100%)
rename {secure/lib => lib}/libcrypto/man/lhash.3 (100%)
rename {secure/lib => lib}/libcrypto/man/md5.3 (100%)
rename {secure/lib => lib}/libcrypto/man/mdc2.3 (100%)
rename {secure/lib => lib}/libcrypto/man/pem.3 (100%)
rename {secure/lib => lib}/libcrypto/man/rand.3 (100%)
rename {secure/lib => lib}/libcrypto/man/rc4.3 (100%)
rename {secure/lib => lib}/libcrypto/man/ripemd.3 (100%)
rename {secure/lib => lib}/libcrypto/man/rsa.3 (100%)
rename {secure/lib => lib}/libcrypto/man/sha.3 (100%)
rename {secure/lib => lib}/libcrypto/man/threads.3 (100%)
rename {secure/lib => lib}/libcrypto/man/ui.3 (100%)
rename {secure/lib => lib}/libcrypto/man/ui_compat.3 (100%)
rename {secure/lib => lib}/libcrypto/man/x509.3 (100%)
rename {secure/lib => lib}/libcrypto/opensslconf.h (100%)
create mode 100644 lib/libmd/OBSOLETE
delete mode 100644 lib/libmd/ripemd.3
delete mode 100644 lib/libmd/rmd160c.c
delete mode 100644 lib/libmd/rmddriver.c
delete mode 100644 lib/libmd/sha0c.c
delete mode 100644 lib/libmd/sha1c.c
delete mode 100644 lib/libmd/sha256c.c
delete mode 100644 lib/libmd/sha512c.c
rename {secure/lib => lib}/librecrypto/Makefile (100%)
rename {secure/lib => lib}/librecrypto/Makefile.inc (86%)
rename {secure/lib => lib}/libressl/Makefile (100%)
rename {secure/lib => lib}/libssh/Makefile (100%)
rename {secure/lib => lib}/libssh/Makefile.etc (100%)
rename {secure/lib => lib}/libssh/config.h (100%)
rename {secure/lib => lib}/libssl/Makefile (100%)
rename {secure/lib => lib}/libssl/Makefile.man (100%)
rename {secure/lib => lib}/libssl/man/SSL_CIPHER_get_name.3 (100%)
rename {secure/lib => lib}/libssl/man/SSL_COMP_add_compression_method.3 (100%)
rename {secure/lib => lib}/libssl/man/SSL_CONF_CTX_new.3 (100%)
rename {secure/lib => lib}/libssl/man/SSL_CONF_CTX_set1_prefix.3 (100%)
rename {secure/lib => lib}/libssl/man/SSL_CONF_CTX_set_flags.3 (100%)
rename {secure/lib => lib}/libssl/man/SSL_CONF_CTX_set_ssl_ctx.3 (100%)
rename {secure/lib => lib}/libssl/man/SSL_CONF_cmd.3 (100%)
rename {secure/lib => lib}/libssl/man/SSL_CONF_cmd_argv.3 (100%)
rename {secure/lib => lib}/libssl/man/SSL_CTX_add1_chain_cert.3 (100%)
rename {secure/lib => lib}/libssl/man/SSL_CTX_add_extra_chain_cert.3 (100%)
rename {secure/lib => lib}/libssl/man/SSL_CTX_add_session.3 (100%)
rename {secure/lib => lib}/libssl/man/SSL_CTX_ctrl.3 (100%)
rename {secure/lib => lib}/libssl/man/SSL_CTX_flush_sessions.3 (100%)
rename {secure/lib => lib}/libssl/man/SSL_CTX_free.3 (100%)
rename {secure/lib => lib}/libssl/man/SSL_CTX_get0_param.3 (100%)
rename {secure/lib => lib}/libssl/man/SSL_CTX_get_ex_new_index.3 (100%)
rename {secure/lib => lib}/libssl/man/SSL_CTX_get_verify_mode.3 (100%)
rename {secure/lib => lib}/libssl/man/SSL_CTX_load_verify_locations.3 (100%)
rename {secure/lib => lib}/libssl/man/SSL_CTX_new.3 (100%)
rename {secure/lib => lib}/libssl/man/SSL_CTX_sess_number.3 (100%)
rename {secure/lib => lib}/libssl/man/SSL_CTX_sess_set_cache_size.3 (100%)
rename {secure/lib => lib}/libssl/man/SSL_CTX_sess_set_get_cb.3 (100%)
rename {secure/lib => lib}/libssl/man/SSL_CTX_sessions.3 (100%)
rename {secure/lib => lib}/libssl/man/SSL_CTX_set1_curves.3 (100%)
rename {secure/lib => lib}/libssl/man/SSL_CTX_set1_verify_cert_store.3 (100%)
rename {secure/lib => lib}/libssl/man/SSL_CTX_set_alpn_select_cb.3 (100%)
rename {secure/lib => lib}/libssl/man/SSL_CTX_set_cert_cb.3 (100%)
rename {secure/lib => lib}/libssl/man/SSL_CTX_set_cert_store.3 (100%)
rename {secure/lib => lib}/libssl/man/SSL_CTX_set_cert_verify_callback.3 (100%)
rename {secure/lib => lib}/libssl/man/SSL_CTX_set_cipher_list.3 (100%)
rename {secure/lib => lib}/libssl/man/SSL_CTX_set_client_CA_list.3 (100%)
rename {secure/lib => lib}/libssl/man/SSL_CTX_set_client_cert_cb.3 (100%)
rename {secure/lib => lib}/libssl/man/SSL_CTX_set_custom_cli_ext.3 (100%)
rename {secure/lib => lib}/libssl/man/SSL_CTX_set_default_passwd_cb.3 (100%)
rename {secure/lib => lib}/libssl/man/SSL_CTX_set_generate_session_id.3 (100%)
rename {secure/lib => lib}/libssl/man/SSL_CTX_set_info_callback.3 (100%)
rename {secure/lib => lib}/libssl/man/SSL_CTX_set_max_cert_list.3 (100%)
rename {secure/lib => lib}/libssl/man/SSL_CTX_set_mode.3 (100%)
rename {secure/lib => lib}/libssl/man/SSL_CTX_set_msg_callback.3 (100%)
rename {secure/lib => lib}/libssl/man/SSL_CTX_set_options.3 (100%)
rename {secure/lib => lib}/libssl/man/SSL_CTX_set_psk_client_callback.3 (100%)
rename {secure/lib => lib}/libssl/man/SSL_CTX_set_quiet_shutdown.3 (100%)
rename {secure/lib => lib}/libssl/man/SSL_CTX_set_read_ahead.3 (100%)
rename {secure/lib => lib}/libssl/man/SSL_CTX_set_session_cache_mode.3 (100%)
rename {secure/lib => lib}/libssl/man/SSL_CTX_set_session_id_context.3 (100%)
rename {secure/lib => lib}/libssl/man/SSL_CTX_set_ssl_version.3 (100%)
rename {secure/lib => lib}/libssl/man/SSL_CTX_set_timeout.3 (100%)
rename {secure/lib => lib}/libssl/man/SSL_CTX_set_tlsext_status_cb.3 (100%)
rename {secure/lib => lib}/libssl/man/SSL_CTX_set_tlsext_ticket_key_cb.3 (100%)
rename {secure/lib => lib}/libssl/man/SSL_CTX_set_tmp_dh_callback.3 (100%)
rename {secure/lib => lib}/libssl/man/SSL_CTX_set_tmp_rsa_callback.3 (100%)
rename {secure/lib => lib}/libssl/man/SSL_CTX_set_verify.3 (100%)
rename {secure/lib => lib}/libssl/man/SSL_CTX_use_certificate.3 (100%)
rename {secure/lib => lib}/libssl/man/SSL_CTX_use_psk_identity_hint.3 (100%)
rename {secure/lib => lib}/libssl/man/SSL_CTX_use_serverinfo.3 (100%)
rename {secure/lib => lib}/libssl/man/SSL_SESSION_free.3 (100%)
rename {secure/lib => lib}/libssl/man/SSL_SESSION_get_ex_new_index.3 (100%)
rename {secure/lib => lib}/libssl/man/SSL_SESSION_get_time.3 (100%)
rename {secure/lib => lib}/libssl/man/SSL_accept.3 (100%)
rename {secure/lib => lib}/libssl/man/SSL_alert_type_string.3 (100%)
rename {secure/lib => lib}/libssl/man/SSL_check_chain.3 (100%)
rename {secure/lib => lib}/libssl/man/SSL_clear.3 (100%)
rename {secure/lib => lib}/libssl/man/SSL_connect.3 (100%)
rename {secure/lib => lib}/libssl/man/SSL_do_handshake.3 (100%)
rename {secure/lib => lib}/libssl/man/SSL_free.3 (100%)
rename {secure/lib => lib}/libssl/man/SSL_get_SSL_CTX.3 (100%)
rename {secure/lib => lib}/libssl/man/SSL_get_ciphers.3 (100%)
rename {secure/lib => lib}/libssl/man/SSL_get_client_CA_list.3 (100%)
rename {secure/lib => lib}/libssl/man/SSL_get_current_cipher.3 (100%)
rename {secure/lib => lib}/libssl/man/SSL_get_default_timeout.3 (100%)
rename {secure/lib => lib}/libssl/man/SSL_get_error.3 (100%)
rename {secure/lib => lib}/libssl/man/SSL_get_ex_data_X509_STORE_CTX_idx.3 (100%)
rename {secure/lib => lib}/libssl/man/SSL_get_ex_new_index.3 (100%)
rename {secure/lib => lib}/libssl/man/SSL_get_fd.3 (100%)
rename {secure/lib => lib}/libssl/man/SSL_get_peer_cert_chain.3 (100%)
rename {secure/lib => lib}/libssl/man/SSL_get_peer_certificate.3 (100%)
rename {secure/lib => lib}/libssl/man/SSL_get_psk_identity.3 (100%)
rename {secure/lib => lib}/libssl/man/SSL_get_rbio.3 (100%)
rename {secure/lib => lib}/libssl/man/SSL_get_session.3 (100%)
rename {secure/lib => lib}/libssl/man/SSL_get_verify_result.3 (100%)
rename {secure/lib => lib}/libssl/man/SSL_get_version.3 (100%)
rename {secure/lib => lib}/libssl/man/SSL_library_init.3 (100%)
rename {secure/lib => lib}/libssl/man/SSL_load_client_CA_file.3 (100%)
rename {secure/lib => lib}/libssl/man/SSL_new.3 (100%)
rename {secure/lib => lib}/libssl/man/SSL_pending.3 (100%)
rename {secure/lib => lib}/libssl/man/SSL_read.3 (100%)
rename {secure/lib => lib}/libssl/man/SSL_rstate_string.3 (100%)
rename {secure/lib => lib}/libssl/man/SSL_session_reused.3 (100%)
rename {secure/lib => lib}/libssl/man/SSL_set_bio.3 (100%)
rename {secure/lib => lib}/libssl/man/SSL_set_connect_state.3 (100%)
rename {secure/lib => lib}/libssl/man/SSL_set_fd.3 (100%)
rename {secure/lib => lib}/libssl/man/SSL_set_session.3 (100%)
rename {secure/lib => lib}/libssl/man/SSL_set_shutdown.3 (100%)
rename {secure/lib => lib}/libssl/man/SSL_set_verify_result.3 (100%)
rename {secure/lib => lib}/libssl/man/SSL_shutdown.3 (100%)
rename {secure/lib => lib}/libssl/man/SSL_state_string.3 (100%)
rename {secure/lib => lib}/libssl/man/SSL_want.3 (100%)
rename {secure/lib => lib}/libssl/man/SSL_write.3 (100%)
rename {secure/lib => lib}/libssl/man/d2i_SSL_SESSION.3 (100%)
rename {secure/lib => lib}/libssl/man/ssl.3 (100%)
rename {secure/libexec => libexec}/sftp-server/Makefile (100%)
rename {secure/libexec => libexec}/ssh-keysign/Makefile (97%)
rename {secure/libexec => libexec}/ssh-pkcs11-helper/Makefile (93%)
create mode 100644 sbin/md5/sha1hl.c
create mode 100644 sbin/md5/sha1hl.h
delete mode 100644 secure/Makefile
delete mode 100644 secure/Makefile.inc
delete mode 100644 secure/Makefile.ssh.common
delete mode 100644 secure/lib/Makefile
delete mode 100644 secure/lib/Makefile.inc
delete mode 100644 secure/libexec/Makefile
delete mode 100644 secure/libexec/Makefile.inc
delete mode 100644 secure/usr.bin/Makefile
delete mode 100644 secure/usr.bin/Makefile.inc
delete mode 100644 secure/usr.sbin/Makefile
delete mode 100644 secure/usr.sbin/Makefile.inc
rename {secure/usr.bin => usr.bin}/bdes/Makefile (83%)
rename {secure/usr.bin => usr.bin}/bdes/bdes.1 (100%)
rename {secure/usr.bin => usr.bin}/bdes/bdes.c (100%)
rename {secure/usr.bin => usr.bin}/bdes/bdes.ps (100%)
create mode 100644 usr.bin/nc/Makefile
rename {secure/usr.bin => usr.bin}/openssl/Makefile (94%)
rename {secure/usr.bin => usr.bin}/openssl/Makefile.etc (100%)
rename {secure/usr.bin => usr.bin}/openssl/Makefile.man (100%)
rename {secure/usr.bin => usr.bin}/openssl/man/CA.pl.1 (100%)
rename {secure/usr.bin => usr.bin}/openssl/man/asn1parse.1 (100%)
rename {secure/usr.bin => usr.bin}/openssl/man/c_rehash.1 (100%)
rename {secure/usr.bin => usr.bin}/openssl/man/ca.1 (100%)
rename {secure/usr.bin => usr.bin}/openssl/man/ciphers.1 (100%)
rename {secure/usr.bin => usr.bin}/openssl/man/cms.1 (100%)
rename {secure/usr.bin => usr.bin}/openssl/man/config.5 (100%)
rename {secure/usr.bin => usr.bin}/openssl/man/crl.1 (100%)
rename {secure/usr.bin => usr.bin}/openssl/man/crl2pkcs7.1 (100%)
rename {secure/usr.bin => usr.bin}/openssl/man/dgst.1 (100%)
rename {secure/usr.bin => usr.bin}/openssl/man/dhparam.1 (100%)
rename {secure/usr.bin => usr.bin}/openssl/man/dsa.1 (100%)
rename {secure/usr.bin => usr.bin}/openssl/man/dsaparam.1 (100%)
rename {secure/usr.bin => usr.bin}/openssl/man/ec.1 (100%)
rename {secure/usr.bin => usr.bin}/openssl/man/ecparam.1 (100%)
rename {secure/usr.bin => usr.bin}/openssl/man/enc.1 (100%)
rename {secure/usr.bin => usr.bin}/openssl/man/errstr.1 (100%)
rename {secure/usr.bin => usr.bin}/openssl/man/gendsa.1 (100%)
rename {secure/usr.bin => usr.bin}/openssl/man/genpkey.1 (100%)
rename {secure/usr.bin => usr.bin}/openssl/man/genrsa.1 (100%)
rename {secure/usr.bin => usr.bin}/openssl/man/nseq.1 (100%)
rename {secure/usr.bin => usr.bin}/openssl/man/ocsp.1 (100%)
rename {secure/usr.bin => usr.bin}/openssl/man/openssl.1 (100%)
rename {secure/usr.bin => usr.bin}/openssl/man/passwd.1 (100%)
rename {secure/usr.bin => usr.bin}/openssl/man/pkcs12.1 (100%)
rename {secure/usr.bin => usr.bin}/openssl/man/pkcs7.1 (100%)
rename {secure/usr.bin => usr.bin}/openssl/man/pkcs8.1 (100%)
rename {secure/usr.bin => usr.bin}/openssl/man/pkey.1 (100%)
rename {secure/usr.bin => usr.bin}/openssl/man/pkeyparam.1 (100%)
rename {secure/usr.bin => usr.bin}/openssl/man/pkeyutl.1 (100%)
rename {secure/usr.bin => usr.bin}/openssl/man/rand.1 (100%)
rename {secure/usr.bin => usr.bin}/openssl/man/req.1 (100%)
rename {secure/usr.bin => usr.bin}/openssl/man/rsa.1 (100%)
rename {secure/usr.bin => usr.bin}/openssl/man/rsautl.1 (100%)
rename {secure/usr.bin => usr.bin}/openssl/man/s_client.1 (100%)
rename {secure/usr.bin => usr.bin}/openssl/man/s_server.1 (100%)
rename {secure/usr.bin => usr.bin}/openssl/man/s_time.1 (100%)
rename {secure/usr.bin => usr.bin}/openssl/man/sess_id.1 (100%)
rename {secure/usr.bin => usr.bin}/openssl/man/smime.1 (100%)
rename {secure/usr.bin => usr.bin}/openssl/man/speed.1 (100%)
rename {secure/usr.bin => usr.bin}/openssl/man/spkac.1 (100%)
rename {secure/usr.bin => usr.bin}/openssl/man/ts.1 (100%)
rename {secure/usr.bin => usr.bin}/openssl/man/tsget.1 (100%)
rename {secure/usr.bin => usr.bin}/openssl/man/verify.1 (100%)
rename {secure/usr.bin => usr.bin}/openssl/man/version.1 (100%)
rename {secure/usr.bin => usr.bin}/openssl/man/x509.1 (100%)
rename {secure/usr.bin => usr.bin}/openssl/man/x509v3_config.5 (100%)
rename {secure/usr.bin => usr.bin}/scp/Makefile (100%)
rename {secure/usr.bin => usr.bin}/sftp/Makefile (100%)
rename {secure/usr.bin => usr.bin}/ssh-add/Makefile (100%)
rename {secure/usr.bin => usr.bin}/ssh-agent/Makefile (100%)
rename {secure/usr.bin => usr.bin}/ssh-keygen/Makefile (100%)
rename {secure/usr.bin => usr.bin}/ssh-keyscan/Makefile (100%)
rename {secure/usr.bin => usr.bin}/ssh/Makefile (100%)
rename {secure/usr.bin => usr.bin}/ssh/Makefile.etc (100%)
rename {secure/usr.sbin => usr.sbin}/sshd/Makefile (100%)
rename {secure/usr.sbin => usr.sbin}/sshd/Makefile.etc (84%)
rename {secure/usr.sbin => usr.sbin}/sshd/auth-passwd-freebsd.c (100%)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/0fe46dc6296951eb138485d8c6b580bac0488fd8
--
DragonFly BSD source repository
More information about the Commits
mailing list