Actions
Feature #4116
closedOpenSSL::X509::Name provides <=> but not ==
    Feature #4116:
    OpenSSL::X509::Name provides <=> but not ==
  
Description
=begin
It is not easy to compare to X509 Name objects.
#<=> is provided allowing equality or ordering to be determined only through roundabout means.
#hash and #eql? are provided using the same underlying C call as #<=>
The attached patch includes Comparable in OpenSSL::X509::Name and some additional documentation for #initialize.
=end
Files
        
           Updated by tenderlovemaking (Aaron Patterson) almost 15 years ago
          Updated by tenderlovemaking (Aaron Patterson) almost 15 years ago
          
          
        
        
      
      - Assignee set to drbrain (Eric Hodel)
=begin
The patch looks good to me.  Can you apply?
=end
        
           Updated by drbrain (Eric Hodel) almost 15 years ago
          Updated by drbrain (Eric Hodel) almost 15 years ago
          
          
        
        
      
      - Status changed from Open to Closed
=begin
Committed.
=end
Actions