aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/plugins/openssl
Commit message (Expand)AuthorAgeFilesLines
...
* Change order of ocsp uris when parsing a certThomas Egerer2011-11-041-1/+1
* Use chunk_clear to memwipe shared secretThomas Egerer2011-11-041-1/+1
* Fixed AES key length in openssl pluginMartin Willi2011-10-141-2/+2
* Announce openssl features only if actually supportedMartin Willi2011-10-141-16/+64
* Add features support to openssl pluginMartin Willi2011-10-141-141/+118
* openssl: Adding support for key usage x509 extension.Tobias Brunner2011-10-051-1/+42
* Fixed compiler warnings in openssl pluginMartin Willi2011-09-072-2/+2
* Don't compile login() in openssl_rsa_private_key_t if ENGINE support is disab...Tobias Brunner2011-05-131-0/+2
* chunk_clear not clear_chunk.Tobias Brunner2011-05-101-1/+1
* Wipe memory after using key material (incomplete, to be continued)Martin Willi2011-05-092-2/+2
* Revert alloc_str changesMartin Willi2011-04-211-13/+8
* Use thread save settings alloc_str function where appropriateMartin Willi2011-04-211-8/+13
* Added a (not yet implemented) plugin_t method to reload plugin configurationMartin Willi2011-04-151-0/+1
* Added a get_name() function to plugin_t, create_plugin_enumerator enumerates ...Martin Willi2011-04-151-38/+43
* [hopefully] fixed pathlen problem on ARM platformsAndreas Steffen2011-02-101-3/+7
* introduced libstrongswan.x509.enforce_critical parameterAndreas Steffen2011-02-052-3/+7
* fixed checking of unknown critical extensions in openssl_x509Andreas Steffen2011-01-311-1/+1
* Use a generic getter for all numerical X.509 constraintsMartin Willi2011-01-051-11/+10
* Added support for delta CRLs to x509 pluginMartin Willi2011-01-051-0/+2
* Simplified format of x509 CRL URI parsing/enumeratorMartin Willi2011-01-051-72/+34
* Fail on critical extensions in openssl CRLsMartin Willi2011-01-051-1/+6
* Added support for policyConstraints to x509 pluginMartin Willi2011-01-051-0/+7
* Slightly renamed X509_NO_PATH_LEN_CONSTRAINT to use it for PolicyConstraints,...Martin Willi2011-01-051-1/+1
* Added policyMappings support to x509 pluginMartin Willi2011-01-051-0/+1
* Added certificatePolicy support to x509 pluginMartin Willi2011-01-051-8/+2
* Fail when parsing unsupported critical extensions in openssl_x509Martin Willi2011-01-051-1/+5
* Do not parse certificates with invalid version in openssl pluginMartin Willi2011-01-051-0/+7
* Added name constraint enumerator to x509 interfaceMartin Willi2011-01-051-0/+1
* Added support for CRL Issuers to x509 and OpenSSL pluginsMartin Willi2011-01-051-4/+79
* trace back crypto algorithms to the plugins that registered themAndreas Steffen2010-12-181-36/+38
* Added missing include for RAND_seed and RAND_status.Tobias Brunner2010-10-211-0/+1
* Compare subject against all key identifiers in has_subject()Martin Willi2010-09-091-1/+14
* Added a final flag to builder registration to enumerate the actually supporte...Martin Willi2010-09-031-10/+10
* Added support for MODP_CUSTOM to openssl pluginMartin Willi2010-09-033-6/+20
* Unwrap crlNumber INTEGER in openssl CRL parsingMartin Willi2010-08-301-4/+13
* Use a seperate section for each nested struct member in INIT macroMartin Willi2010-08-1810-82/+104
* Variable key length crypters use default key length if zero givenMartin Willi2010-08-161-61/+40
* Add dedicated getter for the IV size to the crypter_t interfaceMartin Willi2010-08-131-0/+7
* Double check that the OpenSSL RNG has been seeded, do so otherwiseMartin Willi2010-08-111-0/+33
* Implemented RSA en-/decryption in openssl pluginMartin Willi2010-08-112-5/+55
* Parse important extendedKeyUsage flags in openssl pluginMartin Willi2010-08-101-0/+33
* Parse UPN subjectAltName in openssl pluginMartin Willi2010-08-101-0/+9
* Use bits instead of bytes for a private/public keyMartin Willi2010-08-104-8/+28
* Added support for different encryption schemes to private/public keysMartin Willi2010-08-104-4/+8
* Migrated remaining classes in openssl plugin to INIT/METHOD macrosMartin Willi2010-08-1015-364/+263
* Use credential sets to load smartcard keysMartin Willi2010-08-041-11/+47
* Pass the PKCS11 keyid as chunk, not as stringMartin Willi2010-08-041-9/+12
* Reuse generic passphrase build part, not a dedicated PIN partMartin Willi2010-08-041-5/+7
* Support module names in %smartcard specifier, streamlined smartcard buildingMartin Willi2010-08-042-8/+32
* Support different encoding types in certificate.get_encoding()Martin Willi2010-07-132-8/+27