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
/
pem
/
pem_builder.c
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Adding DBG_LIB to all calls of libstrongswan's version of DBG*.
Tobias Brunner
2010-04-06
1
-16
/
+19
|
*
Fixed loading of DER encoded certificate files
Martin Willi
2009-09-16
1
-5
/
+5
|
*
Implemented support for preinstalled PGP certificates in charon
Martin Willi
2009-09-15
1
-0
/
+5
|
*
Updated pem plugin to the new builder API
Martin Willi
2009-09-10
1
-142
/
+90
|
*
removed trailing spaces ([[:space:]]+$)
Martin Willi
2009-09-04
1
-29
/
+29
|
*
added workaround to parse PEM encoded PGP key with KEY_RSA
Martin Willi
2009-08-28
1
-0
/
+7
|
*
added a BUILD_FROM_FD option, supporting credential parsing from stdin
Martin Willi
2009-08-26
1
-0
/
+43
|
*
handle pluto specific certificates under CRED_CERTIFICATE, not as own ↵
Martin Willi
2009-08-26
1
-8
/
+0
|
|
|
|
credential kind
*
use a pluto specific credential builder to build pluto cert_t's
Martin Willi
2009-08-26
1
-0
/
+8
|
*
pass along X509 flags when loading PEM encoded data
Martin Willi
2009-08-26
1
-2
/
+11
|
*
added file loading support to pem plugin, using mmap()
Martin Willi
2009-08-26
1
-15
/
+79
|
*
moved PEM parsing functionality to its own plugin
Martin Willi
2009-08-26
1
-0
/
+490