代码搜索:OpenSSL
找到约 8,687 项符合「OpenSSL」的源代码
代码结果 8,687
www.eeworm.com/read/126641/6015690
pod sess_id.pod
=pod
=head1 NAME
sess_id - SSL/TLS session handling utility
=head1 SYNOPSIS
B B
[B]
[B]
[B]
[B]
[B]
[B
www.eeworm.com/read/101042/6258961
pod rsa_blinding_on.pod
=pod
=head1 NAME
RSA_blinding_on, RSA_blinding_off - protect the RSA operation from timing attacks
=head1 SYNOPSIS
#include
int RSA_blinding_on(RSA *rsa, BN_CTX *ctx);
void RS
www.eeworm.com/read/101042/6258987
pod rsa_check_key.pod
=pod
=head1 NAME
RSA_check_key - validate private RSA keys
=head1 SYNOPSIS
#include
int RSA_check_key(RSA *rsa);
=head1 DESCRIPTION
This function validates RSA keys. It checks
www.eeworm.com/read/101042/6258999
pod rand.pod
=pod
=head1 NAME
rand - pseudo-random number generator
=head1 SYNOPSIS
#include
int RAND_bytes(unsigned char *buf,int num);
int RAND_pseudo_bytes(unsigned char *buf,int num)
www.eeworm.com/read/101042/6259003
pod rsa_generate_key.pod
=pod
=head1 NAME
RSA_generate_key - generate RSA key pair
=head1 SYNOPSIS
#include
RSA *RSA_generate_key(int num, unsigned long e,
void (*callback)(int,int,void *), void *cb
www.eeworm.com/read/101042/6259012
pod dsa_generate_key.pod
=pod
=head1 NAME
DSA_generate_key - generate DSA key pair
=head1 SYNOPSIS
#include
int DSA_generate_key(DSA *a);
=head1 DESCRIPTION
DSA_generate_key() expects B to contain
www.eeworm.com/read/101042/6259026
pod err_clear_error.pod
=pod
=head1 NAME
ERR_clear_error - clear the error queue
=head1 SYNOPSIS
#include
void ERR_clear_error(void);
=head1 DESCRIPTION
ERR_clear_error() empties the current thread's
www.eeworm.com/read/101042/6259043
pod rsa_size.pod
=pod
=head1 NAME
RSA_size - get RSA modulus size
=head1 SYNOPSIS
#include
int RSA_size(RSA *rsa);
=head1 DESCRIPTION
This function returns the RSA modulus size in bytes. It ca
www.eeworm.com/read/101042/6259079
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/101042/6259090
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