search for: polarssl

Displaying 13 results from an estimated 13 matches for "polarssl".

Did you mean: polaris
2013 Feb 27
3
Support for PolarSSL?
Hey Timo, Just curious if you ever thought about supporting other than just OpenSSL? PolarSSL looks really interesting, has no major dependencies and is very lightweight compared to OpenSSL, GNUTLS or others... https://polarssl.org/ I guess it could be a lot of work, or not, anyway, I'm just curious... -- Best regards, */Charles/*
2013 Nov 23
1
Possible to use Tinc with embedded SSL implementations like PolarSSL, YaSSL?
I've tried my best searching for whether this question has already been posted to tinc listservs, so apologies if this is a repeat question. Is it possible to use tinc with SSL implementations besides OpenSSL, e.g. the PolarSSL or YaSSL/cyassl libraries used on embedded distros like OpenWRT? Thank you. -- Ben West http://gowasabi.net ben at gowasabi.net 314-246-9434 -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://www.tinc-vpn.org/pipermail/tinc/attachments/20131123/e54a2b57/at...
2015 Mar 15
1
tinc and polarssl (openwrt)
Hi, Is it possible to compile tinc against polarssl ? Perry
2014 Jul 07
2
Xen 4.4.1-rc1+ rebase
I've got a first cut of the rebase here: git://github.com/gwd/sig-virt-xen out/update-4.4.1-rc1-ee81dda-RFC To build it, you'll need to download the polarssl tarball: http://xenbits.xen.org/xen-extfiles/polarssl-1.1.4-gpl.tgz And you'll need a tarball based on (unfortunately) a private tree, which you can find here: git://github.com/gwd/xen base/update-4.4.1-rc1-ee81dda-RFC This branch is based on upstream ee81dda (the current staging-4.4), with...
2011 Mar 11
1
[PATH 9/12] VTPM mini-os: New stubdom applications
This patch ports 5 new applications to the stubdom makefile structure for inclusion into stubdom domains. While these are required for vtpm-stubdom and vtpmmgrdom they could be used with other stubdom applications. -libgmp 4.3.2 -openssl 1.0.0a -polarssl 0.12.1 -berlios tpm_emulator 0.6.1 -vtpm_manager (from the tools directory) Signed off by: Matthew Fioravante <matthew.fioravante@jhuapl.edu> _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
2014 Dec 28
5
Current state of Tinc 1.1?
On Mon, Dec 22, 2014 at 9:30 PM, Guus Sliepen <guus at tinc-vpn.org> wrote: > Although the cryptography is now separated from the rest of the logic in > tinc, it is not really replaceable, since only OpenSSL is supported. > However, there is also a new protocol in tinc 1.1, which uses Ed25519 > and ChaCha-Poly1305. The code for those algorithms is included in tinc, > so the
2018 Aug 29
2
Compatibility of GPL 2.0 licensed SSL library
...hich aren't used in OpenWrt) which is GPL 2.1+ AIUI. Because mbedTLS is the default library for OpenWrt and NSS is not yet in OpenWrt, and because OpenSSL is considered incompatible (I seem to recall reading that in the NUT documentation) I'd like to make building against mbedTLS (formerly polarssl) an option, but don't want to go that route unless it'd be possible to distribute an SSL-enabled binary in OpenWrt. Regards, Daniel
2014 Dec 28
0
Current state of Tinc 1.1?
Or polarssl ? www.polarssl.org Static link? On 12/28/2014 11:00 AM, Pedro C?rte-Real wrote: > On Mon, Dec 22, 2014 at 9:30 PM, Guus Sliepen <guus at tinc-vpn.org> wrote: >> Although the cryptography is now separated from the rest of the logic in >> tinc, it is not really replaceable, si...
2013 Jan 02
1
[PATCH] Fix gmp stubdom build when DESTDIR is used
...ile index 7519683..3006ad6 100644 --- a/stubdom/Makefile +++ b/stubdom/Makefile @@ -173,7 +173,7 @@ cross-gmp: $(GMP_STAMPFILE) $(GMP_STAMPFILE): gmp-$(XEN_TARGET_ARCH) ( cd $< && \ $(MAKE) && \ - $(MAKE) install ) + $(MAKE) DESTDIR= install ) ############# # cross-polarssl -- 1.7.10.4
2010 Aug 25
0
[PATCH 0/7] vtpm Mini-Os domain and vTPM stability fixes
...es to vtpm manager -#define VTPM_STUBDOM for vtpm_managerd to allow it to work with vtpm stubdomains. -hotplug system stability fixes -add #defines to mini-os to disable drivers like pci and net if you don''t want to use them. -generic tpm frontend and backend devices for mini-os -libgmp, polarssl, and tpm_emulator 0.6.1 ported to mini-os using the stubdom makefile structure -vtpm stubdom domain code and README To look out for in the future: -Additional features to vtpm-stubdom -Moving up to latest tpm_emulator -vtpm manager in its own mini-os domain ____________________________________...
2013 Jan 19
0
[xen-unstable test] 15155: regressions - FAIL
...ian.campbell@citrix.com> changeset: 26421:21b5491281c4 user: Matthew Fioravante <matthew.fioravante@jhuapl.edu> date: Fri Jan 18 10:55:44 2013 +0000 vtpm/vtpmmgr and required libs to stubdom/Makefile Add 3 new libraries to stubdom: libgmp polarssl Berlios TPM Emulator 0.7.4 Add makefile structure for vtpm and vtpmmgrdom. Both vtpm domains are optional builds as vtpm depends on cmake. To build either of them, you must do so explicitly. make vtpm-stubdom vtpmmgrdom Finally, also update .*ignore Signed...
2012 Nov 20
52
[PATCH RFC] stubdom: Change vTPM shared page ABI
Since the vTPM implementations are being incorproated into Xen and possibly upstream Linux, I would like to see if this protocol change could be added before we have significant legacy implementations. If not, I still think it would be useful as either a v2 or negotiated protocol change. The current vTPM protocol is a copy of the network protocol. This was likely done for ease of implementation,
2012 Sep 17
9
[PATCH] Upgrade vtpmd to berlios version 0.7.4
What will follow soon are updates to vtpmd, vtpm_manager, xm, xl, mini-os, and new vtpm and vtpm manager stub domains. The first patch I''d like to submit upgrades vtpmd to version 0.7.4 This patch does the following: -add checks to configure to check for cmake (required by berlios 0.7.4) -removes all of the 0.5.1 patches -adds a single patch for 0.7.4 -cleans up the makefile, should