index
:
tteras/strongswan
master
tteras
tteras-release
tteras' strongSwan tree
gitolite
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Collapse
)
Author
Age
Files
Lines
...
*
mmap() ipsec.secrets instead malloc(), proper error checking
Martin Willi
2010-08-04
1
-18
/
+30
|
*
Splitted up the load_secrets() function
Martin Willi
2010-08-04
1
-263
/
+301
|
*
Updated ipsec.secrets.5 regarding IKEv2 smartcard support
Martin Willi
2010-08-04
1
-5
/
+7
|
*
%prompt support for smartcard PIN via "ipsec secrets"
Martin Willi
2010-08-04
1
-28
/
+95
|
*
Implemented callback PIN invocation for PKCS#11 login
Martin Willi
2010-08-04
1
-8
/
+47
|
*
Implemented keyid discovery on all modules/slots
Martin Willi
2010-08-04
1
-7
/
+80
|
*
Pass the PKCS11 keyid as chunk, not as string
Martin Willi
2010-08-04
4
-21
/
+25
|
*
Reuse generic passphrase build part, not a dedicated PIN part
Martin Willi
2010-08-04
5
-22
/
+18
|
*
Implemented private key on top of a PKCS#11 token
Martin Willi
2010-08-04
4
-0
/
+427
|
*
Extended the PKCS#11 object enumerator by attribute retrieval
Martin Willi
2010-08-04
3
-69
/
+111
|
*
Use the PKCS#11 object enumerator
Martin Willi
2010-08-04
1
-25
/
+6
|
*
Implemented a generic PKCS#11 object enumerator
Martin Willi
2010-08-04
2
-1
/
+78
|
*
Unload plugins in reverse order
Martin Willi
2010-08-04
1
-3
/
+3
|
*
Support module names in %smartcard specifier, streamlined smartcard building
Martin Willi
2010-08-04
5
-26
/
+95
|
*
Added enumerator for PKCS#11 tokens
Martin Willi
2010-08-04
3
-15
/
+140
|
*
Handle NOT_SUPPORT return value from WaitForSlot
Martin Willi
2010-08-04
1
-1
/
+1
|
*
Reenabled dlclose
Martin Willi
2010-08-04
1
-1
/
+1
|
*
Implemented a credential set on top of a PKCS#11 token
Martin Willi
2010-08-04
5
-1
/
+420
|
*
Added NSPR PR_CallOnce to leak detective whitelist
Martin Willi
2010-08-04
1
-0
/
+2
|
*
Added buffer checking variants of syslog functions to leak detective
Martin Willi
2010-08-04
1
-0
/
+2
|
*
Moved gmp plugin before users of it
Martin Willi
2010-08-04
1
-4
/
+4
|
*
Added a token add/remove callback function to the manager
Martin Willi
2010-08-04
3
-3
/
+45
|
*
Enumerate tokens and their mechanisms, wait for slot events
Martin Willi
2010-08-04
1
-9
/
+222
|
*
Depend on libcharon until we have a thread pool to use
Martin Willi
2010-08-04
1
-1
/
+2
|
*
Add enum names for CK_MECHANISM_TYPE constants
Martin Willi
2010-08-04
2
-0
/
+279
|
*
Make the PKCS#11 padding string trimming public, add null terminator
Martin Willi
2010-08-04
2
-10
/
+18
|
*
Added a getter for the library alias
Martin Willi
2010-08-04
2
-0
/
+20
|
*
Moved PKCS#11 library loading to dedicated manager
Martin Willi
2010-08-04
4
-30
/
+135
|
*
Use locking, prefer our mutex abstraction layer
Martin Willi
2010-08-04
1
-1
/
+60
|
*
Added enum names for PKCS#11 return values
Martin Willi
2010-08-04
2
-3
/
+162
|
*
Load PKCS#11 modules defined in strongswan.conf
Martin Willi
2010-08-04
1
-0
/
+33
|
*
Implemented an abstraction layer for PKCS#11 module loading
Martin Willi
2010-08-04
3
-1
/
+201
|
*
Imported the free pkcs11.h header form the Scute project
Martin Willi
2010-08-04
2
-1
/
+1358
|
*
Added PKCS#11 token plugin stub
Martin Willi
2010-08-04
5
-0
/
+121
|
*
added ikev2/rw-eap-tls-only scenario
Andreas Steffen
2010-08-04
10
-0
/
+109
|
*
--enable eap-tls and --disable-load-warning in uml build
Andreas Steffen
2010-08-04
2
-0
/
+7
|
*
test_cert adapted to extended signature of get_encoding().
Tobias Brunner
2010-08-03
1
-2
/
+2
|
*
Fixed compiler warnings.
Tobias Brunner
2010-08-03
2
-3
/
+7
|
*
Moved TLS stack to its own library
Martin Willi
2010-08-03
28
-42
/
+65
|
*
Moved eap-tls plugin to libcharon, updated to 4.4.1 APIs
Martin Willi
2010-08-03
28
-34
/
+57
|
*
Implemented EAP-TLS server functionality
Martin Willi
2010-08-03
7
-29
/
+595
|
*
TLS stack keeps a copy of server/peer identities
Martin Willi
2010-08-03
2
-18
/
+17
|
*
Limit the number of EAP-TLS packets allowed
Martin Willi
2010-08-03
1
-0
/
+13
|
*
Use stricter state handling while processing TLS messages
Martin Willi
2010-08-03
1
-25
/
+44
|
*
Cleaned up the public TLS interface
Martin Willi
2010-08-03
4
-68
/
+76
|
*
Refactored common used operations into TLS crypto helper
Martin Willi
2010-08-03
3
-176
/
+212
|
*
Properly send empty EAP-TLS messages
Martin Willi
2010-08-03
1
-22
/
+25
|
*
Derive MSK for EAP-TLS authentication
Martin Willi
2010-08-03
5
-0
/
+44
|
*
Verify Server Finished message
Martin Willi
2010-08-03
1
-1
/
+59
|
*
Implemented input record decryption and verification
Martin Willi
2010-08-03
7
-16
/
+122
|
[prev]
[next]