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
/
credentials
/
keys
/
key_encoding.c
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Moved keys/key_encoding.[ch] to cred_encoding.[ch]
Martin Willi
2010-07-13
1
-300
/
+0
|
*
Avoid relocking while enumerator is alive
Martin Willi
2010-07-06
1
-9
/
+10
|
*
Separated the public interfaces of the threading primitives.
Tobias Brunner
2009-12-23
1
-1
/
+1
|
*
Moved mutex.c to a separate folder in order to cleanly wrap other threading ↵
Tobias Brunner
2009-12-23
1
-1
/
+1
|
|
|
|
primitives (and utils/mutex.h is now threading.h).
*
removed trailing spaces ([[:space:]]+$)
Martin Willi
2009-09-04
1
-16
/
+16
|
*
do not flush cached encodings, keys are responsible for it
Martin Willi
2009-08-27
1
-10
/
+4
|
*
key encoding gained a cache() method, allows caching of externally created ↵
Martin Willi
2009-08-27
1
-0
/
+26
|
|
|
|
encodings
*
added a seperate chache lookup, as encode() requires arguments expensive to ↵
Martin Willi
2009-08-26
1
-0
/
+23
|
|
|
|
build
*
added a facility to hand out fingerprinting/key encoding to the ↵
Martin Willi
2009-08-26
1
-0
/
+256
pkcs1/pgp/... plugins