| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Added support for delta CRLs to x509 plugin | Martin Willi | 2011-01-05 | 1 | -0/+2 |
* | Simplified format of x509 CRL URI parsing/enumerator | Martin Willi | 2011-01-05 | 1 | -72/+34 |
* | Fail on critical extensions in openssl CRLs | Martin Willi | 2011-01-05 | 1 | -1/+6 |
* | Added support for policyConstraints to x509 plugin | Martin Willi | 2011-01-05 | 1 | -0/+7 |
* | Slightly renamed X509_NO_PATH_LEN_CONSTRAINT to use it for PolicyConstraints,... | Martin Willi | 2011-01-05 | 1 | -1/+1 |
* | Added policyMappings support to x509 plugin | Martin Willi | 2011-01-05 | 1 | -0/+1 |
* | Added certificatePolicy support to x509 plugin | Martin Willi | 2011-01-05 | 1 | -8/+2 |
* | Fail when parsing unsupported critical extensions in openssl_x509 | Martin Willi | 2011-01-05 | 1 | -1/+5 |
* | Do not parse certificates with invalid version in openssl plugin | Martin Willi | 2011-01-05 | 1 | -0/+7 |
* | Added name constraint enumerator to x509 interface | Martin Willi | 2011-01-05 | 1 | -0/+1 |
* | Added support for CRL Issuers to x509 and OpenSSL plugins | Martin Willi | 2011-01-05 | 1 | -4/+79 |
* | trace back crypto algorithms to the plugins that registered them | Andreas Steffen | 2010-12-18 | 1 | -36/+38 |
* | Added missing include for RAND_seed and RAND_status. | Tobias Brunner | 2010-10-21 | 1 | -0/+1 |
* | Compare subject against all key identifiers in has_subject() | Martin Willi | 2010-09-09 | 1 | -1/+14 |
* | Added a final flag to builder registration to enumerate the actually supporte... | Martin Willi | 2010-09-03 | 1 | -10/+10 |
* | Added support for MODP_CUSTOM to openssl plugin | Martin Willi | 2010-09-03 | 3 | -6/+20 |
* | Unwrap crlNumber INTEGER in openssl CRL parsing | Martin Willi | 2010-08-30 | 1 | -4/+13 |
* | Use a seperate section for each nested struct member in INIT macro | Martin Willi | 2010-08-18 | 10 | -82/+104 |
* | Variable key length crypters use default key length if zero given | Martin Willi | 2010-08-16 | 1 | -61/+40 |
* | Add dedicated getter for the IV size to the crypter_t interface | Martin Willi | 2010-08-13 | 1 | -0/+7 |
* | Double check that the OpenSSL RNG has been seeded, do so otherwise | Martin Willi | 2010-08-11 | 1 | -0/+33 |
* | Implemented RSA en-/decryption in openssl plugin | Martin Willi | 2010-08-11 | 2 | -5/+55 |
* | Parse important extendedKeyUsage flags in openssl plugin | Martin Willi | 2010-08-10 | 1 | -0/+33 |
* | Parse UPN subjectAltName in openssl plugin | Martin Willi | 2010-08-10 | 1 | -0/+9 |
* | Use bits instead of bytes for a private/public key | Martin Willi | 2010-08-10 | 4 | -8/+28 |
* | Added support for different encryption schemes to private/public keys | Martin Willi | 2010-08-10 | 4 | -4/+8 |
* | Migrated remaining classes in openssl plugin to INIT/METHOD macros | Martin Willi | 2010-08-10 | 15 | -364/+263 |
* | 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 | 2 | -8/+32 |
* | Support different encoding types in certificate.get_encoding() | Martin Willi | 2010-07-13 | 2 | -8/+27 |
* | Renamed key_encod{ing,der}_t and constants, prepare for generic credential en... | Martin Willi | 2010-07-13 | 6 | -51/+51 |
* | Some Doxygen fixes. | Tobias Brunner | 2010-07-05 | 1 | -4/+4 |
* | Select subjectAltName address family using address length in openssl plugin | Martin Willi | 2010-06-24 | 1 | -2/+12 |
* | Fixing compilation of the OpenSSL plugin if ENGINE support is disabled. | Tobias Brunner | 2010-06-22 | 2 | -2/+14 |
* | Fixing compilation of the OpenSSL plugin if Elliptic Curve support is disabled. | Tobias Brunner | 2010-06-22 | 4 | -3/+25 |
* | Unwrap subjectKeyIdentifier from OCTET_STRING | Martin Willi | 2010-05-26 | 1 | -4/+12 |
* | Removed is_newer() from certificate_t, obsoleting all implementations | Martin Willi | 2010-05-21 | 2 | -46/+0 |
* | Implemented X.509 CRL reading using OpenSSL | Martin Willi | 2010-05-21 | 4 | -1/+606 |
* | Implemented X.509 certificate reading using OpenSSL | Martin Willi | 2010-05-21 | 6 | -2/+1054 |
* | Fixed doxygen group | Martin Willi | 2010-05-20 | 1 | -1/+1 |
* | Support decoding of subjectPublicKeyInfo in openssl without pkcs1 plugin | Martin Willi | 2010-05-05 | 2 | -2/+16 |
* | Added support for DH groups 22, 23 and 24, patch contributed by Joy Latten | Martin Willi | 2010-04-19 | 1 | -0/+6 |
* | Fixed OpenSSL engine_id setting, i.e. do not use 'library.' prefix for settin... | Tobias Brunner | 2010-04-10 | 1 | -1/+1 |
* | Store DH generator in a chunk, hide non-public data in a private struct | Martin Willi | 2010-04-08 | 1 | -4/+3 |
* | Some whitespace fixes. | Tobias Brunner | 2010-04-06 | 4 | -4/+4 |
* | Adding DBG_LIB to all calls of libstrongswan's version of DBG*. | Tobias Brunner | 2010-04-06 | 6 | -25/+26 |
* | PEM encoding for OpenSSL RSA and EC public and private keys | Andreas Steffen | 2010-04-04 | 4 | -4/+56 |
* | Provide the Diffie Hellman parameters from a central location, so that we do ... | Tobias Brunner | 2010-03-09 | 1 | -62/+12 |