Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Remove the _shadow_ indirection, which is unnecessary in a world without | jsing | 2014-05-24 | 3 | -7/+4 | |
| | | | | | | OPENSSL_EXPORT_VAR_AS_FUNCTION. ok miod@ | |||||
* | Expand the OPENSSL_.*GLOBAL.* macros and stop including e_os2.h. | jsing | 2014-05-24 | 3 | -8/+7 | |
| | | | | ok miod@ beck@ | |||||
* | Explicitly include <openssl/openssl.conf>. des.h still needs e_os2.h (at | jsing | 2014-05-24 | 1 | -2/+3 | |
| | | | | least for a little while longer...) | |||||
* | Almost nothing actually needs to include <openssl/e_os2.h>, however by | jsing | 2014-05-24 | 1 | -2/+3 | |
| | | | | | | | 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@ | |||||
* | Expand the OPENSSL_{GLOBAL,EXPORT,IMPORT,EXTERN} macros - this rids the | jsing | 2014-05-22 | 3 | -7/+5 | |
| | | | | | | libssl tree from all uses of these defines. ok miod@ | |||||
* | Remove WIN32, WIN64 and MINGW32 tentacles. | miod | 2014-04-28 | 2 | -12/+0 | |
| | | | | | | | | Also check for _LP64 rather than __arch64__ (the former being more reliable than __LP64__ or __arch64__) to tell 64-bit int platforms apart from 32-bit int platforms. Loosely based upon a diff from Martijn van Duren on tech@ | |||||
* | Unifdef -U OPENSSL_BUILD_SHLIBCRYPTO, since all it causes under Unix is to | miod | 2014-04-27 | 3 | -20/+1 | |
| | | | | redefine OPENSSL_EXTERN from `extern' to `extern'. | |||||
* | unifdef MSDOS | giovanni | 2014-04-24 | 1 | -12/+1 | |
| | | | | ok miod@ | |||||
* | Unifdef -UPEDANTIC. ok beck@ tedu@ | miod | 2014-04-23 | 1 | -1/+1 | |
| | ||||||
* | Remove files which look like actual code compiled in libcrypto, but isn't. | miod | 2014-04-22 | 1 | -99/+0 | |
| | | | | One even says (in comments): HAS BUGS! DON'T USE | |||||
* | Remove meat which either duplicates code found in apps/, or is only of value | miod | 2014-04-22 | 5 | -1157/+0 | |
| | | | | for 20th century historians, and can be put in the Attic. | |||||
* | clean up files we don't need | tedu | 2014-04-21 | 19 | -1352/+0 | |
| | ||||||
* | We'll interpret a (void) cast on snprintf() to mean it's been verified that | guenther | 2014-04-19 | 1 | -1/+1 | |
| | | | | | | truncation is either desirable, not an issue, or is detected and handled later ok deraadt@ | |||||
* | tone down some XXXXX to not appear in grep | tedu | 2014-04-18 | 1 | -1/+1 | |
| | ||||||
* | Do not ask the user to pass either -DB_ENDIAN or -DL_ENDIAN to the compiler, | miod | 2014-04-18 | 1 | -5/+6 | |
| | | | | | | | but rather figure out the endianness from <machine/endian.h> automagically; help from guenther@ ok jca@ guenther@ beck@ and the rest of the `Buena SSL rampage club' | |||||
* | Put the final pieces from e_os.h in the required places, and remove it. | deraadt | 2014-04-18 | 2 | -2/+0 | |
| | | | | | "dance on it's grave" says beck ok guenther beck | |||||
* | Get rid of MS Visual C compiler and Intel C compiler specific defines. | miod | 2014-04-17 | 1 | -3/+1 | |
| | ||||||
* | Change library to use intrinsic memory allocation functions instead of | beck | 2014-04-17 | 2 | -4/+4 | |
| | | | | | | | | OPENSSL_foo wrappers. This changes: OPENSSL_malloc->malloc OPENSSL_free->free OPENSSL_relloc->realloc OPENSSL_freeFunc->free | |||||
* | OPENSSL_DECLARE_EXIT serves no purpose. | deraadt | 2014-04-17 | 1 | -1/+0 | |
| | ||||||
* | unistd.h is always in the same place; no need to #include the result of | deraadt | 2014-04-17 | 3 | -11/+3 | |
| | | | | a maze of conditional #define's | |||||
* | Remove _CRAY references. Note that this pleads for the use of <stdint.h> | miod | 2014-04-16 | 1 | -14/+0 | |
| | | | | | fixed-width types instead of choosing int or long depending upon what we think the architecture support. | |||||
* | Remove DES_read_password and DES_read_2passwords which are `modern' flavours | miod | 2014-04-16 | 2 | -144/+0 | |
| | | | | | | of des_old.h routines, acting as wrappers about the OpenSSL UI API. Nothing should use these functions directly. Riding the recent libcrypto major bump (in a `des' car). | |||||
* | dead file | tedu | 2014-04-16 | 1 | -521/+0 | |
| | ||||||
* | you do not want to do the things this program does | tedu | 2014-04-16 | 1 | -932/+0 | |
| | ||||||
* | we don't use these files for building | tedu | 2014-04-15 | 1 | -108/+0 | |
| | ||||||
* | 12 years ago, old_des.h was used to provide compatibility with libdes. | tedu | 2014-04-15 | 5 | -812/+3 | |
| | | | | | | | | | | | | The man page says "Compatibility des_ functions are provided for a short while" and indeed even the original commit message says "The compatibility functions will be removed in some future release, at the latest in version 1.0." So here we are, a short while later. Now I've only been an OpenBSD developer for 11 years, one year less than this header has existed, but in that brief time, I've learned a thing or two about deleting obsolete code. It doesn't delete itself. And worse, people will continue using it until you force them onto a better path. | |||||
* | imake died in a fire a long time ago | tedu | 2014-04-15 | 1 | -35/+0 | |
| | ||||||
* | remove FIPS mode support. people who require FIPS can buy something that | tedu | 2014-04-15 | 2 | -10/+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 | -952/+0 | |
| | ||||||
* | Send the rotIBM stream cipher (ebcdic) to Valhalla to party for eternity | beck | 2014-04-15 | 1 | -46/+0 | |
| | | | | | with the bearded ones... some API's that nobody should be using will dissapear with this commit. | |||||
* | Part 1 of eliminating BIO_snprintf(). This fixes mechanical conversions | beck | 2014-04-15 | 1 | -1/+1 | |
| | | | | | where the return value is ignored changing to (void) snprintf. ok deraadt@ | |||||
* | remove pentium specific benchmark code | jsg | 2014-04-15 | 2 | -134/+0 | |
| | | | | ok miod@ | |||||
* | unifdef -U OPENBSD_DEV_CRYPTO and OPENSSL_OPENBSD_DEV_CRYPTO. This code was the | miod | 2014-04-14 | 1 | -4/+0 | |
| | | | | | | early attempt at getting kernel-assisted crypto(4) used by libcrypto, before the engine API existed, and has been #if 0'd out for ages anyway. No API/ABI change. | |||||
* | remove auto-generated dependencies from the old unused build system, so | deraadt | 2014-04-14 | 1 | -171/+0 | |
| | | | | | that it is easier to find code pieces. They are getting in the way. ok miod | |||||
* | Cope with the removal of openssl/symhacks.h | deraadt | 2014-04-13 | 1 | -2/+0 | |
| | ||||||
* | Merge conflicts; remove MacOS, Netware, OS/2, VMS and Windows build machinery. | miod | 2014-04-13 | 5 | -1015/+7 | |
| | ||||||
* | resolve conflicts | djm | 2012-10-13 | 2 | -0/+12 | |
| | ||||||
* | This commit was generated by cvs2git to track changes on a CVS vendor | djm | 2012-10-13 | 1 | -2/+3 | |
|\ | | | | | branch. | |||||
| * | import OpenSSL-1.0.1c | djm | 2012-10-13 | 1 | -2/+3 | |
| | | ||||||
* | | resolve conflicts, fix local changes | djm | 2010-10-01 | 16 | -767/+356 | |
| | | ||||||
* | | This commit was generated by cvs2git to track changes on a CVS vendor | djm | 2010-10-01 | 1 | -2/+4 | |
|\ \ | | | | | | | branch. | |||||
| * | | import OpenSSL-1.0.0a | djm | 2010-10-01 | 11 | -75/+320 | |
| | | | ||||||
* | | | This commit was generated by cvs2git to track changes on a CVS vendor | djm | 2010-10-01 | 1 | -37/+18 | |
|\ \ \ | | |/ | |/| | branch. | |||||
| * | | import OpenSSL-1.0.0a | djm | 2010-10-01 | 3 | -71/+54 | |
| | | | ||||||
| * | | import of OpenSSL 0.9.8k | djm | 2009-04-06 | 1 | -1/+1 | |
| | | | ||||||
* | | | 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@ | |||||
* | | | s/Mhz/MHz/, MHz is a multiple of the SI unit hertz (whose symbol is Hz). | sobrado | 2009-10-31 | 1 | -2/+2 | |
| | | | ||||||
* | | | This commit was generated by cvs2git to track changes on a CVS vendor | djm | 2009-04-06 | 1 | -114/+231 | |
|\ \ \ | | |/ | |/| | branch. | |||||
| * | | import of OpenSSL 0.9.8k | djm | 2009-04-06 | 1 | -114/+231 | |
| | | | ||||||
| * | | import openssl-0.9.8j | djm | 2009-01-09 | 5 | -47/+21 | |
| | | |