Searched refs:SSL (Results 1 - 6 of 6) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/LPRng/src/include/
H A Dssl_auth.h25 int Open_SSL_connection( int sock, SSL_CTX *ctx, SSL **ssl_ret,
27 int Accept_SSL_connection( int sock, int timeout, SSL_CTX *ctx, SSL **ssl_ret,
29 int Write_SSL_connection( int timeout, SSL *ssl, char *buffer, int len,
31 int Gets_SSL_connection( int timeout, SSL *ssl, char *inbuffer, int len,
33 int Read_SSL_connection( int timeout, SSL *ssl, char *inbuffer, int *len,
35 int Close_SSL_connection( int sock, SSL *ssl );
/asus-wl-520gu-7.0.1.45/src/router/shared.asus/openssl/
H A Dssl.h5 * This package is an SSL implementation written
7 * The implementation was written so as to conform with Netscapes SSL.
12 * lhash, DES, etc., code; not just the SSL code. The SSL documentation
353 typedef struct ssl_st SSL; typedef in typeref:struct:ssl_st
360 int (*ssl_new)(SSL *s);
361 void (*ssl_clear)(SSL *s);
362 void (*ssl_free)(SSL *s);
363 int (*ssl_accept)(SSL *s);
364 int (*ssl_connect)(SSL *
[all...]
/asus-wl-520gu-7.0.1.45/src/router/libbcmcrypto/openssl/
H A Dssl.h5 * This package is an SSL implementation written
7 * The implementation was written so as to conform with Netscapes SSL.
12 * lhash, DES, etc., code; not just the SSL code. The SSL documentation
361 typedef struct ssl_st SSL; typedef in typeref:struct:ssl_st
368 int (*ssl_new)(SSL *s);
369 void (*ssl_clear)(SSL *s);
370 void (*ssl_free)(SSL *s);
371 int (*ssl_accept)(SSL *s);
372 int (*ssl_connect)(SSL *
[all...]
/asus-wl-520gu-7.0.1.45/src/router/vsftpd/
H A Dssl.c9 * Routines to handle a SSL/TLS-based implementation of RFC 2228, i.e.
32 static SSL* get_ssl(struct vsf_session* p_sess, int fd);
51 die("SSL: could not allocate SSL context");
77 die("SSL: cannot load RSA certificate");
81 die("SSL: cannot load RSA private key");
94 die("SSL: cannot load DSA certificate");
98 die("SSL: cannot load DSA private key");
104 die("SSL: could not set cipher list");
108 die("SSL
[all...]
/asus-wl-520gu-7.0.1.45/src/router/LPRng/src/common/
H A Dssl_auth.c26 The code for the SSL support routines has been taken from
34 Extremely detailed coverage of SSL/TLS can be found in
54 And, of course, the SSL examples
111 * - generate the SSL error message
167 * SSL_Initialize_ctx - initialize SSL context
197 /* get the directory for the SSL certificates */
332 void Get_cert_info( SSL *ssl, struct line_list *info )
383 * Make the connection an SSL connnection
388 int Open_SSL_connection( int sock, SSL_CTX *ctx, SSL **ssl_ret,
391 SSL *ss
[all...]
/asus-wl-520gu-7.0.1.45/src/router/LPRng/src/
H A Dlprng_certs.sh15 ## sign.sh -- Sign a SSL Certificate Request (CSR)
18 # The LPRng SSL authentication uses the same general setup as does Apache
22 # - a directory where you have the SSL stuff
68 ${T_MD}lprng_certs -- LPRng SSL Certificate Management${T_ME}
178 SSL experts strongly recommend you to encrypt the key file with

Completed in 109 milliseconds