changelog
- Sun, 18 Jun 2017 13:54:18 -0500
- by Mike Ruprecht <cmaiku@gmail.com> [Sun, 18 Jun 2017 13:54:18 -0500] rev 38415
- Merged to default to fix merge conflicts with custom marshaller removal
- Thu, 29 Sep 2016 20:16:05 -0500
- by Mike Ruprecht <cmaiku@gmail.com> [Thu, 29 Sep 2016 20:16:05 -0500] rev 38414
- libpurple: Remove now unused GnuTLS and NSS references
- Thu, 15 Jun 2017 14:22:32 -0500
- by Mike Ruprecht <cmaiku@gmail.com> [Thu, 15 Jun 2017 14:22:32 -0500] rev 38413
- libpurple: Remove PurpleCipher and PurpleHash implementations and tests
- Thu, 29 Sep 2016 20:11:07 -0500
- by Mike Ruprecht <cmaiku@gmail.com> [Thu, 29 Sep 2016 20:11:07 -0500] rev 38412
- libpurple: Remove dangling cipher.h includes
- Thu, 29 Sep 2016 20:06:34 -0500
- by Mike Ruprecht <cmaiku@gmail.com> [Thu, 29 Sep 2016 20:06:34 -0500] rev 38411
- smiley-list: Fix missing include for strstr()
- Thu, 29 Sep 2016 20:05:55 -0500
- by Mike Ruprecht <cmaiku@gmail.com> [Thu, 29 Sep 2016 20:05:55 -0500] rev 38410
- caesarcipher: Remove in preparation of removing PurpleCipher
- Fri, 16 Jun 2017 16:00:15 -0500
- by Mike Ruprecht <cmaiku@gmail.com> [Fri, 16 Jun 2017 16:00:15 -0500] rev 38409
- simple: Port NTLM to Nettle
This patch ports the simple prpl's NTLM implementation to use the
Nettle cryptography library instead of PurpleCipher API. It also
makes the NTLM auth feature optional in case Nettle support is
disabled.
- Sun, 18 Jun 2017 12:31:42 -0500
- by Mike Ruprecht <cmaiku@gmail.com> [Sun, 18 Jun 2017 12:31:42 -0500] rev 38408
- internal-keyring: Port to Nettle
This patch ports the internal keyring plugin to use the Nettle
cryptography library instead of the PurpleCipher API. The PKCS7
padding code from the AES PurpleCipher is used. It also makes the
kerying itself optional in case Nettle support is disabled.
- Sun, 18 Jun 2017 12:26:55 -0500
- by Mike Ruprecht <cmaiku@gmail.com> [Sun, 18 Jun 2017 12:26:55 -0500] rev 38407
- configure.ac: Add checks for Nettle (Crypto library)
This patch adds configure.ac checks for the Nettle cryptography
library. It requires version 3.0 as it adds the aesctx256_ctx
structure to be used in a future commit. This check is also
an optional dependency as SIMPLE with NTLM auth and encryption
with the internal keyring, as are planned to use this, aren't
absolutely required.
- Thu, 29 Jun 2017 00:14:02 +0000
- by Gary Kramlich <grim@reaperworld.com> [Thu, 29 Jun 2017 00:14:02 +0000] rev 38406
- Merged in dequisdequis/pidgin (pull request #222)
facebook: Catch up with purple-facebook and bitlbee-facebook
Approved-by: Eion Robb <eionrobb@gmail.com>
Approved-by: Gary Kramlich <grim@reaperworld.com>