98862c2 Update to 1.81

Authored and Committed by pghmcfc 11 years ago
    Update to 1.81
    
    - New upstream release 1.81
      - Deprecated set_ctx_defaults; new name is set_defaults (the old name is
        still available)
      - Changed handling of default path for SSL_(ca|cert|key)* keys: if one of
        these keys is user defined, don't add defaults for the others, i.e.
        don't mix user settings and defaults
      - Cleaner handling of module defaults vs. global settings vs. socket
        specific settings; global and socket specific settings are both provided
        by the user, while module defaults are not
      - Make IO::Socket::INET6 and IO::Socket::IP specific tests both run, even
        if both modules are installed, by faking a failed load of the other module
    - BR: perl(IO::Socket::INET6) and perl(Socket6) unconditionally
    
        
file modified
+17 -2
file modified
+1 -1