aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/plugins/pkcs8
Commit message (Collapse)AuthorAgeFilesLines
* plugins: Don't link with -rdynamic on WindowsMartin Willi2014-06-041-1/+1
|
* automake: replace INCLUDES by AM_CPPFLAGSMartin Willi2013-07-181-3/+4
| | | | | | INCLUDES are now deprecated and throw warnings when using automake 1.13. We now also differentiate AM_CPPFLAGS and AM_CFLAGS, where includes and defines are passed to AM_CPPFLAGS only.
* Register PKCS#8 builder for KEY_ANYTobias Brunner2013-05-081-0/+1
|
* Extract PKCS#5 handling from pkcs8 plugin to separate helper classTobias Brunner2013-05-081-455/+16
|
* Moved debug.[ch] to utils folderTobias Brunner2012-10-241-1/+1
|
* Add a return value to hasher_t.get_hash()Martin Willi2012-07-161-3/+9
|
* Add a return value to crypter_t.set_key()Martin Willi2012-07-161-3/+2
|
* Add a return value to crypter_t.decrypt()Martin Willi2012-07-161-1/+4
|
* Add a return value to prf_t.set_key()Martin Willi2012-07-161-1/+4
|
* Add a return value to prf_t.get_bytes()Martin Willi2012-07-161-8/+25
|
* pkcs8: Initialize salt and IV properly.Tobias Brunner2012-05-181-1/+1
|
* Compiler warnings fixed.Tobias Brunner2012-02-141-1/+1
|
* Added support for PKCS#5 v2 schemes when decrypting PKCS#8 files.Tobias Brunner2012-02-011-54/+310
|
* Added support for encrypted PKCS#8 files (for some PKCS#5 v1.5 schemes).Tobias Brunner2012-02-011-1/+251
|
* Added support to parse PKCS#8 encoded ECDSA private keys.Tobias Brunner2012-02-013-12/+28
|
* Parse RSA private keys from PKCS#8 encoded blobs.Tobias Brunner2012-02-014-1/+151
|
* Added PKCS#8 stub plugin.Tobias Brunner2012-02-013-0/+132