Geoff Thorpe 7abe830501 Ensure that the "ex_data" member of an RSA structure is initialised before
the RSA_METHOD's "init()" handler is called, and is cleaned up after the
RSA_METHOD's "finish()" handler is called. Custom RSA_METHODs may wish to
initialise contexts and other specifics in the RSA structure upon creation
and that was previously not possible - "ex_data" is where that stuff
should go and it was being initialised too late for it to be used.
2000-11-26 18:34:45 +00:00
..
2000-11-26 18:31:32 +00:00
2000-11-26 18:31:32 +00:00
2000-11-14 19:18:31 +00:00
2000-11-14 19:18:31 +00:00
2000-02-01 02:21:16 +00:00