Lines Matching refs:PR

11 PR #409 - Compatibilty with LibreSSL
13 PR #406 - Fix unprotect when pktlen < (2*mki_size + tag_len)
15 PR #405 - Prevent potential double free
17 PR #404 - Add back extern to global variables
19 PR #403 - Set gcm IV directly with EVP_CipherInit_ex
21 PR #401 - Fix memory access issue in srtp_get_session_keys()
23 PR #398 - Fix memory access fixes when invalid profiles where used
25 PR #391 - Return NULL when allocating memory of size zero
27 PR #390 - Bitvector of length zero is not valid
29 PR #385 - Treat warnings as errors on travis builds
31 PR #388 - Moved externs from crypto_kernel into its own header
33 PR #379 - Fixed several compiler warnings from Firefox builds
35 PR #377 - Removed variable init code in rdbx which never gets used
37 PR #381 - Added error in case the platform is not detected
39 PR #376 - Add coverity scan to travis builds
41 PR #374 - Add a big endian build on travis
43 PR #373 - Fixed buffer size issue in test/srtp_driver.c
45 PR #372 - Make rtp_decoder compile on MinGW
47 PR #367 - Rename configure.in to configure.ac
49 PR #365 - Replace calls to free() with srtp_crypto_free()
51 PR #364 - Add valgrind to travis and fix leaks in tests
53 PR #363 - Change smtp_crypto_alloc to initialize memory to zero
55 PR #354 - Fix potential leak if cloning of stream fails
57 PR #340 - Fix potential leak in srtp_add_stream()
59 PR #323 - Fix running test in out of source builds
67 PR #253 - Cipher type cleanup for AES
73 PR #259 - Sequence number incorrectly masked for AES GCM IV
79 PR #287 - Fix OOB read in key generation for encrypted headers with GCM ciphers
87 PR #204 - OpenSSL performance improvements
90 PR #209 - Restore AES-192 under BoringSSL
93 PR #224 - Master Key Identifiers (MKI) Support patch
96 PR #234 - Report SSRC instead of srtp_stream_t in srtp_event_data_t
100 PR #238 - Configure changes and improvements
107 PR #241 & PR #261 - Improved logging API to receive log messages from libSRTP
111 PR #289 - Added support for set and get the roll-over-counter
114 PR #304 - Fix (S)RTP and (S)RTCP for big endian machines
120 PR #149 - Don't create a symlink if there is no $(SHAREDLIBVERSION)
122 PR #151 - Make srtp_driver compile for MIPS
124 PR #160 - Use PKG_PROG_PKG_CONFIG to find correct pkg-config
126 PR #167 - Additional RTCP and SRTCP tests
128 PR #169 - Identified merge conflict created by commit 6b71fb9
130 PR #173 - Avoid error 'possibly undefined macro: AM_PROG_AR'
132 PR #174 - Avoid warning 'The macro AC_TRY_LINK is obsolete.'
134 PR #175 - Remove 2nd -fPIC
136 PR #182 - Add a length check before reading packet data
138 PR #191 - On debug, output correct endianness of SSRC
140 PR #192 - Replace octet_string_is_eq with a constant-time implementation
142 PR #195 - Add missing __cplusplus header guards
144 PR #198 - Update sha1_driver.c to avoid memory leaks
146 PR #202 - Add an explicit cast to avoid a printf format warning on macOS
148 PR #205 - Update Windows build files to Visual Studio 2015
150 PR #207 - Fix to install-win.bat syntax, and add installation of x64 libraries
152 PR #208 - Make replace_cipher and replace_auth public again
154 PR #211 - Changes for OpenSSL 1.1.0 compatibility
156 PR #213 - Add cast to `unsigned int` in call to printf in test
158 PR #214 - Avoid empty initializer braces
160 PR #222 - Fix issue: No consistency when use some srtp_* functions
162 PR #231 - Advance version on master in preparation for 2.1 release
164 PR #232 - Update Travis, do not build with OpenSSL on OSX
166 PR #233 - crypto/replay/rdbx.c: Return type of srtp_index_guess from int to
169 PR #236 - test/rtp_decoder.c: Removed superfluous conditional
171 PR #237 - test/rtp_decoder.c: spring cleaning
173 PR #239 - octet_string_set_to_zero() delegates to OPENSSL_cleanse() if
176 PR #243 - EKT is not really supported yet, remove from install
178 PR #244 - Add simple error checking in timing test to avoid false results
180 PR #245 - Add missing srtp_cipher_dealloc calls when test fails
182 PR #246 - test/rtp_decoder: Add missing conditional
184 PR #248 - New README.md that integrates intro, credits and references from
187 PR #249 - Remove support for generic aesicm from configure.in
189 PR #250 - Update README.md, incorrect tag for link
191 PR #255 - Cleanup outdated comment related to MKI
193 PR #258 - Add AES-GCM to DTLS-SRTP Protection Profiles
195 PR #263 - Cleaning up and removing duplicated and outdated code
197 PR #265 - Introduction of unit test framework: CUTest
199 PR #267 - crypto/kernel/err.c: Include datatypes.h
201 PR #272 - Reduce literal constants
203 PR #273 - SRTP AEAD SRTCP initialization vector regression tests
205 PR #274 - Update Travis build - add ccache
207 PR #276 - Reference and docs updates
209 PR #278 - Removed crypto/test/auth_driver.c and test/lfsr.c
211 PR #279 - Bump copyright year
213 PR #283 - Add missing docs in srtp.h
215 PR #284 - Add strict-prototypes warning if supported
217 PR #291 - Use const char * for srtp_set_debug_module()
219 PR #294 - Fix incorrect result of rdb_increment on overflow
221 PR #300 - Standalone tests
223 PR #301 - Configure fixes
225 PR #302 - Fix warning regarding unused variable
227 PR #303 - Makefile.in: Add gnu as match for shared lib suffix