index
:
tteras/strongswan
master
tteras
tteras-release
tteras' strongSwan tree
gitolite
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
libstrongswan
/
plugins
/
pkcs8
/
pkcs8_builder.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Extract PKCS#5 handling from pkcs8 plugin to separate helper class
Tobias Brunner
2013-05-08
1
-455
/
+16
*
Moved debug.[ch] to utils folder
Tobias Brunner
2012-10-24
1
-1
/
+1
*
Add a return value to hasher_t.get_hash()
Martin Willi
2012-07-16
1
-3
/
+9
*
Add a return value to crypter_t.set_key()
Martin Willi
2012-07-16
1
-3
/
+2
*
Add a return value to crypter_t.decrypt()
Martin Willi
2012-07-16
1
-1
/
+4
*
Add a return value to prf_t.set_key()
Martin Willi
2012-07-16
1
-1
/
+4
*
Add a return value to prf_t.get_bytes()
Martin Willi
2012-07-16
1
-8
/
+25
*
pkcs8: Initialize salt and IV properly.
Tobias Brunner
2012-05-18
1
-1
/
+1
*
Compiler warnings fixed.
Tobias Brunner
2012-02-14
1
-1
/
+1
*
Added support for PKCS#5 v2 schemes when decrypting PKCS#8 files.
Tobias Brunner
2012-02-01
1
-54
/
+310
*
Added support for encrypted PKCS#8 files (for some PKCS#5 v1.5 schemes).
Tobias Brunner
2012-02-01
1
-1
/
+251
*
Added support to parse PKCS#8 encoded ECDSA private keys.
Tobias Brunner
2012-02-01
1
-10
/
+25
*
Parse RSA private keys from PKCS#8 encoded blobs.
Tobias Brunner
2012-02-01
1
-0
/
+111