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
*
libhydra: Remove empty unused library
Tobias Brunner
2016-03-03
1
-1
/
+0
*
scepclient: Remove copyright and license from man page
Tobias Brunner
2015-09-09
1
-9
/
+0
*
android: Add all Android.mk files to the tarball
Tobias Brunner
2014-06-06
1
-0
/
+1
*
scepclient: Cast OID_UNKNOWN before comparing it to unsigned hash_algorithm_t
Martin Willi
2014-05-16
1
-1
/
+1
*
lib: Add global config namespace
Tobias Brunner
2014-02-12
1
-1
/
+1
*
chunk: Externalize error reporting in chunk_write()
Martin Willi
2014-01-23
1
-15
/
+22
*
android: Remove dependency on libvstr
Tobias Brunner
2013-11-13
1
-1
/
+0
*
automake: replace INCLUDES by AM_CPPFLAGS
Martin Willi
2013-07-18
1
-8
/
+5
*
plugin-loader: Removed unused path argument of load() method
Tobias Brunner
2013-06-28
1
-1
/
+1
*
plugin-loader: Add method to print loaded plugins on a given log level
Tobias Brunner
2013-06-21
1
-2
/
+1
*
scepclient: support a --bind option to fetch from a specific source IP
Martin Willi
2013-06-11
3
-6
/
+27
*
android: Remove/filter header files from LOCAL_SRC_FILES
Tobias Brunner
2013-03-20
1
-1
/
+3
*
Fix encoding of issuerAndSubject while handling SCEP pending state
Martin Willi
2013-02-19
1
-1
/
+1
*
Remove leading zeros in SCEP certificate serialNumbers
Martin Willi
2013-02-14
1
-13
/
+19
*
Add a --httptimeout option to scepclient
Martin Willi
2013-02-08
3
-7
/
+22
*
Free leaking scep attributes
Martin Willi
2012-12-19
1
-0
/
+4
*
Corrected error message if enveloped-data decryption fails
Martin Willi
2012-12-19
1
-1
/
+1
*
Move PKCS#9 attribute lists to pkcs7 plugin, as we currently use it there only
Martin Willi
2012-12-19
1
-1
/
+0
*
Allocate data returned by pkcs7_t.get_attribute()
Martin Willi
2012-12-19
1
-0
/
+3
*
Migrated scepclient to new modular PKCS# API
Martin Willi
2012-12-19
3
-95
/
+172
*
Unify PKCS#9 set_attribute* methods to a single add_attribute
Martin Willi
2012-12-19
1
-3
/
+6
*
Add a scepclient option to specify a CA identifier to fetch certs for
Martin Willi
2012-10-24
3
-10
/
+31
*
Moved debug.[ch] to utils folder
Tobias Brunner
2012-10-24
2
-2
/
+2
*
Moved data structures to new collections subfolder
Tobias Brunner
2012-10-24
1
-2
/
+2
*
Added possibility to register custom proposal keywords
Tobias Brunner
2012-09-13
1
-2
/
+2
*
Removed len argument from proposal_get_token()
Tobias Brunner
2012-09-13
1
-2
/
+2
*
Add a return value to hasher_t.get_hash()
Martin Willi
2012-07-16
1
-3
/
+10
*
Check rng return value when generating SCEP sender nonce
Tobias Brunner
2012-07-16
1
-3
/
+13
*
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
[next]