Commit Graph

26 Commits (master)

Author SHA1 Message Date
occheung 10d9adaa8e smoltcp: bump to 0.7.0 2021-07-15 17:36:32 +08:00
occheung 5f3b9a3bef cargo: rename crate 2021-01-25 10:08:46 +08:00
occheung 0c6807f593 fix: subtle version
Both "RSA" and "curve25519_dalek" depend on "subtle".
"curve25519_dalek" depends on any "subtle" version after "2.2.1"
Before commit "f6b445b" on the "RSA" crate, any version of "subtle" that is at least 2.0.0 can support the "RSA" crate.
Commit "f6b445b" of "RSA" broke "subtle" by mandating the use of version "2.1.1" of "subtle".

This commit fixes the dependency conflict by changing the source of "RSA" code to commit "c879eb2", which reverts the "subtle" dependency change.
2020-12-07 11:27:04 +08:00
occheung 552d21a1b3 nal: init 2020-12-04 15:50:37 +08:00
occheung c22ff413da poll: init 2020-11-23 17:16:07 +08:00
occheung 50cf99b5e4 rsapss: fix salt & random 2020-11-19 13:04:02 +08:00
occheung f71c868246 cert ipv4/v6: segregation 2020-11-12 16:32:27 +08:00
occheung 65220dbb46 cert: verify alg 2020-11-11 16:16:45 +08:00
occheung 45216e8af6 parse: add time; cert: add policy constraints 2020-11-09 16:14:31 +08:00
occheung 3bd54d682a ecdhe: add x25519 2020-11-05 16:25:14 +08:00
occheung 7231438269 cert: add more sig alg 2020-11-04 17:45:23 +08:00
occheung c57fc79f6b socket: handle concatenated handshake 2020-11-03 11:34:26 +08:00
occheung 3d566b22e7 fix: some warning 2020-11-02 17:19:02 +08:00
occheung ee9b31e3de handshake: fin 2020-10-29 17:34:03 +08:00
occheung 0042fea902 cert: add key verify 2020-10-28 17:33:00 +08:00
occheung 1261b36b8f parser: certificate full impl 2020-10-27 17:32:25 +08:00
occheung ed2b73389a log: use simple logger in std 2020-10-23 17:06:00 +08:00
occheung eadf776da3 fix tab/space 2020-10-21 18:18:54 +08:00
occheung 38bf1d3c3b parse: init ee 2020-10-18 20:02:40 +08:00
occheung ec53973aec key: init 2020-10-16 17:38:29 +08:00
occheung 51410ac716 cipher: init 2020-10-15 17:29:42 +08:00
occheung a03a511756 Stage machine: init 2020-10-14 17:37:45 +08:00
occheung 1dbf7b6fe0 "nom: fix for no_std compliance" 2020-10-12 10:04:04 +08:00
occheung 70527da8c4 tls: insert iface polling 2020-10-11 23:41:02 +08:00
occheung ba40c0780c parser: init 2020-10-11 13:46:24 +08:00
occheung ea4074574b first commit 2020-10-04 22:22:29 +08:00