New functions to add and free up application defined signature OIDs.

This commit is contained in:
Dr. Stephen Henson
2006-07-09 16:05:43 +00:00
parent 067707e367
commit 0ee2166cc5
5 changed files with 109 additions and 8 deletions

View File

@@ -1024,6 +1024,8 @@ 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);
int OBJ_add_sigid(int signid, int dig_id, int pkey_id);
void OBJ_sigid_free(void);
/* BEGIN ERROR CODES */
/* The following lines are auto generated by the script mkerr.pl. Any changes