summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/rc2 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* deregister; no binary changejsg2014-10-283-17/+17
| | | | ok jsing@ miod@
* Explicitly include <openssl/opensslconf.h> in every file that referencesjsing2014-07-101-1/+2
| | | | | | | | | 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_strbcook2014-07-091-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 teduderaadt2014-06-127-7/+7
|
* typo in commentmiod2014-04-271-1/+1
|
* Remove meat which either duplicates code found in apps/, or is only of valuemiod2014-04-222-362/+0
| | | | for 20th century historians, and can be put in the Attic.
* Get rid of MS Visual C compiler and Intel C compiler specific defines.miod2014-04-171-8/+0
|
* OPENSSL_DECLARE_EXIT serves no purpose.deraadt2014-04-171-1/+0
|
* unistd.h is always in the same place; no need to #include the result ofderaadt2014-04-171-1/+1
| | | | a maze of conditional #define's
* we don't use these files for buildingtedu2014-04-151-75/+0
|
* remove FIPS mode support. people who require FIPS can buy something thattedu2014-04-152-10/+0
| | | | | meets their needs, but dumping it in here only penalizes the rest of us. ok beck deraadt
* Moved to regress/lib/libcrypto.miod2014-04-151-274/+0
|
* remove auto-generated dependencies from the old unused build system, soderaadt2014-04-141-15/+0
| | | | | that it is easier to find code pieces. They are getting in the way. ok miod
* resolve conflictsdjm2012-10-132-1/+11
|
* This commit was generated by cvs2git to track changes on a CVS vendordjm2012-10-131-1/+5
|\ | | | | branch.
| * import OpenSSL-1.0.1cdjm2012-10-131-1/+5
| |
* | resolve conflicts, fix local changesdjm2010-10-013-112/+2
| |
* | This commit was generated by cvs2git to track changes on a CVS vendordjm2010-10-011-6/+2
|\| | | | | branch.
| * import OpenSSL-1.0.0adjm2010-10-011-6/+2
| |
* | resolve conflictsdjm2009-01-092-1/+20
| |
* | This commit was generated by cvs2git to track changes on a CVS vendordjm2009-01-091-2/+6
|\| | | | | branch.
| * import openssl-0.9.8jdjm2009-01-091-2/+6
| |
* | resolve conflictsdjm2008-09-065-20/+16
| |
* | This commit was generated by cvs2git to track changes on a CVS vendordjm2008-09-061-10/+4
|\| | | | | branch.
| * import of OpenSSL 0.9.8hdjm2008-09-063-10/+10
| |
* | resolve conflictsdjm2006-06-272-3/+4
| |
* | This commit was generated by cvs2git to track changes on a CVS vendordjm2006-06-271-2/+2
|\| | | | | branch.
| * import of openssl-0.9.7jdjm2006-06-272-5/+5
| |
* | resolve conflictsdjm2005-04-292-1/+17
| |
* | This commit was generated by cvs2git to track changes on a CVS vendordjm2005-04-291-0/+92
|\| | | | | branch.
| * import of openssl-0.9.7g; tested on platforms from alpha to zaurus, ok deraadt@djm2005-04-291-0/+92
| |
| * import 0.9.7b (without idea and rc5)markus2003-05-111-1/+3
| |
| * import openssl-0.9.7-beta1markus2002-09-052-58/+38
| |
| * This commit was manufactured by cvs2git to create branch 'openssl'.cvs2svn2002-05-151-0/+86
| |
* | merge 0.9.7b with local changes; crank majors for libssl/libcryptomarkus2003-05-122-2/+4
| |
* | merge openssl-0.9.7-beta3, tested on vax by miod@markus2002-09-101-1/+1
| |
* | execute bourne shell scripts with 'sh' and not with $SHELLmarkus2002-09-041-1/+1
| |
* | OpenSSL 0.9.7 stable 2002 05 08 mergebeck2002-05-154-13/+13
| |
* | openssl-engine-0.9.6a mergebeck2001-06-221-1/+2
| |
* | openssl-engine0.9.6 mergebeck2000-12-151-0/+0
| | | | | | | | Again, be sure to whack an old /usr/obj/lib/libssl if you are doing builds
* | openssl-engine-0.9.6 mergebeck2000-12-156-20/+24
| |
* | OpenSSL 0.9.5a mergebeck2000-04-151-73/+0
| |
* | OpenSSL 0.9.5 mergebeck2000-03-192-4/+4
| | | | | | | | | | | | *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; dderaadt1999-11-231-1/+1
| |
* | OpenSSL 0.9.4 mergebeck1999-09-2911-138/+170
| |
* | Import of SSLeay-0.9.0b with RSA and IDEA stubbed + OpenBSD buildryker1998-10-052-0/+190
| | | | | | | | | | | | | | | | | | | | 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 vendorryker1998-10-052-0/+563
|\| | | | | branch.
| * Import of SSLeay-0.9.0b with RSA and IDEA stubbed + OpenBSD buildryker1998-10-052-0/+563
| | | | | | | | | | 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 vendorryker1998-10-058-0/+1106
|\ | | | | branch.
| * Import of SSLeay-0.9.0b with RSA and IDEA stubbed + OpenBSD buildryker1998-10-058-0/+1106
| | | | | | | | | | 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.