API compatibility report for the libcrypto.so object between 1.0.0 and 1.0.0 versions on x86_64


Binary
Compatibility
Source
Compatibility

Test Info


Module Namelibcrypto
Version #11.0.0
Version #21.0.0
Archx86_64
GCC Version6.4.0
SubjectBinary Compatibility

Test Results


Total Header Files63
Total Source Files541
Total Objects1
Total Symbols / Types3284 / 712
Compatibility 98.4%

Problem Summary


SeverityCount
Added Symbols-0
Removed SymbolsHigh54
Problems with
Data Types
High0
Medium0
Low0
Problems with
Symbols
High0
Medium0
Low0
Problems with
Constants
Low0

Removed Symbols  54 


bn.h, libcrypto.so.1.0.0
BN_GF2m_add ( BIGNUM* r, BIGNUM const* a, BIGNUM const* b )
BN_GF2m_arr2poly ( int const* p, BIGNUM* a )
BN_GF2m_mod ( BIGNUM* r, BIGNUM const* a, BIGNUM const* p )
BN_GF2m_mod_arr ( BIGNUM* r, BIGNUM const* a, int const* p )
BN_GF2m_mod_div ( BIGNUM* r, BIGNUM const* y, BIGNUM const* x, BIGNUM const* p, BN_CTX* ctx )
BN_GF2m_mod_div_arr ( BIGNUM* r, BIGNUM const* yy, BIGNUM const* xx, int const* p, BN_CTX* ctx )
BN_GF2m_mod_exp ( BIGNUM* r, BIGNUM const* a, BIGNUM const* b, BIGNUM const* p, BN_CTX* ctx )
BN_GF2m_mod_exp_arr ( BIGNUM* r, BIGNUM const* a, BIGNUM const* b, int const* p, BN_CTX* ctx )
BN_GF2m_mod_inv ( BIGNUM* r, BIGNUM const* a, BIGNUM const* p, BN_CTX* ctx )
BN_GF2m_mod_inv_arr ( BIGNUM* r, BIGNUM const* xx, int const* p, BN_CTX* ctx )
BN_GF2m_mod_mul ( BIGNUM* r, BIGNUM const* a, BIGNUM const* b, BIGNUM const* p, BN_CTX* ctx )
BN_GF2m_mod_mul_arr ( BIGNUM* r, BIGNUM const* a, BIGNUM const* b, int const* p, BN_CTX* ctx )
BN_GF2m_mod_solve_quad ( BIGNUM* r, BIGNUM const* a, BIGNUM const* p, BN_CTX* ctx )
BN_GF2m_mod_solve_quad_arr ( BIGNUM* r, BIGNUM const* a_, int const* p, BN_CTX* ctx )
BN_GF2m_mod_sqr ( BIGNUM* r, BIGNUM const* a, BIGNUM const* p, BN_CTX* ctx )
BN_GF2m_mod_sqr_arr ( BIGNUM* r, BIGNUM const* a, int const* p, BN_CTX* ctx )
BN_GF2m_mod_sqrt ( BIGNUM* r, BIGNUM const* a, BIGNUM const* p, BN_CTX* ctx )
BN_GF2m_mod_sqrt_arr ( BIGNUM* r, BIGNUM const* a, int const* p, BN_CTX* ctx )
BN_GF2m_poly2arr ( BIGNUM const* a, int* p, int max )

ec.h, libcrypto.so.1.0.0
EC_GF2m_simple_method ( )
EC_GROUP_get_curve_GF2m ( EC_GROUP const* group, BIGNUM* p, BIGNUM* a, BIGNUM* b, BN_CTX* ctx )
EC_GROUP_get_pentanomial_basis ( EC_GROUP const* group, unsigned int* k1, unsigned int* k2, unsigned int* k3 )
EC_GROUP_get_trinomial_basis ( EC_GROUP const* group, unsigned int* k )
EC_GROUP_new_curve_GF2m ( BIGNUM const* p, BIGNUM const* a, BIGNUM const* b, BN_CTX* ctx )
EC_GROUP_set_curve_GF2m ( EC_GROUP* group, BIGNUM const* p, BIGNUM const* a, BIGNUM const* b, BN_CTX* ctx )
EC_POINT_get_affine_coordinates_GF2m ( EC_GROUP const* group, EC_POINT const* point, BIGNUM* x, BIGNUM* y, BN_CTX* ctx )
EC_POINT_set_affine_coordinates_GF2m ( EC_GROUP const* group, EC_POINT* point, BIGNUM const* x, BIGNUM const* y, BN_CTX* ctx )
EC_POINT_set_compressed_coordinates_GF2m ( EC_GROUP const* group, EC_POINT* point, BIGNUM const* x, int y_bit, BN_CTX* ctx )

srp.h, libcrypto.so.1.0.0
SRP_Calc_A ( BIGNUM* a, BIGNUM* N, BIGNUM* g )
SRP_Calc_B ( BIGNUM* b, BIGNUM* N, BIGNUM* g, BIGNUM* v )
SRP_Calc_client_key ( BIGNUM* N, BIGNUM* B, BIGNUM* g, BIGNUM* x, BIGNUM* a, BIGNUM* u )
SRP_Calc_server_key ( BIGNUM* A, BIGNUM* v, BIGNUM* u, BIGNUM* b, BIGNUM* N )
SRP_Calc_u ( BIGNUM* A, BIGNUM* B, BIGNUM* N )
SRP_Calc_x ( BIGNUM* s, char const* user, char const* pass )
SRP_check_known_gN_param ( BIGNUM* g, BIGNUM* N )
SRP_create_verifier ( char const* user, char const* pass, char** salt, char** verifier, char const* N, char const* g )
SRP_create_verifier_BN ( char const* user, char const* pass, BIGNUM** salt, BIGNUM** verifier, BIGNUM* N, BIGNUM* g )
SRP_get_default_gN ( char const* id )
SRP_user_pwd_free ( SRP_user_pwd* user_pwd )
SRP_VBASE_free ( SRP_VBASE* vb )
SRP_VBASE_get1_by_user ( SRP_VBASE* vb, char* username )
SRP_VBASE_get_by_user ( SRP_VBASE* vb, char* username )
SRP_VBASE_init ( SRP_VBASE* vb, char* verifier_file )
SRP_VBASE_new ( char* seed_key )
SRP_Verify_A_mod_N ( BIGNUM* A, BIGNUM* N )
SRP_Verify_B_mod_N ( BIGNUM* B, BIGNUM* N )

symhacks.h, libcrypto.so.1.0.0
ec_GF2m_simple_group_check_discriminant ( EC_GROUP const* group, BN_CTX* ctx )
ec_GF2m_simple_group_clear_finish ( EC_GROUP* group )
ec_GF2m_simple_point_clear_finish ( EC_POINT* point )
ec_GF2m_simple_point_get_affine_coordinates ( EC_GROUP const* group, EC_POINT const* point, BIGNUM* x, BIGNUM* y, BN_CTX* ctx )
ec_GF2m_simple_point_set_affine_coordinates ( EC_GROUP const* group, EC_POINT* point, BIGNUM const* x, BIGNUM const* y, BN_CTX* ctx )
ec_GF2m_simple_point_set_to_infinity ( EC_GROUP const* group, EC_POINT* point )
ec_GF2m_simple_points_make_affine ( EC_GROUP const* group, size_t num, EC_POINT** points, BN_CTX* ctx )
ec_GF2m_simple_set_compressed_coordinates ( EC_GROUP const* group, EC_POINT* point, BIGNUM const* x_, int y_bit, BN_CTX* ctx )

to the top

Header Files  63 


aes.h
asn1.h
asn1_mac.h
asn1t.h
bio.h
blowfish.h
bn.h
buffer.h
camellia.h
cast.h
cmac.h
cms.h
comp.h
conf.h
conf_api.h
crypto.h
des.h
des_old.h
dh.h
dsa.h
dso.h
ec.h
ecdh.h
ecdsa.h
engine.h
err.h
evp.h
hmac.h
idea.h
krb5_asn.h
lhash.h
md4.h
md5.h
mdc2.h
modes.h
objects.h
ocsp.h
ossl_typ.h
pem.h
pem2.h
pkcs12.h
pkcs7.h
pqueue.h
rand.h
rc2.h
rc4.h
rc5.h
ripemd.h
rsa.h
safestack.h
seed.h
sha.h
srp.h
stack.h
symhacks.h
ts.h
txt_db.h
ui.h
ui_compat.h
whrlpool.h
x509.h
x509_vfy.h
x509v3.h

to the top

Source Files  541 


a_bitstr.c
a_bool.c
a_bytes.c
a_d2i_fp.c
a_digest.c
a_dup.c
a_enum.c
a_gentm.c
a_i2d_fp.c
a_int.c
a_mbstr.c
a_object.c
a_octet.c
a_print.c
a_set.c
a_sign.c
a_strex.c
a_strnid.c
a_time.c
a_type.c
a_utctm.c
a_utf8.c
a_verify.c
aes_cfb.c
aes_ctr.c
aes_ecb.c
aes_ige.c
aes_misc.c
aes_ofb.c
aes_wrap.c
ameth_lib.c
asn1_err.c
asn1_gen.c
asn1_lib.c
asn1_par.c
asn_mime.c
asn_moid.c
asn_pack.c
b_dump.c
b_print.c
b_sock.c
bf_buff.c
bf_cfb64.c
bf_ecb.c
bf_enc.c
bf_nbio.c
bf_null.c
bf_ofb64.c
bf_skey.c
bio_asn1.c
bio_b64.c
bio_cb.c
bio_enc.c
bio_err.c
bio_lib.c
bio_md.c
bio_ndef.c
bio_ok.c
bio_pk7.c
bn_add.c
bn_blind.c
bn_const.c
bn_ctx.c
bn_depr.c
bn_div.c
bn_err.c
bn_exp.c
bn_exp2.c
bn_gcd.c
bn_gf2m.c
bn_kron.c
bn_lib.c
bn_mod.c
bn_mont.c
bn_mpi.c
bn_mul.c
bn_nist.c
bn_prime.c
bn_print.c
bn_rand.c
bn_recp.c
bn_shift.c
bn_sqr.c
bn_sqrt.c
bn_word.c
bn_x931p.c
bss_acpt.c
bss_bio.c
bss_conn.c
bss_dgram.c
bss_fd.c
bss_file.c
bss_log.c
bss_mem.c
bss_null.c
bss_sock.c
buf_err.c
buf_str.c
buffer.c
by_dir.c
by_file.c
c_all.c
c_allc.c
c_alld.c
c_cfb64.c
c_ecb.c
c_enc.c
c_ofb64.c
c_rle.c
c_skey.c
c_zlib.c
cbc128.c
cbc_cksm.c
ccm128.c
cfb128.c
cfb64ede.c
cfb64enc.c
cfb_enc.c
cmac.c
cmll_cfb.c
cmll_ctr.c
cmll_ecb.c
cmll_misc.c
cmll_ofb.c
cmll_utl.c
cms_asn1.c
cms_att.c
cms_enc.c
cms_env.c
cms_err.c
cms_ess.c
cms_io.c
cms_kari.c
cms_lib.c
cms_pwri.c
cms_sd.c
cms_smime.c
comp_err.c
comp_lib.c
conf_api.c
conf_def.c
conf_err.c
conf_lib.c
conf_mall.c
conf_mod.c
conf_sap.c
cpt_err.c
cryptlib.c
ctr128.c
cts128.c
cversion.c
d2i_pr.c
d2i_pu.c
des_enc.c
des_old.c
des_old2.c
dh_ameth.c
dh_asn1.c
dh_check.c
dh_depr.c
dh_err.c
dh_gen.c
dh_kdf.c
dh_key.c
dh_lib.c
dh_prn.c
dh_rfc5114.c
digest.c
dsa_asn1.c
dsa_depr.c
dsa_err.c
dsa_gen.c
dsa_key.c
dsa_lib.c
dsa_ossl.c
dsa_prn.c
dsa_sign.c
dsa_vrf.c
dso_beos.c
dso_dl.c
dso_dlfcn.c
dso_err.c
dso_lib.c
dso_null.c
dso_openssl.c
dso_vms.c
dso_win32.c
e_aes.c
e_aes_cbc_hmac_sha1.c
e_aes_cbc_hmac_sha256.c
e_bf.c
e_camellia.c
e_cast.c
e_des.c
e_des3.c
e_idea.c
e_null.c
e_old.c
e_rc2.c
e_rc4.c
e_rc4_hmac_md5.c
e_rc5.c
e_seed.c
e_xcbc_d.c
ec2_oct.c
ec2_smpl.c
ec_asn1.c
ec_check.c
ec_curve.c
ec_cvt.c
ec_err.c
ec_key.c
ec_lib.c
ec_oct.c
ec_print.c
ecb3_enc.c
ecb_enc.c
ech_err.c
ech_kdf.c
ech_key.c
ech_lib.c
ech_ossl.c
eck_prn.c
ecp_mont.c
ecp_nist.c
ecp_oct.c
ecp_smpl.c
ecs_asn1.c
ecs_err.c
ecs_lib.c
ecs_ossl.c
ecs_sign.c
ecs_vrf.c
ede_cbcm_enc.c
enc_read.c
enc_writ.c
encode.c
eng_all.c
eng_cnf.c
eng_cryptodev.c
eng_ctrl.c
eng_dyn.c
eng_err.c
eng_fat.c
eng_init.c
eng_lib.c
eng_list.c
eng_openssl.c
eng_pkey.c
eng_rdrand.c
eng_table.c
err.c
err_all.c
err_prn.c
evp_acnf.c
evp_asn1.c
evp_cnf.c
evp_enc.c
evp_err.c
evp_key.c
evp_lib.c
evp_pbe.c
evp_pkey.c
ex_data.c
f_enum.c
f_int.c
f_string.c
fcrypt.c
gcm128.c
hmac.c
i2d_pr.c
i2d_pu.c
i_cbc.c
i_cfb64.c
i_ecb.c
i_ofb64.c
i_skey.c
krb5_asn.c
lh_stats.c
lhash.c
m_dss.c
m_dss1.c
m_ecdsa.c
m_md4.c
m_md5.c
m_mdc2.c
m_null.c
m_ripemd.c
m_sha.c
m_sha1.c
m_sigver.c
m_wp.c
md4_dgst.c
md4_one.c
md5_dgst.c
md5_one.c
md_rand.c
mdc2_one.c
mdc2dgst.c
mem.c
mem_dbg.c
n_pkey.c
names.c
ncbc_enc.c
nsseq.c
o_fips.c
o_init.c
o_names.c
obj_dat.c
obj_err.c
obj_lib.c
obj_xref.c
ocsp_asn.c
ocsp_cl.c
ocsp_err.c
ocsp_ext.c
ocsp_ht.c
ocsp_lib.c
ocsp_prn.c
ocsp_srv.c
ocsp_vfy.c
ofb128.c
ofb64ede.c
ofb64enc.c
ofb_enc.c
p12_add.c
p12_asn.c
p12_attr.c
p12_crpt.c
p12_crt.c
p12_decr.c
p12_init.c
p12_key.c
p12_kiss.c
p12_mutl.c
p12_npas.c
p12_p8d.c
p12_p8e.c
p12_utl.c
p5_crpt.c
p5_crpt2.c
p5_pbe.c
p5_pbev2.c
p8_pkey.c
p_dec.c
p_enc.c
p_lib.c
p_open.c
p_seal.c
p_sign.c
p_verify.c
pcbc_enc.c
pcy_lib.c
pcy_tree.c
pem_all.c
pem_err.c
pem_info.c
pem_lib.c
pem_oth.c
pem_pk8.c
pem_pkey.c
pem_seal.c
pem_sign.c
pem_x509.c
pem_xaux.c
pk12err.c
pk7_asn1.c
pk7_attr.c
pk7_doit.c
pk7_lib.c
pk7_mime.c
pk7_smime.c
pkcs7err.c
pmeth_fn.c
pmeth_gn.c
pmeth_lib.c
pqueue.c
pvkfmt.c
qud_cksm.c
rand_egd.c
rand_err.c
rand_key.c
rand_lib.c
rand_unix.c
randfile.c
rc2_cbc.c
rc2_ecb.c
rc2_skey.c
rc2cfb64.c
rc2ofb64.c
rc4_utl.c
rc5_ecb.c
rc5_enc.c
rc5_skey.c
rc5cfb64.c
rc5ofb64.c
read2pwd.c
rmd_dgst.c
rmd_one.c
rsa_asn1.c
rsa_chk.c
rsa_crpt.c
rsa_depr.c
rsa_eay.c
rsa_err.c
rsa_gen.c
rsa_lib.c
rsa_none.c
rsa_null.c
rsa_oaep.c
rsa_pk1.c
rsa_prn.c
rsa_pss.c
rsa_saos.c
rsa_sign.c
rsa_ssl.c
rsa_x931.c
seed.c
seed_cbc.c
seed_cfb.c
seed_ecb.c
seed_ofb.c
set_key.c
sha1_one.c
sha256.c
sha512.c
sha_one.c
srp_lib.c
srp_vfy.c
stack.c
str2key.c
t_bitst.c
t_crl.c
t_pkey.c
t_req.c
t_spki.c
t_x509.c
t_x509a.c
tasn_dec.c
tasn_enc.c
tasn_fre.c
tasn_new.c
tasn_prn.c
tasn_typ.c
tasn_utl.c
tb_asnmth.c
tb_cipher.c
tb_dh.c
tb_digest.c
tb_dsa.c
tb_ecdh.c
tb_ecdsa.c
tb_pkmeth.c
tb_rand.c
tb_rsa.c
tb_store.c
ts_asn1.c
ts_conf.c
ts_err.c
ts_lib.c
ts_req_print.c
ts_req_utils.c
ts_rsp_print.c
ts_rsp_sign.c
ts_rsp_utils.c
ts_rsp_verify.c
ts_verify_ctx.c
txt_db.c
ui_compat.c
ui_err.c
ui_lib.c
ui_openssl.c
ui_util.c
uid.c
v3_akeya.c
v3_alt.c
v3_bcons.c
v3_bitst.c
v3_conf.c
v3_cpols.c
v3_crld.c
v3_enum.c
v3_extku.c
v3_genn.c
v3_info.c
v3_lib.c
v3_ncons.c
v3_pcia.c
v3_pcons.c
v3_pku.c
v3_pmaps.c
v3_prn.c
v3_purp.c
v3_skey.c
v3_sxnet.c
v3_utl.c
v3err.c
wp_dgst.c
wrap128.c
x509_att.c
x509_cmp.c
x509_d2.c
x509_def.c
x509_err.c
x509_ext.c
x509_lu.c
x509_obj.c
x509_r2x.c
x509_req.c
x509_set.c
x509_trs.c
x509_txt.c
x509_v3.c
x509_vfy.c
x509_vpm.c
x509cset.c
x509name.c
x509rset.c
x509spki.c
x509type.c
x86_64-gcc.c
x_algor.c
x_all.c
x_attrib.c
x_bignum.c
x_crl.c
x_exten.c
x_info.c
x_long.c
x_name.c
x_nx509.c
x_pkey.c
x_pubkey.c
x_req.c
x_sig.c
x_spki.c
x_val.c
x_x509.c
x_x509a.c
xcbc_enc.c
xts128.c

to the top

Objects  1 


libcrypto.so.1.0.0

to the top



Test Info


Module Namelibcrypto
Version #11.0.0
Version #21.0.0
Archx86_64
SubjectSource Compatibility

Test Results


Total Header Files63
Total Source Files541
Total Objects1
Total Symbols / Types3284 / 712
Compatibility 98.4%

Problem Summary


SeverityCount
Added Symbols-0
Removed SymbolsHigh54
Problems with
Data Types
High0
Medium0
Low0
Problems with
Symbols
High0
Medium0
Low0
Problems with
Constants
Low0

Removed Symbols  54 


bn.h
BN_GF2m_add ( BIGNUM* r, BIGNUM const* a, BIGNUM const* b )
BN_GF2m_arr2poly ( int const* p, BIGNUM* a )
BN_GF2m_mod ( BIGNUM* r, BIGNUM const* a, BIGNUM const* p )
BN_GF2m_mod_arr ( BIGNUM* r, BIGNUM const* a, int const* p )
BN_GF2m_mod_div ( BIGNUM* r, BIGNUM const* y, BIGNUM const* x, BIGNUM const* p, BN_CTX* ctx )
BN_GF2m_mod_div_arr ( BIGNUM* r, BIGNUM const* yy, BIGNUM const* xx, int const* p, BN_CTX* ctx )
BN_GF2m_mod_exp ( BIGNUM* r, BIGNUM const* a, BIGNUM const* b, BIGNUM const* p, BN_CTX* ctx )
BN_GF2m_mod_exp_arr ( BIGNUM* r, BIGNUM const* a, BIGNUM const* b, int const* p, BN_CTX* ctx )
BN_GF2m_mod_inv ( BIGNUM* r, BIGNUM const* a, BIGNUM const* p, BN_CTX* ctx )
BN_GF2m_mod_inv_arr ( BIGNUM* r, BIGNUM const* xx, int const* p, BN_CTX* ctx )
BN_GF2m_mod_mul ( BIGNUM* r, BIGNUM const* a, BIGNUM const* b, BIGNUM const* p, BN_CTX* ctx )
BN_GF2m_mod_mul_arr ( BIGNUM* r, BIGNUM const* a, BIGNUM const* b, int const* p, BN_CTX* ctx )
BN_GF2m_mod_solve_quad ( BIGNUM* r, BIGNUM const* a, BIGNUM const* p, BN_CTX* ctx )
BN_GF2m_mod_solve_quad_arr ( BIGNUM* r, BIGNUM const* a_, int const* p, BN_CTX* ctx )
BN_GF2m_mod_sqr ( BIGNUM* r, BIGNUM const* a, BIGNUM const* p, BN_CTX* ctx )
BN_GF2m_mod_sqr_arr ( BIGNUM* r, BIGNUM const* a, int const* p, BN_CTX* ctx )
BN_GF2m_mod_sqrt ( BIGNUM* r, BIGNUM const* a, BIGNUM const* p, BN_CTX* ctx )
BN_GF2m_mod_sqrt_arr ( BIGNUM* r, BIGNUM const* a, int const* p, BN_CTX* ctx )
BN_GF2m_poly2arr ( BIGNUM const* a, int* p, int max )

ec.h
EC_GF2m_simple_method ( )
EC_GROUP_get_curve_GF2m ( EC_GROUP const* group, BIGNUM* p, BIGNUM* a, BIGNUM* b, BN_CTX* ctx )
EC_GROUP_get_pentanomial_basis ( EC_GROUP const* group, unsigned int* k1, unsigned int* k2, unsigned int* k3 )
EC_GROUP_get_trinomial_basis ( EC_GROUP const* group, unsigned int* k )
EC_GROUP_new_curve_GF2m ( BIGNUM const* p, BIGNUM const* a, BIGNUM const* b, BN_CTX* ctx )
EC_GROUP_set_curve_GF2m ( EC_GROUP* group, BIGNUM const* p, BIGNUM const* a, BIGNUM const* b, BN_CTX* ctx )
EC_POINT_get_affine_coordinates_GF2m ( EC_GROUP const* group, EC_POINT const* point, BIGNUM* x, BIGNUM* y, BN_CTX* ctx )
EC_POINT_set_affine_coordinates_GF2m ( EC_GROUP const* group, EC_POINT* point, BIGNUM const* x, BIGNUM const* y, BN_CTX* ctx )
EC_POINT_set_compressed_coordinates_GF2m ( EC_GROUP const* group, EC_POINT* point, BIGNUM const* x, int y_bit, BN_CTX* ctx )

srp.h
SRP_Calc_A ( BIGNUM* a, BIGNUM* N, BIGNUM* g )
SRP_Calc_B ( BIGNUM* b, BIGNUM* N, BIGNUM* g, BIGNUM* v )
SRP_Calc_client_key ( BIGNUM* N, BIGNUM* B, BIGNUM* g, BIGNUM* x, BIGNUM* a, BIGNUM* u )
SRP_Calc_server_key ( BIGNUM* A, BIGNUM* v, BIGNUM* u, BIGNUM* b, BIGNUM* N )
SRP_Calc_u ( BIGNUM* A, BIGNUM* B, BIGNUM* N )
SRP_Calc_x ( BIGNUM* s, char const* user, char const* pass )
SRP_check_known_gN_param ( BIGNUM* g, BIGNUM* N )
SRP_create_verifier ( char const* user, char const* pass, char** salt, char** verifier, char const* N, char const* g )
SRP_create_verifier_BN ( char const* user, char const* pass, BIGNUM** salt, BIGNUM** verifier, BIGNUM* N, BIGNUM* g )
SRP_get_default_gN ( char const* id )
SRP_user_pwd_free ( SRP_user_pwd* user_pwd )
SRP_VBASE_free ( SRP_VBASE* vb )
SRP_VBASE_get1_by_user ( SRP_VBASE* vb, char* username )
SRP_VBASE_get_by_user ( SRP_VBASE* vb, char* username )
SRP_VBASE_init ( SRP_VBASE* vb, char* verifier_file )
SRP_VBASE_new ( char* seed_key )
SRP_Verify_A_mod_N ( BIGNUM* A, BIGNUM* N )
SRP_Verify_B_mod_N ( BIGNUM* B, BIGNUM* N )

symhacks.h
ec_GF2m_simple_group_check_discriminant ( EC_GROUP const* group, BN_CTX* ctx )
ec_GF2m_simple_group_clear_finish ( EC_GROUP* group )
ec_GF2m_simple_point_clear_finish ( EC_POINT* point )
ec_GF2m_simple_point_get_affine_coordinates ( EC_GROUP const* group, EC_POINT const* point, BIGNUM* x, BIGNUM* y, BN_CTX* ctx )
ec_GF2m_simple_point_set_affine_coordinates ( EC_GROUP const* group, EC_POINT* point, BIGNUM const* x, BIGNUM const* y, BN_CTX* ctx )
ec_GF2m_simple_point_set_to_infinity ( EC_GROUP const* group, EC_POINT* point )
ec_GF2m_simple_points_make_affine ( EC_GROUP const* group, size_t num, EC_POINT** points, BN_CTX* ctx )
ec_GF2m_simple_set_compressed_coordinates ( EC_GROUP const* group, EC_POINT* point, BIGNUM const* x_, int y_bit, BN_CTX* ctx )

to the top

Header Files  63 


aes.h
asn1.h
asn1_mac.h
asn1t.h
bio.h
blowfish.h
bn.h
buffer.h
camellia.h
cast.h
cmac.h
cms.h
comp.h
conf.h
conf_api.h
crypto.h
des.h
des_old.h
dh.h
dsa.h
dso.h
ec.h
ecdh.h
ecdsa.h
engine.h
err.h
evp.h
hmac.h
idea.h
krb5_asn.h
lhash.h
md4.h
md5.h
mdc2.h
modes.h
objects.h
ocsp.h
ossl_typ.h
pem.h
pem2.h
pkcs12.h
pkcs7.h
pqueue.h
rand.h
rc2.h
rc4.h
rc5.h
ripemd.h
rsa.h
safestack.h
seed.h
sha.h
srp.h
stack.h
symhacks.h
ts.h
txt_db.h
ui.h
ui_compat.h
whrlpool.h
x509.h
x509_vfy.h
x509v3.h

to the top

Source Files  541 


a_bitstr.c
a_bool.c
a_bytes.c
a_d2i_fp.c
a_digest.c
a_dup.c
a_enum.c
a_gentm.c
a_i2d_fp.c
a_int.c
a_mbstr.c
a_object.c
a_octet.c
a_print.c
a_set.c
a_sign.c
a_strex.c
a_strnid.c
a_time.c
a_type.c
a_utctm.c
a_utf8.c
a_verify.c
aes_cfb.c
aes_ctr.c
aes_ecb.c
aes_ige.c
aes_misc.c
aes_ofb.c
aes_wrap.c
ameth_lib.c
asn1_err.c
asn1_gen.c
asn1_lib.c
asn1_par.c
asn_mime.c
asn_moid.c
asn_pack.c
b_dump.c
b_print.c
b_sock.c
bf_buff.c
bf_cfb64.c
bf_ecb.c
bf_enc.c
bf_nbio.c
bf_null.c
bf_ofb64.c
bf_skey.c
bio_asn1.c
bio_b64.c
bio_cb.c
bio_enc.c
bio_err.c
bio_lib.c
bio_md.c
bio_ndef.c
bio_ok.c
bio_pk7.c
bn_add.c
bn_blind.c
bn_const.c
bn_ctx.c
bn_depr.c
bn_div.c
bn_err.c
bn_exp.c
bn_exp2.c
bn_gcd.c
bn_gf2m.c
bn_kron.c
bn_lib.c
bn_mod.c
bn_mont.c
bn_mpi.c
bn_mul.c
bn_nist.c
bn_prime.c
bn_print.c
bn_rand.c
bn_recp.c
bn_shift.c
bn_sqr.c
bn_sqrt.c
bn_word.c
bn_x931p.c
bss_acpt.c
bss_bio.c
bss_conn.c
bss_dgram.c
bss_fd.c
bss_file.c
bss_log.c
bss_mem.c
bss_null.c
bss_sock.c
buf_err.c
buf_str.c
buffer.c
by_dir.c
by_file.c
c_all.c
c_allc.c
c_alld.c
c_cfb64.c
c_ecb.c
c_enc.c
c_ofb64.c
c_rle.c
c_skey.c
c_zlib.c
cbc128.c
cbc_cksm.c
ccm128.c
cfb128.c
cfb64ede.c
cfb64enc.c
cfb_enc.c
cmac.c
cmll_cfb.c
cmll_ctr.c
cmll_ecb.c
cmll_misc.c
cmll_ofb.c
cmll_utl.c
cms_asn1.c
cms_att.c
cms_enc.c
cms_env.c
cms_err.c
cms_ess.c
cms_io.c
cms_kari.c
cms_lib.c
cms_pwri.c
cms_sd.c
cms_smime.c
comp_err.c
comp_lib.c
conf_api.c
conf_def.c
conf_err.c
conf_lib.c
conf_mall.c
conf_mod.c
conf_sap.c
cpt_err.c
cryptlib.c
ctr128.c
cts128.c
cversion.c
d2i_pr.c
d2i_pu.c
des_enc.c
des_old.c
des_old2.c
dh_ameth.c
dh_asn1.c
dh_check.c
dh_depr.c
dh_err.c
dh_gen.c
dh_kdf.c
dh_key.c
dh_lib.c
dh_prn.c
dh_rfc5114.c
digest.c
dsa_asn1.c
dsa_depr.c
dsa_err.c
dsa_gen.c
dsa_key.c
dsa_lib.c
dsa_ossl.c
dsa_prn.c
dsa_sign.c
dsa_vrf.c
dso_beos.c
dso_dl.c
dso_dlfcn.c
dso_err.c
dso_lib.c
dso_null.c
dso_openssl.c
dso_vms.c
dso_win32.c
e_aes.c
e_aes_cbc_hmac_sha1.c
e_aes_cbc_hmac_sha256.c
e_bf.c
e_camellia.c
e_cast.c
e_des.c
e_des3.c
e_idea.c
e_null.c
e_old.c
e_rc2.c
e_rc4.c
e_rc4_hmac_md5.c
e_rc5.c
e_seed.c
e_xcbc_d.c
ec2_oct.c
ec2_smpl.c
ec_asn1.c
ec_check.c
ec_curve.c
ec_cvt.c
ec_err.c
ec_key.c
ec_lib.c
ec_oct.c
ec_print.c
ecb3_enc.c
ecb_enc.c
ech_err.c
ech_kdf.c
ech_key.c
ech_lib.c
ech_ossl.c
eck_prn.c
ecp_mont.c
ecp_nist.c
ecp_oct.c
ecp_smpl.c
ecs_asn1.c
ecs_err.c
ecs_lib.c
ecs_ossl.c
ecs_sign.c
ecs_vrf.c
ede_cbcm_enc.c
enc_read.c
enc_writ.c
encode.c
eng_all.c
eng_cnf.c
eng_cryptodev.c
eng_ctrl.c
eng_dyn.c
eng_err.c
eng_fat.c
eng_init.c
eng_lib.c
eng_list.c
eng_openssl.c
eng_pkey.c
eng_rdrand.c
eng_table.c
err.c
err_all.c
err_prn.c
evp_acnf.c
evp_asn1.c
evp_cnf.c
evp_enc.c
evp_err.c
evp_key.c
evp_lib.c
evp_pbe.c
evp_pkey.c
ex_data.c
f_enum.c
f_int.c
f_string.c
fcrypt.c
gcm128.c
hmac.c
i2d_pr.c
i2d_pu.c
i_cbc.c
i_cfb64.c
i_ecb.c
i_ofb64.c
i_skey.c
krb5_asn.c
lh_stats.c
lhash.c
m_dss.c
m_dss1.c
m_ecdsa.c
m_md4.c
m_md5.c
m_mdc2.c
m_null.c
m_ripemd.c
m_sha.c
m_sha1.c
m_sigver.c
m_wp.c
md4_dgst.c
md4_one.c
md5_dgst.c
md5_one.c
md_rand.c
mdc2_one.c
mdc2dgst.c
mem.c
mem_dbg.c
n_pkey.c
names.c
ncbc_enc.c
nsseq.c
o_fips.c
o_init.c
o_names.c
obj_dat.c
obj_err.c
obj_lib.c
obj_xref.c
ocsp_asn.c
ocsp_cl.c
ocsp_err.c
ocsp_ext.c
ocsp_ht.c
ocsp_lib.c
ocsp_prn.c
ocsp_srv.c
ocsp_vfy.c
ofb128.c
ofb64ede.c
ofb64enc.c
ofb_enc.c
p12_add.c
p12_asn.c
p12_attr.c
p12_crpt.c
p12_crt.c
p12_decr.c
p12_init.c
p12_key.c
p12_kiss.c
p12_mutl.c
p12_npas.c
p12_p8d.c
p12_p8e.c
p12_utl.c
p5_crpt.c
p5_crpt2.c
p5_pbe.c
p5_pbev2.c
p8_pkey.c
p_dec.c
p_enc.c
p_lib.c
p_open.c
p_seal.c
p_sign.c
p_verify.c
pcbc_enc.c
pcy_lib.c
pcy_tree.c
pem_all.c
pem_err.c
pem_info.c
pem_lib.c
pem_oth.c
pem_pk8.c
pem_pkey.c
pem_seal.c
pem_sign.c
pem_x509.c
pem_xaux.c
pk12err.c
pk7_asn1.c
pk7_attr.c
pk7_doit.c
pk7_lib.c
pk7_mime.c
pk7_smime.c
pkcs7err.c
pmeth_fn.c
pmeth_gn.c
pmeth_lib.c
pqueue.c
pvkfmt.c
qud_cksm.c
rand_egd.c
rand_err.c
rand_key.c
rand_lib.c
rand_unix.c
randfile.c
rc2_cbc.c
rc2_ecb.c
rc2_skey.c
rc2cfb64.c
rc2ofb64.c
rc4_utl.c
rc5_ecb.c
rc5_enc.c
rc5_skey.c
rc5cfb64.c
rc5ofb64.c
read2pwd.c
rmd_dgst.c
rmd_one.c
rsa_asn1.c
rsa_chk.c
rsa_crpt.c
rsa_depr.c
rsa_eay.c
rsa_err.c
rsa_gen.c
rsa_lib.c
rsa_none.c
rsa_null.c
rsa_oaep.c
rsa_pk1.c
rsa_prn.c
rsa_pss.c
rsa_saos.c
rsa_sign.c
rsa_ssl.c
rsa_x931.c
seed.c
seed_cbc.c
seed_cfb.c
seed_ecb.c
seed_ofb.c
set_key.c
sha1_one.c
sha256.c
sha512.c
sha_one.c
srp_lib.c
srp_vfy.c
stack.c
str2key.c
t_bitst.c
t_crl.c
t_pkey.c
t_req.c
t_spki.c
t_x509.c
t_x509a.c
tasn_dec.c
tasn_enc.c
tasn_fre.c
tasn_new.c
tasn_prn.c
tasn_typ.c
tasn_utl.c
tb_asnmth.c
tb_cipher.c
tb_dh.c
tb_digest.c
tb_dsa.c
tb_ecdh.c
tb_ecdsa.c
tb_pkmeth.c
tb_rand.c
tb_rsa.c
tb_store.c
ts_asn1.c
ts_conf.c
ts_err.c
ts_lib.c
ts_req_print.c
ts_req_utils.c
ts_rsp_print.c
ts_rsp_sign.c
ts_rsp_utils.c
ts_rsp_verify.c
ts_verify_ctx.c
txt_db.c
ui_compat.c
ui_err.c
ui_lib.c
ui_openssl.c
ui_util.c
uid.c
v3_akeya.c
v3_alt.c
v3_bcons.c
v3_bitst.c
v3_conf.c
v3_cpols.c
v3_crld.c
v3_enum.c
v3_extku.c
v3_genn.c
v3_info.c
v3_lib.c
v3_ncons.c
v3_pcia.c
v3_pcons.c
v3_pku.c
v3_pmaps.c
v3_prn.c
v3_purp.c
v3_skey.c
v3_sxnet.c
v3_utl.c
v3err.c
wp_dgst.c
wrap128.c
x509_att.c
x509_cmp.c
x509_d2.c
x509_def.c
x509_err.c
x509_ext.c
x509_lu.c
x509_obj.c
x509_r2x.c
x509_req.c
x509_set.c
x509_trs.c
x509_txt.c
x509_v3.c
x509_vfy.c
x509_vpm.c
x509cset.c
x509name.c
x509rset.c
x509spki.c
x509type.c
x86_64-gcc.c
x_algor.c
x_all.c
x_attrib.c
x_bignum.c
x_crl.c
x_exten.c
x_info.c
x_long.c
x_name.c
x_nx509.c
x_pkey.c
x_pubkey.c
x_req.c
x_sig.c
x_spki.c
x_val.c
x_x509.c
x_x509a.c
xcbc_enc.c
xts128.c

to the top

Objects  1 


libcrypto.so.1.0.0

to the top