Navigation Menu

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

add support for Camellia HMAC-Based cipher suites from RFC6367 #148

Closed
wants to merge 1 commit into from

Conversation

tomato42
Copy link
Contributor

@tomato42 tomato42 commented Jul 9, 2014

While RFC6367 focuses on Camellia-GCM cipher suites, it also adds few
cipher suites that use SHA-2 based HMAC that can be very easily
added.

Tested against gnutls 3.3.5

While RFC6367 focuses on Camellia-GCM cipher suites, it also adds few
cipher suites that use SHA-2 based HMAC that can be very easily
added.

Tested against gnutls 3.3.5
@tomato42
Copy link
Contributor Author

Obsoleted by pull request #154

@tomato42 tomato42 closed this Jul 23, 2014
@tomato42 tomato42 deleted the camellia-sha256 branch July 23, 2014 13:15
dstebila referenced this pull request in open-quantum-safe/openssl Aug 28, 2017
04d7eaa4ea Enable or disable each algorithm (#158)
498756396e Add sig api with picnic (#120)
461b563f5e AppVeyor badge should point to master branch.
95df321556 copy header files instead of link (#157)
2a058c507e Windows continuous integration (#155)
ae3dd114f2 Merge pull request #154 from open-quantum-safe/fix-illegal-instruction
caede46535 Bring macOS build config closer to original.
b2730934ba Try a few changes to see if we can narrow down the bug.
0022252601 Switch to a different version of Xcode and set travis-tests to fail on error.
1385ddc8ff Fix windows build july2017 (#151)
f55adf997c Fix unknown pseudo-op: .global under macOS (#152)
9e71658238 Remove NTRU download and build script. (#150)
f696207235 Add --quiet flag during Travis tests. (#148)
9af78655ec Merge pull request #146 from open-quantum-safe/fix-clang-format-macos
c3cdcfb26d Fix clang-format on macOS at version 3.9.
4d28c38a8a Enabling NTRU by default, minor cleaning of configure.ac (#142)
40012c2427 Merge pull request #141 from open-quantum-safe/change-namespace-check
0bef3027ec Fix bug mentioned in issue #137.
6d817d85b7 Removing non-namespaced global symbols from Kyber (#139)
30743c2a2e Doc for Kyber
f07f64d455 Add 2 OSX to travis (#132)
8f7cff5b75 Mlwe kyber (#131)
d08b510b8f Remove picnic (#134)
2fecc3ba37 Typo: s/director/directory (#133)
a18af315aa fix pretty print format
6346d98080 Merge branch 'christianpaquin-add-sidh2.0'
1496cc8fae Merge branch 'add-sidh2.0' of https://github.com/christianpaquin/liboqs into christianpaquin-add-sidh2.0
a020ad117a ignore files
3aaa26aace Add libm4ri-dev
68533e7bc4 Adding Picnic algorithm from MSR
d423ae5499 Add ntru_ under global namespace
ea9a604b8f Merge branch 'master' of https://github.com/open-quantum-safe/liboqs
dc71dff2ec Adding directory env variables
db438fe1b2 Fix format error on mac
c9d0404d4f --enable-mcbits needs --with-mcbits-dir option
d6aecfafbd Rename configure options to match naming scheme
0b465c720b Merge branch 'master' of https://github.com/open-quantum-safe/liboqs
5b11574508 Remove ntru download as it is no more external
001759a3fb Link NTRU using static libraries
e478476cc5 Directly include NTRU code in project? #116
152d6839ca Fix make distclean errors #106
bc998ff9ef Fixing #107 by removing compilation of include files in NewHope (#122)
03b099b7c0 Add silent rules if possible (#123)
15d96d96b9 Update Readme with Ubuntu commands (#124)
3a2b7230a5 README: fixed rand.h link (#121)
732d18da53 Adding back -Werror to makefile and suppressing warnings in sidh to prevent compilation errors.
9416e18819 Removed -Werror flag.
3f5c4c5998 Updated SIDH to v2.0.
e1e3b24e9e Merge remote-tracking branch 'upstream/master'
f7b29e409e Try to fix prettyprinting inconsistency.
312c220683 Prettyprint.
83683b30ca Prettyprint.
1bd6ef012f Revert to fix  globalspace pollution warnings
b91c93098f Flag warning as error and fix warnings
5e63937d9a Merge remote-tracking branch 'upstream/master'
d0ec688e33 Fix build problems on macOS. (#114)
a8093007c3 Remove GPL headers to relicense as MIT licensed, with permission of original author (#113)
83c40e954f Missing libtool package (#104)
1404c651de do not get an error if external repository already exist (#105)
cf6d45c004 fixed block size in OQS_RAND_urandom_aesctr_n() (#108)
c4645a2ffb spelling fixes (#109)
a466e9abd9 Enable openssl and gmp dir to be specified
35bd9bc741 Ntru build related changes
f8c8d95d2b Update for Darwin
f215add476 Ignore generated files.
40dd8ce2d0 Prettyprint.
aa5958dca8 remove gmp from install
4d20f93691 Global namespace fix
516bcace93 Add ifdef for sidh iqc ref
dd3f752e6c valid
6b6afa837f Adding Javad's SIDH IQC implementation
42d38a59f5 clang-format showing format change
62c8981ea3 Merge remote-tracking branch 'upstream/master'
8420268db7 ntru download already happening in .travis.yml
475c713002 Provide ON_DARWIN flag for both the platforms
f6d08ccccb Silent rule;NTRU build;Darwin test program build updates
baab63ab88 better statistics (#100)
c6da8e5af0 Update README with brew instructions on macOS.
fa0e98eb72 Add public key sizes to benchmarking table
09cff0d2fd Autotools (#99)
9a4924754d Merge remote-tracking branch 'upstream/master'
d74a252ae8 Fix clang warnings (#98)
f12bf87f5b Merge remote-tracking branch 'upstream/master'
f2c7538498 Call OQS entropy collection api in NTRU (#97)
17045b69d7 Merge remote-tracking branch 'upstream/master'
76e8675970 System entropy refactoring proposal (#96)
8a09a124ef Enable ntru on windows (#95)
68d67103f3 Merge remote-tracking branch 'upstream/master'
e98ddd13ab Fix windows build after clang format refactoring (#94)
d2056a0221 Merge remote-tracking branch 'upstream/master'
810651c4d2 Add algorithm datasheet for Frodo.
94a49529a6 Add option to build with NTRU  (#85)
c1568a137d Clang format instead of astyle (#84)
095945d3c4 Merge remote-tracking branch 'upstream/master'
669f1aee5e Solves #81: dir was not created (#83)
091b1882a5 Add test_aes to README (#82)
540e6353e8 Travis revisited (still with astyle) and nicer makefile output (#80)
235ab1795e Merge remote-tracking branch 'upstream/master'
88d18d7d49 Enable McBits on Windows (#78)
fe14bf7ccd Enable McBits on Windows (#77)
d6de0a452f Merge remote-tracking branch 'upstream/master'
6098c7f32b Add wrapper around mcbits. (#67)
5214ce4db1 Merge remote-tracking branch 'upstream/master'
60f28a7502 Merge remote-tracking branch 'upstream/master'
3d5facbeaa Merge remote-tracking branch 'upstream/master'
812404e535 Merge remote-tracking branch 'upstream/master'
5741875965 Merge remote-tracking branch 'upstream/master'
6119d1e730 Merge remote-tracking branch 'upstream/master'
cfda5d550b Merge remote-tracking branch 'upstream/master'
ab352e4a56 Merge remote-tracking branch 'upstream/master'
71b217e9e9 Merge remote-tracking branch 'upstream/master'
7b2d2b3146 Merge remote-tracking branch 'upstream/master'
ab99f9f5d0 Merge remote-tracking branch 'upstream/master'
9c00eedd27 Merge branch 'master' of https://github.com/open-quantum-safe/liboqs
b0049c1902 Merge remote-tracking branch 'upstream/master'
29fa20a736 Removed spurious white spaces.
12ce5d6da6 Merge branch 'win-build'
a498f701b8 Modified CAPI call to avoid error when no key container is present for the user.
7f6fec2da1 Enables Windows build.

git-subtree-dir: vendor/liboqs
git-subtree-split: 04d7eaa4ea1e83cc6017992c957a85427441b220
mamckee pushed a commit to mamckee/openssl that referenced this pull request Dec 28, 2022
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

2 participants