Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Explicitly export a list of symbols from libcrypto. | jsing | 2016-12-21 | 1 | -1/+5 |
| | | | | | | | | | | | | | | | | Move the "internal" BN functions from bn.h to bn_lcl.h and stop exporting the bn_* symbols. These are documented as only being intended for internal use, so why they were placed in a public header is beyond me... This hides 363 previously exported symbols, most of which exist in headers that are not installed and were never intended to be public. This also removes a few crusty old things that should have died long ago (like _ossl_old_des_read_pw). But don't worry... there are still 3451 symbols exported from the library. With input and testing from inoguchi@. ok beck@ inoguchi@ | ||||
* | Less IA64. | jsing | 2016-09-04 | 1 | -992/+0 |
| | | | | ok deraadt@ | ||||
* | Correct spelling of OPENSSL_cleanse. | jsing | 2015-09-10 | 1 | -2/+2 |
| | | | | ok miod@ | ||||
* | Remove pointless comments. | jsing | 2015-09-10 | 1 | -2/+2 |
| | | | | ok "captain obvious" | ||||
* | deregister; no binary change | jsg | 2014-10-28 | 1 | -2/+2 |
| | | | | ok jsing@ miod@ | ||||
* | digests: *_LONG_LOG2 is not used, stop talking about it. | bcook | 2014-10-20 | 2 | -8/+3 |
| | | | | | | | | Modified patch from Dmitry Eremin-Solenikov leave the sole public define in ripemd.h ok deraadt@ miod@ | ||||
* | remove return value from HOST_c2l/l2c macros | bcook | 2014-08-18 | 1 | -5/+5 |
| | | | | | | | | | | | These macros and asm inlines simulate a function returning a value, but nothing ever uses this return value. Remove the pseudo-returns and (void) casts discarding the unused values. This, maybe unsurprisingly, speeds things up a bit. It also removes the GCC 4.9 warnings about unused values. ok miod@ deraadt@ | ||||
* | unbreak build this needed to be an and.. | beck | 2014-07-13 | 1 | -2/+2 |
| | | | | ok jsing@ | ||||
* | Take out __bounded__ in the include files we use it in when not on OpenBSD. | beck | 2014-07-13 | 1 | -1/+4 |
| | | | | | | | while we can take it out in portable at compile time, it is still a problem when we install this header file on a system that doesn't support __bounded__ if this is unguarded. ok miod@ bcook@ | ||||
* | Explicitly include <openssl/opensslconf.h> in every file that references | jsing | 2014-07-10 | 1 | -3/+3 |
| | | | | | | | | | 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 bogus preprocessor statements trying to pick the largest integer | miod | 2014-07-10 | 1 | -8/+1 |
| | | | | | | | | type for BF_LONG, MD[45]_LONG and SHA_LONG. First, the preprocessor symbols they check for a 64-bit system is __ILP64__ which no sane system provides; second, on the platforms which have assembler code to speed things up, the assembler code assumes a 32-bit type will be used. | ||||
* | 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@ | ||||
* | Add more bounded attributes to the buffer and md5/sha headers in libssl | avsm | 2014-06-14 | 1 | -3/+5 |
| | | | | ok miod@ | ||||
* | tags as requested by miod and tedu | deraadt | 2014-06-12 | 4 | -4/+4 |
| | |||||
* | Remove various test stubs. The good ones have been moved by jsing | deraadt | 2014-06-07 | 1 | -125/+0 |
| | | | | | | and others to the regress framework. These remaining ones just muddle us up when re-reading code repeatedly. ok jsing | ||||
* | Almost nothing actually needs to include <openssl/e_os2.h>, however by | jsing | 2014-05-24 | 2 | -2/+5 |
| | | | | | | | including it they get <openssl/opensslconf.h>. So instead of pulling in <openssl/e_os2.h>, just pull in <openssl/opensslconf.h>. "go ahead" miod@ | ||||
* | Remove fips_md_init() macro indirection for digest algorithms, used by the | miod | 2014-05-01 | 1 | -1/+1 |
| | | | | | | | OpenSSL FIPS module to prevent forbidden digests to be allowed. No functional change but readability. ok deraadt@ | ||||
* | First pass at removing win64 support from the assembly generating Perl | jsing | 2014-04-30 | 1 | -106/+0 |
| | | | | | | | scripts. We certainly do not need an identical copy of the win64 exception handler in each script (surely one copy would be sufficient). ok miod@ | ||||
* | Unsurprisingly, since <unistd.h> was so darn hard to find for OpenSSL developers | beck | 2014-04-18 | 1 | -3/+1 |
| | | | | | | | | they had resorted to manually protyping read(2) instead of incredible amount of preprocessor wizardry needed to find the ever illusive <unistd.h>. Let's just include <unistd.h> and we don't need to do this.. While we're at it flense out _OSD_POSIX and __DGJPP__ cruft. ok krw@ | ||||
* | Remove _CRAY references. Note that this pleads for the use of <stdint.h> | miod | 2014-04-16 | 1 | -8/+1 |
| | | | | | fixed-width types instead of choosing int or long depending upon what we think the architecture support. | ||||
* | we don't use these files for building | tedu | 2014-04-15 | 1 | -90/+0 |
| | |||||
* | remove FIPS mode support. people who require FIPS can buy something that | tedu | 2014-04-15 | 1 | -3/+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 | -140/+0 |
| | |||||
* | Send the rotIBM stream cipher (ebcdic) to Valhalla to party for eternity | beck | 2014-04-15 | 1 | -20/+0 |
| | | | | | with the bearded ones... some API's that nobody should be using will dissapear with this commit. | ||||
* | remove pentium specific benchmark code | jsg | 2014-04-15 | 1 | -78/+0 |
| | | | | ok miod@ | ||||
* | remove auto-generated dependencies from the old unused build system, so | deraadt | 2014-04-14 | 1 | -12/+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 | 1 | -4/+4 |
| | |||||
* | This commit was generated by cvs2git to track changes on a CVS vendor | miod | 2014-04-13 | 1 | -1/+2 |
|\ | | | | | branch. | ||||
| * | Import OpenSSL 1.0.1g | miod | 2014-04-13 | 2 | -5/+6 |
| | | |||||
| * | import OpenSSL-1.0.1c | djm | 2012-10-13 | 2 | -1/+5 |
| | | |||||
* | | resolve conflicts | djm | 2012-10-13 | 2 | -1/+5 |
| | | |||||
* | | This commit was generated by cvs2git to track changes on a CVS vendor | djm | 2012-10-13 | 1 | -3/+5 |
|\ \ | | | | | | | branch. | ||||
| * | | import OpenSSL-1.0.1c | djm | 2012-10-13 | 1 | -3/+5 |
| | | | |||||
* | | | resolve conflicts, fix local changes | djm | 2010-10-01 | 6 | -1172/+7 |
| | | | |||||
* | | | This commit was generated by cvs2git to track changes on a CVS vendor | djm | 2010-10-01 | 2 | -16/+1132 |
|\ \ \ | | |/ | |/| | branch. | ||||
| * | | import OpenSSL-1.0.0a | djm | 2010-10-01 | 6 | -30/+1139 |
| | | | |||||
| * | | import openssl-0.9.8j | djm | 2009-01-09 | 2 | -1/+9 |
| | | | |||||
* | | | This commit was generated by cvs2git to track changes on a CVS vendor | djm | 2010-10-01 | 1 | -18/+12 |
|\ \ \ | | |/ | |/| | branch. | ||||
| * | | import OpenSSL-1.0.0a | djm | 2010-10-01 | 1 | -18/+12 |
| | | | |||||
* | | | resolve conflicts | djm | 2009-01-09 | 2 | -1/+9 |
| | | | |||||
* | | | This commit was generated by cvs2git to track changes on a CVS vendor | djm | 2009-01-09 | 1 | -4/+8 |
|\| | | | | | | | | branch. | ||||
| * | | import openssl-0.9.8j | djm | 2009-01-09 | 1 | -4/+8 |
| | | | |||||
* | | | resolve conflicts | djm | 2008-09-06 | 6 | -169/+21 |
| | | | |||||
* | | | This commit was generated by cvs2git to track changes on a CVS vendor | djm | 2008-09-06 | 1 | -0/+245 |
|\ \ \ | | |/ | |/| | branch. | ||||
| * | | import of OpenSSL 0.9.8h | djm | 2008-09-06 | 6 | -165/+258 |
| | | | |||||
| * | | import of openssl-0.9.7j | djm | 2006-06-27 | 1 | -1/+2 |
| | | | |||||
| * | | import of openssl-0.9.7g; tested on platforms from alpha to zaurus, ok deraadt@ | djm | 2005-04-29 | 2 | -1/+4 |
| | | | |||||
| * | | import 0.9.7c | markus | 2003-11-11 | 1 | -1/+1 |
| | | | |||||
| * | | import 0.9.7b (without idea and rc5) | markus | 2003-05-11 | 4 | -35/+10 |
| | | | |||||
| * | | import openssl-0.9.7-beta1 | markus | 2002-09-05 | 5 | -399/+291 |
| | | |