import openssl(1) (LibreSSL 2.5.4)
commitbeb6bb8aa010a3dedd60f733124c37899d412738
authorLauri Tirkkonen <lotheac@iki.fi>
Mon, 3 Jul 2017 14:18:35 +0000 (3 17:18 +0300)
committerLauri Tirkkonen <lotheac@iki.fi>
Tue, 4 Jul 2017 06:31:05 +0000 (4 09:31 +0300)
tree24d59072071f0b6ba45274f224b5064d8be24a70
parent79097c3e30f68fba0c01bd77628167d783eb6a9e
import openssl(1) (LibreSSL 2.5.4)

not part of build yet.
60 files changed:
bin/openssl/Makefile [new file with mode: 0644]
bin/openssl/apps.c [new file with mode: 0644]
bin/openssl/apps.h [new file with mode: 0644]
bin/openssl/apps_posix.c [new file with mode: 0644]
bin/openssl/asn1pars.c [new file with mode: 0644]
bin/openssl/ca.c [new file with mode: 0644]
bin/openssl/certhash.c [new file with mode: 0644]
bin/openssl/ciphers.c [new file with mode: 0644]
bin/openssl/compat.mk [new file with mode: 0644]
bin/openssl/crl.c [new file with mode: 0644]
bin/openssl/crl2p7.c [new file with mode: 0644]
bin/openssl/dgst.c [new file with mode: 0644]
bin/openssl/dh.c [new file with mode: 0644]
bin/openssl/dhparam.c [new file with mode: 0644]
bin/openssl/dsa.c [new file with mode: 0644]
bin/openssl/dsaparam.c [new file with mode: 0644]
bin/openssl/ec.c [new file with mode: 0644]
bin/openssl/ecparam.c [new file with mode: 0644]
bin/openssl/enc.c [new file with mode: 0644]
bin/openssl/errstr.c [new file with mode: 0644]
bin/openssl/gendh.c [new file with mode: 0644]
bin/openssl/gendsa.c [new file with mode: 0644]
bin/openssl/genpkey.c [new file with mode: 0644]
bin/openssl/genrsa.c [new file with mode: 0644]
bin/openssl/nseq.c [new file with mode: 0644]
bin/openssl/ocsp.c [new file with mode: 0644]
bin/openssl/openssl.1 [new file with mode: 0644]
bin/openssl/openssl.c [new file with mode: 0644]
bin/openssl/passwd.c [new file with mode: 0644]
bin/openssl/pkcs12.c [new file with mode: 0644]
bin/openssl/pkcs7.c [new file with mode: 0644]
bin/openssl/pkcs8.c [new file with mode: 0644]
bin/openssl/pkey.c [new file with mode: 0644]
bin/openssl/pkeyparam.c [new file with mode: 0644]
bin/openssl/pkeyutl.c [new file with mode: 0644]
bin/openssl/prime.c [new file with mode: 0644]
bin/openssl/progs.h [new file with mode: 0644]
bin/openssl/rand.c [new file with mode: 0644]
bin/openssl/req.c [new file with mode: 0644]
bin/openssl/rsa.c [new file with mode: 0644]
bin/openssl/rsautl.c [new file with mode: 0644]
bin/openssl/s_apps.h [new file with mode: 0644]
bin/openssl/s_cb.c [new file with mode: 0644]
bin/openssl/s_client.c [new file with mode: 0644]
bin/openssl/s_server.c [new file with mode: 0644]
bin/openssl/s_socket.c [new file with mode: 0644]
bin/openssl/s_time.c [new file with mode: 0644]
bin/openssl/sess_id.c [new file with mode: 0644]
bin/openssl/smime.c [new file with mode: 0644]
bin/openssl/speed.c [new file with mode: 0644]
bin/openssl/spkac.c [new file with mode: 0644]
bin/openssl/testdsa.h [new file with mode: 0644]
bin/openssl/testrsa.h [new file with mode: 0644]
bin/openssl/timeouts.h [new file with mode: 0644]
bin/openssl/ts.c [new file with mode: 0644]
bin/openssl/verify.c [new file with mode: 0644]
bin/openssl/version.c [new file with mode: 0644]
bin/openssl/x509.c [new file with mode: 0644]
lib/libcrypto/compat/include/unistd.h [new file with mode: 0644]
lib/libcrypto/compat/strtonum.c [new file with mode: 0644]