| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Follow-up to previous commit: we had a des.h symlink, too. Remove | Jacques Vidrine | 2003-02-18 | 1 | -0/+1 |
| * | Previously, libcrypto contained symbols that were identical to EAY | Jacques Vidrine | 2003-02-18 | 1 | -0/+7 |
| * | Correct path for finding asm-generating files. | Jacques Vidrine | 2003-02-14 | 1 | -6/+6 |
| * | Install the OpenSSL man pages in /usr/share/openssl/man | Jacques Vidrine | 2003-02-10 | 233 | -535/+1443 |
| * | Do not define OPENSSL_NO_KRB5 here in CFLAGS. It is handled in | Jacques Vidrine | 2003-02-09 | 1 | -1/+1 |
| * | Re-add WANT_OPENSSL_MANPAGES knob. | Jacques Vidrine | 2003-01-31 | 1 | -0/+2 |
| * | Background: | Jacques Vidrine | 2003-01-29 | 1 | -1/+1 |
| * | Re-add WANT_OPENSSL_MANPAGES knob. | Jacques Vidrine | 2003-01-29 | 1 | -0/+2 |
| * | Hopefully fix world for folks not compiling IDEA (the default). | Peter Wemm | 2003-01-29 | 1 | -2/+2 |
| * | Force OPENSSL_NO_KRB5. OpenSSL's current implementation of RFC 2712 | Jacques Vidrine | 2003-01-29 | 6 | -0/+12 |
| * | Update for OpenSSL 0.9.7. No assembler code at the moment. This | Mark Murray | 2003-01-28 | 263 | -11284/+9738 |
| * | Remove myself as maintainer of openssl; I no longer have enough time to | Kris Kennaway | 2002-11-21 | 2 | -4/+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 | 6 | -52/+41 |
| * | Update for OpenSSH 3.5p1. | Dag-Erling Smørgrav | 2002-10-29 | 1 | -1/+9 |
| * | Don't lint contrib'ed sources, even if the builder has asked for linting. | Mark Murray | 2002-09-25 | 3 | -0/+6 |
| * | Bandaid for a broken world. The real fix is somewhat more | Ruslan Ermilov | 2002-09-20 | 2 | -12/+10 |
| * | Added the missing dependencies for openssl/ headers. | Ruslan Ermilov | 2002-09-19 | 1 | -5/+7 |
| * | Use `uint32_t' instead of `unsigned long', since the code assumes 32-bit | Jacques Vidrine | 2002-08-24 | 1 | -30/+29 |
| * | 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 |
| * | No guts, no glory. Switch to OpenSSH-portable. | Dag-Erling Smørgrav | 2002-06-25 | 1 | -3/+7 |
| * | Update Makefiles for OpenSSH 3.3. | Dag-Erling Smørgrav | 2002-06-23 | 1 | -3/+4 |
| * | Make NO_OPENSSL actually imply NO_OPENSSH, as documented in make.conf(5). | Ruslan Ermilov | 2002-06-21 | 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 |
| * | Removed now unused INTERNALSTATICLIB. | Ruslan Ermilov | 2002-05-13 | 1 | -2/+0 |
| * | Added new bsd.incs.mk which handles installing of header files | Ruslan Ermilov | 2002-05-12 | 4 | -27/+10 |
| * | Pre-generate the optimized x86 crypto code and check it in rather than | Peter Wemm | 2002-05-03 | 15 | -41/+14661 |
| * | The library itself does not depend on Kerberos bits. | Ruslan Ermilov | 2002-04-23 | 1 | -10/+0 |
| * | Install headers with -C. Ideally, these Makefiles should not need to | Dag-Erling Smørgrav | 2002-03-23 | 3 | -4/+4 |
| * | Adjust for OpenSSH 3.1. | Dag-Erling Smørgrav | 2002-03-18 | 1 | -2/+2 |
| * | 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 |
| * | No functional change, but big code cleanup. WARNS, lint(1) and style(9). | Mark Murray | 2002-03-06 | 4 | -216/+92 |
| * | o Move NTOHL() and associated macros into <sys/param.h>. These are | Mike Barcroft | 2002-02-18 | 2 | -0/+2 |
| * | Now that cross-tools ld(1) has been fixed to look for dynamic | Ruslan Ermilov | 2002-02-08 | 1 | -0/+3 |
| * | Update list of manpages | Kris Kennaway | 2002-01-27 | 1 | -23/+30 |
| * | Add pam_ssh support to the static PAM library, libpam.a: | Ruslan Ermilov | 2002-01-23 | 1 | -2/+0 |
| * | Clean up makefiles, and turn on WARNS=2. Take into account the telnet | Mark Murray | 2001-11-30 | 1 | -2/+4 |
| * | Opensslconf for sparc64. Just a copy of the alpha one for now. | Jake Burkholder | 2001-11-18 | 1 | -0/+175 |
| * | Install libssh and libssh_pic. These are needed when building | Mark Murray | 2001-10-30 | 1 | -4/+1 |
| * | __FBSDID() (second half of src/lib/libcrypt changes) | Peter Wemm | 2001-10-23 | 3 | -6/+10 |
| * | 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 |
| * | mdoc(7) police: Use the new .In macro for #include statements. | Ruslan Ermilov | 2001-10-01 | 1 | -1/+1 |