Keyboard Shortcuts
File
u
:
up to issue
j
/
k
:
jump to file after / before current file
J
/
K
:
jump to next file with a comment after / before current file
Side-by-side diff
i
:
toggle intra-line diffs
e
:
expand all comments
c
:
collapse all comments
s
:
toggle showing all comments
n
/
p
:
next / previous diff chunk or comment
N
/
P
:
next / previous comment
<Up>
/
<Down>
:
next / previous line
Issue
u
:
up to list of issues
j
/
k
:
jump to patch after / before current patch
o
/
<Enter>
:
open current patch in side-by-side view
i
:
open current patch in unified diff view
Issue List
j
/
k
:
jump to issue after / before current issue
o
/
<Enter>
:
open current issue
Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr)
|
Please choose your nickname with
Settings
|
Help
|
Chromium Project
|
Gerrit Changes
|
Sign out
(403)
Issues
Search
My Issues
|
Starred
Open
|
Closed
|
All
Unified Diff: LICENSE
Issue
2344973002
:
Update libsrtp to version 2.0 (Closed)
Patch Set: Delete libsrtp.gyp.
Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Draft comments are only viewable by you.
Jump to:
.gitignore
BUILD.gn
CHANGES
LICENSE
README
README.chromium
TODO
VERSION
config/config.h
crypto/cipher/aes_gcm_ossl.c
crypto/cipher/aes_icm_ossl.c
crypto/cipher/cipher.c
crypto/cipher/null_cipher.c
crypto/hash/auth.c
crypto/hash/hmac_ossl.c
crypto/hash/null_auth.c
crypto/include/aes.h
crypto/include/aes_gcm_ossl.h
crypto/include/aes_icm.h
crypto/include/aes_icm_ossl.h
crypto/include/alloc.h
crypto/include/auth.h
crypto/include/cipher.h
crypto/include/crypto_kernel.h
crypto/include/crypto_types.h
crypto/include/datatypes.h
crypto/include/err.h
crypto/include/integers.h
crypto/include/key.h
crypto/include/null_auth.h
crypto/include/null_cipher.h
crypto/include/rdb.h
crypto/include/rdbx.h
crypto/include/stat.h
crypto/kernel/alloc.c
crypto/kernel/crypto_kernel.c
crypto/kernel/err.c
crypto/kernel/key.c
crypto/math/datatypes.c
crypto/math/stat.c
crypto/replay/rdb.c
crypto/replay/rdbx.c
crypto/replay/ut_sim.c
crypto/test/auth_driver.c
crypto/test/cipher_driver.c
crypto/test/datatypes_driver.c
crypto/test/kernel_driver.c
include/ekt.h
include/getopt_s.h
include/rtp.h
include/rtp_priv.h
include/srtp.h
include/srtp_priv.h
include/ut_sim.h
libsrtp.gyp
srtp/.gitignore
srtp/CHANGES
srtp/LICENSE
srtp/Makefile.in
srtp/README
srtp/TODO
srtp/VERSION
srtp/crypto/.cvsignore
srtp/crypto/Makefile.in
srtp/crypto/VERSION
srtp/crypto/cipher/aes.c
srtp/crypto/cipher/aes_cbc.c
srtp/crypto/cipher/aes_gcm_ossl.c
srtp/crypto/cipher/aes_icm.c
srtp/crypto/cipher/aes_icm_ossl.c
srtp/crypto/cipher/cipher.c
srtp/crypto/cipher/null_cipher.c
srtp/crypto/hash/auth.c
srtp/crypto/hash/hmac.c
srtp/crypto/hash/hmac_ossl.c
srtp/crypto/hash/null_auth.c
srtp/crypto/hash/sha1.c
srtp/crypto/include/.cvsignore
srtp/crypto/include/aes.h
srtp/crypto/include/aes_cbc.h
srtp/crypto/include/aes_gcm_ossl.h
srtp/crypto/include/aes_icm.h
srtp/crypto/include/aes_icm_ossl.h
srtp/crypto/include/alloc.h
srtp/crypto/include/auth.h
srtp/crypto/include/cipher.h
srtp/crypto/include/crypto.h
srtp/crypto/include/crypto_kernel.h
srtp/crypto/include/crypto_math.h
srtp/crypto/include/crypto_types.h
srtp/crypto/include/cryptoalg.h
srtp/crypto/include/datatypes.h
srtp/crypto/include/err.h
srtp/crypto/include/gf2_8.h
srtp/crypto/include/hmac.h
srtp/crypto/include/integers.h
srtp/crypto/include/kernel_compat.h
srtp/crypto/include/key.h
srtp/crypto/include/null_auth.h
srtp/crypto/include/null_cipher.h
srtp/crypto/include/prng.h
srtp/crypto/include/rand_source.h
srtp/crypto/include/rdb.h
srtp/crypto/include/rdbx.h
srtp/crypto/include/sha1.h
srtp/crypto/include/stat.h
srtp/crypto/include/xfm.h
srtp/crypto/kernel/alloc.c
srtp/crypto/kernel/crypto_kernel.c
srtp/crypto/kernel/err.c
srtp/crypto/kernel/key.c
srtp/crypto/math/datatypes.c
srtp/crypto/math/gf2_8.c
srtp/crypto/math/math.c
srtp/crypto/math/stat.c
srtp/crypto/replay/rdb.c
srtp/crypto/replay/rdbx.c
srtp/crypto/replay/ut_sim.c
srtp/crypto/rng/ctr_prng.c
srtp/crypto/rng/prng.c
srtp/crypto/rng/rand_linux_kernel.c
srtp/crypto/rng/rand_source.c
srtp/crypto/rng/rand_source_ossl.c
srtp/crypto/test/.cvsignore
srtp/crypto/test/aes_calc.c
srtp/crypto/test/auth_driver.c
srtp/crypto/test/cipher_driver.c
srtp/crypto/test/datatypes_driver.c
srtp/crypto/test/env.c
srtp/crypto/test/kernel_driver.c
srtp/crypto/test/rand_gen.c
srtp/crypto/test/rand_gen_soak.c
srtp/crypto/test/sha1_driver.c
srtp/crypto/test/stat_driver.c
srtp/doc/.cvsignore
srtp/doc/Doxyfile
srtp/doc/Makefile.in
srtp/doc/crypto_kernel.txt
srtp/doc/header.template
srtp/doc/intro.txt
srtp/doc/references.txt
srtp/ekt.c
srtp/include/ekt.h
srtp/include/getopt_s.h
srtp/include/rtp.h
srtp/include/rtp_priv.h
srtp/include/srtp.h
srtp/include/srtp_priv.h
srtp/include/ut_sim.h
srtp/install-sh
srtp/install-win.bat
srtp/srtp.c
srtp/srtp.def
srtp/srtp/ekt.c
srtp/srtp/srtp.c
srtp/tables/aes_tables.c
srtp/test/.cvsignore
srtp/test/dtls_srtp_driver.c
srtp/test/getopt_s.c
srtp/test/lfsr.c
srtp/test/rdbx_driver.c
srtp/test/replay_driver.c
srtp/test/roc_driver.c
srtp/test/rtp.c
srtp/test/rtp_decoder.h
srtp/test/rtp_decoder.c
srtp/test/rtpw.c
srtp/test/rtpw_test.sh
srtp/test/rtpw_test_gcm.sh
srtp/test/srtp_driver.c
srtp/timing
srtp/undos.sh
srtp/update.sh
test/dtls_srtp_driver.c
test/getopt_s.c
test/rdbx_driver.c
test/replay_driver.c
test/roc_driver.c
test/rtp.c
test/rtpw.c
test/rtpw_test.sh
test/rtpw_test_gcm.sh
test/srtp_driver.c
test/util.h
test/util.c
View side-by-side diff with in-line comments
Download patch
« BUILD.gn
('K') |
« CHANGES
('k') |
README »
('j') |
no next file with comments »
Expand Comments
('e') |
Collapse Comments
('c') |
Show Comments
Hide Comments
('s')
Index: LICENSE
diff --git a/srtp/LICENSE b/LICENSE
similarity index 100%
rename from srtp/LICENSE
rename to LICENSE
« BUILD.gn
('K') |
« CHANGES
('k') |
README »
('j') |
no next file with comments »
Issue 2344973002: Update libsrtp to version 2.0 (Closed)
Created 4 years, 3 months ago by mattdr-at-chromium
Modified 4 years, 2 months ago
Reviewers: kjellander_chromium, phoglund_chromium
Base URL:
Comments: 11
This is Rietveld
408576698