Query
Saturday 20 May 2023
2023-05-20 13:31:32 (2 weeks ago) by Henrik Grubbström (Grubba) <grubba@grubba.org>
- pike/src/post_modules/Nettle/configure.in (+29/-11)(40 lines)
branch: master
Configure [Nettle]: Restructured a comment.
Friday 06 January 2023
2023-01-06 11:00:17 (5 months ago) by Henrik Grubbström (Grubba) <grubba@grubba.org>
- pike/src/post_modules/Nettle/testsuite.in (+7/-4)(11 lines)
branch: master
Testsuite [Nettle]: Crypto.Blowfish is not always present.
Sunday 31 January 2021
2021-01-31 16:49:46 (2 years ago) by Henrik Grubbström (Grubba) <grubba@grubba.org>
- pike/src/post_modules/Nettle/nettle.cmod (+2/-1)(3 lines)
branch: master
Build [Nettle]: Fix signedness warning for argument to strlen(3C).
Monday 03 June 2019
2019-06-03 17:39:52 (4 years ago) by Henrik Grubbström (Grubba) <grubba@grubba.org>
- pike/src/post_modules/Nettle/cipher.cmod (+2/-1)(3 lines)
branch: master
Documentation [Nettle]: Fixed typo in doc.
Saturday 09 December 2017
2017-12-09 12:37:49 (5 years ago) by Henrik Grubbström (Grubba) <grubba@grubba.org>
- pike/src/post_modules/Nettle/hash.H (+23/-0)(23 lines)
branch: master
Documentation [Nettle]: Added some doc of HMAC.
Thursday 07 September 2017
2017-09-07 12:51:30 (6 years ago) by Henrik Grubbström (Grubba) <grubba@grubba.org>
- pike/src/post_modules/Nettle/hash.H (+3/-1)(4 lines)
branch: 8.1
Build [Nettle]: Fixed yet another C99-ism.
Wednesday 17 May 2017
2017-05-17 14:47:53 (6 years ago) by Henrik Grubbström (Grubba) <grubba@grubba.org>
- pike/src/post_modules/Nettle/hogweed.cmod (+1/-2)(3 lines)
branch: 8.1
Build [Nettle]: Removed redundant declaration.
Fixes compilation issues on NT.
Tuesday 16 May 2017
2017-05-16 18:40:11 (6 years ago) by Henrik Grubbström (Grubba) <grubba@grubba.org>
- pike/src/post_modules/Nettle/hogweed.cmod (+4/-2)(6 lines)
branch: 8.1
Build [Nettle]: Fixed some more C99-isms.
Monday 15 May 2017
2017-05-15 19:27:01 (6 years ago) by Henrik Grubbström (Grubba) <grubba@grubba.org>
- pike/src/post_modules/Nettle/nettle.cmod (+7/-2)(9 lines)
branch: 8.1
Build [Nettle]: Fixed some C99-isms.
Monday 27 February 2017
2017-02-27 13:28:25 (6 years ago) by Henrik Grubbström (Grubba) <grubba@grubba.org>
- pike/src/post_modules/Nettle/hogweed.cmod (+3/-2)(5 lines)
branch: 8.1
Documentation [Nettle]: Fixed cut'n'paste typo.
Wednesday 19 October 2016
2016-10-19 17:43:05 (7 years ago) by Henrik Grubbström (Grubba) <grubba@grubba.org>
- pike/lib/modules/Crypto.pmod/DH.pmod (+73/-2)(75 lines)
- pike/lib/modules/Crypto.pmod/DSA.pmod (+3/-2)(5 lines)
- pike.git/lib/modules/__builtin.pmod/Nettle.pmod/DH_Params.pike Removed (-68)
branch: 8.1
Crypto [Nettle]: Inlined __builtin.Nettle.DH_Params into Crypto.DH.
This is needed to break a circular Nettle-load time dependency.
The problem was that __builtin.Nettle.DH_Params had a preprocessor
dependency on Nettle.DH_Params, and __builtin.Nettle.DH_Params
could sometimes get loaded while Nettle was still initializing.
Sunday 09 October 2016
2016-10-09 20:27:31 (7 years ago) by Henrik Grubbström (Grubba) <grubba@grubba.org>
- pike/src/post_modules/Nettle/hogweed.cmod (+12/-1)(13 lines)
branch: 8.1
Documentation [Nettle]: Improved doc for Curve25519.
Sunday 02 October 2016
2016-10-02 12:38:04 (7 years ago) by Henrik Grubbström (Grubba) <grubba@grubba.org>
- pike/src/post_modules/Nettle/configure.in (+4/-0)(4 lines)
branch: 8.1
Build [Nettle]: Added configure checks for curve 25519.
Friday 15 April 2016
2016-04-15 18:09:22 (7 years ago) by Henrik Grubbström (Grubba) <grubba@grubba.org>
- pike/src/post_modules/Nettle/testsuite.in (+82/-0)(82 lines)
branch: 8.1
Testsuite [Nettle]: Added testvectors for AES.KW from RFC3394 .
Tuesday 23 February 2016
2016-02-23 18:49:56 (7 years ago) by Henrik Grubbström (Grubba) <grubba@grubba.org>
- pike/src/post_modules/Nettle/testsuite.in (+13/-12)(25 lines)
branch: 8.0
Testsuite [Nettle]: Updated vectors for SSL3_* to FIPS 202.
Fixes a few testsuite failures with recent Nettle.
- pike/src/post_modules/Nettle/testsuite.in (+13/-12)(25 lines)
branch: 8.1
Testsuite [Nettle]: Updated vectors for SSL3_* to FIPS 202.
Fixes a few testsuite failures with recent Nettle.
Wednesday 10 February 2016
2016-02-10 17:30:48 (7 years ago) by Henrik Grubbström (Grubba) <grubba@grubba.org>
- pike/src/post_modules/Nettle/nettle.cmod (+1/-1)(2 lines)
branch: 8.0
Build [Nettle]: Survive without <nettle/knuth-lfib.h>.
We don't use anything from this file, and it isn't installed by the
Solaris 11 package of nettle (library/security/nettle@3.1.1-5.12.0.0.0.90.0).
Fixes building on Solaris 11.
2016-02-10 17:26:57 (7 years ago) by Henrik Grubbström (Grubba) <grubba@grubba.org>
- pike/src/post_modules/Nettle/nettle.cmod (+1/-1)(2 lines)
branch: 8.1
Build [Nettle]: Survive without <nettle/knuth-lfib.h>.
We don't use anything from this file, and it isn't installed by the
Solaris 11 package of nettle (library/security/nettle@3.1.1-5.12.0.0.0.90.0).
Fixes building on Solaris 11.
Wednesday 23 December 2015
2015-12-23 14:19:55 (7 years ago) by Henrik Grubbström (Grubba) <grubba@grubba.org>
- pike/src/post_modules/Nettle/cipher.cmod (+8/-7)(15 lines)
branch: 8.1
Documentation [Nettle]: Some minor cleanups.
Wednesday 16 December 2015
2015-12-16 16:08:37 (7 years ago) by Henrik Grubbström (Grubba) <grubba@grubba.org>
- pike/src/post_modules/Nettle/testsuite.in (+12/-0)(12 lines)
branch: 8.1
Testsuite [Nettle]: Added generic tests of IGE.
Tuesday 15 December 2015
2015-12-15 20:01:39 (7 years ago) by Henrik Grubbström (Grubba) <grubba@grubba.org>
- pike/src/post_modules/Nettle/cipher.cmod (+3/-0)(3 lines)
branch: 8.1
Documentation [Nettle]: Added note about IGE.
Friday 11 December 2015
2015-12-11 16:22:34 (7 years ago) by Henrik Grubbström (Grubba) <grubba@grubba.org>
- pike/src/post_modules/Nettle/cipher.cmod (+4/-3)(7 lines)
branch: 8.1
Documentation [Nettle]: Fixed some minor issues.
Thursday 29 October 2015
2015-10-29 18:04:44 (8 years ago) by Henrik Grubbström (Grubba) <grubba@grubba.org>
- pike/src/post_modules/Nettle/acconfig.h (+14/-0)(14 lines)
- pike/src/post_modules/Nettle/configure.in (+14/-1)(15 lines)
- pike/src/post_modules/Nettle/nettle_config_fixup.h (+47/-0)(47 lines)
branch: 7.8
Build [Nettle]: Survive shadowing with older nettle.
Correct erroneous configuration results.
A typical cause of such is shadowing a more recent system nettle
with an older local version, where configure will find headerfiles
belonging to the system version if the header files aren't present
in the (intended) older version.
2015-10-29 17:44:56 (8 years ago) by Henrik Grubbström (Grubba) <grubba@grubba.org>
- pike/src/post_modules/Nettle/acconfig.h (+14/-0)(14 lines)
- pike/src/post_modules/Nettle/configure.in (+17/-2)(19 lines)
- pike/src/post_modules/Nettle/nettle_config_fixup.h (+92/-0)(92 lines)
branch: 8.0
Build [Nettle]: Survive shadowing with older nettle.
Correct erroneous configuration results.
A typical cause of such is shadowing a more recent system nettle
with an older local version, where configure will find headerfiles
belonging to the system version if the header files aren't present
in the (intended) older version.
2015-10-29 17:33:22 (8 years ago) by Henrik Grubbström (Grubba) <grubba@grubba.org>
- pike/src/post_modules/Nettle/acconfig.h (+14/-0)(14 lines)
- pike/src/post_modules/Nettle/configure.in (+14/-1)(15 lines)
- pike/src/post_modules/Nettle/nettle_config_fixup.h (+77/-0)(77 lines)
branch: 8.1
Build [Nettle]: Survive shadowing with older nettle.
Correct erroneous configuration results.
A typical cause of such is shadowing a more recent system nettle
with an older local version, where configure will find headerfiles
belonging to the system version if the header files aren't present
in the (intended) older version.
Friday 20 March 2015
2015-03-20 14:42:47 (8 years ago) by Henrik Grubbström (Grubba) <grubba@grubba.org>
- pike/src/post_modules/Nettle/nettle.h (+2/-1)(3 lines)
branch: 8.1
Build [Nettle]: Make sure that some more symbols are defined.
Include <nettle/nettle-meta.h> instead of <nettle/nettle-types.h>.
This makes sure that nettle_hash_{digest,update}_func are defined.
Fixes compilation issues on NT.
- pike/src/post_modules/Nettle/nettle.h (+2/-1)(3 lines)
branch: 8.0
Build [Nettle]: Make sure that some more symbols are defined.
Include <nettle/nettle-meta.h> instead of <nettle/nettle-types.h>.
This makes sure that nettle_hash_{digest,update}_func are defined.
Fixes compilation issues on NT.
Saturday 24 January 2015
2015-01-24 16:42:35 (8 years ago) by Henrik Grubbström (Grubba) <grubba@grubba.org>
- pike/src/post_modules/Nettle/testsuite.in (+11/-4)(15 lines)
branch: 8.0
Testsuite [Nettle]: Updated to new ECC API.
FIXME: Crypto.ECC.Curve and Crypto.ECC.Curve.Point ought to
implement LFUN::_equal() and/or LFUN::`==().
2015-01-24 16:39:36 (8 years ago) by Henrik Grubbström (Grubba) <grubba@grubba.org>
- pike/src/post_modules/Nettle/testsuite.in (+11/-4)(15 lines)
branch: 8.1
Testsuite [Nettle]: Updated to new ECC API.
FIXME: Crypto.ECC.Curve and Crypto.ECC.Curve.Point ought to
implement LFUN::_equal() and/or LFUN::`==().
Thursday 06 November 2014
2014-11-06 19:54:55 (9 years ago) by Henrik Grubbström (Grubba) <grubba@grubba.org>
- pike/src/post_modules/Nettle/cipher.cmod (+7/-0)(7 lines)
branch: 8.0
Build [Nettle]: Fixed all remaining warnings with Nettle 2.7.1/gcc 4.7.3.
2014-11-06 19:45:51 (9 years ago) by Henrik Grubbström (Grubba) <grubba@grubba.org>
- pike/src/post_modules/Nettle/cipher.cmod (+7/-0)(7 lines)
branch: 8.1
Build [Nettle]: Fixed all remaining warnings with Nettle 2.7.1/gcc 4.7.3.
Bugs mentioned
![]() | INFORMATIONAL | Advanced Encryption Standard (AES) Key Wrap Algorithm |