summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/camellia (follow)
Commit message (Collapse)AuthorAgeFilesLines
* This commit was manufactured by cvs2git to create tag 'OPENBSD_5_8_BASE'.OPENBSD_5_8_BASEcvs2svn2015-08-0211-3324/+0
|
* include camellia.h using the public include pathbcook2014-11-191-2/+2
|
* Add the Cammelia cipher to libcrypto.miod2014-11-171-3/+3
| | | | | | | | | | | | | | | | | | There used to be a strong reluctance to provide this cipher in LibreSSL in the past, because the licence terms under which Cammelia was released by NTT were free-but-not-in-the-corners, by restricting the right to modify the source code, as well retaining the right to enforce their patents against anyone in the future. However, as stated in http://www.ntt.co.jp/news/news06e/0604/060413a.html , NTT changed its mind and made this code truly free. We only wish there had been more visibility of this, for we could have had enabled Cammelia earlier (-: Licence change noticed by deraadt@. General agreement from the usual LibreSSL suspects. Crank libcrypto.so minor version due to the added symbols.
* Sacrifice this code to the KNF deities.miod2014-11-139-402/+401
|
* deregister; no binary changejsg2014-10-281-4/+4
| | | | ok jsing@ miod@
* Remove private_{Camellia,RC4}_set_key FIPS indirection tentacles, as has beenmiod2014-07-123-82/+22
| | | | done for other symmetric algorithms recently.
* pour some water on an ass emberderaadt2014-07-111-1/+1
| | | | spotted by doctor jsing, always keeping an eye out for these
* Fetch the specific license which will be used fromderaadt2014-07-111-0/+24
| | | | | | https://www.openssl.org/~appro/camellia/dist/BSD_license.txt It isn't our concern to supply the other licences mentioned in source files; that is realy not our problem.
* Explicitly include <openssl/opensslconf.h> in every file that referencesjsing2014-07-101-3/+5
| | | | | | | | | an OPENSSL_NO_* define. This avoids relying on something else pulling it in for us, plus it fixes several cases where the #ifndef OPENSSL_NO_XYZ is never going to do anything, since OPENSSL_NO_XYZ will never defined, due to the fact that opensslconf.h has not been included. This also includes some miscellaneous sorting/tidying of headers.
* remove unused, private version strings except SSL_version_strbcook2014-07-091-3/+1
| | | | | | Also remove unused des_ver.h, which exports some of these strings, but is not installed. ok miod@ tedu@
* tags as requested by miod and teduderaadt2014-06-1210-10/+10
|
* c-file-style hints, begone; ok beckderaadt2014-06-1110-10/+10
|
* First pass at removing win64 support from the assembly generating Perljsing2014-04-301-215/+1
| | | | | | | scripts. We certainly do not need an identical copy of the win64 exception handler in each script (surely one copy would be sufficient). ok miod@
* Unifdef -UPEDANTIC. ok beck@ tedu@miod2014-04-231-1/+1
|
* eroMgib dne- nai 68xtnetelca .smiod2014-04-181-7/+2
|
* Get rid of MS Visual C compiler and Intel C compiler specific defines.miod2014-04-171-11/+1
|
* we don't use these files for buildingtedu2014-04-151-87/+0
|
* remove FIPS mode support. people who require FIPS can buy something thattedu2014-04-152-7/+0
| | | | | meets their needs, but dumping it in here only penalizes the rest of us. ok beck deraadt
* remove auto-generated dependencies from the old unused build system, soderaadt2014-04-141-23/+0
| | | | | that it is easier to find code pieces. They are getting in the way. ok miod
* This commit was generated by cvs2git to track changes on a CVS vendormiod2014-04-131-1/+2
|\ | | | | branch.
| * Import OpenSSL 1.0.1gmiod2014-04-131-1/+2
| |
* | This commit was generated by cvs2git to track changes on a CVS vendordjm2012-10-132-5/+76
|\ \ | | | | | | branch.
| * | import OpenSSL-1.0.1cdjm2012-10-132-5/+76
| | |
* | | This commit was generated by cvs2git to track changes on a CVS vendordjm2012-10-134-5/+13
|\ \ \ | | |/ | |/| branch.
| * | import OpenSSL-1.0.1cdjm2012-10-134-5/+13
| | |
* | | This commit was generated by cvs2git to track changes on a CVS vendordjm2010-10-0110-2133/+545
|\| | | | | | | | branch.
| * | import OpenSSL-1.0.0adjm2010-10-0110-2133/+545
| | |
* | | This commit was generated by cvs2git to track changes on a CVS vendordjm2010-10-011-19/+19
|\ \ \ | | |/ | |/| branch.
| * | import OpenSSL-1.0.0adjm2010-10-011-19/+19
| | |
* | | This commit was generated by cvs2git to track changes on a CVS vendordjm2009-04-062-0/+2218
|\ \ \ | | |/ | |/| branch.
| * | import of OpenSSL 0.9.8kdjm2009-04-062-0/+2218
| | |
* | | This commit was generated by cvs2git to track changes on a CVS vendordjm2009-01-092-0/+18
|\| | | | | | | | branch.
| * | import openssl-0.9.8jdjm2009-01-092-0/+18
| | |
* | | This commit was generated by cvs2git to track changes on a CVS vendordjm2009-01-091-1/+1
|\ \ \ | | |/ | |/| branch.
| * | import openssl-0.9.8jdjm2009-01-091-1/+1
| | |
* | | This commit was generated by cvs2git to track changes on a CVS vendordjm2008-09-069-0/+2900
|\ \ \ | |/ / |/| / | |/ branch.
| * import of OpenSSL 0.9.8hdjm2008-09-069-0/+2900
|
* import of OpenSSL 0.9.8hdjm2008-09-061-0/+103