Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
50 most recent check-ins
2020-06-28
| ||
14:30 | Updated release-info after migration from BitBucket Leaf check-in: a51b9d6369 user: murphy tags: chicken-5 | |
14:30 | Updated release-info after migration from BitBucket Leaf check-in: 2233d8d381 user: murphy tags: trunk | |
2019-12-12
| ||
22:04 | Updated release information file check-in: 47d401081e user: murphy tags: chicken-5 | |
22:04 | Added tag v1.4.2 for changeset 38a9330c37da check-in: 4267ca29ff user: murphy tags: chicken-5 | |
22:04 | CHICKEN 5.1 build tweaks check-in: 00ccc73f91 user: murphy tags: chicken-5, v1.4.2 | |
2018-11-25
| ||
12:47 | Updated release information check-in: a6fc5a0ba1 user: murphy tags: chicken-5 | |
12:46 | Added tag v1.4.1 for changeset dac15ee3ff79 check-in: e7ec402149 user: murphy tags: chicken-5 | |
12:45 | Replaced system specifiic entropy source code using random-bytes from (chicken random) check-in: 9a5617e5a9 user: murphy tags: chicken-5, v1.4.1 | |
2018-09-01
| ||
04:51 | Tag file cleanup check-in: 138688dafa user: murphy tags: chicken-5 | |
04:08 | Release entry for version 1.4.0 check-in: 97a9f29cff user: murphy tags: chicken-5 | |
03:50 | Added tag v1.4.0, a8a517816f61 for changeset 4d2086a53b2e check-in: 80326db391 user: murphy tags: chicken-5 | |
03:50 | Removed tag v1.3.1 check-in: 13f7c8151e user: murphy tags: chicken-5, v1.4.0 | |
01:13 | Exported hash-size check-in: a20f33988e user: murphy tags: chicken-5 | |
2018-08-19
| ||
22:14 | Egg descriptor tweaks check-in: d6693468ae user: murphy tags: chicken-5 | |
2018-08-18
| ||
02:01 | Release entry for version 1.3.1 check-in: 769d7d5e9b user: murphy tags: chicken-5 | |
01:56 | Added tag v1.3.1 for changeset b8faacd4123a check-in: b5df739d45 user: murphy tags: chicken-5 | |
00:35 | Ported the egg to CHICKEN 5 check-in: 2e9b7475b9 user: murphy tags: chicken-5 | |
2018-02-03
| ||
16:42 | Added release entry for version 1.3.0_20140427 check-in: 2037877f7f user: murphy tags: trunk | |
16:40 | Added tag v1.3.0_20140427 for changeset da13964dcfb9 check-in: 1c90782366 user: murphy tags: trunk | |
2018-01-30
| ||
23:38 | Corrected argument ordering in open-random-stream check-in: d4ed2baead user: murphy tags: trunk, v1.3.0_20140427 | |
22:44 | Use infinite value to simplify limit handling of pseudo-random streams check-in: 360f645ba6 user: murphy tags: trunk | |
22:09 | Replaced one < by fx< check-in: 7c7074db38 user: murphy tags: trunk | |
22:00 | Merged stream-xor and open-random-stream changes check-in: 3db84b5dde user: murphy tags: trunk | |
19:55 | Fix default pseudo-random stream limit at 1 GiB but allow unlimited streams check-in: 14d14a0a89 user: murphy tags: trunk | |
02:12 | Check key material for sufficient length in stream-xor! check-in: 519667689b user: murphy tags: trunk | |
01:38 | Added pseudo-random stream support check-in: c7844144bf user: murphy tags: trunk | |
2018-01-24
| ||
22:50 | Added release entry for version 1.2.0_20140427 check-in: 5659dcbb05 user: murphy tags: trunk | |
22:49 | Added tag v1.2.0_20140427 for changeset 17662559bae6 check-in: 66bae9e6ed user: murphy tags: trunk | |
2018-01-21
| ||
21:43 | Added scalarmult* primitive check-in: 063fadc91f user: murphy tags: trunk, v1.2.0_20140427 | |
2018-01-20
| ||
18:29 | Added key exchange function to allow splitting (asymmetric-{box,unbox} ...) into (symmetric-{box,unbox} (derive-symmetric-box-key ...)) check-in: e6f29d16bf user: murphy tags: trunk | |
2015-10-20
| ||
18:07 | Merged online edits check-in: 9f7872a8d5 user: murphy tags: trunk | |
18:05 | Added release entry for version 1.1.0_20140427 check-in: 1f36fb1697 user: murphy tags: trunk | |
18:04 | Added tag v1.1.0_20140427 for changeset 0f6cd5975d69 check-in: 8778100625 user: murphy tags: trunk | |
2015-10-13
| ||
14:08 | Eliminated problematic callbacks and C compiler warnings check-in: f72b0df0c3 user: murphy tags: trunk, v1.1.0_20140427 | |
2015-03-31
| ||
19:53 | README.md edited online with Bitbucket check-in: faf867453d user: murphy tags: trunk | |
18:43 | Added tag v1.0_20140427 for changeset 7fc962453f00 check-in: aaf1c4c1f0 user: murphy tags: trunk | |
18:39 | Reformatted version number check-in: 65a6c3735a user: murphy tags: trunk, v1.0_20140427 | |
18:19 | Corrected URLs in release information check-in: e69eb86482 user: murphy tags: trunk | |
18:17 | Added release information, set version check-in: d4687be381 user: murphy tags: trunk | |
18:16 | Corrected egg category to crypt check-in: 0ddfc19c84 user: murphy tags: trunk | |
2015-03-30
| ||
04:49 | Corrected symmetric-sign key argument position check-in: ddf75562d0 user: murphy tags: trunk | |
04:23 | Ignore all generated files check-in: 65989ee22b user: murphy tags: trunk | |
04:22 | Automatic entropy source selection for Unix and Windows check-in: bae286ad10 user: murphy tags: trunk | |
00:58 | Renamed key generation functions to make-*-key[pair] check-in: b8556f5b71 user: murphy tags: trunk | |
00:50 | Wrappers of symmetric algorithms with tests check-in: 4dde97ef13 user: murphy tags: trunk | |
2015-03-29
| ||
13:34 | Renamed current-random-port to current-entropy-port, features decide which device to use check-in: ee9e7f32f9 user: murphy tags: trunk | |
13:30 | Renamed asymmetric functions from crypto-* to asymmetric-* check-in: 43399e81e2 user: murphy tags: trunk | |
03:24 | Wrappers of asymmetric algorithms with tests check-in: 005b271db1 user: murphy tags: trunk | |
03:23 | TweetNaCl 20140427 source check-in: e8718372a0 user: murphy tags: trunk | |
03:23 | Initial infrastructure check-in: ec5f214129 user: murphy tags: trunk | |