hello

how can we re-build libcrypto.a ??

i found a file in [crypto] dir - "crypto-lib.com" which is used to create LIBCYPTO.OLB (may be for windows version), similarly is there a way to re-build libcrypto.a ??

ok heres my purpose to re-build it :
i am trying to add my custom extension under the standard extension stack.( my company have valid OIDs).
steps:
- add entries (shortname,longname,nid,oid)  in  ( objects.h,obj_mac.num)
- for nid, i used the last available nid (>750)
- under [crypto/x509v3] , make a file v3_custom.c and add the code to get and set values.
- add the corresponding typedef in x509v3.h
- add the entry in ext_dat.h as (extern, X509V3_EXT_METHOD) ----> here i get the error when i try to compile as it is not able to recognize v3_custom parameter.
for this i found out that all the parameters in ext_dat.h is stored in libcrypto.a !!
for this now i want to re-build libcypto.a with my custom function.

aniticipating help ....


tanish

Reply via email to