summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/buffer (follow)
Commit message (Collapse)AuthorAgeFilesLines
* More KNF.jsing2014-04-262-6/+10
|
* remove OPENSSL_realloc_clean usage here - replace with intrinsics to makebeck2014-04-171-4/+7
| | | | | it obvious what should happen. ok tedu@
* I've replaced everything in this file. ISC liscense it with my copyrightbeck2014-04-171-54/+13
|
* KNF.jsing2014-04-171-3/+3
|
* Initial KNF.jsing2014-04-173-139/+122
|
* simply wrap around intrinsics, and knf cleanup.beck2014-04-171-57/+54
| | | | ok miod@ deraadt@
* Change library to use intrinsic memory allocation functions instead ofbeck2014-04-172-8/+8
| | | | | | | | 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-22/+0
| | | | | that it is easier to find code pieces. They are getting in the way. ok miod
* Merge conflicts; remove MacOS, Netware, OS/2, VMS and Windows build machinery.miod2014-04-132-3/+3
|
* import files that CVS missed; sighdjm2012-10-131-0/+119
|
* resolve conflictsdjm2012-10-131-59/+1
|
* This commit was generated by cvs2git to track changes on a CVS vendordjm2012-10-131-2/+9
|\ | | | | branch.
| * import OpenSSL-1.0.1cdjm2012-10-131-2/+9
| |
* | cherrypick fix for CVE-2012-2110: libcrypto ASN.1 parsing heap overflowdjm2012-04-191-0/+17
| | | | | | | | ok miod@ deraadt@
* | resolve conflicts, fix local changesdjm2010-10-015-219/+91
| |
* | This commit was generated by cvs2git to track changes on a CVS vendordjm2010-10-011-10/+3
|\| | | | | branch.
| * import OpenSSL-1.0.0adjm2010-10-011-10/+3
| |
* | resolve conflictsdjm2009-01-091-58/+0
| |
* | This commit was generated by cvs2git to track changes on a CVS vendordjm2009-01-091-0/+116
|\ \ | | | | | | branch.
| * | import openssl-0.9.8jdjm2009-01-092-58/+116
| | |
| * | import of OpenSSL 0.9.8hdjm2008-09-063-14/+46
| | |
| * | import of openssl-0.9.7jdjm2006-06-271-6/+10
| | |
| * | import 0.9.7b (without idea and rc5)markus2003-05-112-0/+66
| | |
| * | import openssl-0.9.7-beta1markus2002-09-053-95/+92
| | |
* | | This commit was generated by cvs2git to track changes on a CVS vendordjm2009-01-091-3/+10
|\ \ \ | | |/ | |/| branch.
| * | import openssl-0.9.8jdjm2009-01-091-3/+10
| | |
* | | resolve conflictsdjm2008-09-063-14/+46
| | |
* | | This commit was generated by cvs2git to track changes on a CVS vendordjm2008-09-061-10/+8
|\| | | | | | | | branch.
| * | import of OpenSSL 0.9.8hdjm2008-09-061-10/+8
| | |
* | | resolve conflictsdjm2006-06-271-6/+10
| | |
* | | 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/+92
|\| | | | | | | | branch.
| * | import of openssl-0.9.7g; tested on platforms from alpha to zaurus, ok deraadt@djm2005-04-291-0/+92
| /
* | merge 0.9.7b with local changes; crank majors for libssl/libcryptomarkus2003-05-123-1/+67
| |
* | 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-16/+16
| |
* | openssl-engine-0.9.6a mergebeck2001-06-221-1/+2
| |
* | openssl-engine-0.9.6 mergebeck2000-12-152-9/+14
| |
* | OpenSSL 0.9.5a mergebeck2000-04-151-1/+2
| |
* | OpenSSL 0.9.5 mergebeck2000-03-191-1/+2
| | | | | | | | | | | | *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-295-116/+106
| |
* | Import of SSLeay-0.9.0b with RSA and IDEA stubbed + OpenBSD buildryker1998-10-051-0/+9
| | | | | | | | | | | | | | | | | | | | 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-053-0/+339
|\| | | | | branch.
| * Import of SSLeay-0.9.0b with RSA and IDEA stubbed + OpenBSD buildryker1998-10-053-0/+339
| | | | | | | | | | 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/+84
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.