summaryrefslogtreecommitdiffstats
path: root/secure/lib
Commit message (Collapse)AuthorAgeFilesLines
* Bump the version of all non-symbol-versioned shared libraries inkensmith2009-07-193-3/+3
| | | | | | | | preparation for 8.0-RELEASE. Add the previous version of those libraries to ObsoleteFiles.inc and bump __FreeBSD_Version. Reviewed by: kib Approved by: re (rwatson)
* Remove build timestamps from the following files:cperciva2009-07-111-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | /boot/kernel/hptrr.ko /etc/mail/*.cf /lib/libcrypto.so.5 /usr/bin/ntpq /usr/sbin/amd /usr/sbin/iasl /usr/sbin/ntpd /usr/sbin/ntpdate /usr/sbin/ntpdc There does not appear to be any purpose to having these timestamps, and they have the irritating consequence that the aforementioned files will be different every time they are rebuilt. After this commit, the only remaining build timestamps are in the kernel, the boot loaders, /usr/include/osreldate.h (the year in the copyright notice), and lib*.a (the timestamps on all of the included .o files). Reviewed by: scottl (hptrr), gshapiro (sendmail), simon (openssl), roberto (ntp), jkim (acpica) Approved by: re (kib)
* Use the closefrom(2) system call.jhb2009-06-161-1/+1
| | | | Reviewed by: des
* Regenerate manual pages for OpenSSL 0.9.8k.simon2009-06-14239-524/+563
|
* Update build infrastructure for OpenSSL 0.9.8k.simon2009-06-149-16/+118
|
* Upgrade to OpenSSH 5.2p1.des2009-05-221-1/+1
| | | | MFC after: 3 months
* Upgrade to OpenSSH 5.1p1.des2008-08-011-4/+4
| | | | | | | | | | I have worked hard to reduce diffs against the vendor branch. One notable change in that respect is that we no longer prefer DSA over RSA - the reasons for doing so went away years ago. This may cause some surprises, as ssh will warn about unknown host keys even for hosts whose keys haven't changed. MFC after: 6 weeks
* Merge from p4:imp2008-07-231-0/+205
| | | | | | | Implement openssl config needed for mips. Submitted by: gonzo@ Reviewed by: simon@
* Fix conflicts after heimdal-1.1 import and add build infrastructure. Importdfr2008-05-071-2/+2
| | | | all non-style changes made by heimdal to our own libgssapi.
* - Bump share library version which were missed in last bumprafan2007-06-181-1/+1
| | | | | | Reported by: jhb Discussed with: deischen, des, doubg, harti Approved by: re (kensmith)
* Integrate the Camellia Block Cipher. For more information see RFC 4132gnn2007-05-094-9/+12
| | | | | | | and its bibliography. Submitted by: Tomoyuki Okazaki <okazaki at kick dot gr dot jp> MFC after: 1 month
* Upgrade to OpenSSL 0.9.8e.simon2007-03-15243-520/+521
|
* Upgrade to OpenSSL 0.9.8d.simon2006-10-01247-241/+266
|
* Update for OpenSSH 4.4p1.des2006-09-301-2/+2
| | | | MFC after: 1 week
* Remove alpha left-overs.ru2006-08-222-179/+0
|
* Upgrade to OpenSSL 0.9.8b.simon2006-07-29259-3572/+4895
|
* Enable DSO (Dynamic Shared Object) support. This makes it possiblesimon2006-07-171-1/+1
| | | | | | | | | | | | | | | | for OpenSSL to load engines run-time, e.g. for using the opensc engine port. The OpenSSL Configure script enables DSO support on FreeBSD by default, we just don't use the Configure script during OpenSSL builds in the base system. This is committed to -CURRENT now (before OpenSSL 0.9.8b import), so it can be tested at bit in -CURRENT before being MFC'ed to 6-STABLE. Prodded by: ale PR: bin/79570 MFC after: 1 week
* Add a manual dependency on ssh_namespace.h.des2006-05-131-0/+2
| | | | Discussed with: ru
* Introduce a namespace munging hack inspired by NetBSD to avoid pollutingdes2006-05-131-1/+1
| | | | | | | | the namespace of applications which inadvertantly link in libssh (usually through pam_ssh) Suggested by: lukem@netbsd.org MFC after: 6 weeks
* Clean generated headers.ru2006-04-101-0/+2
|
* Add port-tun.c.des2006-03-221-1/+1
|
* Provide alternate default for SHLIBDIR before bsd.own.mk does this.ru2006-03-181-1/+2
| | | | Reported by: phk
* Reimplementation of world/kernel build options. For details, see:ru2006-03-174-7/+15
| | | | | | | | http://lists.freebsd.org/pipermail/freebsd-current/2006-March/061725.html The src.conf(5) manpage is to follow in a few days. Brought to you by: imp, jhb, kris, phk, ru (all bugs are mine)
* Add a new extensible GSS-API layer which can support GSS-API plugins,dfr2005-12-291-1/+1
| | | | | | | | | similar the the Solaris implementation. Repackage the krb5 GSS mechanism as a plugin library for the new implementation. This also includes a comprehensive set of manpages for the GSS-API functions with text mostly taken from the RFC. Reviewed by: Love Hörnquist Åstrand <lha@it.su.se>, ru (build system), des (openssh parts)
* Revert last revision by phk@, it's redundant since bsd.incs.mkru2005-11-191-2/+0
| | | | already handles this, FWIW.
* Update for OpenSSH 4.2p1.des2005-09-031-3/+4
|
* Don't install includes if NO_TOOLCHAINphk2005-08-031-0/+2
|
* Bump the shared library version number of all libraries that have notkensmith2005-07-223-3/+3
| | | | | | | been bumped since RELENG_5. Reviewed by: ru Approved by: re (not needed for commit check but in principle...)
* Revert the commits that made libssh an INTERNALLIB; they caused too muchdes2005-06-071-2/+6
| | | | | | trouble, especially on amd64. Requested by: ru
* Make libssh an INTERNALLIB like it is in {Net,Open}BSD.des2005-06-061-6/+2
|
* Update for OpenSSH 4.1p1.des2005-06-051-1/+6
|
* Update OpenSSL 0.9.7d -> 0.9.7e.nectar2005-02-25156-4210/+3479
|
* Define PLATFORM correctly when cross-building.ru2005-02-161-2/+2
|
* NODOCCOMPRESS -> NO_DOCCOMPRESSru2004-12-213-3/+3
| | | | | | | | NOINFO -> NO_INFO NOINFOCOMPRESS -> NO_INFOCOMPRESS NOLINT -> NO_LINT NOPIC -> NO_PIC NOPROFILE -> NO_PROFILE
* Update for OpenSSH 3.9p1.des2004-10-281-4/+4
|
* For variables that are only checked with defined(), don't provideru2004-10-243-3/+3
| | | | any fake value.
* Add support for C3 Nehemiah ACE ("Padlock") AES crypto. This comesmarkm2004-08-141-1/+1
| | | | from OpenSSL 0.9.5 (yet to be released), and is pretty complete.
* Import the openssl conf for arm.cognet2004-05-141-0/+177
|
* Record the libssl.so dependency on libcrypto.so. This shouldru2004-05-131-0/+3
| | | | | | | | | help some ports that depend on libradius that recently gained the dependency on libssl. This is also how the stock OpenSSL build would link libssl.so on FreeBSD. Prompted by: kris OK'ed by: markm, nectar
* Turn MAKE_IDEA into a true "bool" type variable, as documented inru2004-04-192-4/+4
| | | | | | | the make.conf(5) manpage. PR: conf/65738 OK'ed by: markm
* Turn on the amd64-specific bignum code in openssl. This is actuallypeter2004-04-141-0/+7
| | | | | | | a variant of the C code but with some scattered asm and things laid out more optimally for the platform. This means that we need to the asm directory to the search path for the amd64 case so that make can find the source.
* Remove the -pthread from the last commit, as OpenSSL doesn't actuallydwmalone2004-03-301-1/+1
| | | | | | | call any pthread functions as we use compile it. We keep the -DOPENSSL_THREADS, which stops OpenSSL doing thread-unsafe stuff. Requested by: ru
* Build OpenSSL so that it extects that is may be used in a threadeddwmalone2004-03-301-0/+1
| | | | | | | | | | environment. This stops some ports keeling over on an OpenSSL assert. (The patch is not exactly the one from the PR, but has been refined based on advice from freebsd-threads.) PR: 51205 Submitted by: Jim Westfall <jwestfall@surrealistic.net> MFC after: 1 month
* Re-add the hand-optimised assembler versions of some of the ciphersmarkm2004-03-2314-3759/+2861
| | | | | | | to the build. Should have done this ages ago: markm Reminded above to do this: peter
* Update manual pages for OpenSSL 0.9.7d.nectar2004-03-17155-324/+1110
|
* Update for 3.8p1, including workaround for a bug in gss-genr.c.des2004-02-261-8/+9
|
* Cosmetics: rearrange the dependency list to match that of ssh and sshd.ru2004-01-081-2/+5
| | | | Reviewed by: des
* Use += instead of = with DPADD / LDADD.des2004-01-081-2/+2
|
* Enable GSSAPI support. [1]des2004-01-081-1/+3
| | | | | | Also remove some duplicates from ssh's SRCS. Submitted by: [1] Björn Grönvall <bg@sics.se>
* Previous commit erroneously listed some sources with .o suffixes.des2004-01-071-1/+1
|
OpenPOWER on IntegriCloud