aboutsummaryrefslogtreecommitdiff
path: root/api/crypto
AgeCommit message (Expand)Author
2021-07-26Rename rtc_base/ssl_stream_adapter.h constants.Mirko Bonadei
2020-07-31frame encryptor: remove note about not being production readyPhilipp Hancke
2020-01-21Reformat GN files.Mirko Bonadei
2019-10-31do not offer gcm as the preferred cipher suitePhilipp Hancke
2019-10-17Use source_sets in component builds and static_library in release builds.Mirko Bonadei
2019-10-15Add missing RTC_EXPORT for the component build.Mirko Bonadei
2019-09-13Introduce api/crypto/BUILD.gn.Mirko Bonadei
2019-07-08Format almost everything.Jonas Olsson
2019-04-09Reland "Refactor FrameDecryptorInterface::Decrypt to use new API."Benjamin Wright
2019-04-09Revert "Refactor FrameDecryptorInterface::Decrypt to use new API."Henrik Boström
2019-04-08Refactor FrameDecryptorInterface::Decrypt to use new API.Benjamin Wright
2019-04-08Added FrameDecryptorInterface::Result constructor and IsOk() member function.Benjamin Wright
2019-04-05Add Result FrameDecryptorInterface::DecryptBenjamin Wright
2019-01-26(7) Rename files to snake_case: remove forwarding headersSteve Anton
2019-01-11(5) Rename files to snake_case: install forwarding headersSteve Anton
2019-01-11(4) Rename files to snake_case: update BUILD.gn, include paths, header guards...Steve Anton
2019-01-11(3) Rename files to snake_case: move the filesSteve Anton
2018-10-23[Cleanup] Add missing #include. Remove useless ones.Yves Gerey
2018-10-17Adds new CryptoOption crypto_options.frame.require_frame_encryption.Benjamin Wright
2018-10-12Removes backwards compatability CryptoOptions support.Benjamin Wright
2018-10-11Reland "Move CryptoOptions to api/crypto from rtc_base/sslstreamadapter.h"Benjamin Wright
2018-10-11Revert "Move CryptoOptions to api/crypto from rtc_base/sslstreamadapter.h"Oleh Prypin
2018-10-11Move CryptoOptions to api/crypto from rtc_base/sslstreamadapter.hBenjamin Wright
2018-09-12Add AEAD support to Frame Encryption API. Add Contribuitng Source To Decryptor.Benjamin Wright
2018-09-06Updated FrameEncryptorInterface and FrameDecryptorInterface with status code.Benjamin Wright
2018-08-30Injects FrameEncryptorInterface into RtpSender.Benjamin Wright
2018-08-29This change integrates the FrameEncryptorInterface and theBenjamin Wright