Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | This commit was manufactured by cvs2git to create branch 'OPENBSD_5_3'. | cvs2svn | 2013-02-14 | 896 | -305635/+0 |
| | |||||
* | cherry pick bugfixes for http://www.openssl.org/news/secadv_20130205.txt | markus | 2013-02-14 | 5 | -42/+216 |
| | | | | | from the openssl git (changes between openssl 1.0.1c and 1.0.1d). ok djm@ | ||||
* | remove ACSS, crank libcrypto major; ok markus@ deraadt@ | djm | 2013-01-26 | 5 | -402/+0 |
| | |||||
* | On amd64 OPENSSL_cpuid_setup and OPENSSL_ia32cap_P are now hidden so we don't | kettenis | 2012-10-31 | 4 | -9/+5 |
| | | | | | | | | | | have to go through the PLT/GOT to get at them anymore. In fact going through the GOT now fails since we no longer have a GOT entry for OPENSSL_ia32cap_P. Fixes the problem spotted by jasper@ and sthen@. Based on a diff from mikeb@ who did most of the actual work of tracking down the issue. ok millert@, mikeb@ | ||||
* | Restore r1.10, lost during last update: | miod | 2012-10-22 | 1 | -1/+1 |
| | | | | Disable use of dladdr() on a.out arches, they do not provide it (yet); | ||||
* | import files that CVS missed; sigh | djm | 2012-10-13 | 5 | -0/+749 |
| | |||||
* | resolve conflicts | djm | 2012-10-13 | 195 | -2795/+10581 |
| | |||||
* | This commit was generated by cvs2git to track changes on a CVS vendor | djm | 2012-10-13 | 14 | -37/+149 |
|\ | | | | | branch. | ||||
| * | import OpenSSL-1.0.1c | djm | 2012-10-13 | 49 | -363/+1531 |
| | | |||||
| * | OpenSSL 1.0.0f: import upstream source | djm | 2012-01-05 | 1 | -34/+74 |
| | | |||||
* | | This commit was generated by cvs2git to track changes on a CVS vendor | djm | 2012-10-13 | 26 | -28/+3761 |
|\ \ | | | | | | | branch. | ||||
| * | | import OpenSSL-1.0.1c | djm | 2012-10-13 | 30 | -51/+3915 |
| | | | |||||
* | | | This commit was generated by cvs2git to track changes on a CVS vendor | djm | 2012-10-13 | 151 | -1402/+47784 |
|\ \ \ | | | | | | | | | branch. | ||||
| * | | | import OpenSSL-1.0.1c | djm | 2012-10-13 | 317 | -3954/+57335 |
| | | | | |||||
* | | | | When deciding whether we're PIC in a (generated) asm file, check for both PIC | pascal | 2012-08-21 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | and __PIC__ defines. Makes things easier for PIE. ok djm@ | ||||
* | | | | cherrypick fix for CVE-2012-2110: libcrypto ASN.1 parsing heap overflow | djm | 2012-04-19 | 3 | -14/+61 |
| | | | | | | | | | | | | | | | | ok miod@ deraadt@ | ||||
* | | | | OpenSSL 1.0.0f: merge | djm | 2012-01-05 | 10 | -130/+256 |
| | | | | |||||
* | | | | This commit was generated by cvs2git to track changes on a CVS vendor | djm | 2012-01-05 | 2 | -2/+4 |
|\| | | | | | | | | | | | branch. | ||||
| * | | | OpenSSL 1.0.0f: import upstream source | djm | 2012-01-05 | 10 | -58/+101 |
| | | | | |||||
* | | | | This commit was generated by cvs2git to track changes on a CVS vendor | djm | 2012-01-05 | 1 | -7/+78 |
|\ \ \ \ | | |/ / | |/| | | branch. | ||||
| * | | | OpenSSL 1.0.0f: import upstream source | djm | 2012-01-05 | 2 | -47/+163 |
| | | | | |||||
* | | | | openssl-1.0.0e: resolve conflicts | djm | 2011-11-03 | 75 | -461/+822 |
| | | | | |||||
* | | | | This commit was generated by cvs2git to track changes on a CVS vendor | djm | 2011-11-03 | 2 | -2/+198 |
|\ \ \ \ | | |_|/ | |/| | | branch. | ||||
| * | | | import OpenSSL 1.0.0e | djm | 2011-11-03 | 13 | -179/+627 |
| | | | | |||||
* | | | | This commit was generated by cvs2git to track changes on a CVS vendor | djm | 2011-11-03 | 29 | -370/+682 |
|\ \ \ \ | | |_|/ | |/| | | branch. | ||||
| * | | | import OpenSSL 1.0.0e | djm | 2011-11-03 | 91 | -637/+1053 |
| | | | | |||||
* | | | | This commit was generated by cvs2git to track changes on a CVS vendor | djm | 2011-11-03 | 8 | -30/+119 |
|\ \ \ \ | | |_|/ | |/| | | branch. | ||||
| * | | | import OpenSSL 1.0.0e | djm | 2011-11-03 | 10 | -46/+140 |
| | | | | |||||
* | | | | 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 | ||||
* | | | | Disable use of dladdr() on a.out arches, they do not provide it (yet); ok djm@ | miod | 2010-10-18 | 1 | -1/+1 |
| | | | | |||||
* | | | | More OpenSSL fixes: | djm | 2010-10-06 | 3 | -12/+14 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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. | ||||
* | | | | fix -Wall due to API change | djm | 2010-10-01 | 1 | -3/+3 |
| | | | | |||||
* | | | | add missing; yay for cvs! | djm | 2010-10-01 | 2 | -0/+205 |
| | | | | |||||
* | | | | resolve conflicts, fix local changes | djm | 2010-10-01 | 570 | -53852/+21771 |
| | | | | |||||
* | | | | This commit was generated by cvs2git to track changes on a CVS vendor | djm | 2010-10-01 | 176 | -4487/+31752 |
|\ \ \ \ | | |/ / | |/| | | branch. | ||||
| * | | | import OpenSSL-1.0.0a | djm | 2010-10-01 | 520 | -14675/+50508 |
| | | | | |||||
| * | | | This commit was manufactured by cvs2git to create branch 'unlabeled-1.1.1'. | cvs2svn | 2010-07-01 | 1 | -0/+992 |
| | | | | |||||
* | | | | This commit was generated by cvs2git to track changes on a CVS vendor | djm | 2010-10-01 | 37 | -1256/+1542 |
|\ \ \ \ | | |_|/ | |/| | | branch. | ||||
| * | | | import OpenSSL-1.0.0a | djm | 2010-10-01 | 105 | -6455/+7333 |
| | | | | |||||
* | | | | This commit was generated by cvs2git to track changes on a CVS vendor | djm | 2010-10-01 | 33 | -239/+1505 |
|\ \ \ \ | | |_|/ | |/| | | branch. | ||||
| * | | | import OpenSSL-1.0.0a | djm | 2010-10-01 | 39 | -296/+1837 |
| | | | | |||||
* | | | | Oracle has re-licensed sunrpc under a three-clause BSD license. | millert | 2010-09-01 | 1 | -27/+29 |
| | | | | | | | | | | | | | | | | Update our sources appropriately. OK deraadt@ jsg@ | ||||
* | | | | AES-NI engine support for OpenSSL. | thib | 2010-07-01 | 9 | -3/+1592 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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@ | ||||
* | | | | cherrypick patch from OpenSSL 0.9.8m: | djm | 2010-03-04 | 3 | -6/+9 |
| | | | | | | | | | | | | | | | | | | | | *) Always check bn_wexpend() return values for failure. (CVE-2009-3245) [Martin Olsson, Neel Mehta] | ||||
* | | | | add a fix from OpenSSL CVS for SA38200. | jasper | 2010-01-31 | 1 | -10/+7 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | "Modify compression code so it avoids using ex_data free functions. This stops applications that call CRYPTO_free_all_ex_data() prematurely leaking memory." looks ok to markus@ | ||||
* | | | | s/Mhz/MHz/, MHz is a multiple of the SI unit hertz (whose symbol is Hz). | sobrado | 2009-10-31 | 1 | -2/+2 |
| | | | |