From 9f22f28d2f4bae5fa2a4947fc01af6200a5a5223 Mon Sep 17 00:00:00 2001 From: friendica Date: Fri, 22 Aug 2014 15:51:03 -0700 Subject: doc update --- doc/html/crypto_8php.html | 304 +++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 302 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 05f69f401..de1976f8e 100644 --- a/doc/html/crypto_8php.html +++ b/doc/html/crypto_8php.html @@ -138,6 +138,28 @@ Functions    pkcs8to1 ($oldkey, $len)   + 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) + 

Function Documentation

@@ -232,7 +254,7 @@ Functions
-

Referenced by crypto_encapsulate(), item_post(), post_activity_item(), and zfinger_init().

+

Referenced by crypto_encapsulate(), item_post(), post_activity_item(), start_delivery_chain(), and zfinger_init().

@@ -260,7 +282,7 @@ Functions
-

Referenced by crypto_unencapsulate().

+

Referenced by crypto_unencapsulate(), and start_delivery_chain().

@@ -324,6 +346,108 @@ Functions

Referenced by editpost_content(), editwebpage_content(), encode_item(), encode_mail(), mail_post(), new_contact(), post_post(), private_messages_fetch_conversation(), private_messages_fetch_message(), private_messages_list(), probe_content(), tag_deliver(), unobscure(), zot_import(), and zot_refresh().

+ + + +
+
+ + + + + + + + + + + + + + + + + + +
DerToPem ( $Der,
 $Private = false 
)
+
+ +

Referenced by metopem().

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

Referenced by metorsa().

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

Referenced by rsatopem().

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

Referenced by pemtorsa().

+
@@ -342,6 +466,86 @@ Functions

Referenced by create_account(), create_identity(), and create_sys_channel().

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

Referenced by pemtorsa(), and salmon_key().

+ +
+
+ +
+
+ + + + + + + + +
pemtorsa ( $key)
+
+ +

Referenced by xrd_init().

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

Referenced by metorsa().

+
@@ -414,6 +618,34 @@ Functions

Referenced by AES256CBC_decrypt(), and diaspora_decode().

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

Referenced by metopem().

+
@@ -440,6 +672,40 @@ Functions
+
+ + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
pubrsatome ( $key,
$m,
$e 
)
+
+ +

Referenced by rsatopem().

+
@@ -514,6 +780,40 @@ Functions

Referenced by diaspora_comment(), diaspora_conversation(), diaspora_decode(), diaspora_like(), diaspora_message(), diaspora_signed_retraction(), get_item_elements(), import_site(), import_xchan(), post_init(), post_post(), zfinger_init(), and zot_register_hub().

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

Referenced by xrd_init().

+
-- cgit v1.2.3