import libssl (LibreSSL 2.5.4)
commitfd964d0777e4e3d9317334e5ef7e7a553b7d3bef
authorLauri Tirkkonen <lotheac@iki.fi>
Mon, 3 Jul 2017 12:53:07 +0000 (3 15:53 +0300)
committerLauri Tirkkonen <lotheac@iki.fi>
Tue, 4 Jul 2017 06:30:35 +0000 (4 09:30 +0300)
tree857edb52c6d465aed79bd9d8b4be451afc32c871
parentfd33ce01f8a84b2a434e88c95473cd49b1a6e554
import libssl (LibreSSL 2.5.4)

not part of build yet.
212 files changed:
lib/libssl/LICENSE [new file with mode: 0644]
lib/libssl/Makefile [new file with mode: 0644]
lib/libssl/Symbols.list [new file with mode: 0644]
lib/libssl/bio_ssl.c [new file with mode: 0644]
lib/libssl/bs_ber.c [new file with mode: 0644]
lib/libssl/bs_cbb.c [new file with mode: 0644]
lib/libssl/bs_cbs.c [new file with mode: 0644]
lib/libssl/bytestring.h [new file with mode: 0644]
lib/libssl/compat.mk [new file with mode: 0644]
lib/libssl/d1_both.c [new file with mode: 0644]
lib/libssl/d1_clnt.c [new file with mode: 0644]
lib/libssl/d1_enc.c [new file with mode: 0644]
lib/libssl/d1_lib.c [new file with mode: 0644]
lib/libssl/d1_meth.c [new file with mode: 0644]
lib/libssl/d1_pkt.c [new file with mode: 0644]
lib/libssl/d1_srtp.c [new file with mode: 0644]
lib/libssl/d1_srvr.c [new file with mode: 0644]
lib/libssl/doc/openssl.cnf [new file with mode: 0644]
lib/libssl/doc/openssl.txt [new file with mode: 0644]
lib/libssl/doc/standards.txt [new file with mode: 0644]
lib/libssl/dtls1.h [new file with mode: 0644]
lib/libssl/generate_pkgconfig.sh [new file with mode: 0644]
lib/libssl/man/BIO_f_ssl.3 [new file with mode: 0644]
lib/libssl/man/DTLSv1_listen.3 [new file with mode: 0644]
lib/libssl/man/Makefile [new file with mode: 0644]
lib/libssl/man/PEM_read_SSL_SESSION.3 [new file with mode: 0644]
lib/libssl/man/SSL_CIPHER_get_name.3 [new file with mode: 0644]
lib/libssl/man/SSL_COMP_add_compression_method.3 [new file with mode: 0644]
lib/libssl/man/SSL_CTX_add_extra_chain_cert.3 [new file with mode: 0644]
lib/libssl/man/SSL_CTX_add_session.3 [new file with mode: 0644]
lib/libssl/man/SSL_CTX_ctrl.3 [new file with mode: 0644]
lib/libssl/man/SSL_CTX_flush_sessions.3 [new file with mode: 0644]
lib/libssl/man/SSL_CTX_free.3 [new file with mode: 0644]
lib/libssl/man/SSL_CTX_get_ex_new_index.3 [new file with mode: 0644]
lib/libssl/man/SSL_CTX_get_verify_mode.3 [new file with mode: 0644]
lib/libssl/man/SSL_CTX_load_verify_locations.3 [new file with mode: 0644]
lib/libssl/man/SSL_CTX_new.3 [new file with mode: 0644]
lib/libssl/man/SSL_CTX_sess_number.3 [new file with mode: 0644]
lib/libssl/man/SSL_CTX_sess_set_cache_size.3 [new file with mode: 0644]
lib/libssl/man/SSL_CTX_sess_set_get_cb.3 [new file with mode: 0644]
lib/libssl/man/SSL_CTX_sessions.3 [new file with mode: 0644]
lib/libssl/man/SSL_CTX_set_alpn_select_cb.3 [new file with mode: 0644]
lib/libssl/man/SSL_CTX_set_cert_store.3 [new file with mode: 0644]
lib/libssl/man/SSL_CTX_set_cert_verify_callback.3 [new file with mode: 0644]
lib/libssl/man/SSL_CTX_set_cipher_list.3 [new file with mode: 0644]
lib/libssl/man/SSL_CTX_set_client_CA_list.3 [new file with mode: 0644]
lib/libssl/man/SSL_CTX_set_client_cert_cb.3 [new file with mode: 0644]
lib/libssl/man/SSL_CTX_set_default_passwd_cb.3 [new file with mode: 0644]
lib/libssl/man/SSL_CTX_set_generate_session_id.3 [new file with mode: 0644]
lib/libssl/man/SSL_CTX_set_info_callback.3 [new file with mode: 0644]
lib/libssl/man/SSL_CTX_set_max_cert_list.3 [new file with mode: 0644]
lib/libssl/man/SSL_CTX_set_mode.3 [new file with mode: 0644]
lib/libssl/man/SSL_CTX_set_msg_callback.3 [new file with mode: 0644]
lib/libssl/man/SSL_CTX_set_options.3 [new file with mode: 0644]
lib/libssl/man/SSL_CTX_set_quiet_shutdown.3 [new file with mode: 0644]
lib/libssl/man/SSL_CTX_set_read_ahead.3 [new file with mode: 0644]
lib/libssl/man/SSL_CTX_set_session_cache_mode.3 [new file with mode: 0644]
lib/libssl/man/SSL_CTX_set_session_id_context.3 [new file with mode: 0644]
lib/libssl/man/SSL_CTX_set_ssl_version.3 [new file with mode: 0644]
lib/libssl/man/SSL_CTX_set_timeout.3 [new file with mode: 0644]
lib/libssl/man/SSL_CTX_set_tlsext_status_cb.3 [new file with mode: 0644]
lib/libssl/man/SSL_CTX_set_tlsext_ticket_key_cb.3 [new file with mode: 0644]
lib/libssl/man/SSL_CTX_set_tmp_dh_callback.3 [new file with mode: 0644]
lib/libssl/man/SSL_CTX_set_tmp_rsa_callback.3 [new file with mode: 0644]
lib/libssl/man/SSL_CTX_set_verify.3 [new file with mode: 0644]
lib/libssl/man/SSL_CTX_use_certificate.3 [new file with mode: 0644]
lib/libssl/man/SSL_SESSION_free.3 [new file with mode: 0644]
lib/libssl/man/SSL_SESSION_get_ex_new_index.3 [new file with mode: 0644]
lib/libssl/man/SSL_SESSION_get_time.3 [new file with mode: 0644]
lib/libssl/man/SSL_SESSION_new.3 [new file with mode: 0644]
lib/libssl/man/SSL_SESSION_print.3 [new file with mode: 0644]
lib/libssl/man/SSL_accept.3 [new file with mode: 0644]
lib/libssl/man/SSL_alert_type_string.3 [new file with mode: 0644]
lib/libssl/man/SSL_clear.3 [new file with mode: 0644]
lib/libssl/man/SSL_connect.3 [new file with mode: 0644]
lib/libssl/man/SSL_copy_session_id.3 [new file with mode: 0644]
lib/libssl/man/SSL_do_handshake.3 [new file with mode: 0644]
lib/libssl/man/SSL_dup.3 [new file with mode: 0644]
lib/libssl/man/SSL_dup_CA_list.3 [new file with mode: 0644]
lib/libssl/man/SSL_free.3 [new file with mode: 0644]
lib/libssl/man/SSL_get_SSL_CTX.3 [new file with mode: 0644]
lib/libssl/man/SSL_get_certificate.3 [new file with mode: 0644]
lib/libssl/man/SSL_get_ciphers.3 [new file with mode: 0644]
lib/libssl/man/SSL_get_client_CA_list.3 [new file with mode: 0644]
lib/libssl/man/SSL_get_current_cipher.3 [new file with mode: 0644]
lib/libssl/man/SSL_get_default_timeout.3 [new file with mode: 0644]
lib/libssl/man/SSL_get_error.3 [new file with mode: 0644]
lib/libssl/man/SSL_get_ex_data_X509_STORE_CTX_idx.3 [new file with mode: 0644]
lib/libssl/man/SSL_get_ex_new_index.3 [new file with mode: 0644]
lib/libssl/man/SSL_get_fd.3 [new file with mode: 0644]
lib/libssl/man/SSL_get_peer_cert_chain.3 [new file with mode: 0644]
lib/libssl/man/SSL_get_peer_certificate.3 [new file with mode: 0644]
lib/libssl/man/SSL_get_rbio.3 [new file with mode: 0644]
lib/libssl/man/SSL_get_session.3 [new file with mode: 0644]
lib/libssl/man/SSL_get_shared_ciphers.3 [new file with mode: 0644]
lib/libssl/man/SSL_get_state.3 [new file with mode: 0644]
lib/libssl/man/SSL_get_verify_result.3 [new file with mode: 0644]
lib/libssl/man/SSL_get_version.3 [new file with mode: 0644]
lib/libssl/man/SSL_library_init.3 [new file with mode: 0644]
lib/libssl/man/SSL_load_client_CA_file.3 [new file with mode: 0644]
lib/libssl/man/SSL_new.3 [new file with mode: 0644]
lib/libssl/man/SSL_num_renegotiations.3 [new file with mode: 0644]
lib/libssl/man/SSL_pending.3 [new file with mode: 0644]
lib/libssl/man/SSL_read.3 [new file with mode: 0644]
lib/libssl/man/SSL_renegotiate.3 [new file with mode: 0644]
lib/libssl/man/SSL_rstate_string.3 [new file with mode: 0644]
lib/libssl/man/SSL_session_reused.3 [new file with mode: 0644]
lib/libssl/man/SSL_set1_param.3 [new file with mode: 0644]
lib/libssl/man/SSL_set_bio.3 [new file with mode: 0644]
lib/libssl/man/SSL_set_connect_state.3 [new file with mode: 0644]
lib/libssl/man/SSL_set_fd.3 [new file with mode: 0644]
lib/libssl/man/SSL_set_max_send_fragment.3 [new file with mode: 0644]
lib/libssl/man/SSL_set_session.3 [new file with mode: 0644]
lib/libssl/man/SSL_set_shutdown.3 [new file with mode: 0644]
lib/libssl/man/SSL_set_verify_result.3 [new file with mode: 0644]
lib/libssl/man/SSL_shutdown.3 [new file with mode: 0644]
lib/libssl/man/SSL_state_string.3 [new file with mode: 0644]
lib/libssl/man/SSL_want.3 [new file with mode: 0644]
lib/libssl/man/SSL_write.3 [new file with mode: 0644]
lib/libssl/man/d2i_SSL_SESSION.3 [new file with mode: 0644]
lib/libssl/man/ssl.3 [new file with mode: 0644]
lib/libssl/pqueue.c [new file with mode: 0644]
lib/libssl/pqueue.h [new file with mode: 0644]
lib/libssl/s3_cbc.c [new file with mode: 0644]
lib/libssl/s3_lib.c [new file with mode: 0644]
lib/libssl/shlib_version [new file with mode: 0644]
lib/libssl/srtp.h [new file with mode: 0644]
lib/libssl/ssl.h [new file with mode: 0644]
lib/libssl/ssl2.h [new file with mode: 0644]
lib/libssl/ssl23.h [new file with mode: 0644]
lib/libssl/ssl3.h [new file with mode: 0644]
lib/libssl/ssl_algs.c [new file with mode: 0644]
lib/libssl/ssl_asn1.c [new file with mode: 0644]
lib/libssl/ssl_both.c [new file with mode: 0644]
lib/libssl/ssl_cert.c [new file with mode: 0644]
lib/libssl/ssl_ciph.c [new file with mode: 0644]
lib/libssl/ssl_clnt.c [new file with mode: 0644]
lib/libssl/ssl_err.c [new file with mode: 0644]
lib/libssl/ssl_lib.c [new file with mode: 0644]
lib/libssl/ssl_locl.h [new file with mode: 0644]
lib/libssl/ssl_packet.c [new file with mode: 0644]
lib/libssl/ssl_pkt.c [new file with mode: 0644]
lib/libssl/ssl_rsa.c [new file with mode: 0644]
lib/libssl/ssl_sess.c [new file with mode: 0644]
lib/libssl/ssl_srvr.c [new file with mode: 0644]
lib/libssl/ssl_stat.c [new file with mode: 0644]
lib/libssl/ssl_txt.c [new file with mode: 0644]
lib/libssl/ssl_versions.c [new file with mode: 0644]
lib/libssl/t1_clnt.c [new file with mode: 0644]
lib/libssl/t1_enc.c [new file with mode: 0644]
lib/libssl/t1_hash.c [new file with mode: 0644]
lib/libssl/t1_lib.c [new file with mode: 0644]
lib/libssl/t1_meth.c [new file with mode: 0644]
lib/libssl/t1_reneg.c [new file with mode: 0644]
lib/libssl/t1_srvr.c [new file with mode: 0644]
lib/libssl/test/CAss.cnf [new file with mode: 0644]
lib/libssl/test/CAssdh.cnf [new file with mode: 0644]
lib/libssl/test/CAssdsa.cnf [new file with mode: 0644]
lib/libssl/test/CAssrsa.cnf [new file with mode: 0644]
lib/libssl/test/CAtsa.cnf [new file with mode: 0644]
lib/libssl/test/P1ss.cnf [new file with mode: 0644]
lib/libssl/test/P2ss.cnf [new file with mode: 0644]
lib/libssl/test/Sssdsa.cnf [new file with mode: 0644]
lib/libssl/test/Sssrsa.cnf [new file with mode: 0644]
lib/libssl/test/Uss.cnf [new file with mode: 0644]
lib/libssl/test/VMSca-response.1 [new file with mode: 0644]
lib/libssl/test/VMSca-response.2 [new file with mode: 0644]
lib/libssl/test/asn1test.c [new file with mode: 0755]
lib/libssl/test/bctest [new file with mode: 0644]
lib/libssl/test/cms-examples.pl [new file with mode: 0644]
lib/libssl/test/cms-test.pl [new file with mode: 0644]
lib/libssl/test/methtest.c [new file with mode: 0644]
lib/libssl/test/pkcs7-1.pem [new file with mode: 0644]
lib/libssl/test/pkcs7.pem [new file with mode: 0644]
lib/libssl/test/pkits-test.pl [new file with mode: 0644]
lib/libssl/test/r160test.c [new file with mode: 0644]
lib/libssl/test/smcont.txt [new file with mode: 0644]
lib/libssl/test/smime-certs/smdsa1.pem [new file with mode: 0644]
lib/libssl/test/smime-certs/smdsa2.pem [new file with mode: 0644]
lib/libssl/test/smime-certs/smdsa3.pem [new file with mode: 0644]
lib/libssl/test/smime-certs/smdsap.pem [new file with mode: 0644]
lib/libssl/test/smime-certs/smroot.pem [new file with mode: 0644]
lib/libssl/test/smime-certs/smrsa1.pem [new file with mode: 0644]
lib/libssl/test/smime-certs/smrsa2.pem [new file with mode: 0644]
lib/libssl/test/smime-certs/smrsa3.pem [new file with mode: 0644]
lib/libssl/test/tcrl [new file with mode: 0644]
lib/libssl/test/test.cnf [new file with mode: 0644]
lib/libssl/test/test_aesni [new file with mode: 0644]
lib/libssl/test/test_padlock [new file with mode: 0755]
lib/libssl/test/testca [new file with mode: 0644]
lib/libssl/test/testcrl.pem [new file with mode: 0644]
lib/libssl/test/testenc [new file with mode: 0644]
lib/libssl/test/testgen [new file with mode: 0644]
lib/libssl/test/testp7.pem [new file with mode: 0644]
lib/libssl/test/testreq2.pem [new file with mode: 0644]
lib/libssl/test/testrsa.pem [new file with mode: 0644]
lib/libssl/test/testsid.pem [new file with mode: 0644]
lib/libssl/test/testss [new file with mode: 0644]
lib/libssl/test/testssl [new file with mode: 0644]
lib/libssl/test/testsslproxy [new file with mode: 0644]
lib/libssl/test/testtsa [new file with mode: 0644]
lib/libssl/test/testx509.pem [new file with mode: 0644]
lib/libssl/test/times [new file with mode: 0644]
lib/libssl/test/tpkcs7 [new file with mode: 0644]
lib/libssl/test/tpkcs7d [new file with mode: 0644]
lib/libssl/test/treq [new file with mode: 0644]
lib/libssl/test/trsa [new file with mode: 0644]
lib/libssl/test/tsid [new file with mode: 0644]
lib/libssl/test/tx509 [new file with mode: 0644]
lib/libssl/test/v3-cert1.pem [new file with mode: 0644]
lib/libssl/test/v3-cert2.pem [new file with mode: 0644]
lib/libssl/tls1.h [new file with mode: 0644]