Branch: Tag:

2019-05-04

2019-05-04 09:12:19 by Arne Goedeke <el@laramies.com>

Merge remote-tracking branch 'origin/master' into new_utf8

2019-04-09

2019-04-09 15:54:55 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Crypto: Mark lots of lfuns as protected.

Also made some types stricter.

2019-03-19

2019-03-19 12:33:55 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Merge commit '722771973bd' into patches/lyslyskom22891031

* commit '722771973bd': (6177 commits)
Verify that callablep responses are aligned with reality.
...

2019-03-14

2019-03-14 10:39:03 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Merge commit '2470270f500c728d10b8895314d8d8b07016e37b' into grubba/typechecker-automap

* commit '2470270f500c728d10b8895314d8d8b07016e37b': (18681 commits)
Removed the old typechecker.
...

2018-11-03

2018-11-03 14:21:37 by Marcus Comstedt <marcus@mc.pp.se>

Merge remote-tracking branch 'origin/8.1' into gobject-introspection

2018-02-15

2018-02-15 15:54:26 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Merge commit '75c9d1806f1a69ca21c27a2c2fe1b4a6ea38e77e' into patches/pike63

* commit '75c9d1806f1a69ca21c27a2c2fe1b4a6ea38e77e': (19587 commits)
...

2015-10-20

2015-10-20 15:19:57 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Nettle: Added Galois Counter Mode (GCM)

This is in large parts a rewrite of the Pike 8.0 implementation.

2015-08-21

2015-08-21 23:56:32 by Martin Nilsson <nilsson@fastmail.com>

Use @rfc{@} autodoc syntax.

2014-12-04

2014-12-04 19:26:18 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Crypto.AES: Added some lost doc about UMAC.

2014-12-04 19:26:13 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Nettle: Renamed UMAC* to UMAC*_AES.

As UMAC is a generic algorithm that currently happens to use AES
as base, I've renamed it accordingly (analogous with POLY1305_AES),
and mapped them to submodules of Crypto.AES.

Added some UMAC testvectors from RFC 4418.

2014-12-04 19:25:53 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Nettle: Added Crypto.MAC and Crypto.AES.POLY1305.

Crypto.MAC is an API for MAC algorithms analogous to the ones
for hashes and ciphers.

Crypto.AES.POLY1305 is the POLY1305/AES MAC algorithm.

2014-12-04 19:25:17 by Martin Nilsson <nilsson@opera.com>

Simplified dependencies.

2014-12-04 19:24:14 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Nettle.Cipher: Major refactoring of the ciphers.

The cipher state now uses parent pointers instead of mixins.

Renamed Nettle.<CIPHER>_Info to Nettle.<CIPHER> and
moved Nettle.<CIPHER>_State to Nettle.<CIPHER>.State.

Adjusted the corresponding code in Crypto, so that the APIs
there should be the same as before.

2014-05-15

2014-05-15 18:01:44 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Crypto.AES: Added some lost doc about UMAC.

2014-05-10

2014-05-10 10:55:17 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Nettle: Renamed UMAC* to UMAC*_AES.

As UMAC is a generic algorithm that currently happens to use AES
as base, I've renamed it accordingly (analogous with POLY1305_AES),
and mapped them to submodules of Crypto.AES.

Added some UMAC testvectors from RFC 4418.

2014-04-21

2014-04-21 13:03:06 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Nettle: Added Crypto.MAC and Crypto.AES.POLY1305.

Crypto.MAC is an API for MAC algorithms analogous to the ones
for hashes and ciphers.

Crypto.AES.POLY1305 is the POLY1305/AES MAC algorithm.

2014-02-14

2014-02-14 21:09:25 by Martin Nilsson <nilsson@opera.com>

Simplified dependencies.

2014-01-05

2014-01-05 15:14:13 by Marcus Comstedt <marcus@mc.pp.se>

Merge branch '8.0' into gobject-introspection

2013-10-21

2013-10-21 21:47:32 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Nettle.Cipher: Major refactoring of the ciphers.

The cipher state now uses parent pointers instead of mixins.

Renamed Nettle.<CIPHER>_Info to Nettle.<CIPHER> and
moved Nettle.<CIPHER>_State to Nettle.<CIPHER>.State.

Adjusted the corresponding code in Crypto, so that the APIs
there should be the same as before.

2005-01-23

2005-01-23 15:28:21 by Martin Nilsson <mani@lysator.liu.se>

#pragma strict_types

Rev: lib/modules/Crypto.pmod/AES.pmod:1.5
Rev: lib/modules/Crypto.pmod/Arcfour.pmod:1.5
Rev: lib/modules/Crypto.pmod/Blowfish.pmod:1.5
Rev: lib/modules/Crypto.pmod/CAST.pmod:1.5
Rev: lib/modules/Crypto.pmod/DES.pmod:1.5
Rev: lib/modules/Crypto.pmod/DES3.pmod:1.5
Rev: lib/modules/Crypto.pmod/HMAC.pike:1.4
Rev: lib/modules/Crypto.pmod/IDEA.pmod:1.4
Rev: lib/modules/Crypto.pmod/Koremutake.pmod:1.2
Rev: lib/modules/Crypto.pmod/MD2.pmod:1.5
Rev: lib/modules/Crypto.pmod/MD4.pmod:1.5
Rev: lib/modules/Crypto.pmod/MD5.pmod:1.6
Rev: lib/modules/Crypto.pmod/Pipe.pike:1.7
Rev: lib/modules/Crypto.pmod/Random.pmod:1.15
Rev: lib/modules/Crypto.pmod/SHA1.pmod:1.3
Rev: lib/modules/Crypto.pmod/SHA256.pmod:1.5
Rev: lib/modules/Crypto.pmod/Serpent.pmod:1.5
Rev: lib/modules/Crypto.pmod/Twofish.pmod:1.5

2004-04-14

2004-04-14 19:28:32 by Martin Nilsson <mani@lysator.liu.se>

Better dependency checks.

Rev: lib/modules/Crypto.pmod/AES.pmod:1.4
Rev: lib/modules/Crypto.pmod/Arcfour.pmod:1.4
Rev: lib/modules/Crypto.pmod/Blowfish.pmod:1.4
Rev: lib/modules/Crypto.pmod/CAST.pmod:1.4
Rev: lib/modules/Crypto.pmod/DES.pmod:1.4
Rev: lib/modules/Crypto.pmod/DES3.pmod:1.4
Rev: lib/modules/Crypto.pmod/DSA.pike:1.5
Rev: lib/modules/Crypto.pmod/HMAC.pike:1.3
Rev: lib/modules/Crypto.pmod/IDEA.pmod:1.3
Rev: lib/modules/Crypto.pmod/MD2.pmod:1.4
Rev: lib/modules/Crypto.pmod/MD4.pmod:1.4
Rev: lib/modules/Crypto.pmod/MD5.pmod:1.5
Rev: lib/modules/Crypto.pmod/PGP.pmod:1.11
Rev: lib/modules/Crypto.pmod/Pipe.pike:1.6
Rev: lib/modules/Crypto.pmod/RSA.pike:1.8
Rev: lib/modules/Crypto.pmod/Random.pmod:1.14
Rev: lib/modules/Crypto.pmod/SHA1.pmod:1.2
Rev: lib/modules/Crypto.pmod/SHA256.pmod:1.4
Rev: lib/modules/Crypto.pmod/Serpent.pmod:1.4
Rev: lib/modules/Crypto.pmod/Twofish.pmod:1.4
Rev: lib/modules/Crypto.pmod/module.pmod:1.34
Rev: lib/modules/GDK.pmod:1.15
Rev: lib/modules/GLU.pmod:1.13

2003-12-03

2003-12-03 08:30:43 by Martin Nilsson <mani@lysator.liu.se>

Fix for non-Nettle systems

Rev: lib/modules/Crypto.pmod/AES.pmod:1.3
Rev: lib/modules/Crypto.pmod/Arcfour.pmod:1.3
Rev: lib/modules/Crypto.pmod/Blowfish.pmod:1.3
Rev: lib/modules/Crypto.pmod/CAST.pmod:1.3
Rev: lib/modules/Crypto.pmod/DES.pmod:1.3
Rev: lib/modules/Crypto.pmod/DES3.pmod:1.3
Rev: lib/modules/Crypto.pmod/IDEA.pmod:1.2
Rev: lib/modules/Crypto.pmod/MD2.pmod:1.2
Rev: lib/modules/Crypto.pmod/MD4.pmod:1.2
Rev: lib/modules/Crypto.pmod/MD5.pmod:1.3
Rev: lib/modules/Crypto.pmod/PGP.pmod:1.3
Rev: lib/modules/Crypto.pmod/SHA.pmod:1.3
Rev: lib/modules/Crypto.pmod/SHA256.pmod:1.3
Rev: lib/modules/Crypto.pmod/Serpent.pmod:1.3
Rev: lib/modules/Crypto.pmod/Twofish.pmod:1.3

2003-12-03 05:32:12 by Martin Nilsson <mani@lysator.liu.se>

Documentation stolen from Nettle doc.

Rev: lib/modules/Crypto.pmod/AES.pmod:1.2
Rev: lib/modules/Crypto.pmod/Arcfour.pmod:1.2
Rev: lib/modules/Crypto.pmod/Blowfish.pmod:1.2
Rev: lib/modules/Crypto.pmod/CAST.pmod:1.2
Rev: lib/modules/Crypto.pmod/DES.pmod:1.2
Rev: lib/modules/Crypto.pmod/DES3.pmod:1.2
Rev: lib/modules/Crypto.pmod/MD5.pmod:1.2
Rev: lib/modules/Crypto.pmod/SHA.pmod:1.2
Rev: lib/modules/Crypto.pmod/SHA256.pmod:1.2
Rev: lib/modules/Crypto.pmod/Serpent.pmod:1.2
Rev: lib/modules/Crypto.pmod/Twofish.pmod:1.2

2003-12-03 05:07:27 by Martin Nilsson <mani@lysator.liu.se>

More natural arrangement.

Rev: lib/modules/Crypto.pmod/AES.pmod:1.1
Rev: lib/modules/Crypto.pmod/Arcfour.pmod:1.1
Rev: lib/modules/Crypto.pmod/Blowfish.pmod:1.1
Rev: lib/modules/Crypto.pmod/CAST.pmod:1.1
Rev: lib/modules/Crypto.pmod/DES.pmod:1.1
Rev: lib/modules/Crypto.pmod/DES3.pmod:1.1
Rev: lib/modules/Crypto.pmod/IDEA.pmod:1.1
Rev: lib/modules/Crypto.pmod/MD2.pmod:1.1
Rev: lib/modules/Crypto.pmod/MD4.pmod:1.1
Rev: lib/modules/Crypto.pmod/MD5.pmod:1.1
Rev: lib/modules/Crypto.pmod/SHA.pmod:1.1
Rev: lib/modules/Crypto.pmod/SHA256.pmod:1.1
Rev: lib/modules/Crypto.pmod/Serpent.pmod:1.1
Rev: lib/modules/Crypto.pmod/Twofish.pmod:1.1
Rev: lib/modules/Crypto.pmod/module.pmod:1.22
Rev: lib/modules/Crypto.pmod/testsuite.in:1.21