Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Expand the OPENSSL_{GLOBAL,EXPORT,IMPORT,EXTERN} macros - this rids the | jsing | 2014-05-22 | 1 | -8/+8 |
| | | | | | | libssl tree from all uses of these defines. ok miod@ | ||||
* | Remove WIN32, WIN64 and MINGW32 tentacles. | miod | 2014-04-28 | 1 | -5/+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@ | ||||
* | Put explicit (void) in function declarations and shuffle keywords in some | miod | 2014-04-27 | 1 | -2/+2 |
| | | | | | declaration to pass -Wextra, should we want to add it to CFLAGS. No binary change. | ||||
* | Grr, the more you remove, the more there remain. | miod | 2014-04-23 | 2 | -618/+0 |
| | |||||
* | Put the final pieces from e_os.h in the required places, and remove it. | deraadt | 2014-04-18 | 1 | -3/+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 | -4/+0 |
| | |||||
* | OPENSSL_DECLARE_EXIT serves no purpose. | deraadt | 2014-04-17 | 2 | -2/+0 |
| | |||||
* | unistd.h is always in the same place; no need to #include the result of | deraadt | 2014-04-17 | 2 | -2/+2 |
| | | | | a maze of conditional #define's | ||||
* | we don't use these files for building | tedu | 2014-04-15 | 1 | -83/+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 | -233/+0 |
| | |||||
* | remove pentium specific benchmark code | jsg | 2014-04-15 | 1 | -70/+0 |
| | | | | ok miod@ | ||||
* | remove auto-generated dependencies from the old unused build system, so | deraadt | 2014-04-14 | 1 | -19/+0 |
| | | | | | that it is easier to find code pieces. They are getting in the way. ok miod | ||||
* | resolve conflicts | djm | 2012-10-13 | 2 | -2/+11 |
| | |||||
* | This commit was generated by cvs2git to track changes on a CVS vendor | djm | 2012-10-13 | 1 | -1/+4 |
|\ | | | | | branch. | ||||
| * | import OpenSSL-1.0.1c | djm | 2012-10-13 | 1 | -1/+4 |
| | | |||||
* | | resolve conflicts, fix local changes | djm | 2010-10-01 | 8 | -149/+21 |
| | | |||||
* | | This commit was generated by cvs2git to track changes on a CVS vendor | djm | 2010-10-01 | 1 | -15/+5 |
|\| | | | | | branch. | ||||
| * | import OpenSSL-1.0.0a | djm | 2010-10-01 | 1 | -15/+5 |
| | | |||||
* | | resolve conflicts | djm | 2009-01-09 | 2 | -2/+9 |
| | | |||||
* | | This commit was generated by cvs2git to track changes on a CVS vendor | djm | 2009-01-09 | 1 | -3/+6 |
|\| | | | | | branch. | ||||
| * | import openssl-0.9.8j | djm | 2009-01-09 | 1 | -3/+6 |
| | | |||||
* | | resolve conflicts | djm | 2008-09-06 | 6 | -9/+12 |
| | | |||||
* | | This commit was generated by cvs2git to track changes on a CVS vendor | djm | 2008-09-06 | 1 | -28/+13 |
|\| | | | | | branch. | ||||
| * | import of OpenSSL 0.9.8h | djm | 2008-09-06 | 4 | -28/+20 |
| | | |||||
* | | resolve conflicts | djm | 2006-06-27 | 2 | -13/+9 |
| | | |||||
* | | This commit was generated by cvs2git to track changes on a CVS vendor | djm | 2006-06-27 | 1 | -4/+5 |
|\| | | | | | branch. | ||||
| * | import of openssl-0.9.7j | djm | 2006-06-27 | 1 | -4/+5 |
| | | |||||
* | | resolve conflicts | djm | 2005-04-29 | 2 | -2/+7 |
| | | |||||
* | | This commit was generated by cvs2git to track changes on a CVS vendor | djm | 2005-04-29 | 1 | -0/+120 |
|\| | | | | | branch. | ||||
| * | import of openssl-0.9.7g; tested on platforms from alpha to zaurus, ok deraadt@ | djm | 2005-04-29 | 1 | -0/+120 |
| | | |||||
| * | import 0.9.7b (without idea and rc5) | markus | 2003-05-11 | 1 | -1/+3 |
| | | |||||
| * | import openssl-0.9.7-beta1 | markus | 2002-09-05 | 4 | -180/+149 |
| | | |||||
* | | merge 0.9.7d | markus | 2004-04-08 | 1 | -0/+1 |
| | | |||||
* | | use bn_asm_vax.S (from netbsd); test + ok by miod | markus | 2003-11-18 | 2 | -1/+3 |
| | | | | | | | | | | | | | | | | use asm code for i386, except for the CBC code, because it is not clean PIC code. add <machime/asm.h> support to x86unix.pl tested by: nick (on 30386), henning, djm, tedu, jmc and more; no shlib minor crank necessary, only internal symbols changed. | ||||
* | | merge 0.9.7b with local changes; crank majors for libssl/libcrypto | markus | 2003-05-12 | 2 | -11/+7 |
| | | |||||
* | | merge openssl-0.9.7-beta3, tested on vax by miod@ | markus | 2002-09-10 | 1 | -1/+1 |
| | | |||||
* | | execute bourne shell scripts with 'sh' and not with $SHELL | markus | 2002-09-04 | 1 | -1/+1 |
| | | |||||
* | | OpenSSL 0.9.7 stable 2002 05 08 merge | beck | 2002-05-15 | 6 | -24/+30 |
| | | |||||
* | | openssl-engine-0.9.6a merge | beck | 2001-06-22 | 1 | -1/+2 |
| | | |||||
* | | openssl-engine0.9.6 merge | beck | 2000-12-15 | 2 | -0/+0 |
| | | | | | | | | Again, be sure to whack an old /usr/obj/lib/libssl if you are doing builds | ||||
* | | openssl-engine-0.9.6 merge | beck | 2000-12-15 | 2 | -2/+2 |
| | | |||||
* | | OpenSSL 0.9.5a merge | beck | 2000-04-15 | 4 | -1080/+3 |
| | | |||||
* | | OpenSSL 0.9.5 merge | beck | 2000-03-19 | 6 | -28/+28 |
| | | | | | | | | | | | | *warning* this bumps shared lib minors for libssl and libcrypto from 2.1 to 2.2 if you are using the ssl26 packages for ssh and other things to work you will need to get new ones (see ~beck/libsslsnap/<arch>) on cvs or ~beck/src-patent.tar.gz on cvs | ||||
* | | do not assume shell scripts are +x; d | deraadt | 1999-11-23 | 1 | -1/+1 |
| | | |||||
* | | OpenSSL 0.9.4 merge | beck | 1999-09-29 | 17 | -1477/+457 |
| | | |||||
* | | Import of SSLeay-0.9.0b with RSA and IDEA stubbed + OpenBSD build | ryker | 1998-10-05 | 3 | -0/+2073 |
| | | | | | | | | | | | | | | | | | | | | functionality for shared libs. Note that routines such as sslv2_init and friends that use RSA will not work due to lack of RSA in this library. Needs documentation and help from ports for easy upgrade to full functionality where legally possible. | ||||
* | | This commit was generated by cvs2git to track changes on a CVS vendor | ryker | 1998-10-05 | 5 | -0/+952 |
|\| | | | | | branch. | ||||
| * | Import of SSLeay-0.9.0b with RSA and IDEA stubbed + OpenBSD build | ryker | 1998-10-05 | 5 | -0/+952 |
| | | | | | | | | | | functionality for shared libs. Note that routines such as sslv2_init and friends that use RSA will not work due to lack of RSA in this library. Needs documentation and help from ports for easy upgrade to full functionality where legally possible. | ||||
* | This commit was generated by cvs2git to track changes on a CVS vendor | ryker | 1998-10-05 | 9 | -0/+1784 |
|\ | | | | | branch. |