summaryrefslogtreecommitdiffstats
path: root/crypto
Commit message (Collapse)AuthorAgeFilesLines
* Resolve conflicts.kris2000-04-1317-167/+420
|
* This commit was generated by cvs2svn to compensate for changes in r59191,kris2000-04-13696-9434/+55806
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Initial import of OpenSSL 0.9.5akris2000-04-13713-9597/+56254
| |
* | Correct a typo and interchanged library nameskris2000-04-051-2/+2
| | | | | | | | | | Submitted by: Ben Rosengart <ben@narcissus.net> Matthew D. Fuller <fullermd@futuresouth.com>
* | Fix a memory leak.kris2000-03-291-5/+8
| | | | | | | | | | PR: 17360 Submitted by: Andrew J. Korty <ajk@iu.edu>
* | #include <ssl/foo.h> -> #include <openssl/foo.h>kris2000-03-263-7/+11
| |
* | Resolve conflicts.kris2000-03-2616-544/+684
| |
* | This commit was generated by cvs2svn to compensate for changes in r58582,kris2000-03-2624-272/+628
|\ \ | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | Virgin import of OpenSSH sources dated 2000/03/25kris2000-03-2641-839/+1340
| | |
* | | Don't refer to the openssl handbook chapter by name - the doc guys keepkris2000-03-252-2/+2
| | | | | | | | | | | | jamming new chapters in front of it :)
* | | Use pipe() instead of socketpair() in sshd when communicatingbrian2000-03-241-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | with the client. This allows ppp/ssh style tunnels to function again. Ok'd by: markk Submitted by: markk@knigma.org
* | | Fix a few spelling errors.mpp2000-03-242-3/+3
| | |
* | | IgnoreUserKnownHosts is a boolean flag, not an integer value.sheldonh2000-03-221-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | The fix submitted in the attributed PR is identical to the one adopted by OpenBSD. PR: 17027 Submitted by: David Malone <dwmalone@maths.tcd.ie> Obtained from: OpenBSD
* | | Add a new function stub to libcrypto() which resolves to a symbol inkris2000-03-135-2/+71
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the librsa* library and reports which version of the library (OpenSSL/RSAREF) is being used. This is then used in openssh to detect the failure case of RSAREF and a RSA key >1024 bits, to print a more helpful error message than 'rsa_public_encrypt() fai led.' This is a 4.0-RELEASE candidate.
* | | Various manpage style/grammar/formatting cleanupskris2000-03-131-28/+46
| | | | | | | | | | | | | | | Submitted by: Peter Jeremy <peter.jeremy@alcatel.com.au>, jedgar PR: 17292 (remainder of)
* | | - typosnik2000-03-101-55/+61
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Add double spaces following full stops to improve typeset output - mdoc-ification. (Though I'm uncertain whether option values and contents should be .Dq or something else). - Fix a missed /etc/ssh change - Expand wording on RandomSeed and behaviour when X11 isn't forwarded. - Change examples to literal mode. - Trim trailing whitespace PR: docs/17292 Submitted by: Peter Jeremy <peter.jeremy@alcatel.com.au>
* | | Make LOGIN_CAP work properly.markm2000-03-091-18/+27
| | |
* | | /etc -> /etc/sshkris2000-03-082-29/+29
| | | | | | | | | | | | Submitted by: Ben Smithurst <ben@scientia.demon.co.uk>
* | | MFI: Use krb5 functions in krb5 files.jhay2000-03-031-1/+1
| | | | | | | | | | | | Reviewed by: markm
* | | Replace structure copy form ifreq obtained by SIOCGIFADDRshin2000-03-031-1/+3
| | | | | | | | | | | | | | | | | | to memcpy(), to avoid unaligned access trap on alpha. Approved by: jkh
* | | CMSG_XXX macros alignment fixes to follow RFC2292.shin2000-03-031-14/+12
| | | | | | | | | | | | Approved by: jkh
* | | Turn off X11 forwarding in the client. X11 forwarding in the server bygreen2000-03-033-4/+8
| | | | | | | | | | | | | | | | | | | | | default should probably also get turned on, now. Requested by: kris Obtained from: OpenBSD
* | | Update the wording on the error message when libcrypto.so can't find ankris2000-03-022-4/+8
| | | | | | | | | | | | | | | | | | RSA library. Reviewed by: peter, jkh
* | | Enable connection logging. FreeBSD's libwrap is IPv6 ready.ume2000-02-291-2/+1
| | | | | | | | | | | | | | | | | | | | | OpenSSH is in our source tree, now. It's a time to enable it. Reviewed by: markm, shin Approved by: jkh
* | | 1) Add kerberos5 functionality.markm2000-02-2812-171/+1041
| | | | | | | | | | | | | | | | | | by Daniel Kouril <kouril@informatics.muni.cz> 2) Add full LOGIN_CAP capability by Andrey Chernov
* | | Don't put truncated hostnames in utmpbrian2000-02-281-1/+1
| | | | | | | | | | | | Approved by: jkh
* | | Sync with internat.freebsd.org; weak symbols vs static libs == troublepeter2000-02-262-42/+26
| | |
* | | Merge from internat.freebsd.org; move VERBOSE_STUBS to a better spot.peter2000-02-261-1/+2
| | |
* | | Merge from internat.freebsd.org repo, minus change to rsa_eay.c (missing)peter2000-02-261-0/+121
| | | | | | | | | | | | | | | | | | | | | Reorganize and unify libcrypto's interface so that the RSA implementation is chosen at runtime via dlopen(). This is a checkpoint and may require more tweaks still.
* | | Merge from internat.freebsd.org repo, minus change to rsa_eay.c (missing)peter2000-02-267-33/+13
| | | | | | | | | | | | | | | | | | | | | Reorganize and unify libcrypto's interface so that the RSA implementation is chosen at runtime via dlopen(). This is a checkpoint and may require more tweaks still.
* | | At great personal risk (to my already fragile sanity), reorganizepeter2000-02-261-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the rsa stubs for libcrypto. libcrypto.so now uses dlopen() to implement the backends for either the native or rsaref implemented RSA code. This involves: - unifying the libcrypto and openssl(1) source so there is no #ifdef RSAref variations. - using weak symbols and dlopen()/dlsym() routines to access the rsa method vectors. Releases will enable the user to choose International, US (rsaref) or no RSA code at install time. 'make world' will DTRT depending on whether you have the international or US source. For US users, you must either install rsaref (the port or package) or (if you don't fear RSA Inc) use the (superior) International rsa_eay.c code. This has been discussed at great length by the affected folks and even we have a great deal of confusion. This is a checkpoint so we can tune the results. This works for me in all permutations I can think of and should result in a CD/ftp 'release' just about doing the right thing now.
* | | Redo this with a repo copy from the original file and reset thepeter2000-02-261-1/+1
| | | | | | | | | | | | __PREFIX__ markers.
* | | oops, update path to /etc/ssh/ssh_host_keypeter2000-02-261-1/+1
| | |
* | | Merge from internat.freebsd.org; move ssh files from /etc to /etc/sshpeter2000-02-251-1/+1
| | |
* | | Don't use the dlopen() stubs if comiling with PIC. This stillpeter2000-02-251-2/+2
| | | | | | | | | | | | | | | needs some more thought for the static case. Should we provide weak error-generating stubs for static binaries if -lrsaref was forgotten?
* | | Fix a bug that crawled in pretty recently (from the port). It madegreen2000-02-251-2/+2
| | | | | | | | | | | | sshd coredump :(
* | | Fix garbage in SSH_PROGRAM (only on freefall, not internat)peter2000-02-251-1/+1
| | |
* | | Make "CheckHostIP" default to off. This was proposed on -security andgreen2000-02-251-1/+2
| | | | | | | | | | | | | | | | | | | | | earlier IRC, but despite my inital feeling against it, this seems the more proper thing to do. Proposed by: rwatson
* | | The includes must be <openssl/.*\.h>, not <ssl/.*\.h>.green2000-02-2512-17/+30
| | |
* | | remove more ports crud.markm2000-02-241-2/+2
| | |
* | | remove ports junkmarkm2000-02-241-1/+1
| | |
* | | Use libcrypto instead of libdes.markm2000-02-2415-15/+28
| | |
* | | RIP libdes. All hail libcrypto!markm2000-02-24113-30881/+0
| | |
* | | Get crypto from libcrypto, not libdes.markm2000-02-245-5/+13
| | |
* | | Add the patches fom ports (QV: ports/security/openssh/patches/patch-*)markm2000-02-2412-53/+328
| | |
* | | This commit was generated by cvs2svn to compensate for changes in r57429,markm2000-02-2493-0/+27116
|\ \ \ | |/ / | | | | | | which included commits to RCS files with non-trunk default branches.
| * | Vendor import of OpenSSH.markm2000-02-2493-0/+27116
| /
* | Merge conflicts.markm2000-02-249-13/+22
| |
* | Oops; forgot to add this.markm2000-02-241-0/+444
| |
* | Get this to the same level of functionality as old libdes.markm2000-02-242-3/+8
| |
OpenPOWER on IntegriCloud