Branch: Tag:

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

2014-12-04

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

Nettle: Moved modes CTR and CCM to submodules.

CTR is now a submodule to Nettle.BlockCipher, and
CCM and CCM8 are submodules to Nettle.BlockCipher16.

Added fallback C-implementation of CTR if the Nettle library lacks one.

All common modes should now be submodules.

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

Crypto.CCM: Added Counter with CBC-MAC mode.

This cipher mode is specified in NIST Special Publication 800-38C.

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

Crypto.CTR: Minor type fix.

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

Compiler: Fix scope name for inherit ::this_program.

The scope name for inherits using ::this_program used to
be "this_program", which caused the "this_program::"-scope
to refer to the inherit rather than to the current class.

The scope now instead gets its name from the name of the current class.

Also fixes Crypto.CTR.State, which triggered the problem.

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

Crypto.CTR: Fixed some warnings in the fallback code.

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

Added #pike

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

Polished types a bit.

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

Inherit CTR, not GCM.

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

Nettle.CTR: Added Counter Mode.

Yet another Cipher Mode.

Note that Crypto.CTR falls back to a pure Pike implementation
is Nettle.CTR isn't available.

2014-05-01

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

Nettle: Moved modes CTR and CCM to submodules.

CTR is now a submodule to Nettle.BlockCipher, and
CCM and CCM8 are submodules to Nettle.BlockCipher16.

Added fallback C-implementation of CTR if the Nettle library lacks one.

All common modes should now be submodules.

2014-03-17

2014-03-17 19:46:47 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Crypto.CCM: Added Counter with CBC-MAC mode.

This cipher mode is specified in NIST Special Publication 800-38C.

2014-02-16

2014-02-16 12:03:22 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Crypto.CTR: Minor type fix.

2014-02-05

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

Compiler: Fix scope name for inherit ::this_program.

The scope name for inherits using ::this_program used to
be "this_program", which caused the "this_program::"-scope
to refer to the inherit rather than to the current class.

The scope now instead gets its name from the name of the current class.

Also fixes Crypto.CTR.State, which triggered the problem.

2014-02-04

2014-02-04 19:01:05 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Crypto.CTR: Fixed some warnings in the fallback code.

2014-01-05

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

Merge branch '8.0' into gobject-introspection

2013-12-21

2013-12-21 20:20:43 by Martin Nilsson <nilsson@opera.com>

Added #pike

2013-12-19

2013-12-19 20:35:59 by Martin Nilsson <nilsson@opera.com>

Polished types a bit.

2013-12-16

2013-12-16 00:52:34 by Martin Nilsson <nilsson@opera.com>

Inherit CTR, not GCM.

2013-12-15

2013-12-15 19:05:12 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Nettle.CTR: Added Counter Mode.

Yet another Cipher Mode.

Note that Crypto.CTR falls back to a pure Pike implementation
is Nettle.CTR isn't available.