docs/api.mdwn
changeset 62 d92358eafead
parent 61 745b73f91607
child 66 a40beb82130c
equal deleted inserted replaced
61:745b73f91607 62:d92358eafead
   520 
   520 
   521 <a name="ssl:ca.path"></a>
   521 <a name="ssl:ca.path"></a>
   522 ### ssl:ca_path
   522 ### ssl:ca_path
   523 Set path to trusted ssl certificates. Argument must be a name of a PEM file
   523 Set path to trusted ssl certificates. Argument must be a name of a PEM file
   524 or a name of directory with hashed certificates.  
   524 or a name of directory with hashed certificates.  
   525 **Arguments:** string (path)  
   525 **Arguments:** string (path)    
       
   526 **Return values:** [lm ssl](#lm.ssl) object  
   526 
   527 
   527 <a name="ssl:cipher.list"></a>
   528 <a name="ssl:cipher.list"></a>
   528 ### ssl:cipher_list
   529 ### ssl:cipher_list
   529 Set list of allowed ciphers (colon-separated). Names may vary depending on ssl
   530 Set list of allowed ciphers (colon-separated). Names may vary depending on ssl
   530 implementation in use.  
   531 implementation in use.  
   531 **Arguments:** string (cipher list)  
   532 **Arguments:** string (cipher list)    
       
   533 **Return values:** [lm ssl](#lm.ssl) object  
   532 
   534 
   533 <a name="ssl:fingerprint"></a>
   535 <a name="ssl:fingerprint"></a>
   534 ### ssl:fingerprint
   536 ### ssl:fingerprint
   535 Returns fingerprint of remote server.  
   537 Returns fingerprint of remote server.  
   536 **Return values:** string or nil  
   538 **Return values:** string or nil