site_archiver@lists.apple.com Delivered-To: darwin-kernel@lists.apple.com Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:subject:mime-version:content-type:from :in-reply-to:date:cc:content-transfer-encoding:message-id:references :to:x-mailer; bh=ZIopIXdCeq4bU4W0sQRVDsdaITaSgrZHsTlwiMdArpU=; b=NCeGn+Nx3CY2SjtLLLyiYOahktxPtKmFElpRlpu0CHuTrRL78seu/EDWnBDHyPI+jP Gwk4VCxNgOI8eEzMq2qvzod0W2SFErzNn94AMOT07Xf27KxfmeAoaRXc3Vw1gc+enIda PvJBtcuqpXTyafHCChNdFkksb6AW/ZtJQyaEE= Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=subject:mime-version:content-type:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to:x-mailer; b=B1iYpeH4/seeLSKowF+3tVnLCyAqodzT4Fgv63PkzmxiI9OU0Fihk/kNlnfxUoZGrI R1dakQfp3fArP2KF86eXbUo1Vtc4CaCo2T/lerXJ+uWFj/09Q1PoVT2xhp/gTZgzots6 4tylCHFY0ms1ib5cpgs24M1iWJlLA3TMO4ATo= Quinn, On Feb 9, 2011, at 9:40 PM, Quinn The Eskimo! wrote:
o write a program to configure Apple's VPN
o use the kernel's IPsec implementation, but not any of Apple's higher level infrastructure
o entirely custom
I have "encryption tokens" stored on removable USB devices on both ends of a connection and I'm using AES-256 encryption. The easiest approach would be to somehow use the token as pre-shared key (PSK) for authentication of a TLS session using GnuTLS. Other than that, I just need to use the my security tokens to encrypt the connection and I have no prior familiarity with the infrastructure available for my scenario on the Mac. This is why I'm asking the list :-). What do you suggest? Thanks, Joel -------------------------------------------------------------------------- - mac osx device driver ninja, kernel extensions and user-land usb drivers ---------------------+------------+--------------------------------------- http://wagerlabs.com | @wagerlabs | http://www.linkedin.com/in/joelreymont ---------------------+------------+--------------------------------------- _______________________________________________ Do not post admin requests to the list. They will be ignored. Darwin-kernel mailing list (Darwin-kernel@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/darwin-kernel/site_archiver%40lists.a... This email sent to site_archiver@lists.apple.com
participants (1)
-
Joel Reymont