*nix Documentation Project
·  Home
 +   man pages
·  Linux HOWTOs
·  FreeBSD Tips
·  *niX Forums

  man pages->NetBSD man pages              
Title
Content
Arch
Section
 
 sradixsort(3) -- radix sort
    The radixsort() and sradixsort() functions are implementations of radix sort. These functions sort an nmemb element array of pointers to byte strings, with the initial member of which is referenced by...
 srand(3) -- bad random number generator
    These interfaces are obsoleted by random(3). The rand() function computes a sequence of pseudo-random integers in the range of 0 to RAND_MAX (as defined by the header file ). The srand() fun...
 srand48(3) -- pseudo random number generators and initialization routines
    The rand48() family of functions generates pseudo-random numbers using a linear congruential algorithm working on integers 48 bits in size. The particular formula employed is r(n+1) = (a * r(n) + c) m...
 srandom(3) -- better random number generator; routines for changing generators
    The random() function uses a non-linear additive feedback random number generator employing a default table of size 31 long integers to return successive pseudo-random numbers in the range from 0 to (...
 sscanf(3) -- input format conversion
    The scanf() family of functions scans input according to a format as described below. This format may contain conversion specifiers; the results from such conversions, if any, are stored through the p...
 ssl(3) -- OpenSSL SSL/TLS library
    
 SSL_accept(3) -- wait for a TLS/SSL client to initiate a TLS/SSL handshake
    SSL_accept() waits for a TLS/SSL client to initiate the TLS/SSL handshake. The communication channel must already have been set and assigned to the ssl by setting an underlying BIO.
 SSL_alert_type_string(3) -- get textual description of alert information
    SSL_alert_type_string() returns a one letter string indicating the type of the alert specified by value. SSL_alert_type_string_long() returns a string indicating the type of the alert specified by val...
 SSL_CIPHER_get_name(3) -- get SSL_CIPHER properties
    SSL_CIPHER_get_name() returns a pointer to the name of cipher. If the argument is the NULL pointer, a pointer to the constant value "NONE" is returned. SSL_CIPHER_get_bits() returns the number of se...
 SSL_clear(3) -- reset SSL object to allow another connection
    Reset ssl to allow another connection. All settings (method, ciphers, BIOs) are kept.
 SSL_COMP_add_compression_method(3) -- handle SSL/TLS integrated compression methods
    SSL_COMP_add_compression_method() adds the compression method cm with the identifier id to the list of available compression methods. This list is globally maintained for all SSL operations within thi...
 SSL_connect(3) -- initiate the TLS/SSL handshake with an TLS/SSL server
    SSL_connect() initiates the TLS/SSL handshake with a server. The communication channel must already have been set and assigned to the ssl by setting an underlying BIO.
 SSL_CTX_add_extra_chain_cert(3) -- add certificate to chain
    SSL_CTX_add_extra_chain_cert() adds the certificate x509 to the certificate chain presented together with the certificate. Several certificates can be added one after the other.
 SSL_CTX_add_session(3) -- manipulate session cache
    SSL_CTX_add_session() adds the session c to the context ctx. The reference count for session c is incremented by 1. If a session with the same session id already exists, the old session is removed by ...
 SSL_CTX_ctrl(3) -- internal handling functions for SSL_CTX and SSL objects
    The SSL_*_ctrl() family of functions is used to manipulate settings of the SSL_CTX and SSL objects. Depending on the command cmd the arguments larg, parg, or fp are evaluated. These functions should n...
<<  [Prev]  60  61  62  63  64  65  66  67  68  69  70  71  72  73  74  75  76  77  78  79  80  
81  82  83  84  85  86  87  88  89  90  91  92  93  94  95  96  97  98  99  100  [Next]  >>
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service