Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chacha20 poly1305 #439

Open
wants to merge 83 commits into
base: chacha20_poly1305_dev
Choose a base branch
from
Open

Conversation

marakew
Copy link

@marakew marakew commented Feb 28, 2019

how about add unsupported ChaCha20 Poly1305 ?
I dont known how to check build chacha20_poly1305 with new openssl 1.1.0
because travis use old openssl 1.0.1

@marakew marakew force-pushed the master branch 19 times, most recently from c6da6af to e6787b2 Compare February 28, 2019 16:21
pabuhler and others added 29 commits November 6, 2019 15:31
travis osx builds that use brew seam to need a
newer version of xcode in order to have a ruby
version that works. This really should have been
automatic on the travis side.
Nss is now pre installed.
set xcode version in travis for some osx builds
Allow the pcap file to be read from a physical file, but maintain
default stdin behaviour.

Allow the byte offset of the RTP packet to be specified such that if a
non-tcp transport is used (e.g. UDP) the RTP packet can still be read
correctly.
Add extra command line options for more flexibility
This prevents hardcoded paths from breaking
the build.
Using android-ndk-r20b and test both
cmake and configure builds
include the build fixed for shared libraries suggested in
issue cisco#411 ansd pr cisco#432
…android

Add ci builds for ios and android
enable a flag to disable pcap dependency when build test apps
Bump version
Modify cmake to install crypto_types.h instead of cipher_types.h
This avoids overriding LD_LIBRARY_PATH that may be set by the user who
invokes the building/testing process when not necessary.
Don't set LD_LIBRARY_PATH if CRYPTO_LIBDIR is not set
Spelling and typo corrections.
gcc-10 defaults to -fno-common which reveals a symbol conflict with
bit_string. See https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85678
Also ignores the application bits as required by RFC 8285, sec 4.3
Fixes cisco#490
Fix two-byte RTP header extension encryption
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet