Ignore:
Timestamp:
Apr 30, 2014 8:21:28 AM (10 years ago)
Author:
ming
Message:

Fixed #1763: Add pj_ssl_cipher_id() API

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjlib/include/pj/ssl_sock.h

    r4506 r4829  
    243243 */ 
    244244typedef enum pj_ssl_cipher { 
     245 
     246    /* Unsupported cipher */ 
     247    PJ_TLS_UNKNOWN_CIPHER                       = -1, 
    245248 
    246249    /* NULL */ 
     
    354357 
    355358/** 
    356  * Get cipher ID from cipher name string. 
     359 * Get cipher ID from cipher name string. Note that on different backends 
     360 * (e.g. OpenSSL or Symbian implementation), cipher names may not be 
     361 * equivalent for the same cipher ID. 
    357362 * 
    358363 * @param cipher_name   The cipher name string. 
Note: See TracChangeset for help on using the changeset viewer.