3#include <test/jtx/envconfig.h>
5#include <xrpl/basics/base64.h>
6#include <xrpl/basics/random.h>
7#include <xrpl/basics/strHex.h>
8#include <xrpl/protocol/PublicKey.h>
9#include <xrpl/protocol/SecretKey.h>
10#include <xrpl/protocol/Sign.h>
12#include <boost/algorithm/string/predicate.hpp>
13#include <boost/asio.hpp>
14#include <boost/asio/ip/tcp.hpp>
15#include <boost/asio/ssl/stream.hpp>
16#include <boost/beast/core/flat_buffer.hpp>
17#include <boost/beast/http.hpp>
18#include <boost/beast/ssl.hpp>
19#include <boost/beast/version.hpp>
20#include <boost/lexical_cast.hpp>
34 using req_type = boost::beast::http::request<boost::beast::http::string_body>;
35 using resp_type = boost::beast::http::response<boost::beast::http::string_body>;
50 boost::asio::ssl::context
sslCtx_{boost::asio::ssl::context::tlsv12};
61 [](
std::size_t, boost::asio::ssl::context_base::password_purpose) {
return "test"; });
64 boost::asio::ssl::context::default_workarounds | boost::asio::ssl::context::no_sslv2 |
65 boost::asio::ssl::context::single_dh_use);
70 boost::asio::buffer(
key().
data(),
key().size()), boost::asio::ssl::context::file_format::pem);
100 st[sfPublicKey] = pk;
101 st[sfSigningPubKey] = spk;
131 boost::asio::io_context& ioc,
137 bool immediateStart =
true,
152 blobInfo.
reserve(futures.size() + 1);
158 for (
auto const& val : validators)
160 data +=
"{\"validation_public_key\":\"" +
strHex(val.masterPublic) +
"\",\"manifest\":\"" +
161 val.manifest +
"\"},";
173 l <<
"{\"blob\":\"" << blob <<
"\"" <<
",\"signature\":\"" <<
sig <<
"\"" <<
",\"manifest\":\"" <<
manifest
175 <<
",\"refresh_interval\": " << interval <<
",\"version\":" << version <<
'}';
178 for (
auto const& future : futures)
181 ",\"effective\":" +
std::to_string(future.first.time_since_epoch().count()) +
182 ",\"expiration\":" +
std::to_string(future.second.time_since_epoch().count()) +
",\"validators\":[";
185 for (
auto const& val : validators)
187 data +=
"{\"validation_public_key\":\"" +
strHex(val.masterPublic) +
"\",\"manifest\":\"" +
188 val.manifest +
"\"},";
201 for (
auto const& info : blobInfo)
203 l <<
"{\"blob\":\"" << info.blob <<
"\"" <<
",\"signature\":\"" << info.signature <<
"\"},";
208 l <<
"{\"blobs_v2\": [ " << blobs <<
"],\"manifest\":\"" <<
manifest <<
"\""
209 <<
",\"refresh_interval\": " << interval <<
",\"version\":" << (version + 1) <<
'}';
225 acceptor_.set_option(boost::asio::ip::tcp::acceptor::reuse_address(
true), ec);
227 acceptor_.listen(boost::asio::socket_base::max_listen_connections);
229 if (
auto p = wp.lock())
328-----BEGIN CERTIFICATE-----
329MIIDczCCAlugAwIBAgIBATANBgkqhkiG9w0BAQsFADBjMQswCQYDVQQGEwJVUzEL
330MAkGA1UECAwCQ0ExFDASBgNVBAcMC0xvcyBBbmdlbGVzMRswGQYDVQQKDBJyaXBw
331bGVkLXVuaXQtdGVzdHMxFDASBgNVBAMMC2V4YW1wbGUuY29tMB4XDTIyMDIwNTIz
332NDk0M1oXDTQ5MDYyMzIzNDk0M1owazELMAkGA1UEBhMCVVMxEzARBgNVBAgMCkNh
333bGlmb3JuaWExFjAUBgNVBAcMDVNhbiBGcmFuY2lzY28xGzAZBgNVBAoMEnJpcHBs
334ZWQtdW5pdC10ZXN0czESMBAGA1UEAwwJMTI3LjAuMC4xMIIBIjANBgkqhkiG9w0B
335AQEFAAOCAQ8AMIIBCgKCAQEAueZ1hgRxwPgfeVx2AdngUYx7zYcaxcGYXyqi7izJ
336qTuBUcVcTRC/9Ip67RAEhfcgGudRS/a4Sv1ljwiRknSCcD/ZjzOFDLgbqYGSZNEs
337+T/qkwmc/L+Pbzf85HM7RjeGOd6NDQy9+oOBbUtqpTxcSGa4ln+YBFUSeoS1Aa9f
338n9vrxnWX9LgTu5dSWzH5TqFIti+Zs/v0PFjEivBIAOHPslmnzg/wCr99I6z9CAR3
339zVDe7+sxR//ivpeVE7FWjgkGixnUpZAqn69zNkJjMLNXETgOYskZdMIgbVOMr+0q
340S1Uj77mhwxKfpnB6TqUVvWLBvmBDzPjf0m0NcCf9UAjqPwIDAQABoyowKDAmBgNV
341HREEHzAdgglsb2NhbGhvc3SHEAAAAAAAAAAAAAAAAAAAAAEwDQYJKoZIhvcNAQEL
342BQADggEBAJkUFNS0CeEAKvo0ttzooXnCDH3esj2fwmLJQYLUGsAF8DFrFHTqZEcx
343hFRdr0ftEb/VKpV9dVF6xtSoMU56kHOnhbHEWADyqdKUkCDjrGBet5QdWmEwNV2L
344nYrwGQBAybMt/+1XMUV8HeLFJNHnyxfQYcW0fUsrmNGk8W0kzWuuq88qbhfXZAIx
345KiXrzYpLlM0RlpWXRfYQ6mTdSrRrLnEo5MklizVgNB8HYX78lxa06zP08oReQcfT
346GSGO8NEEq8BTVmp69zD1JyfvQcXzsi7WtkAX+/EOFZ7LesnZ6VsyjZ74wECCaQuD
347X1yu/XxHqchM+DOzzVw6wRKaM7Zsk80=
348-----END CERTIFICATE-----
357-----BEGIN RSA PRIVATE KEY-----
358MIIEpAIBAAKCAQEAueZ1hgRxwPgfeVx2AdngUYx7zYcaxcGYXyqi7izJqTuBUcVc
359TRC/9Ip67RAEhfcgGudRS/a4Sv1ljwiRknSCcD/ZjzOFDLgbqYGSZNEs+T/qkwmc
360/L+Pbzf85HM7RjeGOd6NDQy9+oOBbUtqpTxcSGa4ln+YBFUSeoS1Aa9fn9vrxnWX
3619LgTu5dSWzH5TqFIti+Zs/v0PFjEivBIAOHPslmnzg/wCr99I6z9CAR3zVDe7+sx
362R//ivpeVE7FWjgkGixnUpZAqn69zNkJjMLNXETgOYskZdMIgbVOMr+0qS1Uj77mh
363wxKfpnB6TqUVvWLBvmBDzPjf0m0NcCf9UAjqPwIDAQABAoIBAEC9MDpOu+quvg8+
364kt4MKSFdIhQuM7WguNaTe5AkSspDrcJzT7SK275mp259QIYCzMxxuA8TSZTb8A1C
365t6dgKbi7k6FaGMCYMRHzzK6NZfMbPi6cj245q9LYlZpdQswuM/FdPpPH1zUxrNYK
366CIaooZ6ZHzlSD/eaRMgkBQEkONHrZZtEinLIvKedwssPCaXkIISmt7MFQTDOlxkf
367K0Mt1mnRREPYbYSfPEEfIyy/KDIiB5AzgGt+uPOn8Oeb1pSqy69jpYcfhSj+bo4S
368UV6qTuTfBd4qkkNI6d/Z7DcDJFFlfloG/vVgGk/beWNnL2e39vzxiebB3w+MQn4F
369Wyx5mCECgYEA22z1/ihqt9LIAWtP42oSS3S/RxlFzpp5d7QfNqFnEoVgeRhQzleP
370pRJIzVXpMYBxexZYqZA/q8xBSggz+2gmRoYnW20VIzl14DsSH378ye3FRwJB0tLy
371dWU8DC7ZB5XQCTvI9UY3voJNToknODw7RCNO1h3V3T1y6JRLdcLskk8CgYEA2OLy
372aE5bvsUaLBSv7W9NFhSuZ0p9Y0pFmRgHI7g8i/AgRZ0BgiE8u8OZSHmPJPMaNs/h
373YIEIrlsgDci1PzwrUYseRp/aiVE1kyev09/ihqRXTPpLQu6h/d63KRe/06W3t5X3
374Dmfj49hH5zGPBI/0y1ECV/n0fwnRhxSv7fNr3RECgYBEuFpOUAAkNApZj29ErNqv
3758Q9ayAp5yx1RpQLFjEUIoub05e2gwgGF1DUiwc43p59iyjvYVwnp1x13fxwwl4yt
376N6Sp2H7vOja1lCp33MB0yVeohodw7InsxFjLA/0KiBvQWH32exhIPOzTNNcooIx7
377KYeuPUfWc0FCn/cGGZcXtwKBgQC1hp1k99CKBuY05suoanOWe5DNGud/ZvaBgD7Z
378gqYKadxY52QPyknOzZNJuZQ5VM8n+S2lW9osNFDLuKUaW/3Vrh6U9c4vCC1TEPB0
3794PnzvzDiWMsNJjWnCfU7C4meVyFBIt84y3NNjAQCWNRe+S3lzdOsVqRwf4NDD+l/
380uzEYQQKBgQCJczIlwobm1Y6O41hbGZhZL/CGMNS6Z0INi2yasV0WDqYlh7XayHMD
381cK55dMILcbHqeIBq/wR6sIhw6IJcaDBfFfrJiKKDilfij2lHxR2FQrEngtTCCRV+
382ZzARzaWhQPvbDqEtLJDWuXZNXfL8/PTIs5NmuKuQ8F4+gQJpkQgwaw==
383-----END RSA PRIVATE KEY-----
392-----BEGIN CERTIFICATE-----
393MIIDpzCCAo+gAwIBAgIUWc45WqaaNuaSLoFYTMC/Mjfqw/gwDQYJKoZIhvcNAQEL
394BQAwYzELMAkGA1UEBhMCVVMxCzAJBgNVBAgMAkNBMRQwEgYDVQQHDAtMb3MgQW5n
395ZWxlczEbMBkGA1UECgwScmlwcGxlZC11bml0LXRlc3RzMRQwEgYDVQQDDAtleGFt
396cGxlLmNvbTAeFw0yMjAyMDUyMzQ5MDFaFw00OTA2MjMyMzQ5MDFaMGMxCzAJBgNV
397BAYTAlVTMQswCQYDVQQIDAJDQTEUMBIGA1UEBwwLTG9zIEFuZ2VsZXMxGzAZBgNV
398BAoMEnJpcHBsZWQtdW5pdC10ZXN0czEUMBIGA1UEAwwLZXhhbXBsZS5jb20wggEi
399MA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQC0f2JBW2XNW2wT5/ajX2qxmUY+
400aNJGfpV6gZ5CmwdQpbHrPPvJoskxwsCyr3GifzT/GtCpmb1fiu59uUAPxQEYCxiq
401V+HchX4g4Vl27xKJ0P+usxuEED9v7TCteKum9u9eMZ8UDF0fspXcnWGs9fXlyoTj
402uTRP1SBQllk44DPc/KzlrtH+QNXmr9XQnP8XvwWCgJXMx87voxEGiFFOVhkSSAOv
403v+OUGgEuq0NPgwv2LHBlYHSdkoU9F5Z/TmkCAFMShbyoUjldIz2gcWXjN2tespGo
404D6qYvasvPIpmcholBBkc0z8QDt+RNq+Wzrults7epJXy/u+txGK9cHCNlLCpAgMB
405AAGjUzBRMB0GA1UdDgQWBBS1oydh+YyqDNOFKYOvOtVMWKqV4zAfBgNVHSMEGDAW
406gBS1oydh+YyqDNOFKYOvOtVMWKqV4zAPBgNVHRMBAf8EBTADAQH/MA0GCSqGSIb3
407DQEBCwUAA4IBAQCDPyGKQwQ8Lz0yEgvIl/Uo9BtwAzlvjrLM/39qhStLQqDGSs2Q
408xFIbtjzjuLf5vR3q6OJ62CCvzqXgHkJ+hzVN/tAvyliGTdjJrK+xv1M5a+XipO2f
409c9lb4gRbFL/DyoeoWgb1Rkv3gFf0FlCYH+ZUcYb9ZYCRlGtFgOcxJI2g+T7jSLFp
4108+hSzQ6W5Sp9L6b5iJyCww1vjBvBqzNyZMNeB4gXGtd6z9vMDSvKboTdGD7wcFB+
411mRMyNekaRw+Npy4Hjou5sx272cXHHmPCSF5TjwdaibSaGjx1k0Q50mOf7S9KG5b5
4127X1e3FekJlaD02EBEhtkXURIxogOQALdFncj
413-----END CERTIFICATE-----
422-----BEGIN DH PARAMETERS-----
423MIIBCAKCAQEAp2I2fWEUZ3sCNfitSRC/MdAhJE/bS+NO0O2tWdIdlvmIFE6B5qhC
424sGW9ojrQT8DTxBvGAcbjr/jagmlE3BV4oSnxyhP37G2mDvMOJ29J3NvFD/ZFAW0d
425BvZJ1RNvMu29NmVCyt6/jgzcqrqnami9uD93aK+zaVrlPsPEYM8xB19HXwqsEYCL
426ux2B7sqXm9Ts74HPg/EV+pcVon9phxNWxxgHlOvFc2QjZ3hXH++kzmJ4vs7N/XDB
427xbEQ+TUZ5jbJGSeBqNFKFeuOUQGJ46Io0jBSYd4rSmKUXkvElQwR+n7KF3jy1uAt
428/8hzd8tHn9TyW7Q2/CPkOA6dCXzltpOSowIBAg==
429-----END DH PARAMETERS-----
438 TrustedPublisherServer&
self;
440 boost::asio::executor_work_guard<boost::asio::executor>
work;
443 lambda(
int id_, TrustedPublisherServer& self_,
socket_type&&
sock_,
bool ssl_)
464 if (
auto p = wp.lock())
474 using namespace boost::beast;
486 ssl_stream->handshake(ssl::stream_base::server, ec);
498 http::read(*ssl_stream, sb, req, ec);
500 http::read(sock, sb, req, ec);
506 res.insert(
"Server",
"TrustedPublisherServer");
507 res.version(req.version());
508 res.keep_alive(req.keep_alive());
511 if (boost::starts_with(path,
"/validators2"))
513 res.result(http::status::ok);
514 res.insert(
"Content-Type",
"application/json");
515 if (path ==
"/validators2/bad")
516 res.body() =
"{ 'bad': \"2']";
517 else if (path ==
"/validators2/missing")
518 res.body() =
"{\"version\": 2}";
522 constexpr char const* refreshPrefix =
"/validators2/refresh/";
523 if (boost::starts_with(path, refreshPrefix))
524 refresh = boost::lexical_cast<unsigned int>(path.
substr(
strlen(refreshPrefix)));
528 else if (boost::starts_with(path,
"/validators"))
530 res.result(http::status::ok);
531 res.insert(
"Content-Type",
"application/json");
532 if (path ==
"/validators/bad")
533 res.body() =
"{ 'bad': \"1']";
534 else if (path ==
"/validators/missing")
535 res.body() =
"{\"version\": 1}";
539 constexpr char const* refreshPrefix =
"/validators/refresh/";
540 if (boost::starts_with(path, refreshPrefix))
541 refresh = boost::lexical_cast<unsigned int>(path.
substr(
strlen(refreshPrefix)));
545 else if (boost::starts_with(path,
"/textfile"))
548 res.result(http::status::ok);
549 res.insert(
"Content-Type",
"text/example");
553 res.content_length(cl);
554 if (req.method() == http::verb::get)
557 for (
auto i = 0; i < 1024; ++i)
558 body <<
static_cast<char>(rand_int<short>(32, 126)), res.body() = body.
str();
561 else if (boost::starts_with(path,
"/sleep/"))
563 auto const sleep_sec = boost::lexical_cast<unsigned int>(path.
substr(7));
566 else if (boost::starts_with(path,
"/redirect"))
568 if (boost::ends_with(path,
"/301"))
569 res.result(http::status::moved_permanently);
570 else if (boost::ends_with(path,
"/302"))
571 res.result(http::status::found);
572 else if (boost::ends_with(path,
"/307"))
573 res.result(http::status::temporary_redirect);
574 else if (boost::ends_with(path,
"/308"))
575 res.result(http::status::permanent_redirect);
578 if (boost::starts_with(path,
"/redirect_to/"))
580 location << path.
substr(13);
582 else if (!boost::starts_with(path,
"/redirect_nolo"))
585 << (boost::starts_with(path,
"/redirect_forever/") ? path :
"/validators");
587 if (!location.
str().empty())
588 res.insert(
"Location", location.
str());
593 res.result(boost::beast::http::status::not_found);
594 res.insert(
"Content-Type",
"text/html");
601 res.prepare_payload();
606 res.result(boost::beast::http::status::internal_server_error);
607 res.version(req.version());
608 res.
insert(
"Server",
"TrustedPublisherServer");
609 res.insert(
"Content-Type",
"text/html");
611 res.prepare_payload();
615 write(*ssl_stream, res, ec);
617 write(sock, res, ec);
619 if (ec || req.need_eof())
625 ssl_stream->shutdown(ec);
631 boost::asio::io_context& ioc,
637 bool immediateStart =
true,
void add(Serializer &s) const override
std::size_t size() const noexcept
void const * data() const noexcept
boost::asio::ip::address address_type
static std::string const & dh()
static std::string makeManifestString(PublicKey const &pk, SecretKey const &sk, PublicKey const &spk, SecretKey const &ssk, int seq)
PublicKey const & publisherPublic() const
boost::beast::http::request< boost::beast::http::string_body > req_type
boost::asio::ssl::context sslCtx_
PublicKey publisherPublic_
void on_accept(error_code ec)
void do_peer(int id, socket_type &&s, bool ssl)
static std::string const & key()
boost::asio::ip::tcp::acceptor acceptor_
void load_server_certificate()
~TrustedPublisherServer()
static std::string const & cert()
static Validator randomValidator()
std::function< std::string(int)> getList_
static std::string const & ca_cert()
SecretKey publisherSecret_
endpoint_type local_endpoint() const
TrustedPublisherServer(boost::asio::io_context &ioc, std::vector< Validator > const &validators, NetClock::time_point validUntil, std::vector< std::pair< NetClock::time_point, NetClock::time_point > > const &futures, bool useSSL=false, int version=1, bool immediateStart=true, int sequence=1)
boost::asio::ip::tcp::endpoint endpoint_type
boost::system::error_code error_code
boost::asio::ip::tcp::socket socket_type
boost::beast::http::response< boost::beast::http::string_body > resp_type
std::function< std::string(int)> getList2_
Set the regular signature on a JTx.
T emplace_back(T... args)
void write(nudb::detail::ostream &os, std::size_t t)
auto const data
General field definitions, or fields used in multiple transaction namespaces.
void sign(Json::Value &jv, Account const &account, Json::Value &sigObject)
Sign automatically into a specific Json field of the jv object.
char const * getEnvLocalhostAddr()
std::shared_ptr< TrustedPublisherServer > make_TrustedPublisherServer(boost::asio::io_context &ioc, std::vector< TrustedPublisherServer::Validator > const &validators, NetClock::time_point validUntil, std::vector< std::pair< NetClock::time_point, NetClock::time_point > > const &futures, bool useSSL=false, int version=1, bool immediateStart=true, int sequence=1)
Use hash_* containers for keys that do not need a cryptographically secure hashing algorithm.
std::pair< PublicKey, SecretKey > randomKeyPair(KeyType type)
Create a key pair using secure random numbers.
PublicKey derivePublicKey(KeyType type, SecretKey const &sk)
Derive the public key from a secret key.
std::string strHex(FwdIt begin, FwdIt end)
std::string base64_encode(std::uint8_t const *data, std::size_t len)
std::optional< KeyType > publicKeyType(Slice const &slice)
Returns the type of public key.
SecretKey randomSecretKey()
Create a secret key using secure random numbers.
std::enable_if_t< std::is_same< T, char >::value||std::is_same< T, unsigned char >::value, Slice > makeSlice(std::array< T, N > const &a)
T shared_from_this(T... args)
BlobInfo(std::string b, std::string s)
boost::asio::executor_work_guard< boost::asio::executor > work
TrustedPublisherServer & self
Set the sequence number on a JTx.
T time_since_epoch(T... args)