summaryrefslogtreecommitdiffstats
path: root/crypto
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* This commit was generated by cvs2svn to compensate for changes in r57422,markm2000-02-2417-254/+490
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Vendor import of Heimdal 0.2pmarkm2000-02-2417-254/+490
| |
* | This commit was generated by cvs2svn to compensate for changes in r57419,markm2000-02-2443-231/+12345
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * Vendor import of Heimdal 0.2omarkm2000-02-2443-231/+12345
| |
* | This commit was generated by cvs2svn to compensate for changes in r57416,markm2000-02-24130-831/+29616
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * Vendor import of Heimdal 0.2nmarkm2000-02-24130-831/+29616
| |
* | freefall/internat diff reducermarkm2000-02-241-2/+0
| |
* | Freefall/Internat diff reducer.markm2000-02-241-1/+1
| |
* | Add call stubs for dynamic rsaref loading. This isn't enabled for nowjkh2000-02-221-0/+161
| | | | | | | | but simply lets us sync up on the solution as it's evolved.
* | Use static buffer to save source route hostnames.shin2000-02-191-1/+1
| | | | | | | | Approved by: jkh
* | Print "Trying ..." for each host. Also cleanups for error printing.shin2000-02-191-8/+3
| | | | | | | | | | | | Approved by: jkh Submitted by: Ben Smithurst <ben@scientia.demon.co.uk>
* | Fix bugs in telnet.shin2000-02-151-8/+16
| | | | | | | | | | | | | | | | | | Sorry there were still several bugs. -error retry at af missmatch was incomplete. -af matching for source addr option was wrong -socket was not freed at retry. Approved by: jkh
* | Add more dual stack consideration.shin2000-02-101-27/+95
| | | | | | | | | | | | | | | | | | | | | | | | | | | | -Should retry as much as possible when some of source routing intermediate hosts' address families missmatch happened. (such as when a host has only A record, and another host has each of A and AAAA record.) -Should retry as much as possible when dest addr and source addr(specified with -s option) address family missmatch happend Approved by: jkh
* | Fix telnet core dump at invalid service name specified.shin2000-02-071-0/+6
| | | | | | | | | | | | | | | | Added an error check to avoid it. Approved by: jkh Submitted by: Robert Muir <rmuir@gibralter.net>
* | Add NI_NAMEREQD flag to getnameinfo() call. Without this flag,shin2000-01-291-1/+1
| | | | | | | | | | | | | | | | getnameinfo() don't return error at name resolving failure. But it is used at doaddrlookup(-N) case in telnet, error need to be returned to correctly initialize hostname buffer. Discovered at checking recent KAME repository change, noticed by itojun.
* | another tcp apps IPv6 updates.(should be make world safe)shin2000-01-276-194/+396
| | | | | | | | | | | | | | ftp, telnet, ftpd, faithd also telnet related sync with crypto, secure, kerberosIV Obtained from: KAME project
* | This commit was generated by cvs2svn to compensate for changes in r56083,kris2000-01-1613-0/+2601
|\ \ | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | Import the RSA support code. There shouldn't be any actual RSAkris2000-01-1613-0/+2601
| | | | | | | | | | | | cryptography here.
| * | This commit was manufactured by cvs2svn to create branchcvs2svn2000-01-101-0/+25
| | | | | | | | | | | | 'VENDOR-crypto-openssl'.
* | | Fix for missing symbol in -DRSAref case.kris2000-01-161-0/+6
| | |
* | | Fix breakage when NO_RSA specified.kris2000-01-149-5/+54
| | | | | | | | | | | | Reviewed by: Ben Laurie <ben@openssl.org>
* | | Zap NO_IDEAkris2000-01-101-6/+2
| | |
* | | List of files to nuke prior to import.kris2000-01-101-0/+25
| | |
* | | This commit was generated by cvs2svn to compensate for changes in r55714,kris2000-01-101108-0/+223134
|\ \ \ | |/ / | | | | | | which included commits to RCS files with non-trunk default branches.
OpenPOWER on IntegriCloud