Add OID cross reference table.

Fix some typos in GOST OIDs.

Update dependencies.
This commit is contained in:
Dr. Stephen Henson
2006-04-18 23:36:07 +00:00
parent 51ff0abb05
commit d202709808
13 changed files with 367 additions and 31 deletions

View File

@@ -1022,6 +1022,9 @@ int OBJ_create(const char *oid,const char *sn,const char *ln);
void OBJ_cleanup(void );
int OBJ_create_objects(BIO *in);
int OBJ_find_sigid_algs(int signid, int *pdig_nid, int *ppkey_nid);
int OBJ_find_sigid_by_algs(int *psignid, int dig_nid, int pkey_nid);
/* BEGIN ERROR CODES */
/* The following lines are auto generated by the script mkerr.pl. Any changes
* made after this point may be overwritten when the script is next run.