-
- Downloads
ecc api cleanup; summary:
- hide the EC_KEY structure definition in ec_lcl.c + add some functions to use/access the EC_KEY fields - change the way how method specific data (ecdsa/ecdh) is attached to a EC_KEY - add ECDSA_sign_ex and ECDSA_do_sign_ex functions with additional parameters for pre-computed values - rebuild libeay.num from 0.9.7
Showing
- apps/ec.c 8 additions, 8 deletionsapps/ec.c
- apps/ecparam.c 3 additions, 5 deletionsapps/ecparam.c
- apps/req.c 12 additions, 7 deletionsapps/req.c
- apps/s_server.c 5 additions, 13 deletionsapps/s_server.c
- apps/speed.c 128 additions, 150 deletionsapps/speed.c
- crypto/asn1/d2i_pr.c 1 addition, 1 deletioncrypto/asn1/d2i_pr.c
- crypto/asn1/d2i_pu.c 1 addition, 1 deletioncrypto/asn1/d2i_pu.c
- crypto/asn1/i2d_pr.c 1 addition, 1 deletioncrypto/asn1/i2d_pr.c
- crypto/asn1/i2d_pu.c 1 addition, 1 deletioncrypto/asn1/i2d_pu.c
- crypto/asn1/t_pkey.c 21 additions, 15 deletionscrypto/asn1/t_pkey.c
- crypto/asn1/t_req.c 1 addition, 1 deletioncrypto/asn1/t_req.c
- crypto/asn1/t_spki.c 1 addition, 1 deletioncrypto/asn1/t_spki.c
- crypto/asn1/t_x509.c 1 addition, 1 deletioncrypto/asn1/t_x509.c
- crypto/asn1/x_pubkey.c 24 additions, 18 deletionscrypto/asn1/x_pubkey.c
- crypto/ec/ec.h 22 additions, 21 deletionscrypto/ec/ec.h
- crypto/ec/ec_key.c 122 additions, 4 deletionscrypto/ec/ec_key.c
- crypto/ec/ec_lcl.h 22 additions, 7 deletionscrypto/ec/ec_lcl.h
- crypto/ec/ec_lib.c 27 additions, 30 deletionscrypto/ec/ec_lib.c
- crypto/ec/ec_mult.c 5 additions, 5 deletionscrypto/ec/ec_mult.c
- crypto/ecdh/ecdh.h 0 additions, 7 deletionscrypto/ecdh/ecdh.h
Loading
Please register or sign in to comment