Changeset 5275 for branches/2.3/security


Ignore:
Timestamp:
12/20/11 12:42:17 (12 years ago)
Author:
rafaelraymundo
Message:

Ticket #2395 - Assinatura/cifragem digital de emails - Suporte a SHA512.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.3/security/classes/funcoes_auxiliares.php

    r5271 r5275  
    303303                        '1.2.840.113549.1.1.4' => 'md5withRSAEncryption', 
    304304                        '1.2.840.113549.1.1.5' => 'SHA-1WithRSAEncryption', 
     305                        '1.2.840.113549.1.1.11' => 'sha256WithRSAEncryption', 
    305306                        '1.2.840.10040.4.3' => 'id-dsa-with-sha-1', 
    306307                        '1.3.6.1.5.5.7.3.2' => 'id_kp_clientAuth', 
     
    315316                        '2.16.840.1.113730.1.12' => 'netscape-ssl-server-name', 
    316317                        '2.16.840.1.113730.1.13' => 'netscape-comment', 
     318                        '2.16.840.1.101.3.4.2.3' => 'SHA-512', 
     319                        '2.16.840.1.101.3.4.2.1' => 'SHA-256', 
    317320                        '2.16.76.1.2.1' => 'A1', 
    318321                        '2.16.76.1.2.3' => 'A3', 
Note: See TracChangeset for help on using the changeset viewer.