Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Remove the Broadcom ubsec engine: | reyk | 2014-04-13 | 2 | -4/+0 | |
| | | | | | | | | | | | | | The vendor_defns/hw_ubsec.h file has a copyright that does not grant rights! Vendor files should either include a compatible license in the copyright statement or use OpenSSL's defaults, but adding a copyright statement without any terms is not acceptable. It should not have been included in the first place. (The ubsec(4) kernel driver is not affected by this change) ok deraadt@ | |||||
* | Remove the IBM 4758 engine: we don't have this hardware and it is an | reyk | 2014-04-13 | 2 | -4/+0 | |
| | | | | | | old PCI accelerator that was EOL'ed in 2005. ok deraadt@ | |||||
* | Merge conflicts; remove MacOS, Netware, OS/2, VMS and Windows build machinery. | miod | 2014-04-13 | 2 | -1/+1 | |
| | ||||||
* | This commit was generated by cvs2git to track changes on a CVS vendor | miod | 2014-04-13 | 1 | -0/+1 | |
|\ | | | | | branch. | |||||
| * | Import OpenSSL 1.0.1g | miod | 2014-04-13 | 1 | -0/+1 | |
| | | ||||||
* | | Switch to using unhyphenated VIA padlock mnemonics. VIA abandoned the | matthew | 2013-05-30 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | hyphen in their official programming guide sometime between 2003 and 2005, and Clang's integrated assembler does not support hyphenated mnemonics. ok jsg, deraadt | |||||
* | | resolve conflicts | djm | 2012-10-13 | 5 | -27/+102 | |
| | | ||||||
* | | This commit was generated by cvs2git to track changes on a CVS vendor | djm | 2012-10-13 | 2 | -0/+810 | |
|\| | | | | | branch. | |||||
| * | import OpenSSL-1.0.1c | djm | 2012-10-13 | 2 | -0/+810 | |
| | | ||||||
| * | import openssl-0.9.7d | markus | 2004-04-07 | 1 | -1/+1 | |
| | | ||||||
| * | import 0.9.7b (without idea and rc5) | markus | 2003-05-11 | 1 | -43/+25 | |
| | | ||||||
| * | import openssl-0.9.7-stable-SNAP-20020911 (without idea) | markus | 2002-09-12 | 1 | -5/+5 | |
| | | ||||||
| * | import openssl-0.9.7-beta3 | markus | 2002-09-05 | 1 | -124/+227 | |
| | | ||||||
| * | import openssl-0.9.7-beta1 | markus | 2002-09-05 | 1 | -136/+369 | |
| | | ||||||
| * | This commit was manufactured by cvs2git to create branch 'OPENSSL'. | cvs2svn | 2002-05-15 | 2 | -0/+814 | |
| | ||||||
* | openssl-1.0.0e: resolve conflicts | djm | 2011-11-03 | 1 | -0/+3 | |
| | ||||||
* | move CRYPTO_VIAC3_MAX out of cryptodev.h and into the only | jsg | 2010-12-16 | 1 | -0/+2 | |
| | | | | | | file it will be used from. requested by/ok mikeb@ | |||||
* | The VIA ciphers are added to an array of CRYPTO_ALGORITHM_MAX length | jsg | 2010-12-16 | 1 | -2/+2 | |
| | | | | | | | which should have been declared as CRYPTO_ALGORITHM_MAX + 1, fix this and reserve enough space for the VIA additions as well. ok/comments from mikeb & deraadt | |||||
* | More OpenSSL fixes: | djm | 2010-10-06 | 2 | -11/+13 | |
| | | | | | | | | | - Update local engines for the EVP API change (len u_int => size_t) - Use hw_cryptodev.c instead of eng_cryptodev.c - Make x86_64-xlate.pl always write to the output file and not stdout, fixing "make -j" builds (spotted by naddy@) ok naddy@ | |||||
* | Retire Skipjack | mikeb | 2010-10-06 | 2 | -2/+0 | |
| | | | | | | | | | | | There's not much use for the declassified cipher from the 80's with a questionable license these days. According to the FIPS drafts, Skipjack reaches its EOL in December 2010. The libc portion will be removed after the ports hackathon. djm and thib agree, no objections from deraadt Thanks to jsg for digging up FIPS drafts. | |||||
* | resolve conflicts, fix local changes | djm | 2010-10-01 | 48 | -11845/+311 | |
| | ||||||
* | This commit was generated by cvs2git to track changes on a CVS vendor | djm | 2010-10-01 | 2 | -0/+413 | |
|\ | | | | | branch. | |||||
| * | import OpenSSL-1.0.0a | djm | 2010-10-01 | 14 | -57/+580 | |
| | | ||||||
* | | This commit was generated by cvs2git to track changes on a CVS vendor | djm | 2010-10-01 | 1 | -83/+369 | |
|\ \ | | | | | | | branch. | |||||
| * | | import OpenSSL-1.0.0a | djm | 2010-10-01 | 3 | -222/+512 | |
| | | | ||||||
| * | | import openssl-0.9.8j | djm | 2009-01-09 | 2 | -136/+261 | |
| | | | ||||||
* | | | AES-NI engine support for OpenSSL. | thib | 2010-07-01 | 4 | -2/+595 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is code mostly picked up from upstream OpenSSL, or to be more exact a diff from David Woodhouse <dwmw2 at infradead dot org>. Remember to make includes before doing a build! no objections from djm@ OK deraadt@, reyk@ (AES is about 4.25x faster on his x201 now) | |||||
* | | | VIA xcrypt for amd64, simpler version of a diff from deraadt | jsg | 2010-06-29 | 1 | -6/+19 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | with suggestions from miod. The codepath doesn't seem to be called yet, this will be investigated later. looks good miod@, ok deraadt@ | |||||
* | | | When running in pic mode we don't have enough general registers for all | jsg | 2010-05-03 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the xcrypt inputs, hence the dance which is done to make this work. The constraint for the key however was "mr" which is both from memory and from a general register, it seems gcc3 went with the former and gcc4 went with the later in the pic case, so change the constraint for the key to just "m" which gives us more efficient code that both gcc3 and gcc4 are happy with. ok kettenis@ | |||||
* | | | resolve conflicts | djm | 2009-01-09 | 3 | -120/+131 | |
| | | | ||||||
* | | | This commit was generated by cvs2git to track changes on a CVS vendor | djm | 2009-01-09 | 1 | -2/+2 | |
|\ \ \ | | |/ | |/| | branch. | |||||
| * | | import openssl-0.9.8j | djm | 2009-01-09 | 7 | -4/+77 | |
| | | | ||||||
* | | | update to openssl-0.9.8i; tested by several, especially krw@ | djm | 2009-01-05 | 7 | -139/+326 | |
| | | | ||||||
* | | | remerge local tweaks, update per-arch configuration headers, update | djm | 2008-09-06 | 1 | -12/+8 | |
| | | | | | | | | | | | | Makefiles, crank shlib_version | |||||
* | | | resolve conflicts | djm | 2008-09-06 | 21 | -195/+374 | |
| | | | ||||||
* | | | This commit was generated by cvs2git to track changes on a CVS vendor | djm | 2008-09-06 | 4 | -0/+1593 | |
|\| | | | | | | | | branch. | |||||
| * | | import of OpenSSL 0.9.8h | djm | 2008-09-06 | 24 | -194/+1966 | |
| | | | ||||||
| * | | import of openssl-0.9.7j | djm | 2006-06-27 | 3 | -79/+83 | |
| | | | ||||||
| * | | import openssl-0.9.7d | markus | 2004-04-07 | 3 | -18/+25 | |
| | | | ||||||
| * | | import 0.9.7c | markus | 2003-11-11 | 1 | -2/+6 | |
| | | | ||||||
| * | | import 0.9.7b (without idea and rc5) | markus | 2003-05-11 | 13 | -34/+79 | |
| | | | ||||||
| * | | import openssl-0.9.7-beta3 | markus | 2002-09-05 | 3 | -7/+21 | |
| | | | ||||||
| * | | import openssl-0.9.7-beta1 | markus | 2002-09-05 | 6 | -466/+697 | |
| | | | ||||||
| * | | This commit was manufactured by cvs2git to create branch 'unlabeled-1.1.1'. | cvs2svn | 2002-05-15 | 21 | -0/+4864 | |
| / | ||||||
* | | This commit was generated by cvs2git to track changes on a CVS vendor | djm | 2008-09-06 | 2 | -390/+1275 | |
|\| | | | | | branch. | |||||
| * | import of OpenSSL 0.9.8h | djm | 2008-09-06 | 3 | -391/+1276 | |
| | | ||||||
| * | import of openssl-0.9.7j | djm | 2006-06-27 | 4 | -46/+161 | |
| | | ||||||
* | | fix memory leak (in one case of unaligned buffers); from Markus Kvetter | deraadt | 2008-02-26 | 1 | -2/+3 | |
| | | | | | | | | ok markus | |||||
* | | resolve conflicts | djm | 2006-06-27 | 7 | -125/+244 | |
| | | ||||||
* | | potential fd leak (we will fix this before we move to cloning) | deraadt | 2006-06-08 | 1 | -1/+3 | |
| | |