openssl/engines
Richard Levitte 9ee0ed3de6 Big rename fest of engine DSO names, from libFOO.so to FOO.so
The engine DSOs were named as if they were shared libraries, and could
end up having all sorts of fancy names:

  Cygwin: cygFOO.dll
  Mingw:  FOOeay32.dll
  Unix:   libFOO.so / libFOO.sl / libFOO.dylib / ...

This may be confusing, since they look like libraries one should link
with at link time, when they're just DSOs.

It's therefore time to rename them, and do it consistently on all
platforms:

  Cygwin & Mingw: FOO.dll
  Unix:           FOO.{so,sl,dylib,...}

Interestingly enough, the MSVC and VMS builds always did it this way.

Reviewed-by: Andy Polyakov <appro@openssl.org>
2016-02-19 11:52:15 +01:00
..
asm RT2513: Fix typo's paramter-->parameter 2014-08-19 11:09:33 -04:00
vendor_defns Remove Obsolete engines 2015-10-15 17:02:06 +01:00
build.info Big rename fest of engine DSO names, from libFOO.so to FOO.so 2016-02-19 11:52:15 +01:00
capierr.bat Windows batch file to rebuild error codes for CryptoAPI ENGINE. 2008-06-02 23:10:34 +00:00
e_capi.c Test for and use AES CSP for RSA if present. 2016-02-11 16:01:44 +00:00
e_capi.ec Add CryptoAPI ENGINE from stable branch. 2008-05-31 22:49:32 +00:00
e_capi_err.c Remove /* foo.c */ comments 2016-01-26 16:40:43 -05:00
e_capi_err.h Finish 02f7114a7f 2016-02-17 17:04:47 -05:00
e_chil.c Remove /* foo.c */ comments 2016-01-26 16:40:43 -05:00
e_chil.ec Change the source and output paths for 'chil' and '4758cca' engines so that 2005-05-29 19:14:21 +00:00
e_chil_err.c Remove /* foo.c */ comments 2016-01-26 16:40:43 -05:00
e_chil_err.h Finish 02f7114a7f 2016-02-17 17:04:47 -05:00
e_dasync.c Auto init/deinit libcrypto 2016-02-09 15:11:38 +00:00
e_dasync.ec Add the Dummy Async engine (dasync) 2015-11-20 23:31:42 +00:00
e_dasync_err.c Remove /* foo.c */ comments 2016-01-26 16:40:43 -05:00
e_dasync_err.h Add the Dummy Async engine (dasync) 2015-11-20 23:31:42 +00:00
e_ossltest.c Auto init/deinit libcrypto 2016-02-09 15:11:38 +00:00
e_ossltest.ec Add OSSLTest Engine 2015-08-11 20:27:46 +01:00
e_ossltest_err.c Remove /* foo.c */ comments 2016-01-26 16:40:43 -05:00
e_ossltest_err.h Finish 02f7114a7f 2016-02-17 17:04:47 -05:00
e_padlock.c Auto init/deinit libcrypto 2016-02-09 15:11:38 +00:00
e_padlock.ec Missing config file. 2007-04-05 16:57:07 +00:00
e_ubsec.c Remove /* foo.c */ comments 2016-01-26 16:40:43 -05:00
e_ubsec.ec Step 4 of move of engines: Split e.ec into individual files for each 2002-10-11 17:41:40 +00:00
e_ubsec_err.c Remove /* foo.c */ comments 2016-01-26 16:40:43 -05:00
e_ubsec_err.h Finish 02f7114a7f 2016-02-17 17:04:47 -05:00
engine_vector.mar Add the command procedure to build external engines on VMS. 2002-10-31 15:43:00 +00:00
Makefile.in Big rename fest of engine DSO names, from libFOO.so to FOO.so 2016-02-19 11:52:15 +01:00