代码搜索:SSL

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

代码结果 10,000
www.eeworm.com/read/367467/2845412

h nsock_ssl.h

/*************************************************************************** * nsock_ssl.c -- This contains functions that relate somewhat exclusively * * to SSL (over TCP) support in nsock. Where
www.eeworm.com/read/360437/2963010

h prefix_ssl.h

#define Copyright yaCopyright #define yaSSL_CleanUp yayaSSL_CleanUp #define BN_bin2bn yaBN_bin2bn #define DH_new yaDH_new #define DH_free yaDH_free #define RSA_free yaRSA_free #define RSA_generate_key
www.eeworm.com/read/358714/2984040

c rsa_ssl.c

/* crypto/rsa/rsa_ssl.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * * This package is an SSL implementation written * by Eric Young (eay@cryptsoft.com).
www.eeworm.com/read/358714/2984251

pod ssl_accept.pod

=pod =head1 NAME SSL_accept - wait for a TLS/SSL client to initiate a TLS/SSL handshake =head1 SYNOPSIS #include int SSL_accept(SSL *ssl); =head1 DESCRIPTION SSL_accept() wait
www.eeworm.com/read/358714/2984252

pod ssl_write.pod

=pod =head1 NAME SSL_write - write bytes to a TLS/SSL connection. =head1 SYNOPSIS #include int SSL_write(SSL *ssl, const void *buf, int num); =head1 DESCRIPTION SSL_write() wr
www.eeworm.com/read/358714/2984257

pod ssl_read.pod

=pod =head1 NAME SSL_read - read bytes from a TLS/SSL connection. =head1 SYNOPSIS #include int SSL_read(SSL *ssl, void *buf, int num); =head1 DESCRIPTION SSL_read() tries to r
www.eeworm.com/read/358714/2984261

pod ssl_free.pod

=pod =head1 NAME SSL_free - free an allocated SSL structure =head1 SYNOPSIS #include void SSL_free(SSL *ssl); =head1 DESCRIPTION SSL_free() decrements the reference count of B
www.eeworm.com/read/358714/2984262

pod ssl_connect.pod

=pod =head1 NAME SSL_connect - initiate the TLS/SSL handshake with an TLS/SSL server =head1 SYNOPSIS #include int SSL_connect(SSL *ssl); =head1 DESCRIPTION SSL_connect() initi
www.eeworm.com/read/358714/2984274

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/358714/2984279

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