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
Commit message (
Collapse
)
Author
Age
Files
Lines
...
*
Insert certificates and secrets at the front of the lists.
Tobias Brunner
2010-12-03
1
-9
/
+9
|
|
|
|
|
As the lookup is also from front to back, certificates added later are now found first, which is useful in case of e.g. "reread cacerts".
*
Function add_crl added to mem_cred_t.
Tobias Brunner
2010-12-03
2
-0
/
+70
|
*
Function added to clear secrets (but not certs) from mem_cred_t.
Tobias Brunner
2010-12-03
2
-4
/
+20
|
*
Alternative to mem_cred_t.add_cert added, which returns the certificate.
Tobias Brunner
2010-12-03
2
-4
/
+40
|
|
|
|
If the certificate is already cached, the cached version is returned.
*
Function added to mem_cred_t to add shared secret with a linked list of owners.
Tobias Brunner
2010-12-03
2
-10
/
+33
|
*
Renamed mem_cred_t clear function internally to clear_, fixes potential name ↵
Martin Willi
2010-10-28
1
-3
/
+3
|
|
|
|
conflict
*
Avoid duplicate certificates in mem_cred_t.
Tobias Brunner
2010-10-14
1
-3
/
+13
|
*
Added function to clear all credentials from mem_cred_t.
Tobias Brunner
2010-10-14
2
-3
/
+25
|
*
Fixed possible segmentation fault.
Tobias Brunner
2010-10-14
1
-1
/
+1
|
*
Added a final flag to builder registration to enumerate the actually ↵
Martin Willi
2010-09-03
2
-15
/
+27
|
|
|
|
supported algorithms
*
Added an enumerator for registered credential builders
Martin Willi
2010-09-02
2
-0
/
+32
|
*
Migrated credential_factory to INIT/METHOD macros
Martin Willi
2010-09-02
1
-30
/
+22
|
*
Added an AAA identity authentication config option
Martin Willi
2010-08-31
2
-0
/
+10
|
*
Moved EAP type/code definitions to a seprate header file in libstrongswan
Martin Willi
2010-08-31
2
-142
/
+1
|
*
defined EAP-TNC
Andreas Steffen
2010-08-30
2
-2
/
+8
|
*
Added private key support to in-memory credential set
Martin Willi
2010-08-25
2
-1
/
+77
|
*
Added certificate support to in-memory credential set
Martin Willi
2010-08-25
2
-2
/
+121
|
*
Build a trustchain even if no trust anchor is given
Martin Willi
2010-08-23
1
-14
/
+23
|
*
moved eap_from_string() fomr libcharon to libstrongswan to make it available ↵
Andreas Steffen
2010-08-13
2
-0
/
+40
|
|
|
|
in starter
*
Use bits instead of bytes for a private/public key
Martin Willi
2010-08-10
2
-6
/
+6
|
*
Added support for different encryption schemes to private/public keys
Martin Willi
2010-08-10
3
-2
/
+42
|
*
added TTLS to EAP short names, too
Andreas Steffen
2010-08-06
1
-1
/
+3
|
*
added EAP_TTLS method
Andreas Steffen
2010-08-05
2
-1
/
+4
|
*
Pass type of requested key in the callback credential set
Martin Willi
2010-08-04
2
-2
/
+7
|
*
Obseleted BUILD_PASSPHRASE(_CALLBACK) for private key loading, use ↵
Martin Willi
2010-08-04
1
-6
/
+0
|
|
|
|
credential sets
*
Use a dedicated build part for challenge passwords, BUILD_PASSPHRASE gets ↵
Martin Willi
2010-08-04
2
-0
/
+3
|
|
|
|
obsolete
*
Implemented a callback based credential set, currently for shared keys only
Martin Willi
2010-08-04
2
-0
/
+206
|
*
Implemented a generic in-memory credential set, currently for shared keys only
Martin Willi
2010-08-04
2
-0
/
+283
|
*
Pass the PKCS11 keyid as chunk, not as string
Martin Willi
2010-08-04
1
-1
/
+1
|
*
Reuse generic passphrase build part, not a dedicated PIN part
Martin Willi
2010-08-04
2
-4
/
+1
|
*
Support module names in %smartcard specifier, streamlined smartcard building
Martin Willi
2010-08-04
2
-6
/
+12
|
*
Fixed compiler warnings.
Tobias Brunner
2010-08-03
1
-2
/
+4
|
*
Moved eap-tls plugin to libcharon, updated to 4.4.1 APIs
Martin Willi
2010-08-03
1
-1
/
+3
|
*
Added EAP-TLS plugin stub
Martin Willi
2010-08-03
2
-1
/
+4
|
*
Fix use of snprintf() in IETF attributes to string conversion
Martin Willi
2010-07-28
1
-2
/
+11
|
*
Support different encoding types in certificate.get_encoding()
Martin Willi
2010-07-13
2
-3
/
+28
|
*
Renamed key_encod{ing,der}_t and constants, prepare for generic credential ↵
Martin Willi
2010-07-13
7
-150
/
+149
|
|
|
|
encoding
*
Moved keys/key_encoding.[ch] to cred_encoding.[ch]
Martin Willi
2010-07-13
4
-3
/
+3
|
*
Fixed doxygen group of cert_validator interface
Martin Willi
2010-07-13
1
-1
/
+1
|
*
Moved CRL/OCSP checking to a dedicated plugin called revocation
Martin Willi
2010-07-13
1
-531
/
+0
|
*
Made some useful methods in the credential manager public
Martin Willi
2010-07-13
2
-15
/
+70
|
*
Moved X509 addrBlock validation to a separate addrblock plugin
Martin Willi
2010-07-13
2
-59
/
+2
|
*
Added a certificate validation hook to the credential manager
Martin Willi
2010-07-13
3
-0
/
+103
|
*
Migrated credential manager to INIT/METHOD macros
Martin Willi
2010-07-13
1
-161
/
+127
|
*
Moved credential manager to libstrongswan
Martin Willi
2010-07-13
12
-0
/
+4011
|
*
Charon uses a generic trunstchain length limit, not only for X509 certificates
Martin Willi
2010-07-13
1
-1
/
+0
|
*
Avoid relocking while enumerator is alive
Martin Willi
2010-07-06
1
-9
/
+10
|
*
Added support for CRL generation to x509 plugin
Martin Willi
2010-05-21
2
-0
/
+3
|
*
Removed is_newer() from certificate_t, obsoleting all implementations
Martin Willi
2010-05-21
1
-7
/
+0
|
*
Added generic implementations for crl_is_newer/certificate_is_newer
Martin Willi
2010-05-21
4
-1
/
+68
|
[prev]
[next]