Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | openssl: Add support for creating RSASSA-PSS signatures | Tobias Brunner | 2017-11-08 | 1 | -5/+129 |
| | |||||
* | openssl: Add functions to determine missing RSA private key parameters | Tobias Brunner | 2017-11-08 | 1 | -9/+223 |
| | | | | | We only need n, e, and d. The parameters for the Chinese remainder algorithm and even p and q can be determined from these. | ||||
* | private-key: Add optional parameters argument to sign() method | Tobias Brunner | 2017-11-08 | 1 | -1/+1 |
| | |||||
* | openssl: Also load EC keys from an ENGINE | Tobias Brunner | 2017-11-02 | 1 | -148/+2 |
| | |||||
* | openssl: Add a generic private key loader | Tobias Brunner | 2016-10-05 | 1 | -5/+24 |
| | |||||
* | gmp: Support of SHA-3 RSA signatures | Andreas Steffen | 2016-09-22 | 1 | -6/+6 |
| | |||||
* | openssl: Update RSA API to OpenSSL 1.1.0 | Tobias Brunner | 2016-06-29 | 1 | -9/+32 |
| | |||||
* | openssl: Explicitly include openssl/bn.h | Tobias Brunner | 2015-09-16 | 1 | -0/+1 |
| | | | | | | | | If OpenSSL is compiled with OPENSSL_NO_DEPRECATED some of the headers we include don't include openssl/bn.h anymore. Therefore, we have to explicitly include it ourselves where we use BN_* functions. Fixes #1113. | ||||
* | lib: All settings use configured namespace | Tobias Brunner | 2014-02-12 | 1 | -1/+1 |
| | |||||
* | RSA_check_key() may return -1 if it fails | Martin Willi | 2013-04-10 | 1 | -2/+2 |
| | |||||
* | openssl: Properly honor OPENSSL_NO_* defines | Tobias Brunner | 2013-01-31 | 1 | -0/+5 |
| | |||||
* | Moved debug.[ch] to utils folder | Tobias Brunner | 2012-10-24 | 1 | -1/+1 |
| | |||||
* | Make sure first argument is an int when using %.*s to print e.g. chunks | Tobias Brunner | 2012-09-28 | 1 | -1/+2 |
| | |||||
* | Don't compile login() in openssl_rsa_private_key_t if ENGINE support is ↵ | Tobias Brunner | 2011-05-13 | 1 | -0/+2 |
| | | | | disabled in OpenSSL. | ||||
* | Revert alloc_str changes | Martin Willi | 2011-04-21 | 1 | -13/+8 |
| | | | | | | This reverts commit fdead26ffe1da8501a6ff5e0639a6f44c723e763. This reverts commit 3e2419ebe32de72d824864eb2e0e677a7c197af1. This reverts commit 17ce69b47a1efd6234960cf7d1f50712aee61db5. | ||||
* | Use thread save settings alloc_str function where appropriate | Martin Willi | 2011-04-21 | 1 | -8/+13 |
| | |||||
* | Use a seperate section for each nested struct member in INIT macro | Martin Willi | 2010-08-18 | 1 | -13/+15 |
| | |||||
* | Implemented RSA en-/decryption in openssl plugin | Martin Willi | 2010-08-11 | 1 | -2/+27 |
| | |||||
* | Use bits instead of bytes for a private/public key | Martin Willi | 2010-08-10 | 1 | -2/+2 |
| | |||||
* | Added support for different encryption schemes to private/public keys | Martin Willi | 2010-08-10 | 1 | -1/+2 |
| | |||||
* | Migrated remaining classes in openssl plugin to INIT/METHOD macros | Martin Willi | 2010-08-10 | 1 | -59/+43 |
| | |||||
* | Use credential sets to load smartcard keys | Martin Willi | 2010-08-04 | 1 | -11/+47 |
| | |||||
* | Pass the PKCS11 keyid as chunk, not as string | Martin Willi | 2010-08-04 | 1 | -9/+12 |
| | |||||
* | Reuse generic passphrase build part, not a dedicated PIN part | Martin Willi | 2010-08-04 | 1 | -5/+7 |
| | |||||
* | Support module names in %smartcard specifier, streamlined smartcard building | Martin Willi | 2010-08-04 | 1 | -7/+31 |
| | |||||
* | Renamed key_encod{ing,der}_t and constants, prepare for generic credential ↵ | Martin Willi | 2010-07-13 | 1 | -11/+11 |
| | | | | encoding | ||||
* | Fixing compilation of the OpenSSL plugin if ENGINE support is disabled. | Tobias Brunner | 2010-06-22 | 1 | -0/+6 |
| | | | | | That is, enable compilation if OpenSSL was configured with OPENSSL_NO_ENGINE. | ||||
* | Fixed OpenSSL engine_id setting, i.e. do not use 'library.' prefix for ↵ | Tobias Brunner | 2010-04-10 | 1 | -1/+1 |
| | | | | settings in libstrongswan. | ||||
* | Some whitespace fixes. | Tobias Brunner | 2010-04-06 | 1 | -1/+1 |
| | |||||
* | Adding DBG_LIB to all calls of libstrongswan's version of DBG*. | Tobias Brunner | 2010-04-06 | 1 | -7/+7 |
| | |||||
* | PEM encoding for OpenSSL RSA and EC public and private keys | Andreas Steffen | 2010-04-04 | 1 | -1/+14 |
| | |||||
* | Replaced the deprecated RSA_generate_key with RSA_generate_key_ex. | Tobias Brunner | 2010-03-08 | 1 | -2/+25 |
| | |||||
* | Public/Private keys implement a has_fingerprint() method | Martin Willi | 2009-09-21 | 1 | -0/+1 |
| | |||||
* | Exponents of a RSA key in openssl are optional (for PGP) | Martin Willi | 2009-09-15 | 1 | -4/+9 |
| | |||||
* | Added support to build RSA keys from components in openssl | Martin Willi | 2009-09-14 | 1 | -9/+49 |
| | |||||
* | Updated openssl plugin to the new builder API | Martin Willi | 2009-09-10 | 1 | -130/+86 |
| | |||||
* | removed trailing spaces ([[:space:]]+$) | Martin Willi | 2009-09-04 | 1 | -29/+29 |
| | |||||
* | do openssl fingerprinting/encoding directly, openssl provides all functions | Martin Willi | 2009-08-27 | 1 | -25/+17 |
| | |||||
* | fixed openssl RSA private key encoding | Martin Willi | 2009-08-26 | 1 | -3/+3 |
| | |||||
* | updated openssl plugin to new private/public key API, use encoder framework | Martin Willi | 2009-08-26 | 1 | -133/+59 |
| | |||||
* | support of SHA224-based certificate signatures | Andreas Steffen | 2009-08-05 | 1 | -0/+2 |
| | |||||
* | fixed 64 bit warning | Andreas Steffen | 2009-06-17 | 1 | -1/+2 |
| | |||||
* | pluto supports ECDSA authentication | Andreas Steffen | 2009-06-12 | 1 | -1/+0 |
| | |||||
* | implemented IKEv1 RSA signing in openssl_rsa_private_key.c | Andreas Steffen | 2009-06-10 | 1 | -43/+54 |
| | |||||
* | pluto and scepclient use private and public key plugins of libstrongswan | Andreas Steffen | 2009-06-09 | 1 | -19/+47 |
| | |||||
* | removing svn keyword $Id$ from all files | Tobias Brunner | 2009-04-30 | 1 | -2/+0 |
| | |||||
* | add support for smartcards in charon by using the ENGINE API provided by ↵ | Tobias Brunner | 2008-12-03 | 1 | -3/+93 |
| | | | | OpenSSL, based on patches by Michael Roßberg. | ||||
* | fixed memleak | Martin Willi | 2008-11-04 | 1 | -8/+11 |
| | |||||
* | fixed crash in openssl signature verification if sizeof(size_t) != ↵ | Martin Willi | 2008-10-31 | 1 | -1/+3 |
| | | | | sizeof(int) (64bit) | ||||
* | refactored credential builder | Martin Willi | 2008-09-02 | 1 | -23/+26 |
| | | | | | | | | | allow enumeration of matching builders try a second builder if the first one fails builder clones resources internally on demand caller frees added resources on failure and success stricter handling of non-supported build parts |