summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/txt_db (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Hide symbols in txt_dbbeck2023-07-081-1/+7
| | | | ok tb@
* Only import cryptlib.h in the four source files that actually need it.jsing2014-07-111-2/+2
| | | | | | | | Remove the openssl public includes from cryptlib.h and add a small number of includes into the source files that actually need them. While here, also sort/group/tidy the includes. ok beck@ 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-122-2/+2
|
* more: no need for null check before freederaadt2014-05-301-10/+5
| | | | ok tedu guenther
* ok, next pass after review: when possible, put the reallocarray argumentsderaadt2014-05-291-2/+2
| | | | in the "size_t nmemb, size_t size"
* convert 53 malloc(a*b) to reallocarray(NULL, a, b). that is 53deraadt2014-05-291-2/+2
| | | | | | | | | potential integer overflows easily changed into an allocation return of NULL, with errno nicely set if need be. checks for an allocations returning NULL are commonplace, or if the object is dereferenced (quite normal) will result in a nice fault which can be detected & repaired properly. ok tedu
* Do you really want to build OpenSSL for 16-bit Windows? Well, we don't.jsing2014-04-261-6/+0
| | | | ok miod@
* KNF.jsing2014-04-252-255/+251
|
* Change library to use intrinsic memory allocation functions instead ofbeck2014-04-171-14/+14
| | | | | | | | OPENSSL_foo wrappers. This changes: OPENSSL_malloc->malloc OPENSSL_free->free OPENSSL_relloc->realloc OPENSSL_freeFunc->free
* we don't use these files for buildingtedu2014-04-151-75/+0
|
* remove auto-generated dependencies from the old unused build system, soderaadt2014-04-141-9/+0
| | | | | that it is easier to find code pieces. They are getting in the way. ok miod
* resolve conflicts, fix local changesdjm2010-10-013-133/+50
|
* This commit was generated by cvs2git to track changes on a CVS vendordjm2010-10-011-1/+1
|\ | | | | branch.
| * import OpenSSL-1.0.0adjm2010-10-011-1/+1
| |
* | This commit was generated by cvs2git to track changes on a CVS vendordjm2009-01-091-1/+1
|\| | | | | branch.
| * import openssl-0.9.8jdjm2009-01-091-1/+1
| |
* | resolve conflictsdjm2008-09-062-12/+16
| |
* | This commit was generated by cvs2git to track changes on a CVS vendordjm2008-09-061-8/+6
|\| | | | | branch.
| * import of OpenSSL 0.9.8hdjm2008-09-061-8/+6
| |
* | This commit was generated by cvs2git to track changes on a CVS vendordjm2006-06-271-1/+1
|\| | | | | branch.
| * import of openssl-0.9.7jdjm2006-06-271-1/+1
| |
* | This commit was generated by cvs2git to track changes on a CVS vendordjm2005-04-291-0/+86
|\| | | | | branch.
| * import of openssl-0.9.7g; tested on platforms from alpha to zaurus, ok deraadt@djm2005-04-291-0/+86
|
* merge 0.9.7b with local changes; crank majors for libssl/libcryptomarkus2003-05-122-3/+3
|
* 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
|
* Merge OpenSSL 0.9.7-stable-20020605,beck2002-06-071-1/+1
| | | | correctly autogenerate obj_mac.h
* OpenSSL 0.9.7 stable 2002 05 08 mergebeck2002-05-153-13/+13
|
* openssl-engine-0.9.6a mergebeck2001-06-221-1/+2
|
* openssl-engine-0.9.6 mergebeck2000-12-153-20/+23
|
* OpenSSL 0.9.5 mergebeck2000-03-192-6/+7
| | | | | | *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-293-54/+37
|
* This commit was generated by cvs2git to track changes on a CVS vendorryker1998-10-052-0/+511
|\ | | | | branch.
| * Import of SSLeay-0.9.0b with RSA and IDEA stubbed + OpenBSD buildryker1998-10-052-0/+511
| | | | | | | | | | 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.
* Import of SSLeay-0.9.0b with RSA and IDEA stubbed + OpenBSD buildryker1998-10-051-0/+80
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.