From b69fca14e76a2f5db0cd0924fe5e7056e94771b1 Mon Sep 17 00:00:00 2001 From: friendica Date: Tue, 26 Feb 2013 15:49:37 -0800 Subject: initial doco --- doc/html/crypto_8php.html | 708 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 708 insertions(+) create mode 100644 doc/html/crypto_8php.html (limited to 'doc/html/crypto_8php.html') diff --git a/doc/html/crypto_8php.html b/doc/html/crypto_8php.html new file mode 100644 index 000000000..afa019568 --- /dev/null +++ b/doc/html/crypto_8php.html @@ -0,0 +1,708 @@ + + + + + + +The Red Project: include/crypto.php File Reference + + + + + + + + + + + + + +
+
+ + + + + + + +
+
The Red Project +
+
+
+ + + + + +
+
+ +
+
+
+ +
+ + + + +
+ +
+ +
+ +
+
crypto.php File Reference
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+Functions

 rsa_sign ($data, $key, $alg= 'sha256')
 
 rsa_verify ($data, $sig, $key, $alg= 'sha256')
 
 DerToPem ($Der, $Private=false)
 
 DerToRsa ($Der)
 
 pkcs8_encode ($Modulus, $PublicExponent)
 
 pkcs1_encode ($Modulus, $PublicExponent)
 
 metopem ($m, $e)
 
 pubrsatome ($key, &$m, &$e)
 
 rsatopem ($key)
 
 pemtorsa ($key)
 
 pemtome ($key, &$m, &$e)
 
 metorsa ($m, $e)
 
 salmon_key ($pubkey)
 
if(!function_exists('aes_decrypt'))
+if(!function_exists('aes_encrypt')) 
pkcs5_pad ($text, $blocksize)
 
 pkcs5_unpad ($text)
 
 AES256CBC_encrypt ($data, $key, $iv)
 
 AES256CBC_decrypt ($data, $key, $iv)
 
 aes_encapsulate ($data, $pubkey)
 
 aes_unencapsulate ($data, $prvkey)
 
 new_keypair ($bits)
 
+

Function Documentation

+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
AES256CBC_decrypt ( $data,
 $key,
 $iv 
)
+
+ +

Referenced by aes_unencapsulate().

+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
AES256CBC_encrypt ( $data,
 $key,
 $iv 
)
+
+ +

Referenced by aes_encapsulate().

+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + +
aes_encapsulate ( $data,
 $pubkey 
)
+
+
+ +
+
+ + + + + + + + + + + + + + + + + + +
aes_unencapsulate ( $data,
 $prvkey 
)
+
+
+ +
+
+ + + + + + + + + + + + + + + + + + +
DerToPem ( $Der,
 $Private = false 
)
+
+ +

Referenced by metopem().

+ +
+
+ +
+
+ + + + + + + + +
DerToRsa ( $Der)
+
+ +

Referenced by metorsa().

+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + +
metopem ( $m,
 $e 
)
+
+ +

Referenced by rsatopem().

+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + +
metorsa ( $m,
 $e 
)
+
+ +

Referenced by pemtorsa().

+ +
+
+ +
+
+ + + + + + + + +
new_keypair ( $bits)
+
+ +

Referenced by create_identity(), and hostxrd_init().

+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
pemtome ( $key,
$m,
$e 
)
+
+ +

Referenced by pemtorsa(), and salmon_key().

+ +
+
+ +
+
+ + + + + + + + +
pemtorsa ( $key)
+
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + +
pkcs1_encode ( $Modulus,
 $PublicExponent 
)
+
+ +

Referenced by metorsa().

+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + +
if (!function_exists('aes_decrypt')) if (!function_exists('aes_encrypt')) pkcs5_pad ( $text,
 $blocksize 
)
+
+ +

Referenced by AES256CBC_encrypt().

+ +
+
+ +
+
+ + + + + + + + +
pkcs5_unpad ( $text)
+
+ +

Referenced by AES256CBC_decrypt().

+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + +
pkcs8_encode ( $Modulus,
 $PublicExponent 
)
+
+ +

Referenced by metopem().

+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
pubrsatome ( $key,
$m,
$e 
)
+
+ +

Referenced by rsatopem().

+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
rsa_sign ( $data,
 $key,
 $alg = 'sha256' 
)
+
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
rsa_verify ( $data,
 $sig,
 $key,
 $alg = 'sha256' 
)
+
+ +

Referenced by import_xchan(), post_post(), and zfinger_init().

+ +
+
+ +
+
+ + + + + + + + +
rsatopem ( $key)
+
+ +
+
+ +
+
+ + + + + + + + +
salmon_key ( $pubkey)
+
+ +

Referenced by hostxrd_init(), and xrd_init().

+ +
+
+
+
+ + + + -- cgit v1.2.3 From 0ee1e83a3c6bb48064789a622f5eb7331733cb64 Mon Sep 17 00:00:00 2001 From: friendica Date: Tue, 26 Feb 2013 16:04:28 -0800 Subject: small doco update --- doc/html/crypto_8php.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/html/crypto_8php.html') diff --git a/doc/html/crypto_8php.html b/doc/html/crypto_8php.html index afa019568..8c4b7eb0e 100644 --- a/doc/html/crypto_8php.html +++ b/doc/html/crypto_8php.html @@ -699,7 +699,7 @@ Functions - - - - + -- cgit v1.2.3 From 5a29f511c1fa609f58f50d9148edd1fe77b23d9d Mon Sep 17 00:00:00 2001 From: friendica Date: Fri, 15 Mar 2013 15:36:58 -0700 Subject: add xconfig table and functions, update strings and doco --- doc/html/crypto_8php.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/html/crypto_8php.html') diff --git a/doc/html/crypto_8php.html b/doc/html/crypto_8php.html index 6670a5c2f..0edb72808 100644 --- a/doc/html/crypto_8php.html +++ b/doc/html/crypto_8php.html @@ -615,7 +615,7 @@ Functions -- cgit v1.2.3 From 8148b7c32f160cbe2cdc37e7271ac62aa2133b7c Mon Sep 17 00:00:00 2001 From: friendica Date: Wed, 27 Mar 2013 19:02:01 -0700 Subject: update manage table and some documentation --- doc/html/crypto_8php.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/html/crypto_8php.html') diff --git a/doc/html/crypto_8php.html b/doc/html/crypto_8php.html index 0edb72808..d6fd1b396 100644 --- a/doc/html/crypto_8php.html +++ b/doc/html/crypto_8php.html @@ -247,7 +247,7 @@ Functions @@ -615,7 +615,7 @@ Functions -- cgit v1.2.3 From 36bfe90882b9ca1268e6338281c8da28803ae3eb Mon Sep 17 00:00:00 2001 From: friendica Date: Tue, 16 Apr 2013 16:05:05 -0700 Subject: update doco --- doc/html/crypto_8php.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/html/crypto_8php.html') diff --git a/doc/html/crypto_8php.html b/doc/html/crypto_8php.html index d6fd1b396..0d223d537 100644 --- a/doc/html/crypto_8php.html +++ b/doc/html/crypto_8php.html @@ -615,7 +615,7 @@ Functions @@ -655,7 +655,7 @@ Functions -- cgit v1.2.3 From 9e22ec928b9534ea9db0d18bf685fb0d357fbad2 Mon Sep 17 00:00:00 2001 From: friendica Date: Thu, 18 Apr 2013 21:06:31 -0700 Subject: more umbilical cutting --- doc/html/crypto_8php.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/html/crypto_8php.html') diff --git a/doc/html/crypto_8php.html b/doc/html/crypto_8php.html index 0d223d537..5fbb13932 100644 --- a/doc/html/crypto_8php.html +++ b/doc/html/crypto_8php.html @@ -28,7 +28,7 @@ - + - + @@ -482,7 +482,7 @@ Functions
The Red Project
-- cgit v1.2.3 From 946554ff4b03d81f32375832b8b50883a3ffeedf Mon Sep 17 00:00:00 2001 From: friendica Date: Fri, 10 May 2013 03:52:06 -0700 Subject: doc update --- doc/html/crypto_8php.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'doc/html/crypto_8php.html') diff --git a/doc/html/crypto_8php.html b/doc/html/crypto_8php.html index 5fbb13932..9f7b8c433 100644 --- a/doc/html/crypto_8php.html +++ b/doc/html/crypto_8php.html @@ -138,8 +138,8 @@ Functions
 
 salmon_key ($pubkey)
 
if(!function_exists('aes_decrypt'))
-if(!function_exists('aes_encrypt')) 
pkcs5_pad ($text, $blocksize)
if(!function_exists('aes_decrypt'))
+if(!function_exists('aes_encrypt')) 
pkcs5_pad ($text, $blocksize)
 
 pkcs5_unpad ($text)
 
- + -- cgit v1.2.3 From 34526e82531c67995e25cf04abce0d927ce22ffd Mon Sep 17 00:00:00 2001 From: friendica Date: Fri, 10 May 2013 03:59:11 -0700 Subject: doc cleanup --- doc/html/crypto_8php.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/html/crypto_8php.html') diff --git a/doc/html/crypto_8php.html b/doc/html/crypto_8php.html index 9f7b8c433..3a9a67748 100644 --- a/doc/html/crypto_8php.html +++ b/doc/html/crypto_8php.html @@ -4,7 +4,7 @@ -The Red Project: include/crypto.php File Reference +The Red Matrix: include/crypto.php File Reference @@ -30,7 +30,7 @@ -- cgit v1.2.3 From 5e4b9d7766ceffd19785f14443cc1b4d4f675d4e Mon Sep 17 00:00:00 2001 From: friendica Date: Tue, 14 May 2013 21:25:58 -0700 Subject: disable pcss when installing since modules don't yet work and pcss uses the view module, plus weekly doc update --- doc/html/crypto_8php.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/html/crypto_8php.html') diff --git a/doc/html/crypto_8php.html b/doc/html/crypto_8php.html index 3a9a67748..d58a3ae31 100644 --- a/doc/html/crypto_8php.html +++ b/doc/html/crypto_8php.html @@ -28,7 +28,7 @@
if (!function_exists('aes_decrypt')) if (!function_exists('aes_encrypt')) pkcs5_pad if (!function_exists('aes_decrypt')) if (!function_exists('aes_encrypt')) pkcs5_pad (   $text,
-
The Red Project +
The Red Matrix
- + - - - - - - - - - - - - - - - - - - - - - - - - + + @@ -277,108 +254,6 @@ Functions

Referenced by message_post(), new_contact(), post_post(), probe_content(), zot_import(), and zot_refresh().

- - - -
-
-
The Red Matrix
-- cgit v1.2.3 From 53118a43522d70258a4913709d9cd056f4cb5438 Mon Sep 17 00:00:00 2001 From: friendica Date: Fri, 26 Jul 2013 03:50:46 -0700 Subject: add gz to access denied files to block rotated logs from public access --- doc/html/crypto_8php.html | 311 +--------------------------------------------- 1 file changed, 6 insertions(+), 305 deletions(-) (limited to 'doc/html/crypto_8php.html') diff --git a/doc/html/crypto_8php.html b/doc/html/crypto_8php.html index d58a3ae31..d3f12d012 100644 --- a/doc/html/crypto_8php.html +++ b/doc/html/crypto_8php.html @@ -116,31 +116,8 @@ Functions
 
 rsa_verify ($data, $sig, $key, $alg= 'sha256')
 
 DerToPem ($Der, $Private=false)
 
 DerToRsa ($Der)
 
 pkcs8_encode ($Modulus, $PublicExponent)
 
 pkcs1_encode ($Modulus, $PublicExponent)
 
 metopem ($m, $e)
 
 pubrsatome ($key, &$m, &$e)
 
 rsatopem ($key)
 
 pemtorsa ($key)
 
 pemtome ($key, &$m, &$e)
 
 metorsa ($m, $e)
 
 salmon_key ($pubkey)
 
if(!function_exists('aes_decrypt'))
-if(!function_exists('aes_encrypt')) 
pkcs5_pad ($text, $blocksize)
 
 pkcs5_pad ($text, $blocksize)
 
 pkcs5_unpad ($text)
 
 AES256CBC_encrypt ($data, $key, $iv)
- - - - - - - - - - - - - - - - - -
DerToPem ( $Der,
 $Private = false 
)
-
- -

Referenced by metopem().

- -
- - -
-
- - - - - - - - -
DerToRsa ( $Der)
-
- -

Referenced by metorsa().

- -
-
- -
-
- - - - - - - - - - - - - - - - - - -
metopem ( $m,
 $e 
)
-
- -

Referenced by rsatopem().

- -
-
- -
-
- - - - - - - - - - - - - - - - - - -
metorsa ( $m,
 $e 
)
-
- -

Referenced by pemtorsa().

-
@@ -399,90 +274,12 @@ Functions - -
-
- - - - - - - - - - - - - - - - - - - - - - - - -
pemtome ( $key,
$m,
$e 
)
-
- -

Referenced by pemtorsa(), and salmon_key().

- -
-
- +
- - - - - - -
pemtorsa ( $key)
-
- -
-
- -
-
- - - - - - - - - - - - - - - - - - -
pkcs1_encode ( $Modulus,
 $PublicExponent 
)
-
- -

Referenced by metorsa().

- -
-
- -
-
- - - + @@ -521,68 +318,6 @@ Functions

Referenced by AES256CBC_decrypt().

- - - -
-
-
if (!function_exists('aes_decrypt')) if (!function_exists('aes_encrypt')) pkcs5_pad pkcs5_pad (   $text,
- - - - - - - - - - - - - - - - - -
pkcs8_encode ( $Modulus,
 $PublicExponent 
)
-
- -

Referenced by metopem().

- -
-
- -
-
- - - - - - - - - - - - - - - - - - - - - - - - -
pubrsatome ( $key,
$m,
$e 
)
-
- -

Referenced by rsatopem().

-
@@ -615,7 +350,7 @@ Functions @@ -655,41 +390,7 @@ Functions - - -
-
- - - - - - - - -
rsatopem ( $key)
-
- -
-
- -
-
- - - - - - - - -
salmon_key ( $pubkey)
-
-- cgit v1.2.3 From 1d816ba90ad3408822dc64f294597273fd19bc57 Mon Sep 17 00:00:00 2001 From: friendica Date: Fri, 2 Aug 2013 03:45:40 -0700 Subject: basic email invitations - and doc update --- doc/html/crypto_8php.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/html/crypto_8php.html') diff --git a/doc/html/crypto_8php.html b/doc/html/crypto_8php.html index d3f12d012..7ab5222eb 100644 --- a/doc/html/crypto_8php.html +++ b/doc/html/crypto_8php.html @@ -224,7 +224,7 @@ Functions @@ -252,7 +252,7 @@ Functions -- cgit v1.2.3 From b5efa1a63a621856f4f12fbd938aa3230aa0d1a9 Mon Sep 17 00:00:00 2001 From: friendica Date: Sat, 17 Aug 2013 06:30:09 -0700 Subject: issue #82, posted order not working - also doc update --- doc/html/crypto_8php.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/html/crypto_8php.html') diff --git a/doc/html/crypto_8php.html b/doc/html/crypto_8php.html index 7ab5222eb..795c4c937 100644 --- a/doc/html/crypto_8php.html +++ b/doc/html/crypto_8php.html @@ -224,7 +224,7 @@ Functions @@ -270,7 +270,7 @@ Functions -- cgit v1.2.3 From 381f457c3fae5dea1c76883837f18a70a55e6bb8 Mon Sep 17 00:00:00 2001 From: friendica Date: Sat, 24 Aug 2013 16:52:38 -0700 Subject: fix xchans more completely after a URL change --- doc/html/crypto_8php.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/html/crypto_8php.html') diff --git a/doc/html/crypto_8php.html b/doc/html/crypto_8php.html index 795c4c937..25c416ed9 100644 --- a/doc/html/crypto_8php.html +++ b/doc/html/crypto_8php.html @@ -252,7 +252,7 @@ Functions -- cgit v1.2.3 From 96ad49b1b831d0f4e3660330750e9484eb9238bd Mon Sep 17 00:00:00 2001 From: friendica Date: Fri, 20 Sep 2013 05:43:30 -0700 Subject: doc updates --- doc/html/crypto_8php.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/html/crypto_8php.html') diff --git a/doc/html/crypto_8php.html b/doc/html/crypto_8php.html index 25c416ed9..96bea9390 100644 --- a/doc/html/crypto_8php.html +++ b/doc/html/crypto_8php.html @@ -252,7 +252,7 @@ Functions -- cgit v1.2.3 From c98605df370d8a1b9dcd264cbad35367e57f095e Mon Sep 17 00:00:00 2001 From: friendica Date: Sat, 28 Sep 2013 04:30:57 -0700 Subject: doc updates --- doc/html/crypto_8php.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/html/crypto_8php.html') diff --git a/doc/html/crypto_8php.html b/doc/html/crypto_8php.html index 96bea9390..df11f498d 100644 --- a/doc/html/crypto_8php.html +++ b/doc/html/crypto_8php.html @@ -390,7 +390,7 @@ Functions -- cgit v1.2.3 From 24dd15c2051bad20cad266e36227577cd8e46632 Mon Sep 17 00:00:00 2001 From: friendica Date: Fri, 4 Oct 2013 04:46:55 -0700 Subject: doc update --- doc/html/crypto_8php.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'doc/html/crypto_8php.html') diff --git a/doc/html/crypto_8php.html b/doc/html/crypto_8php.html index df11f498d..bd01438b6 100644 --- a/doc/html/crypto_8php.html +++ b/doc/html/crypto_8php.html @@ -224,7 +224,7 @@ Functions @@ -252,7 +252,7 @@ Functions @@ -350,7 +350,7 @@ Functions @@ -390,7 +390,7 @@ Functions -- cgit v1.2.3 From 97a109eed4e034d587b0d64d0f70f6b8a9380217 Mon Sep 17 00:00:00 2001 From: friendica Date: Sat, 9 Nov 2013 12:15:34 -0800 Subject: doc update --- doc/html/crypto_8php.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/html/crypto_8php.html') diff --git a/doc/html/crypto_8php.html b/doc/html/crypto_8php.html index bd01438b6..450cd42bd 100644 --- a/doc/html/crypto_8php.html +++ b/doc/html/crypto_8php.html @@ -224,7 +224,7 @@ Functions @@ -252,7 +252,7 @@ Functions -- cgit v1.2.3 From f6b43a0a7bc96e199fad8ad65e0aa63bd9a04f8b Mon Sep 17 00:00:00 2001 From: friendica Date: Fri, 22 Nov 2013 11:52:26 -0800 Subject: doc updates --- doc/html/crypto_8php.html | 68 ++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 67 insertions(+), 1 deletion(-) (limited to 'doc/html/crypto_8php.html') diff --git a/doc/html/crypto_8php.html b/doc/html/crypto_8php.html index 450cd42bd..2d52b3526 100644 --- a/doc/html/crypto_8php.html +++ b/doc/html/crypto_8php.html @@ -124,8 +124,12 @@ Functions    AES256CBC_decrypt ($data, $key, $iv)   + crypto_encapsulate ($data, $pubkey, $alg='aes256cbc') +   aes_encapsulate ($data, $pubkey)   + crypto_unencapsulate ($data, $prvkey) +   aes_unencapsulate ($data, $prvkey)    new_keypair ($bits) @@ -224,7 +228,7 @@ Functions @@ -252,6 +256,68 @@ Functions
+

Referenced by crypto_unencapsulate().

+ +
+ + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
crypto_encapsulate ( $data,
 $pubkey,
 $alg = 'aes256cbc' 
)
+
+
+ +
+
+ + + + + + + + + + + + + + + + + + +
crypto_unencapsulate ( $data,
 $prvkey 
)
+
-- cgit v1.2.3 From 8cd9a2c3a944e804c72ef461df801116c6b44ac7 Mon Sep 17 00:00:00 2001 From: friendica Date: Thu, 28 Nov 2013 19:37:39 -0800 Subject: doc updates --- doc/html/crypto_8php.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/html/crypto_8php.html') diff --git a/doc/html/crypto_8php.html b/doc/html/crypto_8php.html index 2d52b3526..3bf683aef 100644 --- a/doc/html/crypto_8php.html +++ b/doc/html/crypto_8php.html @@ -28,7 +28,7 @@ - +
The Red Matrix
@@ -456,7 +456,7 @@ Functions
-- cgit v1.2.3 From 64b16f1e1ac303b476ffac891c99f6404bc04f53 Mon Sep 17 00:00:00 2001 From: friendica Date: Fri, 13 Dec 2013 01:13:35 -0800 Subject: add construct_page hook --- doc/html/crypto_8php.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'doc/html/crypto_8php.html') diff --git a/doc/html/crypto_8php.html b/doc/html/crypto_8php.html index 3bf683aef..1b4f6ce6c 100644 --- a/doc/html/crypto_8php.html +++ b/doc/html/crypto_8php.html @@ -228,7 +228,7 @@ Functions @@ -318,7 +318,7 @@ Functions @@ -416,7 +416,7 @@ Functions -- cgit v1.2.3 From 121ee48963f7da0aec45b94163d68f23a36c7744 Mon Sep 17 00:00:00 2001 From: friendica Date: Fri, 27 Dec 2013 21:19:23 -0800 Subject: sslify - remove the redirect fallback - as it gets called occasionally and creates mixed content exceptions. Let's see how we go without it. Also a doc update. --- doc/html/crypto_8php.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/html/crypto_8php.html') diff --git a/doc/html/crypto_8php.html b/doc/html/crypto_8php.html index 1b4f6ce6c..981ec06dd 100644 --- a/doc/html/crypto_8php.html +++ b/doc/html/crypto_8php.html @@ -318,7 +318,7 @@ Functions -- cgit v1.2.3 From 064962ff82701d9d415a351a91354a0cdf949bd5 Mon Sep 17 00:00:00 2001 From: friendica Date: Fri, 14 Feb 2014 12:25:27 -0800 Subject: doc and assets update. There is what seems to be a controversial powerpoint in this checkin. The powerpoint is of course *open source* even if powerpoint itself is not. The source file is available for your examination and revision. --- doc/html/crypto_8php.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/html/crypto_8php.html') diff --git a/doc/html/crypto_8php.html b/doc/html/crypto_8php.html index 981ec06dd..f2c686711 100644 --- a/doc/html/crypto_8php.html +++ b/doc/html/crypto_8php.html @@ -318,7 +318,7 @@ Functions -- cgit v1.2.3 From 16c2aa042fade698ece5dcb67cde10ff8155bd65 Mon Sep 17 00:00:00 2001 From: friendica Date: Fri, 7 Mar 2014 14:30:24 -0800 Subject: doc update --- doc/html/crypto_8php.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/html/crypto_8php.html') diff --git a/doc/html/crypto_8php.html b/doc/html/crypto_8php.html index f2c686711..616305a3f 100644 --- a/doc/html/crypto_8php.html +++ b/doc/html/crypto_8php.html @@ -456,7 +456,7 @@ Functions -- cgit v1.2.3 From 3c23d1f9fe2813d91fc8d29f19f8a51d9a0a9091 Mon Sep 17 00:00:00 2001 From: friendica Date: Fri, 28 Mar 2014 01:12:36 -0700 Subject: doc update --- doc/html/crypto_8php.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/html/crypto_8php.html') diff --git a/doc/html/crypto_8php.html b/doc/html/crypto_8php.html index 616305a3f..0743176d1 100644 --- a/doc/html/crypto_8php.html +++ b/doc/html/crypto_8php.html @@ -336,7 +336,7 @@ Functions -- cgit v1.2.3 From f832e5958594a942060766993625893f22beb59e Mon Sep 17 00:00:00 2001 From: friendica Date: Fri, 4 Apr 2014 15:24:45 -0700 Subject: doc updates, plus back-end work for rpost to let you post to a different channel than your current logged-in channel. Need the same for rbmark back-end. Then we "just" need a selector widget on the editor forms. --- doc/html/crypto_8php.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/html/crypto_8php.html') diff --git a/doc/html/crypto_8php.html b/doc/html/crypto_8php.html index 0743176d1..2e088b99d 100644 --- a/doc/html/crypto_8php.html +++ b/doc/html/crypto_8php.html @@ -318,7 +318,7 @@ Functions @@ -336,7 +336,7 @@ Functions -- cgit v1.2.3