Loading CHANGES +4 −0 Original line number Original line Diff line number Diff line Loading @@ -4,6 +4,10 @@ Changes between 0.9.3a and 0.9.4 Changes between 0.9.3a and 0.9.4 *) Fix a bug in i2d_DSAPublicKey() which meant it returned the wrong value for the encoded length. [Jeon KyoungHo <khjeon@sds.samsung.co.kr>] *) Add initial documentation of the X509V3 functions. *) Add initial documentation of the X509V3 functions. [Steve Henson] [Steve Henson] Loading crypto/asn1/i2d_s_pu.c +2 −1 Original line number Original line Diff line number Diff line Loading @@ -123,6 +123,7 @@ int i2d_DSAPublicKey(DSA *a, unsigned char **pp) } } Free((char *)bs.data); Free((char *)bs.data); *pp=p; *pp=p; return(t); if(all) return(t); else return(tot); } } #endif #endif Loading
CHANGES +4 −0 Original line number Original line Diff line number Diff line Loading @@ -4,6 +4,10 @@ Changes between 0.9.3a and 0.9.4 Changes between 0.9.3a and 0.9.4 *) Fix a bug in i2d_DSAPublicKey() which meant it returned the wrong value for the encoded length. [Jeon KyoungHo <khjeon@sds.samsung.co.kr>] *) Add initial documentation of the X509V3 functions. *) Add initial documentation of the X509V3 functions. [Steve Henson] [Steve Henson] Loading
crypto/asn1/i2d_s_pu.c +2 −1 Original line number Original line Diff line number Diff line Loading @@ -123,6 +123,7 @@ int i2d_DSAPublicKey(DSA *a, unsigned char **pp) } } Free((char *)bs.data); Free((char *)bs.data); *pp=p; *pp=p; return(t); if(all) return(t); else return(tot); } } #endif #endif