New function to retrieve ASN1 info on public key algorithms. New command

line option to print out info.
This commit is contained in:
Dr. Stephen Henson
2006-04-04 18:16:03 +00:00
parent e2bce37720
commit 0b33dac310
8 changed files with 81 additions and 9 deletions

View File

@@ -47,6 +47,7 @@ extern int ts_main(int argc,char *argv[]);
#define FUNC_TYPE_GENERAL 1
#define FUNC_TYPE_MD 2
#define FUNC_TYPE_CIPHER 3
#define FUNC_TYPE_PKEY 4
typedef struct {
int type;