代码搜索:OpenSSL

找到约 8,687 项符合「OpenSSL」的源代码

代码结果 8,687
www.eeworm.com/read/140831/13060017

c sys_ssl.c

#include #include #include #include #include #include //add for ssl #include /* SSLeay s
www.eeworm.com/read/136989/5837742

inl ssliop_x509.inl

// -*- C++ -*- // // SSLIOP_X509.inl,v 1.3 2002/01/22 21:25:07 ossama Exp ACE_INLINE X509 * TAO_SSLIOP_X509::_duplicate (X509 *cert) { // OpenSSL provides no function to increase the referen
www.eeworm.com/read/126641/6015448

pod dh_generate_parameters.pod

=pod =head1 NAME DH_generate_parameters, DH_check - generate and check Diffie-Hellman parameters =head1 SYNOPSIS #include DH *DH_generate_parameters(int prime_len, int generator,
www.eeworm.com/read/126641/6015452

pod bn.pod

=pod =head1 NAME bn - multiprecision integer arithmetics =head1 SYNOPSIS #include BIGNUM *BN_new(void); void BN_free(BIGNUM *a); void BN_init(BIGNUM *); void BN_clear(BIGNUM *
www.eeworm.com/read/126641/6015476

pod rand.pod

=pod =head1 NAME rand - pseudo-random number generator =head1 SYNOPSIS #include int RAND_set_rand_engine(ENGINE *engine); int RAND_bytes(unsigned char *buf, int num); int
www.eeworm.com/read/126641/6015580

pod ssl_comp_add_compression_method.pod

=pod =head1 NAME SSL_COMP_add_compression_method - handle SSL/TLS integrated compression methods =head1 SYNOPSIS #include int SSL_COMP_add_compression_method(int id, COMP_METHOD
www.eeworm.com/read/126641/6015584

pod ssl_ctx_load_verify_locations.pod

=pod =head1 NAME SSL_CTX_load_verify_locations - set default locations for trusted CA certificates =head1 SYNOPSIS #include int SSL_CTX_load_verify_locations(SSL_CTX *ctx, const
www.eeworm.com/read/126641/6015598

pod ssl_state_string.pod

=pod =head1 NAME SSL_state_string, SSL_state_string_long - get textual description of state of an SSL object =head1 SYNOPSIS #include const char *SSL_state_string(SSL *ssl); co
www.eeworm.com/read/126641/6015605

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/126641/6015606

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