]> git.ipfire.org Git - thirdparty/strongswan.git/history - src/libstrongswan/plugins/openssl
Correctly install DNS servers on Android if frontend is not used.
[thirdparty/strongswan.git] / src / libstrongswan / plugins / openssl /
2011-09-07  Martin WilliFixed compiler warnings in openssl plugin
2011-05-13  Tobias BrunnerDon't compile login() in openssl_rsa_private_key_t...
2011-05-10  Tobias Brunnerchunk_clear not clear_chunk.
2011-05-09  Martin WilliWipe memory after using key material (incomplete, to...
2011-04-21  Martin WilliRevert alloc_str changes
2011-04-21  Martin WilliUse thread save settings alloc_str function where appro...
2011-04-15  Martin WilliAdded a (not yet implemented) plugin_t method to reload...
2011-04-15  Martin WilliAdded a get_name() function to plugin_t, create_plugin_...
2011-02-10  Andreas Steffen[hopefully] fixed pathlen problem on ARM platforms
2011-02-05  Andreas Steffenintroduced libstrongswan.x509.enforce_critical parameter
2011-01-31  Andreas Steffenfixed checking of unknown critical extensions in openss...
2011-01-05  Martin WilliUse a generic getter for all numerical X.509 constraints
2011-01-05  Martin WilliAdded support for delta CRLs to x509 plugin
2011-01-05  Martin WilliSimplified format of x509 CRL URI parsing/enumerator
2011-01-05  Martin WilliFail on critical extensions in openssl CRLs
2011-01-05  Martin WilliAdded support for policyConstraints to x509 plugin
2011-01-05  Martin WilliSlightly renamed X509_NO_PATH_LEN_CONSTRAINT to use...
2011-01-05  Martin WilliAdded policyMappings support to x509 plugin
2011-01-05  Martin WilliAdded certificatePolicy support to x509 plugin
2011-01-05  Martin WilliFail when parsing unsupported critical extensions in...
2011-01-05  Martin WilliDo not parse certificates with invalid version in opens...
2011-01-05  Martin WilliAdded name constraint enumerator to x509 interface
2011-01-05  Martin WilliAdded support for CRL Issuers to x509 and OpenSSL plugins
2010-12-18  Andreas Steffentrace back crypto algorithms to the plugins that regist...
2010-10-21  Tobias BrunnerAdded missing include for RAND_seed and RAND_status.
2010-09-09  Martin WilliCompare subject against all key identifiers in has_subj...
2010-09-03  Martin WilliAdded a final flag to builder registration to enumerate...
2010-09-03  Martin WilliAdded support for MODP_CUSTOM to openssl plugin
2010-08-30  Martin WilliUnwrap crlNumber INTEGER in openssl CRL parsing
2010-08-18  Martin WilliUse a seperate section for each nested struct member...
2010-08-16  Martin WilliVariable key length crypters use default key length...
2010-08-13  Martin WilliAdd dedicated getter for the IV size to the crypter_t...
2010-08-11  Martin WilliDouble check that the OpenSSL RNG has been seeded,...
2010-08-11  Martin WilliImplemented RSA en-/decryption in openssl plugin
2010-08-10  Martin WilliParse important extendedKeyUsage flags in openssl plugin
2010-08-10  Martin WilliParse UPN subjectAltName 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 WilliSupport different encoding types in certificate.get_enc...
2010-07-13  Martin WilliRenamed key_encod{ing,der}_t and constants, prepare...
2010-07-05  Tobias BrunnerSome Doxygen fixes.
2010-06-24  Martin WilliSelect subjectAltName address family using address...
2010-06-22  Tobias BrunnerFixing compilation of the OpenSSL plugin if ENGINE...
2010-06-22  Tobias BrunnerFixing compilation of the OpenSSL plugin if Elliptic...
2010-05-26  Martin WilliUnwrap subjectKeyIdentifier from OCTET_STRING
2010-05-21  Martin WilliRemoved is_newer() from certificate_t, obsoleting all...
2010-05-21  Martin WilliImplemented X.509 CRL reading using OpenSSL
2010-05-21  Martin WilliImplemented X.509 certificate reading using OpenSSL
2010-05-20  Martin WilliFixed doxygen group
2010-05-05  Martin WilliSupport decoding of subjectPublicKeyInfo in openssl...
2010-04-19  Martin WilliAdded support for DH groups 22, 23 and 24, patch contri...
2010-04-10  Tobias BrunnerFixed OpenSSL engine_id setting, i.e. do not use 'libra...
2010-04-08  Martin WilliStore DH generator in a chunk, hide non-public data...
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-09  Tobias BrunnerProvide the Diffie Hellman parameters from a central...
2010-03-08  Tobias BrunnerReplaced the deprecated RSA_generate_key with RSA_gener...
2010-03-08  Martin WilliImplemented the PRF_KEYED_SHA1 algorithm in the openssl...
2010-03-02  Tobias BrunnerReverting eba28948a584b9d02474cf5d256b04b8d2adbe6a...
2010-03-02  Tobias BrunnerStreamlined the source file list formatting in plugin...
2010-03-02  Tobias BrunnerLink all enabled libstrongswan plugins into the library...
2010-03-02  Tobias BrunnerChanged plugin constructors from plugin_create to plugi...
2010-03-02  Tobias BrunnerRemoving the plugin constructor declarations from the...
2010-02-25  Tobias BrunnerLink all plugins to libstrongswan.
2009-12-23  Tobias BrunnerUsing the thread wrapper in charon, libstrongswan and...
2009-12-23  Tobias BrunnerSeparated the public interfaces of the threading primit...
2009-12-23  Tobias BrunnerMoved mutex.c to a separate folder in order to cleanly...
2009-11-12  Martin WilliPrefer MODP2048/1536 over ECP Diffie-Hellman groups
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 Williremove spaces before tabs at the beginning of lines...
2009-09-04  Martin Williremoved trailing spaces ([[:space:]]+$)
2009-08-27  Andreas Steffenbuild_curve_signature() processes hash not data
2009-08-27  Andreas SteffenNID_hash and NID_ec_curve were interchanged
2009-08-27  Andreas Steffenverify_signature() now processes hash not data
2009-08-27  Andreas SteffenNID_hash and NID_ec_curver were interchanged
2009-08-27  Martin Williverify that the ECDSA auth signature was done with...
2009-08-27  Martin Willidistinguish between RFC 4754 (concatenated) and RFC...
2009-08-27  Martin Williadded support for SIGN_ECDSA_WITH_SHA1 signature scheme...
2009-08-27  Martin Willifixed memleak in openssl fingerprinting
2009-08-27  Martin Willido openssl fingerprinting/encoding directly, openssl...
2009-08-26  Martin Williencoding public EC keys is not really possible without...
2009-08-26  Martin Williimplemented openssl EC key generation
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-14  Tobias BrunnerOpenSolaris defines MUTEX_DEFAULT therefore we rename...
2009-08-05  Andreas Steffenactivated CAMELLIA_CBC cipher in openssl plugin
2009-08-05  Andreas Steffensupport of SHA224-based certificate signatures
2009-07-06  Andreas Steffenmake ecp_x_coordinate_only = yes the default
2009-07-06  Andreas Steffenecp_x_coordinate only option allows ECP interoperabilit...
2009-07-03  Martin Williadded -avoid-version to LDFLAGS, plugins are not versioned
2009-06-17  Andreas Steffenfixed 64 bit warning
next