aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/plugins/openssl/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* openssl: Check and link against libeay32 instead of libcrypto on WindowsMartin Willi2014-06-041-1/+1
| | | | Most Windows OpenSSL builds come with the crypto library named libeay32.
* plugins: Don't link with -rdynamic on WindowsMartin Willi2014-06-041-1/+1
|
* automake: replace INCLUDES by AM_CPPFLAGSMartin Willi2013-07-181-4/+5
| | | | | | INCLUDES are now deprecated and throw warnings when using automake 1.13. We now also differentiate AM_CPPFLAGS and AM_CFLAGS, where includes and defines are passed to AM_CPPFLAGS only.
* openssl: Add PKCS#12 parsing via OpenSSLTobias Brunner2013-05-081-0/+1
|
* support of OpenSSL FIPS-140-2 libraryAndreas Steffen2013-04-161-1/+1
|
* openssl: Provide AES-GCM implementationTobias Brunner2013-02-281-1/+2
|
* Add a stub for OpenSSL PKCS#7 parsingMartin Willi2012-12-191-0/+1
|
* Use simple wrappers for HMAC based PRF and signer in openssl pluginTobias Brunner2012-06-251-3/+1
|
* Refactored OpenSSL based HMAC implementationTobias Brunner2012-06-251-0/+1
|
* Adding OpenSSL HMAC signer functions to openssl pluginAleksandr Grinberg2012-06-251-1/+2
|
* Adding OpenSSL HMAC pseudo random functions to openssl pluginAleksandr Grinberg2012-06-251-1/+2
|
* Adding OpenSSL random number functions to openssl pluginAleksandr Grinberg2012-06-251-1/+2
|
* Implemented X.509 CRL reading using OpenSSLMartin Willi2010-05-211-1/+2
|
* Implemented X.509 certificate reading using OpenSSLMartin Willi2010-05-211-1/+2
|
* Implemented the PRF_KEYED_SHA1 algorithm in the openssl pluginMartin Willi2010-03-081-0/+1
|
* Reverting eba28948a584b9d02474cf5d256b04b8d2adbe6a which was only necessary ↵Tobias Brunner2010-03-021-3/+1
| | | | | | | when cross-compiling the plugins for Android 2.0. With the coming monolithic build using Android.mk files this won't be necessary anymore.
* Streamlined the source file list formatting in plugin makefiles.Tobias Brunner2010-03-021-1/+2
|
* Link all enabled libstrongswan plugins into the library, link all enabled ↵Tobias Brunner2010-03-021-1/+7
| | | | charon plugins into libcharon.
* Link all plugins to libstrongswan.Tobias Brunner2010-02-251-1/+1
|
* added -avoid-version to LDFLAGS, plugins are not versionedMartin Willi2009-07-031-1/+1
|
* ECDSA with OpenSSLTobias Brunner2008-06-101-1/+4
|
* link against openssl crypto library onlyMartin Willi2008-06-061-1/+1
|
* added ECDH with OpenSSL (see RFC 4753)Tobias Brunner2008-05-221-1/+2
|
* RSA with OpenSSLTobias Brunner2008-05-151-1/+3
|
* adding diffie hellman with OpenSSLTobias Brunner2008-04-291-1/+2
|
* added wrapper for OpenSSL hashersTobias Brunner2008-04-281-1/+2
|
* added a wrapper plugin for OpenSSL crypters (AES, 3DES, Blowfish etc.)Tobias Brunner2008-04-281-0/+13