代码搜索:SSL

找到约 10,000 项符合「SSL」的源代码

代码结果 10,000
www.eeworm.com/read/422785/2032673

pod ssl_clear.pod

=pod =head1 NAME SSL_clear - reset SSL object to allow another connection =head1 SYNOPSIS #include int SSL_clear(SSL *ssl); =head1 DESCRIPTION Reset B to allow another co
www.eeworm.com/read/422785/2032678

pod ssl_new.pod

=pod =head1 NAME SSL_new - create a new SSL structure for a connection =head1 SYNOPSIS #include SSL *SSL_new(SSL_CTX *ctx); =head1 DESCRIPTION SSL_new() creates a new B s
www.eeworm.com/read/422785/2032694

pod ssl_pending.pod

=pod =head1 NAME SSL_pending - obtain number of readable bytes buffered in an SSL object =head1 SYNOPSIS #include int SSL_pending(const SSL *ssl); =head1 DESCRIPTION SSL_pendi
www.eeworm.com/read/422785/2032697

pod ssl_want.pod

=pod =head1 NAME SSL_want, SSL_want_nothing, SSL_want_read, SSL_want_write, SSL_want_x509_lookup - obtain state information TLS/SSL I/O operation =head1 SYNOPSIS #include int SS
www.eeworm.com/read/422785/2032705

pod ssl_shutdown.pod

=pod =head1 NAME SSL_shutdown - shut down a TLS/SSL connection =head1 SYNOPSIS #include int SSL_shutdown(SSL *ssl); =head1 DESCRIPTION SSL_shutdown() shuts down an active TLS/
www.eeworm.com/read/421032/2056447

c spp_ssl.c

/* ** Copyright (C) 2007-2008 Sourcefire, Inc. ** ** This program is free software; you can redistribute it and/or modify ** it under the terms of the GNU General Public License Version 2 as ** publis
www.eeworm.com/read/421032/2056448

dsp sf_ssl.dsp

# Microsoft Developer Studio Project File - Name="sf_ssl" - Package Owner= # Microsoft Developer Studio Generated Build File, Format Version 6.00 # ** DO NOT EDIT ** # TARGTYPE "Win32 (x86) Dy
www.eeworm.com/read/421032/2056449

h spp_ssl.h

/* ** Copyright (C) 2007-2008 Sourcefire, Inc. ** ** This program is free software; you can redistribute it and/or modify ** it under the terms of the GNU General Public License Version 2 as ** publis
www.eeworm.com/read/420998/2058003

bat ssl-client.bat

type ref | client -ORBBindAddr ssl:inet:localhost:7788 -ORBSSLCAfile ca_cert.pem -ORBSSLcert c_cert.pem -ORBSSLkey c_key.pem -ORBSSLverify 1 %1 %2 %3 %4 %5 %6 %7 %8 %9
www.eeworm.com/read/420998/2058022

bat ssl-server.bat

set ADDR=ssl:inet:localhost:7788 server -ORBIIOPAddr %ADDR% -ORBSSLCAfile ca_cert.pem -ORBSSLcert s_cert.pem -ORBSSLkey s_key.pem -ORBSSLverify 1 %1 %2 %3 %4 %5 %6 %7 %8 %9 > ref