Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | fix -Wall due to API change | djm | 2010-10-01 | 1 | -3/+3 | |
| | | | | ||||||
* | | | | update supporting files, crank library majors | djm | 2010-10-01 | 18 | -274/+621 | |
| | | | | ||||||
* | | | | add missing; yay for cvs! | djm | 2010-10-01 | 3 | -0/+402 | |
| | | | | ||||||
* | | | | resolve conflicts, fix local changes | djm | 2010-10-01 | 1079 | -135052/+48413 | |
| | | | | ||||||
* | | | | This commit was generated by cvs2git to track changes on a CVS vendor | djm | 2010-10-01 | 13 | -252/+2386 | |
|\ \ \ \ | | |/ / | |/| | | branch. | |||||
| * | | | import OpenSSL-1.0.0a | djm | 2010-10-01 | 49 | -3141/+10589 | |
| | | | | ||||||
| * | | | import of OpenSSL 0.9.8k | djm | 2009-04-06 | 4 | -3/+5 | |
| | | | | ||||||
* | | | | This commit was generated by cvs2git to track changes on a CVS vendor | djm | 2010-10-01 | 84 | -1948/+3142 | |
|\ \ \ \ | | |_|/ | |/| | | branch. | |||||
| * | | | import OpenSSL-1.0.0a | djm | 2010-10-01 | 693 | -25279/+41145 | |
| | | | | ||||||
* | | | | This commit was generated by cvs2git to track changes on a CVS vendor | djm | 2010-10-01 | 306 | -4812/+48339 | |
|\ \ \ \ | | |_|/ | |/| | | branch. | |||||
| * | | | import OpenSSL-1.0.0a | djm | 2010-10-01 | 334 | -6392/+53658 | |
| | | | | ||||||
| * | | | This commit was manufactured by cvs2git to create branch 'OPENSSL'. | cvs2svn | 2010-07-01 | 1 | -0/+992 | |
| | | | | ||||||
* | | | | Use mandoc instead of groff to build PostScript manuals; note that | schwarze | 2010-09-09 | 1 | -3/+3 | |
| | | | | | | | | | | | | | | | | | | | | | | | | these are not built by default, but only built when MANPS is set. kristaps@ and jmc@ agree with the idea, and the patch doesn't bother deraadt@ at all | |||||
* | | | | 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@ | |||||
* | | | | oops. Missed this from my aes-ni commit. | thib | 2010-07-01 | 1 | -3/+4 | |
| | | | | ||||||
* | | | | AES-NI engine support for OpenSSL. | thib | 2010-07-01 | 11 | -3/+1730 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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@ | |||||
* | | | | Add the extendedKeyUsage flags serverAuth and clientAuth. Newer Windows | reyk | 2010-06-26 | 1 | -0/+3 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | version require these flags to accept the X.509 certificates from the gateway or client; I just add both flags to make it work in both cases and verified it with win7, for example when authenticating against iked. go ahead beck@ | |||||
* | | | | 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@ | |||||
* | | | | The openssl command line tool treats the non-null terminated buffer | deraadt | 2010-04-20 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | "mbuf" as a C string when using the pop3 s_client feature. This causes a segmentation fault with malloc.conf option "J" set when BIO_printf() runs off the end of the buffer. The following patch fixes PR 6282 from Matthew Haub (asked to submit upstream), ok djm | |||||
* | | | | Security fix for CVE-2010-0740 | jasper | 2010-04-14 | 2 | -6/+8 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | "In TLS connections, certain incorrectly formatted records can cause an OpenSSL client or server to crash due to a read attempt at NULL." http://openssl.org/news/secadv_20100324.txt ok deraadt@ djm@ sthen@ | |||||
* | | | | Build all manual pages in base with mandoc(1) instead of groff, | schwarze | 2010-04-03 | 1 | -3/+3 | |
| | | | | | | | | | | | | | | | | | | | | | | | | excepting the tbl(1) pages, which are less than twenty. "commit the diff that enables it, now" deraadt@ | |||||
* | | | | cherrypick patch from OpenSSL 0.9.8m: | djm | 2010-03-04 | 4 | -8/+11 | |
| | | | | | | | | | | | | | | | | | | | | *) Always check bn_wexpend() return values for failure. (CVE-2009-3245) [Martin Olsson, Neel Mehta] | |||||
* | | | | Use MACHINE_CPU instead of MACHINE_ARCH to pick the correct machine dependent | miod | 2010-02-03 | 1 | -6/+8 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | files or directories when applicable. The inspiration and name of MACHINE_CPU come from NetBSD, although the way to provide it to Makefiles is completely different. ok kettenis@ | |||||
* | | | | 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@ | |||||
* | | | | new ipsca root. | dlg | 2009-12-31 | 1 | -0/+108 | |
| | | | | ||||||
* | | | | ipsca has expired | dlg | 2009-12-31 | 1 | -51/+0 | |
| | | | | ||||||
* | | | | plug a memory leak; found by parfait, ok djm | deraadt | 2009-12-11 | 1 | -0/+2 | |
| | | | | ||||||
* | | | | pull Ben Lauries blind prefix injection fix for CVE-2009-3555 from | markus | 2009-11-10 | 10 | -12/+40 | |
| | | | | | | | | | | | | | | | | openssl 0.9.8l; crank minor version; ok djm@ deraadt@; initially from jsg@ | |||||
* | | | | s/Mhz/MHz/, MHz is a multiple of the SI unit hertz (whose symbol is Hz). | sobrado | 2009-10-31 | 2 | -4/+4 | |
| | | | | ||||||
* | | | | another cert that makes godaddy.com and launchpad.net (among others) happy. | fgsch | 2009-10-12 | 1 | -0/+51 | |
| | | | | | | | | | | | | | | | | | | | | found by Guillaume Protet (guillaume dot protet at mortheres dot info) while testing bzr update. deraadt@ ok | |||||
* | | | | remove expired certificates and add startcom ltd. | fgsch | 2009-08-08 | 1 | -839/+148 | |
| | | | | | | | | | | | | | | | | beck@ ok | |||||
* | | | | pull string for memcpy; ok hshoexer@ | martynas | 2009-08-07 | 1 | -1/+2 | |
| | | | | ||||||
* | | | | add ipsCA as a valid authority. | dlg | 2009-05-25 | 1 | -0/+51 | |
| | | | | | | | | | | | | | | | | ok beck@ | |||||
* | | | | resync libssl/libcrypto pod documentation - quite a few more pages and | djm | 2009-04-10 | 1 | -27/+242 | |
| | | | | | | | | | | | | | | | | MLINKS; feedback and ok jmc@ | |||||
* | | | | crankus majoris | djm | 2009-04-06 | 3 | -3/+3 | |
| | | | | ||||||
* | | | | resolve conflicts | djm | 2009-04-06 | 52 | -176/+308 | |
| | | | | ||||||
* | | | | This commit was generated by cvs2git to track changes on a CVS vendor | djm | 2009-04-06 | 7 | -11/+18 | |
|\ \ \ \ | | |/ / | |/| | | branch. | |||||
| * | | | import of OpenSSL 0.9.8k | djm | 2009-04-06 | 64 | -173/+330 | |
| | | | | ||||||
* | | | | This commit was generated by cvs2git to track changes on a CVS vendor | djm | 2009-04-06 | 34 | -117/+18119 | |
|\ \ \ \ | | |/ / | |/| | | branch. | |||||
| * | | | import of OpenSSL 0.9.8k | djm | 2009-04-06 | 37 | -135/+18140 | |
| | | | | ||||||
* | | | | missing ssl_sock_init() call in init_client() (used by | djm | 2009-01-30 | 1 | -3/+10 | |
| | | | | | | | | | | | | | | | | "openssl s_client"), fix an unlikely memory leak | |||||
* | | | | remove some gratuitous changes that do nothing other than inrease | djm | 2009-01-30 | 1 | -2/+1 | |
| | | | | | | | | | | | | | | | | the size of the diff against openssl mainline | |||||
* | | | | convert a strdup (into a purpose-allocated buffer) in libcrypto to a | djm | 2009-01-12 | 1 | -2/+3 | |
| | | | | | | | | | | | | | | | | memcpy to avoid linker deprecation warnings; pointed out by dkrause@ | |||||
* | | | | openssl-0.9.8j enables RFC3546 TLS extensions by default (e.g. the very | djm | 2009-01-09 | 13 | -39/+0 | |
| | | | | | | | | | | | | | | | | | | | | useful "server name indication" that allows multihomed TLS server), so remove the #define to disable it here | |||||
* | | | | adjust Makefile and crank major for openssl-0.9.8j | djm | 2009-01-09 | 17 | -16/+56 | |
| | | | | ||||||
* | | | | resolve conflicts | djm | 2009-01-09 | 301 | -4804/+6983 | |
| | | | | ||||||
* | | | | This commit was generated by cvs2git to track changes on a CVS vendor | djm | 2009-01-09 | 4 | -9/+15 | |
|\ \ \ \ | | |_|/ | |/| | | branch. | |||||
| * | | | import openssl-0.9.8j | djm | 2009-01-09 | 23 | -96/+299 | |
| | | | | ||||||
* | | | | This commit was generated by cvs2git to track changes on a CVS vendor | djm | 2009-01-09 | 127 | -3471/+17440 | |
|\ \ \ \ | | |_|/ | |/| | | branch. |