aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/crypto/pkcs5.c
Commit message (Collapse)AuthorAgeFilesLines
* Use standard unsigned integer typesAndreas Steffen2016-03-241-6/+6
|
* pkcs5: Add support for PBES2 encryption schemes other than 3DESTobias Brunner2014-12-051-8/+24
| | | | | | | | This allows using e.g. AES for PKCS#8 and PKCS#12 files. Some legacy schemes defined in RFC 2898 are not supported (like RC2). Fixes #740.
* pkcs5: Add missing break statements when checking crypto primitivesTobias Brunner2013-07-241-0/+2
|
* Also support 128-bit RC2Tobias Brunner2013-05-081-1/+2
|
* Support the PKCS#5/PKCS#12 encryption scheme used by OpenSSL for private keysTobias Brunner2013-05-081-0/+6
|
* Move PKCS#12 key derivation to a separate fileTobias Brunner2013-05-081-145/+11
|
* PKCS#5 wrapper can decrypt PKCS#12-like schemesTobias Brunner2013-05-081-3/+171
|
* Extract function to convert ASN.1 INTEGER object to u_int64_tTobias Brunner2013-05-081-23/+3
|
* Extract PKCS#5 handling from pkcs8 plugin to separate helper classTobias Brunner2013-05-081-0/+630