index
:
puppet.git
master
ticket/master/7841
ticket/master/8119
Puppet repo
Ricky Zhou (周家杰)
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
puppet
/
ssl
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixes #3663 - It should be possible to list signed hosts only
James Turnbull
2010-02-17
1
-1
/
+3
*
Fixes incorrect line in partial CRL fix
James Turnbull
2010-02-17
1
-1
/
+0
*
WIP - trying to fix #3460
Luke Kanies
2010-02-17
2
-1
/
+2
*
Fixed #3532 - Typo in lib/puppet/ssl/host.rb
James Turnbull
2010-02-17
1
-1
/
+1
*
Revert the guts of #2890
Markus Roberts
2010-02-17
2
-13
/
+19
*
Merge branch '0.25.x'
Markus Roberts
2010-02-09
1
-0
/
+2
|
\
|
*
Partial reversion of patch for #3088 to fix #3104 (Exception misreported)
Markus Roberts
2010-01-24
1
-1
/
+1
|
*
Fix for #3088 (catching Exception also traps SystemExit)
Markus Roberts
2010-01-24
1
-0
/
+2
*
|
Fix #3117 - cert fingerprinting uses a method not available in ruby <= 1.8.6
Brice Figureau
2010-01-28
1
-1
/
+1
*
|
Feature #2839 - fingerprint certificate
Brice Figureau
2010-01-19
4
-9
/
+47
*
|
Revert "Feature #2839 - fingerprint certificate"
James Turnbull
2010-01-19
2
-40
/
+7
*
|
Feature #2839 - fingerprint certificate
Brice Figureau
2010-01-18
2
-7
/
+40
*
|
Merge branch '0.25.x'
James Turnbull
2010-01-13
2
-35
/
+17
|
\
|
|
*
Fix for #2890 (the cached certificates that would not die)
Markus Roberts
2009-12-19
2
-35
/
+17
*
|
Merge branch '0.25.x'
Luke Kanies
2009-12-21
2
-5
/
+2
|
\
|
|
*
Re-fixed #2750 - Stop disabling the CRL or checking for a disabled CRL
John A. Barbuto
2009-10-27
1
-2
/
+0
|
*
Revised partial fix for #2661 and related issues
Markus Roberts
2009-10-27
1
-3
/
+2
*
|
Fixing #1507 - Adding a :ca_name setting
Luke Kanies
2009-11-20
1
-1
/
+6
*
|
Always using the CA_name constant instead of "ca"
Luke Kanies
2009-11-20
2
-5
/
+5
|
/
*
Fix #2082 - puppetca shouldn't list revoked certificates
Brice Figureau
2009-07-07
2
-2
/
+19
*
Removed extra whitespace from end of lines
Ian Taylor
2009-06-06
3
-4
/
+4
*
JRuby OpenSSL implementation is more strict than real ruby one and
James Turnbull
2009-05-30
1
-1
/
+1
*
Fixing #2028 - Better failures when a cert is found with no key
Luke Kanies
2009-02-28
1
-1
/
+14
*
Resetting SSL cache terminii to nil when only using the ca
Luke Kanies
2009-02-06
1
-0
/
+8
*
Cleaning up SSL instances that can't be saved
Luke Kanies
2009-02-06
1
-2
/
+13
*
Fixing #1729 - puppetmasterd can now read certs at startup
Luke Kanies
2008-12-18
1
-20
/
+30
*
Refactoring the Cacher interface to always require attribute declaration.
Luke Kanies
2008-11-11
1
-2
/
+6
*
Retrieving the CA certificate before the client certificate.
Luke Kanies
2008-11-03
1
-4
/
+10
*
Handling the case where a symbol (e.g., :ca) is used for a certificate name.
Luke Kanies
2008-11-03
1
-1
/
+1
*
Fixing CertificateRequest#save to accept arguments.
Luke Kanies
2008-11-03
1
-1
/
+1
*
Fixing the String format (fixes #1522).
Luke Kanies
2008-08-20
1
-0
/
+11
*
Fixing the SSL::Host#waitforcert method.
Luke Kanies
2008-08-07
1
-10
/
+26
*
Certificates now work over REST.
Luke Kanies
2008-08-07
4
-4
/
+30
*
Caching the SSL store for the SSL Host.
Luke Kanies
2008-08-07
1
-8
/
+11
*
Making all certificates only support the plaintext format.
Luke Kanies
2008-08-04
4
-0
/
+24
*
Adding wait_for_cert functionality to the ssl host class.
Luke Kanies
2008-08-04
1
-0
/
+19
*
Fixing #1168 for REST -- all ssl classes downcase their names.
Luke Kanies
2008-06-15
2
-2
/
+2
*
Using the new Cacher class for handling cached data.
Luke Kanies
2008-05-13
1
-5
/
+4
*
The CRL is now automatically used or ignored.
Luke Kanies
2008-05-07
2
-10
/
+2
*
The master and client now successfully speak xmlrpc using the new system.
Luke Kanies
2008-05-07
2
-6
/
+17
*
Adding autosigning to the new CA.
Luke Kanies
2008-05-06
2
-23
/
+39
*
Moving the CA Interface class to a separate file.
Luke Kanies
2008-05-06
2
-109
/
+144
*
The Certificate Authority now automatically creates a CRL when appropriate.
Luke Kanies
2008-05-05
1
-3
/
+6
*
Fixing a critical problem in how CRLs were saved and moving SSL Store respons...
Luke Kanies
2008-05-05
2
-1
/
+30
*
The SSL::Host class now uses the CA to generate its certificate when appropri...
Luke Kanies
2008-05-05
1
-3
/
+8
*
The CA now initializes itself.
Luke Kanies
2008-05-05
1
-2
/
+23
*
I think I've now got the Webrick SSL support working.
Luke Kanies
2008-04-28
1
-1
/
+2
*
Interim commit, since I want to work but have no network available.
Luke Kanies
2008-04-28
1
-2
/
+12
*
Renaming the 'ca_file' ssl terminus type to 'ca'.
Luke Kanies
2008-04-21
1
-1
/
+1
*
Fixing how the CRL is used for certificate verification.
Luke Kanies
2008-04-19
1
-1
/
+1
[next]