Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |
| | | | ||||||
* | | | resolve conflicts | djm | 2009-01-09 | 5 | -47/+21 | |
| | | | ||||||
* | | | This commit was generated by cvs2git to track changes on a CVS vendor | djm | 2009-01-09 | 2 | -14/+125 | |
|\ \ \ | | |/ | |/| | branch. | |||||
| * | | import openssl-0.9.8j | djm | 2009-01-09 | 2 | -14/+125 | |
| | | | ||||||
* | | | remerge local tweaks, update per-arch configuration headers, update | djm | 2008-09-06 | 2 | -1/+7 | |
| | | | | | | | | | | | | Makefiles, crank shlib_version | |||||
* | | | resolve conflicts | djm | 2008-09-06 | 19 | -70/+103 | |
| | | | ||||||
* | | | This commit was generated by cvs2git to track changes on a CVS vendor | djm | 2008-09-06 | 1 | -0/+1980 | |
|\ \ \ | | |/ | |/| | branch. | |||||
| * | | import of OpenSSL 0.9.8h | djm | 2008-09-06 | 13 | -55/+2049 | |
| | | | ||||||
| * | | import of openssl-0.9.7j | djm | 2006-06-27 | 1 | -1/+1 | |
| | | | ||||||
| * | | import of openssl-0.9.7g; tested on platforms from alpha to zaurus, ok deraadt@ | djm | 2005-04-29 | 5 | -4/+130 | |
| | | | ||||||
| * | | import openssl-0.9.7d | markus | 2004-04-07 | 2 | -12/+13 | |
| | | | ||||||
| * | | import 0.9.7c | markus | 2003-11-11 | 1 | -37/+47 | |
| | | | ||||||
| * | | import 0.9.7b (without idea and rc5) | markus | 2003-05-11 | 6 | -52/+74 | |
| | | | ||||||
| * | | import openssl-0.9.7-stable-SNAP-20020911 (without idea) | markus | 2002-09-12 | 2 | -1/+2 | |
| | | | ||||||
| * | | import openssl-0.9.7-beta1 | markus | 2002-09-05 | 29 | -984/+917 | |
| | | | ||||||
| * | | This commit was manufactured by cvs2git to create branch 'unlabeled-1.1.1'. | cvs2svn | 2002-05-15 | 3 | -0/+854 | |
| | | | ||||||
* | | | This commit was generated by cvs2git to track changes on a CVS vendor | djm | 2008-09-06 | 3 | -157/+135 | |
|\ \ \ | | |/ | |/| | branch. | |||||
| * | | import of OpenSSL 0.9.8h | djm | 2008-09-06 | 10 | -171/+169 | |
| | | |