Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | if (x) FOO_free(x) -> FOO_free(x). | miod | 2014-07-12 | 1 | -27/+15 |
| | | | | | | | Improves readability, keeps the code smaller so that it is warmer in your cache. review & ok deraadt@ | ||||
* | Explicitly include <openssl/opensslconf.h> in every file that references | jsing | 2014-07-10 | 5 | -5/+17 |
| | | | | | | | | | 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_str | bcook | 2014-07-09 | 1 | -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 tedu | deraadt | 2014-06-12 | 8 | -8/+8 |
| | |||||
* | malloc() result does not need a cast. | deraadt | 2014-06-07 | 1 | -1/+1 |
| | | | | ok miod | ||||
* | Use C99 initializers for the various FOO_METHOD structs. More readable, and | miod | 2014-04-27 | 1 | -10/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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@ | ||||
* | Change library to use intrinsic memory allocation functions instead of | beck | 2014-04-17 | 1 | -4/+4 |
| | | | | | | | | OPENSSL_foo wrappers. This changes: OPENSSL_malloc->malloc OPENSSL_free->free OPENSSL_relloc->realloc OPENSSL_freeFunc->free | ||||
* | 1. RAND_seed is now DEPRECATED | deraadt | 2014-04-17 | 1 | -1/+0 |
| | | | | | | | | | | 2. Even passing a digest in as entropy is sloppy. But apparently the OpenSSL guys could find no objects of lesser value to pass to the pluggable random subsystem, and had to resort to private keys and digests. Classy. ok djm | ||||
* | we don't use these files for building | tedu | 2014-04-15 | 1 | -76/+0 |
| | |||||
* | remove FIPS mode support. people who require FIPS can buy something that | tedu | 2014-04-15 | 1 | -18/+0 |
| | | | | | meets their needs, but dumping it in here only penalizes the rest of us. ok beck deraadt | ||||
* | Moved to regress/lib/libcrypto. | miod | 2014-04-15 | 1 | -572/+0 |
| | |||||
* | remove auto-generated dependencies from the old unused build system, so | deraadt | 2014-04-14 | 1 | -64/+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 vendor | miod | 2014-04-13 | 1 | -2/+9 |
|\ | | | | | branch. | ||||
| * | Import OpenSSL 1.0.1g | miod | 2014-04-13 | 1 | -2/+9 |
| | | |||||
* | | This commit was generated by cvs2git to track changes on a CVS vendor | djm | 2012-10-13 | 1 | -6/+8 |
|\ \ | | | | | | | branch. | ||||
| * | | import OpenSSL-1.0.1c | djm | 2012-10-13 | 1 | -6/+8 |
| | | | |||||
* | | | This commit was generated by cvs2git to track changes on a CVS vendor | djm | 2012-10-13 | 5 | -3/+37 |
|\ \ \ | | |/ | |/| | branch. | ||||
| * | | import OpenSSL-1.0.1c | djm | 2012-10-13 | 5 | -3/+37 |
| | | | |||||
* | | | 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 | 1 | -7/+78 |
| | | | |||||
* | | | This commit was generated by cvs2git to track changes on a CVS vendor | djm | 2011-11-03 | 2 | -2/+8 |
|\ \ \ | | |/ | |/| | branch. | ||||
| * | | import OpenSSL 1.0.0e | djm | 2011-11-03 | 2 | -2/+8 |
| | | | |||||
* | | | This commit was generated by cvs2git to track changes on a CVS vendor | djm | 2011-11-03 | 1 | -3/+2 |
|\ \ \ | | |/ | |/| | branch. | ||||
| * | | import OpenSSL 1.0.0e | djm | 2011-11-03 | 1 | -3/+2 |
| | | | |||||
* | | | resolve conflicts, fix local changes | djm | 2010-10-01 | 1 | -24/+22 |
| | | | |||||
* | | | This commit was generated by cvs2git to track changes on a CVS vendor | djm | 2010-10-01 | 4 | -134/+117 |
|\ \ \ | | |/ | |/| | branch. | ||||
| * | | import OpenSSL-1.0.0a | djm | 2010-10-01 | 4 | -134/+117 |
| | | | |||||
* | | | This commit was generated by cvs2git to track changes on a CVS vendor | djm | 2010-10-01 | 1 | -1/+1 |
|\ \ \ | | |/ | |/| | branch. | ||||
| * | | import OpenSSL-1.0.0a | djm | 2010-10-01 | 2 | -25/+23 |
| | | | |||||
| * | | import openssl-0.9.8j | djm | 2009-01-09 | 1 | -16/+33 |
| | | | |||||
* | | | resolve conflicts | djm | 2009-01-09 | 1 | -17/+20 |
| | | | |||||
* | | | update to openssl-0.9.8i; tested by several, especially krw@ | djm | 2009-01-05 | 1 | -17/+31 |
| | | | |||||
* | | | This commit was generated by cvs2git to track changes on a CVS vendor | djm | 2008-09-06 | 8 | -0/+1488 |
|\ \ \ | |/ / |/| / | |/ | branch. | ||||
| * | import of OpenSSL 0.9.8h | djm | 2008-09-06 | 8 | -0/+1488 |
| | |||||
* | import of OpenSSL 0.9.8h | djm | 2008-09-06 | 2 | -0/+625 |