Gunnar Beutner
|
ec87b9e795
|
Use hash-based serial numbers for new certificates
fixes #12453
|
2016-08-16 15:03:01 +02:00 |
Michael Friedrich
|
186fcb3724
|
Fix log message for WriteCert()
refs #12422
|
2016-08-14 09:28:55 +02:00 |
Michael Friedrich
|
a83d81a71d
|
Fix that pki sign-csr is not logging the certificate file location
fixes #12422
|
2016-08-14 09:22:18 +02:00 |
Markus Frosch
|
d0183edc51
|
Fix build with OpenSSL 1.1
error: cannot convert ‘const boost::shared_ptr<x509_st>’ to ‘X509* {aka
x509_st*}’ for argument ‘1’ to ‘ASN1_TIME* X509_get_notBefore(X509*)’
refs #12044
|
2016-08-01 09:54:51 +02:00 |
Gunnar Beutner
|
c54de4b615
|
Implement SNI support for the CLI commands
fixes #11651
|
2016-04-21 15:44:51 +02:00 |
Jean Flach
|
fa1d633484
|
Rephrase some log messages
refs #11122
|
2016-02-09 15:59:19 +01:00 |
Gunnar Beutner
|
fa7d0448f9
|
Decode cluster messages in the WorkQueue threads
refs #11014
|
2016-01-27 16:52:01 +01:00 |
Gunnar Beutner
|
599929b0f6
|
Update copyright headers for 2016
|
2016-01-12 08:29:59 +01:00 |
Jean Flach
|
356d11b40d
|
Fix return value in PkiUtility
refs #10632
|
2015-11-26 11:19:53 +01:00 |
Jean Flach
|
b297e8cfa7
|
Update node wizard
The wizard now displays basic information on the to-be-imported master
certificate and asks the user for confirmation.
fixes #10632
|
2015-11-26 10:09:13 +01:00 |
Michael Friedrich
|
530c7c7fcc
|
Fix pki new-ca not checking for existing ca files
fixes #10677
|
2015-11-19 17:06:41 +01:00 |
Michael Friedrich
|
7eca257784
|
Fix return value of Utility::MkDir/MkDirP
None as there are exceptions thrown.
fixes #9689
|
2015-08-24 15:11:49 +02:00 |
Gunnar Beutner
|
5a72eaa768
|
Make sure the serial number field is always initialized
fixes #9947
|
2015-08-18 15:05:53 +02:00 |
Gunnar Beutner
|
fd9dc32a3d
|
Implement SNI support for the TlsStream class
fixes #8610
|
2015-03-05 14:15:42 +01:00 |
Gunnar Beutner
|
5df3010826
|
Remove unused variable in PkiUtility::SignCsr
|
2015-03-02 13:32:08 +01:00 |
Gunnar Beutner
|
f097e48889
|
Don't use separate threads for each ApiClient object
fixes #6109
|
2015-02-14 16:34:36 +01:00 |
Gunnar Beutner
|
e0bbfb175c
|
Move most of the socket I/O to a separate thread
fixes #8300
fixes #8243
|
2015-02-14 09:42:11 +01:00 |
Michael Friedrich
|
78bfd0204c
|
Update copyright year
|
2015-01-22 12:00:23 +01:00 |
Gunnar Beutner
|
97168378e8
|
Rename _DEBUG to I2_DEBUG
fixes #7767
|
2014-12-19 12:19:28 +01:00 |
Gunnar Beutner
|
6383da1f2f
|
Replace spaces with tabs
|
2014-12-18 17:06:00 +01:00 |
Michael Friedrich
|
938ae083cd
|
Cli: "node wizard" shouldn't crash when SaveCert fails
fixes #7707
|
2014-12-15 13:08:30 +01:00 |
Gunnar Beutner
|
55b7f00382
|
Remove unnecessary includes
|
2014-12-15 10:16:06 +01:00 |
Gunnar Beutner
|
478f03b49a
|
Replace boost::shared_ptr with boost::intrusive_ptr
refs #7622
|
2014-11-09 16:54:41 +01:00 |
Michael Friedrich
|
f69527599f
|
Cli: Fix serial.txt permissions for 'node setup/wizard'
fixes #7546
|
2014-11-02 19:38:35 +01:00 |
Michael Friedrich
|
43d3878207
|
Cli: Add 'agent wizard' command
refs #7465
|
2014-10-30 17:55:34 +01:00 |
Gunnar Beutner
|
17003d0157
|
Remove unnecessary initializers
refs #7247
|
2014-10-23 19:02:16 +02:00 |
Michael Friedrich
|
339d0604e1
|
Cli: Catch ssl errors in pki request command
fixes #7426
|
2014-10-23 16:07:48 +02:00 |
Gunnar Beutner
|
9ee523e601
|
Clean up the "agent setup" command a bit
refs #7423
|
2014-10-23 03:35:01 +02:00 |
Michael Friedrich
|
57883ce8ae
|
Cli: Fix setup agent --master and use Utility::FileCopy()
refs #7423
|
2014-10-22 19:27:21 +02:00 |
Michael Friedrich
|
bda94f14f4
|
Cli: Add basic setup agent calls (unfinished)
refs #7423
|
2014-10-22 10:26:22 +02:00 |
Gunnar Beutner
|
5e7e49708c
|
Clean up code a bit
|
2014-10-22 08:08:39 +02:00 |
Michael Friedrich
|
4477901123
|
Cli: Implement Pki Get*Path() helpers
refs #7423
|
2014-10-21 18:15:05 +02:00 |
Michael Friedrich
|
3ab9e35cc0
|
Cli: Move pki command funactionality into PkiUtility class
Preparing for usage in setup agent cli command.
refs #7423
|
2014-10-21 16:02:44 +02:00 |