Click here to Skip to main content
15,884,099 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
What are the replacements for the above stated entities as found in the code

[^]

It appears that they are now oudated.When I add the expected header file, I get a #error message to update my software.

What I have tried:

I have and am still searching with google for a solution.
Posted
Updated 21-Mar-17 23:53pm

1 solution

ASN1_INTEGER and ASN1_INTEGER_set() are still present.

M_ASN1_INTEGER_new() has been removed. It was a macro and has been replaced by the function ASN1_INTEGER_new().
It seems that this is an internal function and not intended to be used by applications.

But there should be no need to create certificates programmatically. Just use the OpenSSL command line tools instead.
 
Share this answer
 
Comments
Gbenbam 22-Mar-17 11:27am    
It is not I but users of a client/server desktop application that will need to periodically come to the application's website t periodically create a certificate for themselves. Do you think OpenSSL command line tool will be suitable for this?
Jochen Arndt 22-Mar-17 11:30am    
I don't know your requirements but you can at least execute the tools from your application or write a shell script (which might be also executed from your application).

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900