| Commit message (Expand) | Author | Age | Files | Lines |
| * | Update to OpenSSL 0.9.6i. | Jacques Vidrine | 2003-02-20 | 227 | -524/+563 |
| * | This commit was manufactured by cvs2svn to create branch 'RELENG_5_0'. | cvs2svn | 2002-12-13 | 1 | -175/+0 |
| * | Remove myself as maintainer of openssl; I no longer have enough time to | Kris Kennaway | 2002-11-21 | 1 | -2/+0 |
| * | DON'T EVER PUT THIS BACK! | Ruslan Ermilov | 2002-11-08 | 1 | -1/+1 |
| * | Style sync with rest of FreeBSD. | David E. O'Brien | 2002-11-06 | 3 | -27/+23 |
| * | Don't lint contrib'ed sources, even if the builder has asked for linting. | Mark Murray | 2002-09-25 | 1 | -0/+2 |
| * | Bandaid for a broken world. The real fix is somewhat more | Ruslan Ermilov | 2002-09-20 | 1 | -3/+3 |
| * | Added the missing dependencies for openssl/ headers. | Ruslan Ermilov | 2002-09-19 | 1 | -5/+7 |
| * | Update list of installed manual pages after regenerating them. | Jacques Vidrine | 2002-07-30 | 1 | -2/+6 |
| * | Import the regenerated OpenSSL man pages after import of OpenSSL 0.9.6e. | Jacques Vidrine | 2002-07-30 | 225 | -673/+1442 |
| * | Update to match reality (i.e. reference libcrypto headers and | Jacques Vidrine | 2002-07-30 | 1 | -3/+4 |
| * | s,/usr/include,${INCLUDEDIR}, | Ruslan Ermilov | 2002-07-22 | 1 | -1/+1 |
| * | for OpenSSL 0.9.5a | David E. O'Brien | 2002-05-15 | 1 | -0/+175 |
| * | Build using pregenerated manpages; don't use perl to translate .pod's. | Mark Murray | 2002-05-14 | 1 | -4/+1 |
| * | As the perl-generated assembler files have been committed, add the | Mark Murray | 2002-05-14 | 223 | -0/+52244 |
| * | Added new bsd.incs.mk which handles installing of header files | Ruslan Ermilov | 2002-05-12 | 2 | -13/+6 |
| * | Pre-generate the optimized x86 crypto code and check it in rather than | Peter Wemm | 2002-05-03 | 15 | -41/+14661 |
| * | Install headers with -C. Ideally, these Makefiles should not need to | Dag-Erling Smørgrav | 2002-03-23 | 2 | -3/+3 |
| * | Fixed some style bugs. Mainly, don't use ${.ALLSRC} in implicit rules. | Bruce Evans | 2002-03-17 | 1 | -3/+3 |
| * | Use NO_PERL as well as NOPERL. The latter is going to (eventually) go. | Mark Murray | 2002-03-16 | 2 | -12/+12 |
| * | Update list of manpages | Kris Kennaway | 2002-01-27 | 1 | -23/+30 |
| * | Opensslconf for sparc64. Just a copy of the alpha one for now. | Jake Burkholder | 2001-11-18 | 1 | -0/+175 |
| * | Argh! Shoot me! (add closing */ after $FreeBSD$ ) | Peter Wemm | 2001-10-22 | 1 | -1/+1 |
| * | Add an ia64 configuration. This is not likely to be optimal, but does | Peter Wemm | 2001-10-10 | 1 | -0/+175 |
| * | Sync this file up with its i386 brother. This appears to have been missed | Peter Wemm | 2001-10-09 | 2 | -8/+70 |
| * | Update for OpenSSL 0.9.6a | Kris Kennaway | 2001-05-20 | 1 | -2/+5 |
| * | secure/ build fixes: | Ruslan Ermilov | 2001-03-26 | 1 | -3/+2 |
| * | Attempt to fix the problem with -j builds, and du-uglify the asm code | Kris Kennaway | 2001-03-14 | 1 | -10/+6 |
| * | MFS: Belatedly bump SHLIB_MAJOR corresponding to OpenSSL 0.9.6 | Kris Kennaway | 2001-03-08 | 1 | -1/+1 |
| * | Install the des.h link under ${DESTDIR}. Fixes buildworld. | Kris Kennaway | 2001-03-04 | 1 | -1/+1 |
| * | Clean up the installation of the compatibility libdes header/library | Kris Kennaway | 2001-03-04 | 1 | -22/+11 |
| * | Don't override CPUTYPE (actually this predates the <bsd.cpu.mk> use of | Kris Kennaway | 2001-03-04 | 1 | -13/+3 |
| * | setlocale(3) has been fixed to match POSIX standard: | Ruslan Ermilov | 2001-03-02 | 1 | -1/+1 |
| * | Update the list of OpenSSL manpages (now contains many more describing | Kris Kennaway | 2001-02-25 | 1 | -51/+104 |
| * | Add back a missing file from the no-asm case | Kris Kennaway | 2001-02-20 | 1 | -1/+1 |
| * | Remove a remnant of my attempt to get alpha asm code working. OpenSSL | Kris Kennaway | 2001-02-19 | 1 | -2/+0 |
| * | Introduce support for using OpenSSL ASM optimizations. This is done | Kris Kennaway | 2001-02-19 | 2 | -10/+91 |
| * | Fixed a typo from the last commit. | Ruslan Ermilov | 2000-11-15 | 1 | -1/+1 |
| * | Correct some fallout from the semi-automated way I updated the makefile. | Kris Kennaway | 2000-11-14 | 1 | -4/+4 |
| * | Update for OpenSSL 0.9.6 | Kris Kennaway | 2000-11-13 | 2 | -51/+58 |
| * | Overhaul of the build-time include file generation. Don't break in evp.h | Kris Kennaway | 2000-09-17 | 2 | -32/+28 |
| * | Nuke RSAREF support from orbit. | Kris Kennaway | 2000-09-10 | 1 | -2/+2 |
| * | Make the temporary file _evp.h instead of evp.h to not conflict with | Brian Feldman | 2000-08-24 | 2 | -5/+7 |
| * | Generate a new evp.h at build-time instead of install-time to properly | Brian Feldman | 2000-08-23 | 2 | -6/+7 |
| * | Unbreak the OpenSSL headers for those of us who don't/can't use IDEA by | Brian Feldman | 2000-08-04 | 1 | -1/+10 |
| * | Be consistant about WITH_ vs MAKE_ flags. We have a precedent of using | Peter Wemm | 2000-07-14 | 2 | -4/+4 |
| * | MFI. This is a documentation-only, diffreducing patch, that if | Mark Murray | 2000-06-24 | 2 | -1/+18 |
| * | /dev/urandom is the default random device, so no use in stateing it here. | David E. O'Brien | 2000-05-15 | 1 | -4/+1 |
| * | This version is slightly better than rev 1.10. There are still missing | David E. O'Brien | 2000-05-15 | 1 | -10/+8 |
| * | Use unadorned `mkdir -p', removing the "test ... ||". | David E. O'Brien | 2000-05-15 | 1 | -2/+2 |