add rsafill, x509req, asn1toDSApriv
This commit is contained in:
parent
00e0b27982
commit
42e8d853f4
1 changed files with 3 additions and 0 deletions
|
|
@ -245,6 +245,8 @@ RSApriv* asn1toRSApriv(uchar*, int);
|
||||||
uchar* decodepem(char *s, char *type, int *len, char**);
|
uchar* decodepem(char *s, char *type, int *len, char**);
|
||||||
PEMChain* decodepemchain(char *s, char *type);
|
PEMChain* decodepemchain(char *s, char *type);
|
||||||
uchar* X509gen(RSApriv *priv, char *subj, ulong valid[2], int *certlen);
|
uchar* X509gen(RSApriv *priv, char *subj, ulong valid[2], int *certlen);
|
||||||
|
RSApriv* rsafill(mpint *n, mpint *ek, mpint *dk, mpint *p, mpint *q);
|
||||||
|
uchar* X509req(RSApriv *priv, char *subj, int *certlen);
|
||||||
|
|
||||||
/////////////////////////////////////////////////////////
|
/////////////////////////////////////////////////////////
|
||||||
// elgamal
|
// elgamal
|
||||||
|
|
@ -326,6 +328,7 @@ void dsaprivfree(DSApriv*);
|
||||||
DSAsig* dsasigalloc(void);
|
DSAsig* dsasigalloc(void);
|
||||||
void dsasigfree(DSAsig*);
|
void dsasigfree(DSAsig*);
|
||||||
DSApub* dsaprivtopub(DSApriv*);
|
DSApub* dsaprivtopub(DSApriv*);
|
||||||
|
DSApriv* asn1toDSApriv(uchar*, int);
|
||||||
|
|
||||||
/////////////////////////////////////////////////////////
|
/////////////////////////////////////////////////////////
|
||||||
// TLS
|
// TLS
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue