| Commit message (Expand) | Author | Age | Files | Lines |
| * | Add support for C3 Nehemiah ACE ("Padlock") AES crypto. This comes | Mark Murray | 2004-08-14 | 1 | -1/+1 |
| * | Import the openssl conf for arm. | Olivier Houchard | 2004-05-14 | 1 | -0/+177 |
| * | Record the libssl.so dependency on libcrypto.so. This should | Ruslan Ermilov | 2004-05-13 | 1 | -0/+3 |
| * | Turn MAKE_IDEA into a true "bool" type variable, as documented in | Ruslan Ermilov | 2004-04-19 | 2 | -4/+4 |
| * | Turn on the amd64-specific bignum code in openssl. This is actually | Peter Wemm | 2004-04-14 | 1 | -0/+7 |
| * | Remove the -pthread from the last commit, as OpenSSL doesn't actually | David Malone | 2004-03-30 | 1 | -1/+1 |
| * | Build OpenSSL so that it extects that is may be used in a threaded | David Malone | 2004-03-30 | 1 | -0/+1 |
| * | Re-add the hand-optimised assembler versions of some of the ciphers | Mark Murray | 2004-03-23 | 14 | -3759/+2861 |
| * | Update manual pages for OpenSSL 0.9.7d. | Jacques Vidrine | 2004-03-17 | 155 | -324/+1110 |
| * | Update for 3.8p1, including workaround for a bug in gss-genr.c. | Dag-Erling Smørgrav | 2004-02-26 | 1 | -8/+9 |
| * | Cosmetics: rearrange the dependency list to match that of ssh and sshd. | Ruslan Ermilov | 2004-01-08 | 1 | -2/+5 |
| * | Use += instead of = with DPADD / LDADD. | Dag-Erling Smørgrav | 2004-01-08 | 1 | -2/+2 |
| * | Enable GSSAPI support. [1] | Dag-Erling Smørgrav | 2004-01-08 | 1 | -1/+3 |
| * | Previous commit erroneously listed some sources with .o suffixes. | Dag-Erling Smørgrav | 2004-01-07 | 1 | -1/+1 |
| * | Update Makefiles for OpenSSH 3.7.1p2. | Dag-Erling Smørgrav | 2004-01-07 | 1 | -8/+9 |
| * | Stage 3 of dynamic root support. Make all the libraries needed to run | Gordon Tetlow | 2003-08-17 | 1 | -0/+1 |
| * | Very big makeover in the way telnet, telnetd and libtelnet are built. | Mark Murray | 2003-07-16 | 2 | -32/+0 |
| * | I'm now happy that this is no longer needed. Libcrypto has | Mark Murray | 2003-06-04 | 11 | -1621/+0 |
| * | Disconnect libcipher from the build. It only does DES, and we already | Mark Murray | 2003-06-02 | 1 | -1/+1 |
| * | Strip the private blowfish code down to only that which is | Mark Murray | 2003-06-02 | 3 | -263/+4 |
| * | Ugg, wrong version. | David E. O'Brien | 2003-06-01 | 1 | -1/+1 |
| * | This isn't C99 clean. | David E. O'Brien | 2003-06-01 | 1 | -0/+2 |
| * | Turn MAKE_KERBEROS5 into NO_KERBEROS by negating the logic. Some extra | Mark Murray | 2003-05-05 | 2 | -2/+2 |
| * | The including makefile's directory is tried first for .include "...". | Ruslan Ermilov | 2003-04-30 | 1 | -1/+1 |
| * | Most things depend on !defined(NO_OPENSSL); make it look so. | Ruslan Ermilov | 2003-04-30 | 1 | -3/+3 |
| * | NOSECURE is implied by NOCRYPT, meaning if the latter is defined | Ruslan Ermilov | 2003-04-30 | 1 | -1/+1 |
| * | Remove Kerberos IV shims. | Dag-Erling Smørgrav | 2003-04-23 | 1 | -1/+1 |
| * | Update for 3.6.1p1; also remove Kerberos IV shims. | Dag-Erling Smørgrav | 2003-04-23 | 1 | -5/+3 |
| * | Silence `make -s' (echo -> ${ECHO}). | Bruce Evans | 2003-04-13 | 1 | -1/+1 |
| * | libtelnet depends on OpenSSL. | Ruslan Ermilov | 2003-04-01 | 1 | -1/+1 |
| * | Back out rev 1.60, taking the pointy hat away from nectar as 'rm -f' | David E. O'Brien | 2003-03-11 | 1 | -2/+2 |
| * | Don't error out the build if removing a "stale" symlink fails. | David E. O'Brien | 2003-03-10 | 1 | -2/+2 |
| * | Handle includes the normal way. | Ruslan Ermilov | 2003-02-27 | 2 | -84/+67 |
| * | Regenerate man pages after import of OpenSSL 0.9.7a. | Jacques Vidrine | 2003-02-19 | 229 | -468/+474 |
| * | LIBDIR/INCLUDEDIR do not include DESTDIR. | Jacques Vidrine | 2003-02-18 | 1 | -2/+2 |
| * | 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 |