[asterisk-bugs] [Asterisk 0016187]: [patch] RFC 4474 Implementation

Asterisk Bug Tracker noreply at bugs.digium.com
Fri Nov 6 02:19:19 CST 2009


A NOTE has been added to this issue. 
====================================================================== 
https://issues.asterisk.org/view.php?id=16187 
====================================================================== 
Reported By:                plooby
Assigned To:                
====================================================================== 
Project:                    Asterisk
Issue ID:                   16187
Category:                   Channels/chan_sip/NewFeature
Reproducibility:            N/A
Severity:                   feature
Priority:                   normal
Status:                     new
Asterisk Version:           SVN 
JIRA:                        
Regression:                 No 
Reviewboard Link:            
SVN Branch (only for SVN checkouts, not tarball releases):  trunk 
SVN Revision (number only!): 228233 
Request Review:              
====================================================================== 
Date Submitted:             2009-11-05 21:36 CST
Last Modified:              2009-11-06 02:19 CST
====================================================================== 
Summary:                    [patch] RFC 4474 Implementation
Description: 
The attached patch provides an RFC 4474 implementation for 
asterisk trunk. Keys and certificates may be obtained from 
https://reference.inchargesys.com/ 

/ed

====================================================================== 

---------------------------------------------------------------------- 
 (0113254) oej (manager) - 2009-11-06 02:19
 https://issues.asterisk.org/view.php?id=16187#c113254 
---------------------------------------------------------------------- 
+static char identity_priv_url_prefix[IDENTITY_PRIV_URL_PREFIX]; /*!<
private url prefix is stored here used to fetch
+								  the user private key from http or https server*/
+static char identity_priv_url_suffix[IDENTITY_PRIV_URL_SUFFIX]; /*!<
private url suffix is stored here used to fetch
+								  the user private key from http or https server
+								  which can be .pem or .cer*/
+static char identity_pub_url_prefix[IDENTITY_PUB_URL_PREFIX];   /*!<
public url prefix is stored here used to fetch the
+								  user public key from http or https server used */
+static char identity_pub_url_suffix[IDENTITY_PUB_URL_SUFFIX];   /*!<
public url suffix is stored here used to fetch the
+								  user public key from http or https server used */
+static char identity_priv_path[AST_CONFIG_MAX_PATH];            /*!<
location where private keys are stored */
+static char identity_pub_path[AST_CONFIG_MAX_PATH];		/*!< location where
public keys are stored */
+static char identity_cache_path[AST_CONFIG_MAX_PATH];	        /*!<
location where keys and certs are cached */
+

Can you make a structure of this, as we will need a key per domain? 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2009-11-06 02:19 oej            Note Added: 0113254                          
======================================================================




More information about the asterisk-bugs mailing list