summaryrefslogtreecommitdiffstats
path: root/lib/libcrypto/rc4 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* resolve conflicts, fix local changesdjm2010-10-0110-832/+424
|
* import OpenSSL-1.0.0adjm2010-10-013-27/+977
|
* resolve conflictsdjm2009-01-093-1/+20
|
* import openssl-0.9.8jdjm2009-01-092-4/+89
|
* fix some cause of bad TEXTREL on i386 and amd64otto2008-09-191-3/+2
| | | | | | | - global function calls in .init sections (diff makes them via PLT) - calls to global functions in aes-586.S (made static or local) - global variable accesses in rc4-x86_64.S (now made via GOT) from djm@large; ok miod@
* resolve conflictsdjm2008-09-067-34/+99
|
* import of OpenSSL 0.9.8hdjm2008-09-063-77/+277
|
* resolve conflictsdjm2006-06-273-12/+1
|
* import of openssl-0.9.7jdjm2006-06-273-35/+193
|
* resolve conflictsdjm2005-04-294-30/+103
|
* import of openssl-0.9.7g; tested on platforms from alpha to zaurus, ok deraadt@djm2005-04-294-0/+508
|
* merge 0.9.7dmarkus2004-04-081-0/+1
|
* merge 0.9.7b with local changes; crank majors for libssl/libcryptomarkus2003-05-123-13/+9
|
* 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-155-12/+12
|
* openssl-engine-0.9.6a mergebeck2001-06-221-1/+2
|
* openssl-engine0.9.6 mergebeck2000-12-152-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-151-4/+4
|
* use %s with fprintfderaadt2000-07-071-1/+1
|
* OpenSSL 0.9.5a mergebeck2000-04-153-419/+3
|
* OpenSSL 0.9.5 mergebeck2000-03-195-9/+193
| | | | | | *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-2913-533/+79
|
* Import of SSLeay-0.9.0b with RSA and IDEA stubbed + OpenBSD buildryker1998-10-0514-0/+2491
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.