Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
libsrtp2
/
226ec5629e672152ebffe4aa630c27a760126865
/
Makefile.in
219ce4b
Sync latest changes from master.
by jfigus
· 10 years ago
cae277e
Add support for building on/cross-compiling the shared library for Windows and OS X
by Nirbheek Chauhan
· 10 years ago
d196e02
Rename binary target to libsrtp2 since it's not backwards compatible with libsrtp 1.x. Header files are now installed into /usr/local/include/srtp2.
by jfigus
· 10 years ago
2569049
Remove obsolete PRNG. Libsrtp shouldn't be used as a general purpose crypto library. Libraries such as OpenSSL provide a newer SP800-90 compliant DRBG.
by jfigus
· 10 years ago
46d6b47
Refactor debug API so app layer doesn't need to include crypto_kernel.h. Removed unused hex utils from libsrtp.a and moved them to the app layer.
by jfigus
· 10 years ago
8aa936e
Makefile cleanup. Remove aes_tables app since libsrtp is not used as a general purpose crypto library.
by jfigus
· 10 years ago
339b61d
Remove crypto_get_random() since it's been agreed that libsrtp should not be used as a general purpose crypto library. The RNG provided by libsrtp is old and not current with the latest standards, such as SP800-90.
by jfigus
· 10 years ago
97a80f4
Change default option for stdout debugging to disabled to comply with best practices for library development. Removed GDOI configure option because it's not used anywhere in the code.
by jfigus
· 10 years ago
a9ac898
Begin header file refactoring. This is a work-in-progress.
by jfigus
· 10 years ago
9e4c091
Take advantage of base64 conversion in testapps
by Christian Oien
· 10 years ago
98bb4fb
Fix broken openssl build
by jfigus
· 10 years ago
b3c5142
* Transforming rtp_decoder into a standalone test application
by Bernardo Torres
· 10 years ago
f4956d3
Merge remote-tracking branch 'upstream/master'
by Bernardo Torres
· 10 years ago
79e38ae
* Adding support for pcap decryption
by Bernardo Torres
· 10 years ago
4494760
This commit provides a minimal refactoring of the include hierarchy to allow eliminating the LIBSRTP_INTERNAL_BUILD hack added a couple of days ago. This was tested with gcc, g++, and clang. Also did a sanity build of the doubango and asterisk downstream projects.
by jfigus
· 10 years ago
0db0033
More header file fun. This commit allows the downstream doujango project to compile. doujango uses -DHAVE_CONFIG-H when compiling libsrtp.
by John Foley
· 10 years ago
b86063c
build: add pkg-config file generation support
by Saúl Ibarra Corretgé
· 10 years ago
2b48665
Minor changes to autoconf and Makefile to resolve issues #59 and #60.
by jfigus
· 10 years ago
29b152e
Use AES ICM state counter to determine when to reinitialize the prng.
by Rich Rodriguez
· 10 years ago
5004642
Add support for building shared library (libsrtp.so)
by jfigus
· 11 years ago
8c36da2
Add support for [draft-ietf-avtcore-srtp-aes-gcm-07]
by jfigus
· 11 years ago
7af23e7
Merge branch 'master' of https://github.com/jfigus/libsrtp into feature-openssl
by Cullen Jennings
· 12 years ago
ef29a90
clean up build make libsrtp instead of srtp
by Cullen Jennings
· 12 years ago
0d3a268
Add support for OpenSSL based HMAC implementation, which optionally replaces the native HMAC/SHA1 implementation. This commit also fixes some problems with the test apps when OpenSSL support is configured into the library.
by jfigus
· 12 years ago
a14b5a0
Add support for OpenSSL AES and RNG modules
by jfigus
· 12 years ago
fc65552
Clean crypto/Makefile and doc/Makefile on superclean.
by Jonathan Lennox
· 14 years ago
a7897f0
Don't fail if srtp directories exist on install, and tolerate rmdir failing on
by Jonathan Lennox
· 14 years ago
f464743
Fix runtest and install when srcdir != objdir.
by Jonathan Lennox
· 14 years ago
79870d6
initial EKT work
by David McGrew
· 17 years ago
5506a8b
fixing clean target in Makefile
by David McGrew
· 18 years ago
79bd301
eliminated dependancy on getopt() for portability's sake
by David McGrew
· 18 years ago
0cb86ee
adding dtls-srtp support functions
by David McGrew
· 18 years ago
c79548c
adding rtpw test script
by David McGrew
· 18 years ago
2d4b3a7
ismacryp compatibility changes
by David McGrew
· 19 years ago
11b2e41
fixing srtcp anti-replay protection
by David McGrew
· 19 years ago
7c7ff31
cleanup
by David McGrew
· 19 years ago
1f84c40
Fix libsrtp.a dependency for apps without linking twice with it.
by Marcus Sundberg
· 19 years ago
5c714e4
Get RNG_OBJS from autoconf and use it.
by Marcus Sundberg
· 19 years ago
b0a9311
Kill tests under test which are already present in crypto/test.
by Marcus Sundberg
· 19 years ago
95e2372
Move autoconf expansion for EXE and gdoi up among the other macros.
by Marcus Sundberg
· 19 years ago
8ebe5ce
Add and use COMPILE variable. Add VPATH support to build outside source dir.
by Marcus Sundberg
· 19 years ago
589127e
Use "$(MAKE) -C foo" instead of "cd foo; $(MAKE)".
by Marcus Sundberg
· 19 years ago
5529f10
fixing build_table_apps target
by David McGrew
· 19 years ago
b67061f
autoconf fixes and minor code cleanup
by David McGrew
· 19 years ago
e11033e
rationalizing header files
by David McGrew
· 19 years ago
fec49dd
continuing merge from jesup, several minor fixes
by David McGrew
· 19 years ago
235513a
Initial revision
by Cullen Jennings
· 19 years ago