mirror of
https://github.com/openssl/openssl.git
synced 2025-02-17 14:32:04 +08:00
could be done automagically, much like the numbering in libeay.num and ssleay.num. The solution works as follows: - New object identifiers are inserted in objects.txt, following the syntax given in objects.README. - objects.pl is used to process obj_mac.num and create a new obj_mac.h. - obj_dat.pl is used to create a new obj_dat.h, using the data in obj_mac.h. This is currently kind of a hack, and the perl code in objects.pl isn't very elegant, but it works as I intended. The simplest way to check that it worked correctly is to look in obj_dat.h and check the array nid_objs and make sure the objects haven't moved around (this is important!). Additions are OK, as well as consistent name changes. |
||
---|---|---|
.. | ||
.cvsignore | ||
bio_b64.c | ||
bio_enc.c | ||
bio_md.c | ||
bio_ok.c | ||
c_all.c | ||
c_allc.c | ||
c_alld.c | ||
digest.c | ||
e_bf.c | ||
e_cast.c | ||
e_des3.c | ||
e_des.c | ||
e_dsa.c | ||
e_idea.c | ||
e_null.c | ||
e_rc2.c | ||
e_rc4.c | ||
e_rc5.c | ||
e_xcbc_d.c | ||
encode.c | ||
evp_enc.c | ||
evp_err.c | ||
evp_key.c | ||
evp_lib.c | ||
evp_locl.h | ||
evp_pbe.c | ||
evp_pkey.c | ||
evp.h | ||
m_dss1.c | ||
m_dss.c | ||
m_md2.c | ||
m_md5.c | ||
m_mdc2.c | ||
m_null.c | ||
m_ripemd.c | ||
m_sha1.c | ||
m_sha.c | ||
Makefile.ssl | ||
names.c | ||
p5_crpt2.c | ||
p5_crpt.c | ||
p_dec.c | ||
p_enc.c | ||
p_lib.c | ||
p_open.c | ||
p_seal.c | ||
p_sign.c | ||
p_verify.c |