[go: nahoru, domu]

  1. e7f3cef Fix returning keys belonging to daemons by Omar Morsi · 4 years, 1 month ago
  2. 3f54492 Add DIR_METADATA files to //crypto by Edward Lesmes · 4 years, 1 month ago
  3. c11041e build: Remove a few more now-no-op set_sources_assignment_filter calls by Nico Weber · 4 years, 1 month ago
  4. bb05f532 Convert //crypto to not depend on set_sources_assignment_filter() by Sylvain Defresne · 4 years, 2 months ago
  5. ea6cdd79a Replace leaky singleton with base::NoDestructor by Sylvain Defresne · 4 years, 2 months ago
  6. 21272ef [apple] Use `!is_apple` gn variable when appropriate by Sylvain Defresne · 4 years, 2 months ago
  7. 07c0577 Add Chacha20Poly1305 to AEAD Algorithms by Leonid Baraz · 4 years, 3 months ago
  8. 9af7e14 Convert various bespoke callback list types into CallbackList. by Peter Kasting · 4 years, 3 months ago
  9. 093eb2b Cleanups near callback list uses. by Peter Kasting · 4 years, 3 months ago
  10. 2f197110 Treat PK11_ListCertsInSlot returning nullptr as no certs on slot by Pavol Marko · 4 years, 3 months ago
  11. d9106de apple: Convert GN libs lists to frameworks in //crypto. by Robert Sesek · 4 years, 4 months ago
  12. bc977822 Use span in RSAPrivateKey factory method by Maksim Ivanov · 4 years, 4 months ago
  13. a772d58 Remove/replace unnecessary includes of logging.h (crypto/) by Hans Wennborg · 4 years, 5 months ago
  14. 47feaaff Remove crypto::Encryptor::Counter by David Benjamin · 4 years, 5 months ago
  15. 3efdcb7 Make crypto::HMAC and crypto::Encryptor work with base::span by David Benjamin · 4 years, 5 months ago
  16. 65dd6ff Reject overlong sizes in crypto::HMAC. by David Benjamin · 4 years, 5 months ago
  17. 3a3effdd scoped_nss_types.h: Include <certt.h> instead of <nss/certt.h> by Raphael Kubo da Costa · 4 years, 6 months ago
  18. 701cae5 Introduce a function to format a DER-encoded SPKI for UI by Pavol Marko · 4 years, 6 months ago
  19. 4d0e180 Remove/replace unnecessary logging.h includes in .cc files (crypto) by Hans Wennborg · 4 years, 7 months ago
  20. c073e80 IWYU: Add missing includes of <string.h> by Erik Chen · 4 years, 7 months ago
  21. f3ec3b6 Advertise and pair with long-term keys. by Adam Langley · 4 years, 8 months ago
  22. 9605f6f crypto: add base::span support to RandBytes. by Adam Langley · 4 years, 8 months ago
  23. 7294a25 Support EC in platformKeys via generateKey() by Omar Morsi · 4 years, 8 months ago
  24. d5c656c Mass-migrate users of base::ThreadPool() as a trait to base::ThreadPool:: API [crypto/-net/] by Gabriel Charette · 4 years, 9 months ago
  25. 3761477 Check kKeyInSoftware attribute for certs keys by Omar Morsi · 4 years, 9 months ago
  26. 9024068 migrate AIA tests from SpawnedTestServer to EmbeddedTestServer by Matt Mueller · 4 years, 9 months ago
  27. c15b4bc [base] Remove BasicStringPiece::CopyToString by Jan Wilken Dörrie · 4 years, 9 months ago
  28. 5413772 Reformat all gn files in /crypto. by Nico Weber · 4 years, 10 months ago
  29. ea7fffbc Add prefix to empty param tests. by Ilia Samsonov · 5 years ago
  30. 2f2cb36 Split CrOS-specific TPM, etc., code into a separate file by David Benjamin · 5 years ago
  31. 2a2e946 Create ECPrivateKey from secret by Alex Chau · 5 years ago
  32. e838004a Finish trimming unnecessary state from non-CrOS NSSInitSingleton by David Benjamin · 5 years ago
  33. 87ccc99 Make a bunch of CrOS-only fields CrOS-only by David Benjamin · 5 years ago
  34. d4e889a Test for system cert token loading after TPM ready by Maksim Ivanov · 5 years ago
  35. fc2c6b59 crypto: add some more byte-orientated versions. by Adam Langley · 5 years ago
  36. f2149731 crypto: add |base::span| functions to |Aead|. by Adam Langley · 5 years ago
  37. 72e3d1a crypto: Always specify thread affinity when posting tasks by Sami Kyostila · 5 years ago
  38. 9af6140 Enable SHA256 hardware acceleration by Adenilson Cavalcanti · 5 years ago
  39. b5ffd59 Update remaining include paths for //base/hash/sha1.h by Daniel Cheng · 6 years ago
  40. 3d58bbd0 Add Location annotation ScopedBlockingCall by Etienne Bergeron · 6 years ago
  41. 62dd72b0 test: Replace _TEST_CASE_ with _TEST_SUITE_ in /crypto. by Victor Costan · 6 years ago
  42. c6115ab Remove no_size_t_to_int_warning in //crypto by Raul Tambre · 6 years ago
  43. 34f6b42 Use base::size rather than arraysize in crypto/. by Avi Drissman · 6 years ago
  44. 83efe502 Use BoringSSL's forward declaration header. by David Benjamin · 6 years ago
  45. b2612e1 Move crypto/wincrypt_shim.h to remove build dependency on crypto by Daniel Bratell · 6 years ago
  46. 9ae51bb Implement crypto::SecureMemEqual with BoringSSL. by David Benjamin · 6 years ago
  47. 2023256d Move build/secondary/third_party/nss/BUILD.gn to build/confix/linux/nss/. by Nico Weber · 6 years ago
  48. f8cd6a0 [crypto] Add scrypt key derivation to SymmetricKey by David Davidović · 6 years ago
  49. 44db142 [TaskScheduler] Remove temporary forwarding headers and mass migrate users by Gabriel Charette · 6 years ago
  50. ffaaf85f [TaskScheduler] Forward all public TaskScheduler headers to forwarding headers in preparation for source move by Gabriel Charette · 6 years ago
  51. 01cb1c8 Migrate all of non-QUIC uses of crypto::HKDF to a new API by Victor Vasiliev · 6 years ago
  52. 139c557 Use bssl::UpRef. by David Benjamin · 6 years ago
  53. aa06bffa device/fido/mac: make encoding of the RP ID for metadata storage reversible by Martin Kreichgauer · 6 years ago
  54. 2db1569 [ios] Correct keychain usage for Xcode 10. by Justin Cohen · 6 years ago
  55. 11b8f258 Remove unneeded includes in SignatureVerifier by Rob Buis · 6 years ago
  56. 972b2ff Remove base::string_as_array by Ryan Sleevi · 6 years ago
  57. 725eaa4 Treat public slot keys as stored on user token by Pavol Marko · 7 years ago
  58. ea15ea0 Fully move PathService into the base namespace. by Avi Drissman · 7 years ago
  59. 2917a61e [base] Implement Extent in base::span by jdoerrie · 7 years ago
  60. 98e3cb92c Expose AES-GCM in the crypto library. by Kim Paulhamus · 7 years ago
  61. 8ed92319 Switch crypto::SignatureVerifier to base::span. by David Benjamin · 7 years ago
  62. 7858f42 Move ScopedAllowIO from EnsureNSSInit to NSSInitSingleton constructor. by Matt Mueller · 7 years ago
  63. 88b34c8 Migrate //crypto from base::Callback to base::OnceCallback by tzik · 7 years ago
  64. 42e81a6 Replace base::MakeUnique with std::make_unique. by Jeremy Roman · 7 years ago
  65. 591a997 Remove some use of base::Passed by Claudio DeSouza · 7 years ago
  66. 8982fe4f Move RSA-PSS into the signature algorithm enum in SignatureVerifier. by David Benjamin · 7 years ago
  67. a850a30 Run clang-tidy modernize-use-equals-{delete,default} on //crypto by Chris Watkins · 7 years ago
  68. cda45eb Fix base::StringPiece calling conventions in //crypto. by David Benjamin · 7 years ago
  69. bb6c0b8 crypto: Add SecureHashTest.Equality test by Xiaohan Wang · 7 years ago
  70. e6fb2d0 Replace ScopedAllowIO with ScopedAllowBlockingForTesting in tests. by Francois Doray · 7 years ago
  71. 07ec3b5 Remove base::Location::Write. by Brett Wilson · 7 years ago
  72. f3d1fac Remove base::WorkerPool. by Francois Doray · 7 years ago
  73. b86b0a08 Remove unnecessary SPKI parameter to CreateFromEncryptedPrivateKeyInfo. by David Benjamin · 7 years ago
  74. 1c99002 Replace tracked_objects::Location with base::Location. by Brett Wilson · 7 years ago
  75. a4d445c Migrate TPM initialization from WorkerPool to TaskScheduler. by Francois Doray · 7 years ago
  76. dc8030c Remove redundant OS_CHROMEOS checks by Michael Giuffrida · 7 years ago
  77. e82b3a54 Removes the ~NSPRInitSingleton and ~NSSInitSingleton destructors, which are never run. by Matt Mueller · 7 years ago
  78. a1f8f31 Remove unused crypto/cssm_init.h. by David Benjamin · 7 years ago
  79. 814ab64 Remove NSS write lock. by David Benjamin · 7 years ago
  80. 839b74b Remove NSS_SDB_USE_CACHE workaround. by David Benjamin · 7 years ago
  81. e545f64 Revert "Disable the buggy RSA parser by default." by Greg Thompson · 7 years ago
  82. 2878e36 Disable the buggy RSA parser by default. by David Benjamin · 7 years ago
  83. 7bdfcab Deleted redundant SymmetricKey::GetRawKey(). by Chris Mumford · 7 years ago
  84. 436ccfe Refactor client cert private key handling. by mattm · 7 years ago
  85. ea3b6c19 SymmetricKey::GetRawKey/key are now const methods. by Chris Mumford · 7 years ago
  86. 08465dd Remove NSSCryptoModuleDelegate. by davidben · 7 years ago
  87. 5baf4fd Remove depprecated methods in AppleKeychain. by vasilii · 7 years ago
  88. b52a2df Uprev NSS requirement on Linux to 3.26 by rsleevi · 7 years ago
  89. a670126 Add TEAM for //crypto by rsleevi · 8 years ago
  90. b8adc35 Use new APIs for parsing encrypted ECPrivateKeys. by davidben · 8 years ago
  91. 22bf152 crypto: add missing header files to BUILD.gn by tfarina · 8 years ago
  92. cfb6ad6 Use size_t in crypto::SignatureVerifier. by davidben · 8 years ago
  93. 8ccfd32a Replace use of logging::DEBUG_MODE with DCHECK_IS_ON(). by wez · 8 years ago
  94. 2314fa5 [DirectoryOwnership] Add TEAM/COMPONENT into OWNERS files. by ymzhang · 8 years ago
  95. 5e65e3a Require explicit selection of traits for LazyInstance by scottmg · 8 years ago
  96. 6004dc5 Fix non-noise cpplint errors in //crypto. by davidben · 8 years ago
  97. d27673a Remove crypto/curve25519.h in favor of BoringSSL's. by davidben · 8 years ago
  98. 1c02c94c Remove the password parameter for ECPrivateKey::ExportEncryptedPrivateKey. by davidben · 8 years ago
  99. e125bd2 Remove CryptAcquireContextLocked. by davidben · 8 years ago
  100. db24b9e6 Cleanup remaining class/struct fwd declarations by jbriance · 8 years ago