Side by Side Diff: srtp/VERSION 
  
  
    
       
    
  
 
    Issue 889083003 : 
  Update libsrtp to upstream 1.5.0  (Closed) 
  
 
  
    Patch Set: Updated to libsrtp 1.5.1 
    
  
  
    Use n/p to move between diff chunks;
    N/P to move between comments.
    
    Draft comments are only viewable by you. 
    
  
 
  
  
    Jump to: 
      
        README.chromium 
      
        config/config.h 
      
        libsrtp.gyp 
      
        srtp/.cvsignore 
      
        srtp/.gitignore 
      
        srtp/CHANGES 
      
        srtp/Makefile 
      
        srtp/Makefile.in 
      
        srtp/README 
      
        srtp/VERSION 
      
        srtp/crypto/Makefile 
      
        srtp/crypto/Makefile.in 
      
        srtp/crypto/ae_xfm/xfm.c 
      
        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/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/cipher.h 
      
        srtp/crypto/include/crypto.h 
      
        srtp/crypto/include/crypto_kernel.h 
      
        srtp/crypto/include/crypto_types.h 
      
        srtp/crypto/include/datatypes.h 
      
        srtp/crypto/include/err.h 
      
        srtp/crypto/include/hmac.h 
      
        srtp/crypto/include/integers.h 
      
        srtp/crypto/include/kernel_compat.h 
      
        srtp/crypto/include/prng.h 
      
        srtp/crypto/include/rdb.h 
      
        srtp/crypto/include/rdbx.h 
      
        srtp/crypto/include/sha1.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_source_ossl.c 
      
        srtp/crypto/test/aes_calc.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/Makefile 
      
        srtp/doc/libsrtp.pdf 
      
        srtp/include/srtp.h 
      
        srtp/include/srtp_priv.h 
      
        srtp/install-win.bat 
      
        srtp/srtp.def 
      
        srtp/srtp/ekt.c 
      
        srtp/srtp/srtp.c 
      
        srtp/tables/aes_tables.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