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
/
scepclient
Commit message (
Expand
)
Author
Age
Files
Lines
*
scepclient: Added support to build it on Android
Tobias Brunner
2012-06-26
2
-1
/
+29
*
hasher_algorithm_from_integrity() optionally returns truncation length
Tobias Brunner
2012-06-25
1
-1
/
+2
*
scepclient: Fixed Makefile after removing enable-smartcard configure option.
Tobias Brunner
2012-06-13
1
-6
/
+0
*
scepclient: Option added to read PKCS#10 certificate request from a file.
Tobias Brunner
2012-06-11
2
-11
/
+30
*
scepclient: Option added to read self-signed certificate from a file.
Tobias Brunner
2012-06-11
2
-21
/
+53
*
scepclient: Generate uppercase transaction ID.
Tobias Brunner
2012-06-11
1
-1
/
+1
*
scepclient: Use HTTP 1.0 for all requests.
Tobias Brunner
2012-06-11
1
-0
/
+2
*
scepclient: Options added to specify digest/signature algorithms.
Tobias Brunner
2012-06-11
2
-27
/
+92
*
scepclient: Also number CA certificates in case there is more than one.
Tobias Brunner
2012-06-11
2
-14
/
+51
*
scepclient: Store received RA certificates, using CA cert name as base.
Tobias Brunner
2012-06-11
1
-5
/
+67
*
scepclient: Use pkcs7_t and pkcs9_t, remove all dependencies to pluto/libfree...
Tobias Brunner
2012-06-11
4
-289
/
+119
*
scepclient: Local generation of file names.
Tobias Brunner
2012-06-11
1
-10
/
+48
*
scepclient: Replaced usages of datatot().
Tobias Brunner
2012-06-11
1
-6
/
+6
*
scepclient: Migrated logging to libstrongswan.
Tobias Brunner
2012-06-11
5
-513
/
+147
*
scepclient: Some code cleanup.
Tobias Brunner
2012-06-11
3
-335
/
+319
*
Cache list of plugin names to further simplify its usage.
Tobias Brunner
2012-01-19
1
-13
/
+2
*
Simplified logging of list of loaded plugins.
Tobias Brunner
2012-01-19
1
-11
/
+4
*
Fixed check of max_poll_time as it is an unsigned int.
Tobias Brunner
2011-11-25
1
-4
/
+0
*
Allow support for CA-certificate retrieval in scepclient
4.6.0
Thomas Egerer
2011-11-04
1
-0
/
+21
*
Plugin enumerator enumerates over loaded features, too
Martin Willi
2011-10-14
1
-1
/
+1
*
Include library.h in plugin.h
Martin Willi
2011-10-14
1
-0
/
+1
*
Fix some warnings triggered by gcc 4.6 -Wunused-but-set-variable
Martin Willi
2011-05-19
1
-3
/
+0
*
scepclient: Proper handling of multiple received certificates.
Tobias Brunner
2011-04-19
1
-1
/
+1
*
Added a get_name() function to plugin_t, create_plugin_enumerator enumerates ...
Martin Willi
2011-04-15
1
-2
/
+3
*
Some typos fixed.
Tobias Brunner
2011-02-07
1
-2
/
+2
*
Build dedicated plugin lists for each strongSwan component
Martin Willi
2010-08-12
1
-1
/
+1
*
Use bits instead of bytes for a private/public key
Martin Willi
2010-08-10
1
-1
/
+1
*
Use a dedicated build part for challenge passwords, BUILD_PASSPHRASE gets obs...
Martin Willi
2010-08-04
1
-1
/
+1
*
Support different encoding types in certificate.get_encoding()
Martin Willi
2010-07-13
1
-5
/
+4
*
Renamed key_encod{ing,der}_t and constants, prepare for generic credential en...
Martin Willi
2010-07-13
2
-4
/
+4
*
Fixing out-of-tree build after adding dependency to config.status.
Tobias Brunner
2010-04-29
1
-1
/
+1
*
Users of PLUGINS depend on config.status, rebuilding them if plugin configura...
Martin Willi
2010-04-29
1
-0
/
+2
*
Migrated scepclient/openac logging hooks to new signature
Martin Willi
2010-04-07
1
-1
/
+1
*
Adding DBG_LIB to all calls of libstrongswan's version of DBG*.
Tobias Brunner
2010-04-06
1
-1
/
+1
*
Added libhydra include to scepclient
Martin Willi
2010-03-25
1
-0
/
+2
*
replaced struct id by identification_t
Andreas Steffen
2009-10-10
2
-42
/
+14
*
scepclient uses pkcs10 from libstrongswan
Andreas Steffen
2009-09-28
2
-277
/
+0
*
pluto and scepclient now use the x509 plugin for certificates
Andreas Steffen
2009-09-27
6
-127
/
+150
*
Removed chunk_from_buf() in favor of a simpler chunk_from_chars() macro
Martin Willi
2009-09-11
2
-31
/
+14
*
pass NULL to library_init() to load settings from default file
Martin Willi
2009-09-10
2
-2
/
+1
*
use NULL to load plugins from default plugin directory
Martin Willi
2009-09-10
2
-2
/
+1
*
use sysconfdir, no need for an additional confdir variable
Martin Willi
2009-09-07
1
-1
/
+1
*
Removed trailing whitespaces in configure.in/Makefile.am
Martin Willi
2009-09-07
1
-1
/
+1
*
remove spaces before tabs at the beginning of lines (^( )+\t)
Martin Willi
2009-09-04
1
-1
/
+1
*
removed trailing spaces ([[:space:]]+$)
Martin Willi
2009-09-04
6
-34
/
+34
*
handle plugin loading failures
Martin Willi
2009-09-01
1
-2
/
+5
*
use time_monotonic() instead of time() for statistics and time difference cal...
Martin Willi
2009-08-31
1
-3
/
+3
*
create algorithmIdentifier dynamically from OID database
Martin Willi
2009-08-27
2
-3
/
+3
*
updated scepclient to new encoding API
Martin Willi
2009-08-26
3
-10
/
+11
*
removed obsolete PEM code in pluto/libstrongswan
Martin Willi
2009-08-26
1
-4
/
+1
[next]