Sign in
chromium
/
chromium
/
src
/
crypto
/
HEAD
d93a850
Add base::Feature for ML-DSA signatures in TLS
by Nick Harper
· 9 hours ago
main
57ac240
crypto/hpke: add AES-128-GCM and Base mode support
by Elly
· 3 days ago
274e6ab
crypto: add one-shot auth HPKE api
by Elly
· 3 days ago
63f1587
crypto: fix UNSAFE_TODO in aead_unittest.cc
by Elly
· 4 days ago
c4d176c
[crypto] Skip Secure Enclave availability check on iOS
by Anatoli Hancharou
· 4 days ago
2462dd4
[dbsc] Generalize unexportable key deletion APIs
by Jan Wilken Dörrie
· 4 days ago
151ae8f
[dbsc] Introduce UnexportableKey as a base class for hardware keys
by Jan Wilken Dörrie
· 4 days ago
9f97c69
[dbsc] Introduce standalone StatefulKey mixin
by Jan Wilken Dörrie
· 4 days ago
5840bad
[dbsc] Rename unexportable key garbage collection methods
by Jan Wilken Dörrie
· 8 days ago
0d9ddbc
crypto: add pubkey encryption API
by Elly
· 9 days ago
343cc61
crypto: use //crypto APIs in software unexportable key
by Elly
· 10 days ago
989c54b
net-ssl: add net::CryptoPrivateKey
by Elly
· 11 days ago
855d681
[OSCrypt] Remove usage of legacy sync backend
by Tom Anderson
· 14 days ago
e58daa3
[crypto] add P-256 ECPrivateKey support
by Elly
· 2 weeks ago
71374fc
[webauthn] use //crypto APIs instead of BoringSSL
by Elly
· 2 weeks ago
88155fb
[crypto] implement RSAPrivateKey import/export
by Elly
· 2 weeks ago
b7f5d8c
[webauthn] Enable creating PINs when UV disabled
by Nina Satragno
· 3 weeks ago
7ca0f0c
[crypto] Convert to UNSAFE_TODO
by Arthur Sonzogni
· 3 weeks ago
d179c73
crypto/kdf: rename PBKDF2 and Scrypt
by Elly
· 6 weeks ago
dad838c
crypto: add X25519 support
by Elly
· 6 weeks ago
0c13552
[crypto] Log keychain error when wrapped key lookup fails
by Jan Wilken Dörrie
· 7 weeks ago
1d45488
[crypto] Extract SecKeyFromPKCS8 to test helper
by Anatoli Hancharou
· 8 weeks ago
d801022
crypto/aead: add one-shot API
by Elly
· 9 weeks ago
c45feed
Unwind wincrypt_shim.h
by David Benjamin
· 9 weeks ago
0d6fdec
Cleanup Keychain V1
by Maya Warren
· 3 months ago
cd0cd74
Use XDG_DATA_HOME for nssdb path
by jj
· 3 months ago
c7fc4cc
Unify MacOS Keychains
by Maya Warren
· 3 months ago
e4311c1
aead: tolerate invalid-length keys
by Elly
· 3 months ago
8b9ec7a
Verify RSA-PSS Signature for TLS 1.3 Compatibility
by Sebastien Lalancette
· 3 months ago
02daaa3
Treat ERROR_NO_SYSTEM_RESOURCES as OOM in ProcessBoundString
by Will Harris
· 3 months ago
ebeec23
Prevent the usage of RSA TPM keys that are incompatible with TLS 1.3
by Sebastien Lalancette
· 3 months ago
f8d64ce
[dbsc] Refactor unexportable key deletion to use signing key objects
by Jan Wilken Dörrie
· 3 months ago
7515ada
[tvos] Fix the build breaks in //crypto on tvOS
by Julie Jeongeun Kim
· 3 months ago
b75d1cc
[iOS Blink][tvOS] Fix build break by adding crypto:test_support dependency
by Gyuyoung Kim
· 3 months ago
0e93b55
crypto/aead: store AEAD context for reuse
by Elly
· 4 months ago
79deeb9
Enable support of crypto/apple/unexportable_key_mac.mm on iOS
by Anatoli Hancharou
· 4 months ago
dfc9e3a
Fixing a typo in Aead class impl
by Joe Downing
· 4 months ago
04b844d
Fix UNSAFE_TODOs in winrt_storage_util.cc
by David Bienvenu
· 4 months ago
99fa327
[dbsc] Remove DeleteSigningKeySlowly
by Jan Wilken Dörrie
· 4 months ago
d01adf0
[dbsc] Add batch key deletion to UnexportableKeyService
by Jan Wilken Dörrie
· 4 months ago
0335e72
Add a helper function to generate a shared secret for ECDH P384
by Joe Downing
· 4 months ago
06ebfee
Add Keychain V1 functionality to KeychainV2
by Maya Warren
· 4 months ago
43903f1
Migrate base::Contains() to std::ranges::contains() in crypto
by Victor Hugo Vianna Silva
· 4 months ago
cc9ad2c
[dbsc] Log Secure Enclave key deletion errors
by Jan Wilken Dörrie
· 4 months ago
793e012
[dbsc] Support prefix matching in DeleteSigningKeySlowly
by Jan Wilken Dörrie
· 4 months ago
2aea5f3
Migrate various base::Contains() to contains() in crypto
by Victor Hugo Vianna Silva
· 4 months ago
d5d9359
[crypto] Record `Crypto.TPMOperation.Win` uma on select alg errors
by Ernest Nguyen Hung
· 4 months ago
3726c72
[dbsc] Implement DeleteAllSigningKeys on Mac
by Jan Wilken Dörrie
· 5 months ago
2b6e5f8
[dbsc] Add GetCreationTime to StatefulUnexportableSigningKey.
by Jan Wilken Dörrie
· 5 months ago
08919b1
[dbsc] Introduce StatefulUnexportableSigningKey and GetKeyTag
by Jan Wilken Dörrie
· 5 months ago
67db053
[dbsc] Repair unexportable keys from other profiles
by Jan Wilken Dörrie
· 5 months ago
ca4b9fa
crypto: remove old HMAC API
by Elly
· 5 months ago
2ff0777
[crypto] Clean up kIsHardwareBackedFixEnabled
by Nina Satragno
· 5 months ago
afd524f
[dbsc] Enable prefix matching for application tags on macOS
by Jan Wilken Dörrie
· 5 months ago
738d399
Remove a superfluous include from crypto/process_bound_string.h
by Lei Zhang
· 5 months ago
f728f69
metrics: base/hash/sha1 -> crypto/obsolete/sha1
by Antonio Alphonse
· 5 months ago
a48e1c0
[dbsc] Implement GetAllSigningKeys on Mac
by Jan Wilken Dörrie
· 5 months ago
d37bccf
net/cert: base/hash/sha1 -> crypto/obsolete/sha1
by Antonio Alphonse
· 5 months ago
03fb7f7
[iOS] Extend keychain access migration to all use cases.
by Mark Cogan
· 5 months ago
a0f3709
Remove superfluous base/feature_list.h includes from various headers
by Lei Zhang
· 5 months ago
285ada7
policy: base/hash/sha1 -> crypto/obsolete/sha1
by Antonio Alphonse
· 5 months ago
563cdad
crypto/keypair: rename ToUncompressedForm to ToUncompressedX962Point
by Elly
· 5 months ago
372729c
crypto/sign: support more RSA signature schemes
by Elly
· 5 months ago
e1ced3a
[dbsc] Add DeleteAllSigningKeysSlowly to StatefulUnexportableKeyProvider.
by Jan Wilken Dörrie
· 5 months ago
63c3fcd
[dbsc] Add GetAllSigningKeysSlowly to StatefulUnexportableKeyProvider.
by Jan Wilken Dörrie
· 5 months ago
984c146
[dbsc] Refactor UnexportableKeyProvider to separate stateful operations.
by Jan Wilken Dörrie
· 5 months ago
d55ba90
Switch to size_t-based and bounds-checked EVP_CIPHER APIs
by David Benjamin
· 5 months ago
03f2fbb
Move ScopedKeychainUserInteractionAllowed class into keychainV2.
by Maya Warren
· 5 months ago
ad24bde
Remove a helper function
by Avi Drissman
· 6 months ago
1c1eaaf
Convert to UNSAFE_TODO in crypto
by Arthur Sonzogni
· 6 months ago
c71aafe
kcer: base/hash/sha1 -> crypto/obsolete/sha1
by Antonio Alphonse
· 6 months ago
2a06a01
[dbsc] Use application tag for key deletion
by Jan Wilken Dörrie
· 6 months ago
7dddfaf
ash/arc: base/hash/sha1 -> crypto/obsolete/sha1
by Antonio Alphonse
· 6 months ago
f96e49d
Migrate other code to HexEncodeLower
by David Benjamin
· 6 months ago
b98c064
ash/wallpaper: base/hash/sha1.h -> crypto/obsolete/sha1.h
by Antonio Alphonse
· 6 months ago
efd3ba7
spotlight: base/hash/md5 -> crypto/obsolete/md5
by Giovanni Ortuño Urquidi
· 6 months ago
2d2990e
hunspell: base/hash/md5 -> crypto/obsolete/md5
by Giovanni Ortuño Urquidi
· 6 months ago
dcf18cc
net/websockets: base/hash -> crypto/obsolete
by Antonio Alphonse
· 6 months ago
03705ef
components/cross_device/nearby: base/hash/md5 -> crypto/obsolete/md5
by Giovanni Ortuño Urquidi
· 6 months ago
8c3a0cc
ash/login: base/hash -> crypto/obsolete/sha1
by Antonio Alphonse
· 6 months ago
823fca2
content: base/hash/md5 -> crypto/obsolete/md5 in web_test
by Giovanni Ortuño Urquidi
· 6 months ago
2d63ff0
Revert "components/bookmark_codec: stop writing md5"
by Stacy Gaikovaia
· 6 months ago
1e3d45a
segmentation_platform: base/hash/md5 -> crypto/obsolete/md5
by Giovanni Ortuño Urquidi
· 6 months ago
1096e37
components/bookmark_codec: stop writing md5
by Stacy Gaikovaia
· 6 months ago
2f374c0
Record Crypto.TPMOperation.Win* on a failure to open a crypto provider
by Ali Hijazi
· 6 months ago
ad40e06
Fix unsafe buffer usage in crypto/secure_hash.cc
by Arthur Sonzogni
· 6 months ago
f1e462b
content-suggestions: base/hash/md5 -> crypto/obsolete/md5
by Giovanni Ortuño Urquidi
· 6 months ago
03cc40f
top-sites: base/hash/md5 -> crypto/obsolete/md5 for blocked URLs
by Giovanni Ortuño Urquidi
· 6 months ago
644bcd3
reading-list: base/hash/md5 -> crypto/obsolete/md5
by Giovanni Ortuño Urquidi
· 6 months ago
e938d0a
performance-manager: base/hash/md5 -> crypto/obsolete/md5
by Giovanni Ortuño Urquidi
· 6 months ago
23e7288
display: base/hash/md5 -> crypto/obsolete/md5
by Giovanni Ortuño Urquidi
· 6 months ago
0d6f394
spellchecker: base/hash/md5 -> crypto/obsolete/md5 for file checksum
by Giovanni Ortuño Urquidi
· 6 months ago
acfa6bb
Remove ProcessBoundStringEncryption feature
by Will Harris
· 6 months ago
f52e049
crypto: Migrate code to use crypto::ConvertEcdsaDerSignatureToRaw
by Alex Ilin
· 6 months ago
5d11b24
remoting: use spanified HMAC API for key derivation
by Elly
· 6 months ago
9ea85d6
devtools: base/hash/md5 -> crypto/obsolete/md5
by Giovanni Ortuño Urquidi
· 6 months ago
a3f22c6
password-manager: use crypto/kdf for scrypt
by Elly
· 6 months ago
d16b18a
crypto/apple: use crypto/keypair APIs for X9.63 -> SPKI
by Elly Fong-Jones
· 6 months ago
faad49b
crypto: remove truncated mac support from crypto/hmac
by Elly
· 6 months ago
230581b
crypto: add streaming HMAC interface
by Elly
· 6 months ago
Next »