Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | openssl: Check and link against libeay32 instead of libcrypto on Windows | Martin Willi | 2014-06-04 | 1 | -1/+1 |
| | | | | Most Windows OpenSSL builds come with the crypto library named libeay32. | ||||
* | plugins: Don't link with -rdynamic on Windows | Martin Willi | 2014-06-04 | 1 | -1/+1 |
| | |||||
* | automake: replace INCLUDES by AM_CPPFLAGS | Martin Willi | 2013-07-18 | 1 | -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 OpenSSL | Tobias Brunner | 2013-05-08 | 1 | -0/+1 |
| | |||||
* | support of OpenSSL FIPS-140-2 library | Andreas Steffen | 2013-04-16 | 1 | -1/+1 |
| | |||||
* | openssl: Provide AES-GCM implementation | Tobias Brunner | 2013-02-28 | 1 | -1/+2 |
| | |||||
* | Add a stub for OpenSSL PKCS#7 parsing | Martin Willi | 2012-12-19 | 1 | -0/+1 |
| | |||||
* | Use simple wrappers for HMAC based PRF and signer in openssl plugin | Tobias Brunner | 2012-06-25 | 1 | -3/+1 |
| | |||||
* | Refactored OpenSSL based HMAC implementation | Tobias Brunner | 2012-06-25 | 1 | -0/+1 |
| | |||||
* | Adding OpenSSL HMAC signer functions to openssl plugin | Aleksandr Grinberg | 2012-06-25 | 1 | -1/+2 |
| | |||||
* | Adding OpenSSL HMAC pseudo random functions to openssl plugin | Aleksandr Grinberg | 2012-06-25 | 1 | -1/+2 |
| | |||||
* | Adding OpenSSL random number functions to openssl plugin | Aleksandr Grinberg | 2012-06-25 | 1 | -1/+2 |
| | |||||
* | Implemented X.509 CRL reading using OpenSSL | Martin Willi | 2010-05-21 | 1 | -1/+2 |
| | |||||
* | Implemented X.509 certificate reading using OpenSSL | Martin Willi | 2010-05-21 | 1 | -1/+2 |
| | |||||
* | Implemented the PRF_KEYED_SHA1 algorithm in the openssl plugin | Martin Willi | 2010-03-08 | 1 | -0/+1 |
| | |||||
* | Reverting eba28948a584b9d02474cf5d256b04b8d2adbe6a which was only necessary ↵ | Tobias Brunner | 2010-03-02 | 1 | -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 Brunner | 2010-03-02 | 1 | -1/+2 |
| | |||||
* | Link all enabled libstrongswan plugins into the library, link all enabled ↵ | Tobias Brunner | 2010-03-02 | 1 | -1/+7 |
| | | | | charon plugins into libcharon. | ||||
* | Link all plugins to libstrongswan. | Tobias Brunner | 2010-02-25 | 1 | -1/+1 |
| | |||||
* | added -avoid-version to LDFLAGS, plugins are not versioned | Martin Willi | 2009-07-03 | 1 | -1/+1 |
| | |||||
* | ECDSA with OpenSSL | Tobias Brunner | 2008-06-10 | 1 | -1/+4 |
| | |||||
* | link against openssl crypto library only | Martin Willi | 2008-06-06 | 1 | -1/+1 |
| | |||||
* | added ECDH with OpenSSL (see RFC 4753) | Tobias Brunner | 2008-05-22 | 1 | -1/+2 |
| | |||||
* | RSA with OpenSSL | Tobias Brunner | 2008-05-15 | 1 | -1/+3 |
| | |||||
* | adding diffie hellman with OpenSSL | Tobias Brunner | 2008-04-29 | 1 | -1/+2 |
| | |||||
* | added wrapper for OpenSSL hashers | Tobias Brunner | 2008-04-28 | 1 | -1/+2 |
| | |||||
* | added a wrapper plugin for OpenSSL crypters (AES, 3DES, Blowfish etc.) | Tobias Brunner | 2008-04-28 | 1 | -0/+13 |