Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | more: no need to null check before free; ok guenther | deraadt | 2014-05-30 | 2 | -2/+2 | |
| | ||||||
* | no need for null check before free. from Brendan MacDonell | tedu | 2014-05-30 | 1 | -2/+1 | |
| | ||||||
* | Everything sane has stdio, and FILE *. we don't need ifdefs for this. | beck | 2014-05-29 | 2 | -4/+0 | |
| | | | | ok to firebomb from tedu@ | |||||
* | We have stdio and are not WIN16. | jsing | 2014-05-23 | 1 | -2/+0 | |
| | ||||||
* | Convert OPENSSL_malloc stuff back to intrinsics, a few were missed | beck | 2014-05-22 | 1 | -2/+2 | |
| | | | | | as new stuff was brought in. ok miod@ | |||||
* | if (x) free(x) -> free(x); semantic patch generated with coccinelle, carefully | miod | 2014-05-22 | 1 | -4/+2 | |
| | | | | eyeballed before applying. Contributed by Cyril Roelandt on tech@ | |||||
* | switch RSA key generation default to 2048 bits (matching ssh); ok miod@ | sthen | 2014-05-17 | 1 | -1/+1 | |
| | ||||||
* | Stop being a dummy... presumably these are left overs from pedantic mode | jsing | 2014-05-15 | 1 | -5/+1 | |
| | | | | | | that were not wrapped with #if PEDANTIC. ok miod@ | |||||
* | Use C99 initializers for the various FOO_METHOD structs. More readable, and | miod | 2014-04-27 | 4 | -93/+64 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | avoid unreadable/unmaintainable constructs like that: const EVP_PKEY_ASN1_METHOD cmac_asn1_meth = { EVP_PKEY_CMAC, EVP_PKEY_CMAC, 0, "CMAC", "OpenSSL CMAC method", 0,0,0,0, 0,0,0, cmac_size, 0, 0,0,0,0,0,0,0, cmac_key_free, 0, 0,0 }; ok matthew@ deraadt@ | |||||
* | Unifdef -UPKCS1_CHECK and remove SSL_OP_PKCS1_CHECK_[12], this is leftover | miod | 2014-04-23 | 1 | -3/+0 | |
| | | | | | | | | ``debug'' code from a 15+ years old bugfix and the SSL_OP_PKCS1_CHECK_* constants have had a value of zero since ages. No production code should use them. ok beck@ | |||||
* | kill REF_PRINT/REF_CHECK debugging framework noone would use | deraadt | 2014-04-17 | 1 | -20/+0 | |
| | | | | ok miod | |||||
* | Get rid of MS Visual C compiler and Intel C compiler specific defines. | miod | 2014-04-17 | 1 | -8/+0 | |
| | ||||||
* | Change library to use intrinsic memory allocation functions instead of | beck | 2014-04-17 | 8 | -38/+38 | |
| | | | | | | | | OPENSSL_foo wrappers. This changes: OPENSSL_malloc->malloc OPENSSL_free->free OPENSSL_relloc->realloc OPENSSL_freeFunc->free | |||||
* | Do not feed RSA private key information to the random subsystem as | deraadt | 2014-04-17 | 1 | -8/+0 | |
| | | | | | | | | entropy. It might be fed to a pluggable random subsystem.... What were they thinking?! ok guenther | |||||
* | we don't use these files for building | tedu | 2014-04-15 | 1 | -81/+0 | |
| | ||||||
* | remove FIPS mode support. people who require FIPS can buy something that | tedu | 2014-04-15 | 5 | -151/+0 | |
| | | | | | meets their needs, but dumping it in here only penalizes the rest of us. ok beck deraadt | |||||
* | No licence. | miod | 2014-04-15 | 1 | -340/+0 | |
| | ||||||
* | remove auto-generated dependencies from the old unused build system, so | deraadt | 2014-04-14 | 1 | -227/+0 | |
| | | | | | that it is easier to find code pieces. They are getting in the way. ok miod | |||||
* | Merge conflicts; remove MacOS, Netware, OS/2, VMS and Windows build machinery. | miod | 2014-04-13 | 4 | -5/+11 | |
| | ||||||
* | This commit was generated by cvs2git to track changes on a CVS vendor | miod | 2014-04-13 | 2 | -4/+6 | |
|\ | | | | | branch. | |||||
| * | Import OpenSSL 1.0.1g | miod | 2014-04-13 | 2 | -4/+6 | |
| | | ||||||
* | | cherry pick bugfixes for http://www.openssl.org/news/secadv_20130205.txt | markus | 2013-02-14 | 1 | -1/+1 | |
| | | | | | | | | | | from the openssl git (changes between openssl 1.0.1c and 1.0.1d). ok djm@ | |||||
* | | resolve conflicts | djm | 2012-10-13 | 8 | -173/+202 | |
| | | ||||||
* | | This commit was generated by cvs2git to track changes on a CVS vendor | djm | 2012-10-13 | 4 | -38/+805 | |
|\| | | | | | branch. | |||||
| * | import OpenSSL-1.0.1c | djm | 2012-10-13 | 4 | -38/+805 | |
| | | ||||||
* | | OpenSSL 1.0.0f: merge | djm | 2012-01-05 | 1 | -29/+51 | |
| | | ||||||
* | | openssl-1.0.0e: resolve conflicts | djm | 2011-11-03 | 2 | -8/+14 | |
| | | ||||||
* | | resolve conflicts, fix local changes | djm | 2010-10-01 | 13 | -1055/+485 | |
| | | ||||||
* | | This commit was generated by cvs2git to track changes on a CVS vendor | djm | 2010-10-01 | 5 | -5/+1044 | |
|\| | | | | | branch. | |||||
| * | import OpenSSL-1.0.0a | djm | 2010-10-01 | 5 | -5/+1044 | |
| | | ||||||
* | | This commit was generated by cvs2git to track changes on a CVS vendor | djm | 2009-04-06 | 1 | -2/+2 | |
|\ \ | | | | | | | branch. | |||||
| * | | import of OpenSSL 0.9.8k | djm | 2009-04-06 | 1 | -2/+2 | |
| | | | ||||||
* | | | resolve conflicts | djm | 2009-01-09 | 10 | -289/+145 | |
| | | | ||||||
* | | | This commit was generated by cvs2git to track changes on a CVS vendor | djm | 2009-01-09 | 2 | -0/+603 | |
|\| | | | | | | | | branch. | |||||
| * | | import openssl-0.9.8j | djm | 2009-01-09 | 13 | -304/+775 | |
| | | | ||||||
* | | | This commit was generated by cvs2git to track changes on a CVS vendor | djm | 2009-01-09 | 2 | -4/+4 | |
|\ \ \ | | |/ | |/| | branch. | |||||
| * | | import openssl-0.9.8j | djm | 2009-01-09 | 2 | -4/+4 | |
| | | | ||||||
* | | | update to openssl-0.9.8i; tested by several, especially krw@ | djm | 2009-01-05 | 4 | -22/+34 | |
| | | | ||||||
* | | | Fix merge botch. | kettenis | 2008-09-07 | 1 | -3/+0 | |
| | | | | | | | | | | | | ok miod@ | |||||
* | | | resolve conflicts | djm | 2008-09-06 | 12 | -400/+651 | |
| | | | ||||||
* | | | This commit was generated by cvs2git to track changes on a CVS vendor | djm | 2008-09-06 | 1 | -78/+48 | |
|\ \ \ | | |/ | |/| | branch. | |||||
| * | | import of OpenSSL 0.9.8h | djm | 2008-09-06 | 13 | -476/+740 | |
| | | | ||||||
* | | | This commit was generated by cvs2git to track changes on a CVS vendor | djm | 2008-09-06 | 3 | -2/+111 | |
|\ \ \ | | |/ | |/| | branch. | |||||
| * | | import of OpenSSL 0.9.8h | djm | 2008-09-06 | 3 | -2/+111 | |
| | | | ||||||
* | | | openssl security fixes, diff from markus@, ok & "commit it" djm@ | pvalchev | 2006-10-04 | 3 | -0/+51 | |
| | | | | | | | | | | | | http://www.openssl.org/news/secadv_20060928.txt for more | |||||
* | | | fix RSA signature padding vulnerability in OpenSSL libcrypto CVE-2006-4339; | djm | 2006-09-09 | 1 | -0/+17 | |
| | | | | | | | | | | | | ok beck@ miod@ | |||||
* | | | resolve conflicts | djm | 2006-06-27 | 6 | -189/+300 | |
| | | | ||||||
* | | | This commit was generated by cvs2git to track changes on a CVS vendor | djm | 2006-06-27 | 1 | -3/+33 | |
|\ \ \ | | |/ | |/| | branch. | |||||
| * | | import of openssl-0.9.7j | djm | 2006-06-27 | 7 | -192/+333 | |
| | | | ||||||
* | | | This commit was generated by cvs2git to track changes on a CVS vendor | djm | 2006-06-27 | 2 | -0/+438 | |
|\ \ \ | | |/ | |/| | branch. |