Changeset 160503 in webkit
- Timestamp:
- Dec 12, 2013, 12:18:45 PM (11 years ago)
- Location:
- trunk/Source/WebCore
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebCore/ChangeLog
r160502 r160503 1 2013-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 1 10 2013-12-12 Alexey Proskuryakov <ap@apple.com> 2 11 -
trunk/Source/WebCore/crypto/CommonCryptoUtilities.h
r160029 r160503 47 47 #ifndef _CC_RSACRYPTOR_H_ 48 48 enum { 49 kCCDigestNone = 0, 49 50 kCCDigestSHA1 = 8, 50 51 kCCDigestSHA224 = 9,
Note:
See TracChangeset
for help on using the changeset viewer.