Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
libsrtp2
/
8872f716af6c63c8ee19c32e1c5cc51d920460cf
/
configure
7591886
Regenerate configure are error & logging changes
by Pascal Bühler
· 8 years ago
a3c68bc
regenerate configure after recent configure.in changes
by Pascal Bühler
· 8 years ago
ac872e7
update configure after recent configure.in changes
by Pascal Bühler
· 8 years ago
600ad96
configure: Regenerates configure script after configure.in changes.
by Idar Tollefsen
· 8 years ago
34acba6
Advance version on master
by Pascal Bühler
· 8 years ago
fac1f50
Remove obsolete remnants of DEV_URANDOM. Libsrtp is no longer used as an RNG.
by jfigus
· 9 years ago
038d2cf
Add support for using OpenSSL SRTP KDF algorithm. This work was originally done by Barry Fussell, but has been adapted to the latest libsrtp. Added new configure option called --enable-openssl-kdf to enable this feature. Also added new configure option to specify the location of the OpenSSL directory (--with-openssl-dir). Lastly, this commit updates config_in.h (via autoheader).
by jfigus
· 10 years ago
1ce6a74
Double-commit 9968e22ce2b7a1a2c0dde04f2413914416da260a to master.
by jfigus
· 10 years ago
7d67ce5
Sync latest from master
by jfigus
· 10 years ago
e806a66
Prepare for 1.5.2 release.
by jfigus
· 10 years ago
13fd694
Change libdl and libz checks to warnings when not found.
by jfigus
· 10 years ago
b5fad5f
A autoconf checks for libz and libdl when OpenSSL is enabled to allow for static linking of OpenSSL (via CFLAGS=-static).
by jfigus
· 10 years ago
3d1eba7
Relabel master for next MR.
by jfigus
· 10 years ago
385e675
Prepare for 1.5.1 release.
by jfigus
· 10 years ago
fb83841
Remove RNG since there is no longer a public API exposed to use the RNG. The RNG in libsrtp wasn't using a particularly good random source anyway. Downstream applications should use OpenSSL or some other random source that's compliant with SP-800-90.
by jfigus
· 10 years ago
d2b331c
Sync latest changes from master.
by jfigus
· 10 years ago
e9f206c
Introduce little endian RISC support
by Jaap Keuter
· 10 years ago
a6cf208
Remove support for --enable-kernel-linux option.
by jfigus
· 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
a3127b8
Remove AES CBC mode since it's not used by SRTP and libsrtp shouldn't be used as a general purpose crypto library.
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
8aa936e
Makefile cleanup. Remove aes_tables app since libsrtp is not used as a general purpose crypto library.
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
f063b90
Remove support for logging of errors to syslog
by jfigus
· 10 years ago
b058a3b
Pull new branch for 2.0.0 development
by jfigus
· 10 years ago
8bb76a3
Merge pull request #74 from bernardotorres/master
by John Foley
· 10 years ago
b3c5142
* Transforming rtp_decoder into a standalone test application
by Bernardo Torres
· 10 years ago
7b8383f
Add -pre suffix to version to indicate master branch is not stable.
by jfigus
· 10 years ago
d658019
Prepare for 1.5.0 release.
by jfigus
· 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
ff3d042
build: regenerate configure file
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
bfb9e30
Update configure based on b90f1baa.
by Sean Bright
· 11 years ago
7882dd9
Add AES-GCM crypto engine that leverages OpenSSL.
by jfigus
· 11 years ago
e1de50f
added SSL search paths for osx
by Cullen Jennings
· 11 years ago
5b22e37
Add check for EVP AES-CTR mode when openssl is enabled. Update README to include --enable-openssl option.
by jfigus
· 12 years ago
c7e66e3
Regenerated configure script using autoconf to allow the new --enable-openssl option.
by jfigus
· 12 years ago
52c5cd3
line up with master configure
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
c752816
Treat x86_64 platforms as HAVE_X86 in configure. (The limited amount of x86 inline
by Jonathan Lennox
· 13 years ago
3f7fc22
Add configure test for the 'sigaction' function.
by Jonathan Lennox
· 14 years ago
601cd0a
Re-generated from configure.in 1.11.
by Marcus Sundberg
· 17 years ago
64536cc
Re-generated from configure.in 1.10.
by Marcus Sundberg
· 19 years ago
9aef51e
Re-generated from configure.in 1.8.
by Marcus Sundberg
· 19 years ago
979e1bc
Re-generated from configure.in 1.7
by Marcus Sundberg
· 19 years ago
fffdbfe
Re-generated from configure.in 1.6
by Marcus Sundberg
· 19 years ago
d1694b5
updating autoconf
by David McGrew
· 19 years ago
b67061f
autoconf fixes and minor code cleanup
by David McGrew
· 19 years ago
89fb7ea
Fixed bswap_32, bswap_64 (#defines were a little off)
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