Changeset 160503 in webkit


Ignore:
Timestamp:
Dec 12, 2013 12:18:45 PM (10 years ago)
Author:
ap@apple.com
Message:

Add support for RSAES-PKCS1-v1_5
https://bugs.webkit.org/show_bug.cgi?id=125647

Build fix.

  • crypto/CommonCryptoUtilities.h: Declare a newly used private constant.
Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r160502 r160503  
     12013-12-12  Alexey Proskuryakov  <ap@apple.com>
     2
     3        Add support for RSAES-PKCS1-v1_5
     4        https://bugs.webkit.org/show_bug.cgi?id=125647
     5
     6        Build fix.
     7
     8        * crypto/CommonCryptoUtilities.h: Declare a newly used private constant.
     9
    1102013-12-12  Alexey Proskuryakov  <ap@apple.com>
    211
  • trunk/Source/WebCore/crypto/CommonCryptoUtilities.h

    r160029 r160503  
    4747#ifndef _CC_RSACRYPTOR_H_
    4848enum {
     49    kCCDigestNone = 0,
    4950    kCCDigestSHA1 = 8,
    5051    kCCDigestSHA224 = 9,
Note: See TracChangeset for help on using the changeset viewer.