summaryrefslogtreecommitdiffstats
path: root/lib/libssl/src/apps (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Off-by-ones, from aaron@miod2003-09-221-1/+1
|
* Remove some double semicolons (hmm, do two semis equal a maxi?).millert2003-08-062-2/+2
| | | | I've skipped the GNU stuff for now. From Patrick Latifi.
* merge 0.9.7b with local changes; crank majors for libssl/libcryptomarkus2003-05-1244-506/+798
|
* import 0.9.7b (without idea and rc5)markus2003-05-111-1/+0
|
* string cleaning; ok teduderaadt2003-04-262-16/+20
|
* oopsderaadt2003-04-041-1/+1
|
* incorrect bounds limit; spotted by hoderaadt2003-04-041-6/+8
|
* more strcpy & sprintf murder; ho okderaadt2003-04-049-38/+39
|
* delete duplicate line; jason@ackley.net, 3090deraadt2003-02-121-1/+0
|
* typo; torh@bogus.netmarkus2002-12-161-1/+1
|
* add -elapsed to usage() for USE_TOD, toomarkus2002-09-161-1/+1
|
* merge with openssl-0.9.7-stable-SNAP-20020911,markus2002-09-1416-393/+694
| | | | | new minor for libcrypto (_X509_REQ_print_ex) tested by miod@, pb@
* merge openssl-0.9.7-beta3, tested on vax by miod@markus2002-09-1013-54/+88
|
* import openssl-0.9.7-beta3markus2002-09-051-3/+17
|
* merge with 0.9.7-beta1markus2002-09-051-1/+1
|
* more cruft.markus2002-09-042-254/+0
|
* execute bourne shell scripts with 'sh' and not with $SHELLmarkus2002-09-041-1/+1
|
* remove generated files and generated symlinks (in make clean)markus2002-08-301-173/+0
|
* Merge OpenSSL 0.9.7-stable-20020605,beck2002-06-076-13/+50
| | | | correctly autogenerate obj_mac.h
* Merge openssl-0.9.7-stable-SNAP-20020519beck2002-05-213-133/+32
|
* OpenSSL 0.9.7 stable 2002 05 08 mergebeck2002-05-1551-2693/+7619
|
* merge openssl 0.9.6b-enginebeck2001-08-015-5/+22
| | | | | Note that this is a maintenence release, API's appear *not* to have changed. As such, I have only increased the minor number on these libraries
* openssl-engine-0.9.6a mergebeck2001-06-2215-32/+350
|
* Use correct interpretersniklas2001-01-261-1/+1
|
* openssl-engine0.9.6 mergebeck2000-12-157-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-1548-1299/+3541
|
* OpenSSL 0.9.5a mergebeck2000-04-1533-731/+584
|
* OpenSSL 0.9.5 mergebeck2000-03-1946-1057/+4268
| | | | | | *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
|
* new files for OpenSSL 0.9.4beck1999-09-294-0/+161
|
* OpenSSL 0.9.4 mergebeck1999-09-2958-1855/+6053
|
* Import of SSLeay-0.9.0b with RSA and IDEA stubbed + OpenBSD buildryker1998-10-0580-0/+18351
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.