代码搜索:SSL
找到约 10,000 项符合「SSL」的源代码
代码结果 10,000
www.eeworm.com/read/182767/9192191
h ssl.h
/* SSL support.
Copyright (C) 2000 Free Software Foundation, Inc.
Contributed by Christian Fraenkel.
This file is part of GNU Wget.
GNU Wget is free software; you can redistribute it and/or mo
www.eeworm.com/read/179486/9353985
pyd _ssl.pyd
www.eeworm.com/read/374502/9401722
ssl readme.ssl
SSL support for EPIC
--------------------
Connecting
----------
In order to connect to an SSL-enabled server, a given server's "server-spec"
must be defined correctly in order for /CONNECT to
www.eeworm.com/read/374502/9401890
h ssl.h
/*
* ssl.h -- header file for ssl.c
*
* Original framework written by Juraj Bednar
* Modified by B. Thomas Frazier
*
* Copyright 2000, 2002 EPIC Software Labs
*
*/
#ifdef HAVE_SSL
#include
www.eeworm.com/read/374502/9402007
c ssl.c
/* $EPIC: ssl.c,v 1.6 2002/12/23 15:11:27 jnelson Exp $ */
/*
* ssl.c: SSL connection functions
*
* Original framework written by Juraj Bednar
* Modified by B. Thomas Frazier
*
* Copyright
www.eeworm.com/read/372371/9512358
ssl readme.ssl
As of vsftpd version 2.0.0, SSL / TLS support is provided.
The SSL / TLS support provides the ability to encrypt FTP logins and subsequent
commands, as well as the data transfers themselves. The ency
www.eeworm.com/read/372371/9512398
c ssl.c
/*
* Part of Very Secure FTPd
* Licence: GPL v2. Note that this code interfaces with with the OpenSSL
* libraries, so please read LICENSE where I give explicit permission to link
* against the Ope
www.eeworm.com/read/372371/9512498
h ssl.h
#ifndef VSF_DUMMYINC_SSL_H
#define VSF_DUMMYINC_SSL_H
#undef VSF_BUILD_SSL
#endif /* VSF_DUMMYINC_SSL_H */
www.eeworm.com/read/372371/9512531
h ssl.h
#ifndef VSF_SSL_H
#define VSF_SSL_H
struct vsf_session;
struct mystr;
void ssl_getline(const struct vsf_session* p_sess, struct mystr* p_str,
char end_char, char* p_buf, unsigned in