aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/plugins
Commit message (Collapse)AuthorAgeFilesLines
...
* OpenSSL requires a signature length of exactly RSA_size()Martin Willi2008-11-041-5/+3
|
* removed superfluous get_other_public_value in diffie_hellman_t interfaceMartin Willi2008-11-043-66/+4
|
* fixed bignum export if BN_num_bytes() != DH_size()Martin Willi2008-11-042-45/+54
|
* fixed memleakMartin Willi2008-11-041-8/+11
|
* added locking mechanism for multithreaded use of OpenSSLMartin Willi2008-11-031-0/+117
|
* removed accidently checked in debug codeMartin Willi2008-11-031-1/+0
|
* reverted 4541, does not fix the problemMartin Willi2008-11-031-0/+8
|
* removed 0-byte truncation, fixes random Openssl RSA signature verification ↵Martin Willi2008-10-311-7/+0
| | | | failures
* fixed crash in openssl signature verification if sizeof(size_t) != ↵Martin Willi2008-10-311-1/+3
| | | | sizeof(int) (64bit)
* refining changeset 4483 by introducing charon.dh_exponent_ansi_x9_42 keyAndreas Steffen2008-10-282-22/+62
|
* remove unused local DH_EXPONENT_ENTROPY definitionAndreas Steffen2008-10-271-2/+0
|
* use 512 bits of entropy for secret DH exponentsAndreas Steffen2008-10-262-1/+4
|
* implemented ipsec listalgs as a stroke commandAndreas Steffen2008-10-081-1/+1
|
* get_subject() of a CERT_TRUSTED_PUBKEY object returns ID_PUBKEY_INFO_SHA1 ↵Andreas Steffen2008-10-081-1/+1
| | | | hash consistent with the IKEv2 keyid philosophy
* Implemented BUILD_BLOB_ASN1_DER for the CERT_TRUSTED_PUBKEY subtypeAndreas Steffen2008-10-082-4/+24
|
* using signed return value for read()Martin Willi2008-09-301-1/+2
|
* fixed DH value range testingMartin Willi2008-09-171-1/+1
|
* checking mpz_export return value properlyMartin Willi2008-09-173-8/+28
| | | | fixes a potential DoS attack if a DH value of zero gets processed
* agent plugin optionally accepts a BUILD_PUBLIC_KEY to select a specific ↵Martin Willi2008-09-041-18/+68
| | | | private key from the agent
* libstrongswan agent plugin to use ssh-agent for RSA signaturesMartin Willi2008-09-025-0/+706
|
* refactored credential builderMartin Willi2008-09-0213-228/+267
| | | | | | | | | 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
* creating default IKE proposals dynamically using algorithm enumeration APIMartin Willi2008-08-284-31/+31
|
* separated sha1_prf implementation from sha1_hasherMartin Willi2008-08-286-133/+208
|
* corrected captionAndreas Steffen2008-08-211-1/+1
|
* added sqlite busy handler: retries on locking conflictsMartin Willi2008-08-211-0/+14
|
* added a driver type getter for database implementationsMartin Willi2008-07-212-0/+18
|
* using token enumerator to parser plugin listMartin Willi2008-07-021-28/+7
|
* sqlite plugin requires libsqlite3 => 3.3.1 to share connectionsMartin Willi2008-06-301-5/+13
| | | | use recursive locking if libsqlite3 < 3.5.0
* fixed ifndef typo for MYSQL_DATA_TRUNCATED checkMartin Willi2008-06-261-1/+1
|
* fixed plugin loader destructionMartin Willi2008-06-251-1/+1
|
* enabling support for hardware accelerators in OpenSSLTobias Brunner2008-06-251-0/+6
|
* reintroducing MYSQL_DATA_TRUNCATED if supported on that mysql versionMartin Willi2008-06-241-0/+7
|
* enumerating loaded plugins in "ipsec statusall"Martin Willi2008-06-242-2/+33
|
* support of ECDSA signatures for all certificate typesAndreas Steffen2008-06-224-0/+13
|
* removed unused MYSQL_DATA_TRUNCATED check for compatibility with older mysql ↵Martin Willi2008-06-201-1/+0
| | | | versions
* loading PEM encoded public keysMartin Willi2008-06-111-2/+18
|
* refactoringTobias Brunner2008-06-101-27/+3
|
* ECDSA with OpenSSLTobias Brunner2008-06-1010-1/+1208
|
* parsing of subjectPublicKeyInfo of x509 certificates extractedTobias Brunner2008-06-101-48/+26
|
* link against openssl crypto library onlyMartin Willi2008-06-061-1/+1
|
* fixed NULL string mysql parameterMartin Willi2008-06-051-1/+4
|
* handle default key sizes in openssl_crypterAndreas Steffen2008-05-281-4/+11
|
* fixed copy-and-paste errorAndreas Steffen2008-05-231-1/+1
|
* check if parsing of the RSA public key in an X.509 certificate was successfulAndreas Steffen2008-05-231-0/+5
|
* fixed some compiler warningsMartin Willi2008-05-231-1/+1
|
* added display of holderIssuer, holderSerial, and authorityKeyIdentifierAndreas Steffen2008-05-231-3/+40
|
* implement basic listing of attribute certificatesAndreas Steffen2008-05-221-8/+3
|
* Id and typoTobias Brunner2008-05-227-1/+13
|
* added the ECP groups from RFC 5114Tobias Brunner2008-05-222-0/+10
|
* added ECDH with OpenSSL (see RFC 4753)Tobias Brunner2008-05-224-1/+421
|