Maik Riechert
70b09e53cf
JWT auth proposal types and kv maps ( #1851 )
2020-11-09 08:55:36 +00:00
Eddy Ashton
efc3527b57
Expose KV foreach to JS ( #1857 )
2020-11-06 15:58:13 +00:00
Alex
3576d0b8b4
AFT: receive view-change message & send new-view tx ( #1861 )
2020-11-06 14:43:53 +00:00
Amaury Chamayou
9e7106f50b
Unbundle ballots ( #1853 )
2020-11-06 12:48:34 +00:00
Maik Riechert
fb47291f99
use blit instead of msgpack for user tables ( #1855 )
2020-11-04 16:15:06 +00:00
Eddy Ashton
d48115f308
Test non-msgpack serialisers ( #1854 )
2020-11-03 20:58:58 +00:00
Julien Maffre
07e2389d1c
Quote verification CLI ( #1850 )
2020-11-03 17:24:39 +00:00
Eddy Ashton
f8bcc23add
Always create maps dynamically ( #1847 )
2020-11-03 15:49:59 +00:00
Amaury Chamayou
a112e6057a
Operator changes pass on submit when proposed by operator ( #1849 )
...
Co-authored-by: Alex <shamis@gmail.com>
2020-11-02 18:02:06 +00:00
Alex
d506e74a13
AFT: Send view change messages ( #1835 )
2020-11-02 16:08:16 +00:00
Amaury Chamayou
87fe4d5857
Pass proposer id ( #1848 )
2020-11-02 15:17:02 +00:00
Amaury Chamayou
8d798d8a2f
Verify quote ( #1842 )
2020-11-02 10:22:55 +00:00
Julien Maffre
44eb752bf3
Use RSA key API to wrap key from JS app ( #1846 )
2020-10-30 20:33:28 +00:00
Julien Maffre
b0df355f29
Member recovery shares encryption with RSA-OAEP-256 ( #1841 )
2020-10-30 16:57:26 +00:00
Amaury Chamayou
b1976321e8
Returning the previous signed request when updating the digest is neither necessary nor useful ( #1840 )
2020-10-30 14:59:08 +00:00
Julien Maffre
c8271d6d5b
Update readme ( #1843 )
2020-10-30 13:30:48 +00:00
Amaury Chamayou
269e4cadeb
/user_id takes a pem string ( #1838 )
2020-10-29 18:23:37 +00:00
Amaury Chamayou
bdfa90a888
Remove unused types ( #1839 )
2020-10-29 17:10:56 +00:00
Eddy Ashton
57a990f255
Use OE 0.12.0 in CI docker images ( #1836 )
2020-10-29 11:59:23 +00:00
Amaury Chamayou
9bba96fb17
Run forum tests in CI ( #1826 )
2020-10-28 18:46:35 +00:00
Amaury Chamayou
a722aba433
Libcurl is not needed anymore now that the notification server is gone ( #1832 )
2020-10-28 11:23:20 +00:00
Amaury Chamayou
23004b8b9c
Upgrade to OE 0.12 final ( #1830 )
2020-10-28 10:16:48 +00:00
dependabot[bot]
39db7a952e
Bump cryptography from 3.0 to 3.2 in /python ( #1828 )
2020-10-28 09:15:12 +00:00
Maik Riechert
c81b7d4277
handle auth errors in error handler ( #1827 )
2020-10-27 17:09:23 +00:00
Maik Riechert
03028afe48
Better error handling in forum sample ( #1823 )
2020-10-27 15:33:05 +00:00
Maik Riechert
a583161f97
@Security decorator support for forum sample / tsoa apps ( #1824 )
2020-10-27 11:04:41 +00:00
Maik Riechert
5305e01991
JS: Use different ES target version for node.js in forum sample tests ( #1822 )
2020-10-26 17:45:10 +00:00
Amaury Chamayou
fa251bbfc3
Demo tweaks ( #1819 )
2020-10-26 16:40:18 +00:00
Eddy Ashton
20a823f581
Fewer copies in HTTP endpoint ( #1817 )
2020-10-26 15:45:40 +00:00
Amaury Chamayou
5956b07bc9
Install tools.cmake ( #1820 )
...
* Install tools.cmake
* Changelog message
Co-authored-by: Eddy Ashton <edashton@microsoft.com>
2020-10-26 11:53:44 +00:00
Eddy Ashton
4b49a72192
In non-verbose start_network, don't log request status ( #1821 )
2020-10-26 10:32:24 +00:00
Maik Riechert
66ebbb11f8
js_generic cleanup ( #1816 )
2020-10-23 17:40:38 +01:00
Eddy Ashton
5eceea662f
Spell checking pass over the RST docs ( #1808 )
2020-10-23 16:32:46 +01:00
Eddy Ashton
13cc30031b
Restore old read_block_size ( #1815 )
2020-10-23 15:02:19 +01:00
Amaury Chamayou
63acdd1e83
Upgrade Open Enclave to latest RC ( #1814 )
2020-10-23 13:19:09 +01:00
Alex
874f71f4aa
Aft: Measure interval between global commits ( #1813 )
2020-10-23 08:39:18 +01:00
Eddy Ashton
035a77fd05
Wait for proposal commit when there's no votes ( #1812 )
...
* If I'm waiting for a proposal to be committed, I should really wait for a proposal to be committed
* Just to be sure, let's be sure
* Update tests/infra/consortium.py
Co-authored-by: Amaury Chamayou <amaury@xargs.fr>
Co-authored-by: Amaury Chamayou <amchamay@microsoft.com>
2020-10-23 00:48:55 +01:00
Amaury Chamayou
0bf3689ea3
Removing k6, now that we have an automated vegeta setup ( #1810 )
...
Co-authored-by: Alex <shamis@gmail.com>
2020-10-23 00:16:21 +01:00
Maik Riechert
4c4b894bf7
Align js kvmap API to standard Map ( #1807 )
2020-10-22 23:16:12 +01:00
Maik Riechert
60df2554de
Forum sample: switch to URL templates & add more tests ( #1794 )
2020-10-22 22:11:10 +01:00
Maik Riechert
041581897e
Add Microsoft login to Forum sample ( #1793 )
2020-10-22 21:23:46 +01:00
Amaury Chamayou
4726533243
Update CHANGELOG.md
2020-10-22 18:25:15 +01:00
Amaury Chamayou
cf65e702e3
Update documentation related to start_test_network.sh to talk about sandbox.sh instead ( #1811 )
2020-10-22 18:24:31 +01:00
Amaury Chamayou
891f8335ed
Explicit node flags ( #1803 )
2020-10-22 14:54:43 +01:00
Eddy Ashton
60c8e0883c
Return 404s from js_generic ( #1795 )
2020-10-22 14:05:00 +01:00
Eddy Ashton
7b9688b5cf
Fix typo in verify_quote.rst ( #1804 )
2020-10-22 14:04:22 +01:00
Amaury Chamayou
7e0d84ff2a
Split stub to avoid importing unnecessary symbols in evercrypt.a ( #1789 )
2020-10-22 13:18:59 +01:00
Alex
337b16273b
Swap std::array for crypto::Sha256Hash ( #1790 )
2020-10-22 11:44:32 +01:00
Alex
516a747ba5
Code cleanup ( #1788 )
2020-10-22 11:02:54 +01:00
Maik Riechert
783c203345
Forum sample ( #1787 )
2020-10-22 09:20:46 +01:00