]> git.ipfire.org Git - thirdparty/strongswan.git/history - src/libstrongswan/plugins/openssl/openssl_rsa_private_key.c
Revert alloc_str changes
[thirdparty/strongswan.git] / src / libstrongswan / plugins / openssl / openssl_rsa_private_key.c
2011-04-21  Martin WilliRevert alloc_str changes
2011-04-21  Martin WilliUse thread save settings alloc_str function where appro...
2010-08-18  Martin WilliUse a seperate section for each nested struct member...
2010-08-11  Martin WilliImplemented RSA en-/decryption in openssl plugin
2010-08-10  Martin WilliUse bits instead of bytes for a private/public key
2010-08-10  Martin WilliAdded support for different encryption schemes to priva...
2010-08-10  Martin WilliMigrated remaining classes in openssl plugin to INIT...
2010-08-04  Martin WilliUse credential sets to load smartcard keys
2010-08-04  Martin WilliPass the PKCS11 keyid as chunk, not as string
2010-08-04  Martin WilliReuse generic passphrase build part, not a dedicated...
2010-08-04  Martin WilliSupport module names in %smartcard specifier, streamlin...
2010-07-13  Martin WilliRenamed key_encod{ing,der}_t and constants, prepare...
2010-06-22  Tobias BrunnerFixing compilation of the OpenSSL plugin if ENGINE...
2010-04-10  Tobias BrunnerFixed OpenSSL engine_id setting, i.e. do not use 'libra...
2010-04-06  Tobias BrunnerSome whitespace fixes.
2010-04-06  Tobias BrunnerAdding DBG_LIB to all calls of libstrongswan's version...
2010-04-04  Andreas SteffenPEM encoding for OpenSSL RSA and EC public and private...
2010-03-08  Tobias BrunnerReplaced the deprecated RSA_generate_key with RSA_gener...
2009-09-21  Martin WilliPublic/Private keys implement a has_fingerprint() method
2009-09-15  Martin WilliExponents of a RSA key in openssl are optional (for...
2009-09-14  Martin WilliAdded support to build RSA keys from components in...
2009-09-10  Martin WilliUpdated openssl plugin to the new builder API
2009-09-04  Martin Williremoved trailing spaces ([[:space:]]+$)
2009-08-27  Martin Willido openssl fingerprinting/encoding directly, openssl...
2009-08-26  Martin Willifixed openssl RSA private key encoding
2009-08-26  Martin Williupdated openssl plugin to new private/public key API...
2009-08-05  Andreas Steffensupport of SHA224-based certificate signatures
2009-06-17  Andreas Steffenfixed 64 bit warning
2009-06-12  Andreas Steffenpluto supports ECDSA authentication
2009-06-10  Andreas Steffenimplemented IKEv1 RSA signing in openssl_rsa_private_key.c
2009-06-09  Andreas Steffenpluto and scepclient use private and public key plugins...
2009-04-30  Tobias Brunnerremoving svn keyword $Id$ from all files
2008-12-03  Tobias Brunneradd support for smartcards in charon by using the ENGIN...
2008-11-04  Martin Willifixed memleak
2008-10-31  Martin Willifixed crash in openssl signature verification if sizeof...
2008-09-02  Martin Willirefactored credential builder
2008-05-15  Tobias BrunnerRSA with OpenSSL