aboutsummaryrefslogtreecommitdiffstats
path: root/src/scepclient/scep.c
Commit message (Expand)AuthorAgeFilesLines
* scepclient: support a --bind option to fetch from a specific source IPMartin Willi2013-06-111-1/+12
* Remove leading zeros in SCEP certificate serialNumbersMartin Willi2013-02-141-13/+19
* Add a --httptimeout option to scepclientMartin Willi2013-02-081-1/+4
* Move PKCS#9 attribute lists to pkcs7 plugin, as we currently use it there onlyMartin Willi2012-12-191-1/+0
* Allocate data returned by pkcs7_t.get_attribute()Martin Willi2012-12-191-0/+3
* Migrated scepclient to new modular PKCS# APIMartin Willi2012-12-191-72/+101
* Unify PKCS#9 set_attribute* methods to a single add_attributeMartin Willi2012-12-191-3/+6
* Add a scepclient option to specify a CA identifier to fetch certs forMartin Willi2012-10-241-6/+16
* Moved debug.[ch] to utils folderTobias Brunner2012-10-241-1/+1
* Add a return value to hasher_t.get_hash()Martin Willi2012-07-161-3/+10
* Check rng return value when generating SCEP sender nonceTobias Brunner2012-07-161-3/+13
* scepclient: Generate uppercase transaction ID.Tobias Brunner2012-06-111-1/+1
* scepclient: Use HTTP 1.0 for all requests.Tobias Brunner2012-06-111-0/+2
* scepclient: Use pkcs7_t and pkcs9_t, remove all dependencies to pluto/libfree...Tobias Brunner2012-06-111-213/+74
* scepclient: Replaced usages of datatot().Tobias Brunner2012-06-111-6/+6
* scepclient: Migrated logging to libstrongswan.Tobias Brunner2012-06-111-14/+6
* scepclient: Some code cleanup.Tobias Brunner2012-06-111-115/+107
* Renamed key_encod{ing,der}_t and constants, prepare for generic credential en...Martin Willi2010-07-131-1/+1
* pluto and scepclient now use the x509 plugin for certificatesAndreas Steffen2009-09-271-3/+3
* Removed chunk_from_buf() in favor of a simpler chunk_from_chars() macroMartin Willi2009-09-111-21/+10
* removed trailing spaces ([[:space:]]+$)Martin Willi2009-09-041-10/+10
* create algorithmIdentifier dynamically from OID databaseMartin Willi2009-08-271-1/+1
* updated scepclient to new encoding APIMartin Willi2009-08-261-4/+4
* pluto and scepclient use private and public key plugins of libstrongswanAndreas Steffen2009-06-091-20/+27
* use hash size constants from hasher.hAndreas Steffen2009-05-071-2/+3
* pluto and scepclient use the random plugin from libstrongswanAndreas Steffen2009-04-301-2/+5
* pluto and scepclient use the curl and ldap fetcher pluginsAndreas Steffen2009-04-291-108/+55
* scepclient and pluto use asn1 from libstrongswanAndreas Steffen2009-04-201-55/+55
* conversion from 8 spaces to 4 spaces per tabAndreas Steffen2009-04-191-379/+379
* ported most of the libstrongswan chunk_t macros to plutoAndreas Steffen2009-04-171-6/+6
* renamed empty_chunk to chunk_emptyAndreas Steffen2009-04-171-1/+1
* port the libstrongswan memory allocation methods to plutoAndreas Steffen2009-04-171-12/+12
* scepclient also uses asn1_known_oid()Andreas Steffen2009-04-151-1/+1
* fixed compiler warnings issued by:Martin Willi2008-11-111-1/+1
* fixed compiler warning in scepclientMartin Willi2008-03-281-1/+1
* removed oid.txt and oid.pl in pluto subdirAndreas Steffen2007-08-151-1/+1
* (no commit message)Martin Willi2006-04-281-0/+598