Welcome, Guest. Please login or register.

Author Topic: E-Mail  (Read 3190 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline atom-antTopic starter

  • Jr. Member
  • **
  • Join Date: Mar 2009
  • Posts: 90
    • Show only replies by atom-ant
    • http://amiga.org
E-Mail
« on: August 12, 2010, 05:20:20 PM »
Does the Amiga sam-flex 440ep OS 4.1 support SSL??

















f
AmigaOS 4.1 FE Update1 running on AMCC PPC440EP with 1,024MB Memory and Radeon 9250.
 

Offline amigakit

Re: E-Mail
« Reply #1 on: August 12, 2010, 05:43:52 PM »
Yes AmiSSL and OpenSSL both are available for SAM Flex with AmigaOS 4.1
www.AmigaKit.com - Amiga Reseller | Manufacturer | Developer

New Products  --   Customer Help & Support -- @amigakit
 

Offline atom-antTopic starter

  • Jr. Member
  • **
  • Join Date: Mar 2009
  • Posts: 90
    • Show only replies by atom-ant
    • http://amiga.org
Re: E-Mail
« Reply #2 on: August 12, 2010, 07:03:30 PM »
Hi
Does this mean I have to download the amiSSL and openSSL from OS4Depot?
« Last Edit: August 12, 2010, 07:09:19 PM by atom-ant »
AmigaOS 4.1 FE Update1 running on AMCC PPC440EP with 1,024MB Memory and Radeon 9250.
 

Offline amigakit

Re: E-Mail
« Reply #3 on: August 12, 2010, 09:29:19 PM »
We can pre-install it for you on any OS 4.1 Flex system we build.
www.AmigaKit.com - Amiga Reseller | Manufacturer | Developer

New Products  --   Customer Help & Support -- @amigakit
 

Offline kolla

Re: E-Mail
« Reply #4 on: August 12, 2010, 10:36:25 PM »
Considering the topic of the thread and the question asked... are you really asking if there is any e-mail program for Amiga that supports encryption of e-mail using SSL, aka S/MIME?
B5D6A1D019D5D45BCC56F4782AC220D8B3E2A6CC
---
A3000/060CSPPC+CVPPC/128MB + 256MB BigRAM/Deneb USB
A4000/CS060/Mediator4000Di/Voodoo5/128MB
A1200/Blz1260/IndyAGA/192MB
A1200/Blz1260/64MB
A1200/Blz1230III/32MB
A1200/ACA1221
A600/V600v2/Subway USB
A600/Apollo630/32MB
A600/A6095
CD32/SX32/32MB/Plipbox
CD32/TF328
A500/V500v2
A500/MTec520
CDTV
MiSTer, MiST, FleaFPGAs and original Minimig
Peg1, SAM440 and Mac minis with MorphOS
 

Offline Daedalus

  • Hero Member
  • *****
  • Join Date: Feb 2002
  • Posts: 893
    • Show only replies by Daedalus
    • http://www.robthenerd.com
Re: E-Mail
« Reply #5 on: August 12, 2010, 11:51:27 PM »
Well, I guess it's either that or a web browser that supports logging into webmail using https:

YAM supports SSL, and I think OWB does as well but a lot of modern webmail interfaces seem to fail in OWB and other Amiga browsers unless you switch them to "old version" or similar...
Engineers do it with precision
--
http://www.robthenerd.com
 

Offline kolla

Re: E-Mail
« Reply #6 on: August 13, 2010, 01:06:29 AM »
Quote from: Daedalus;574537
Well, I guess it's either that or a web browser that supports logging into webmail using https:

YAM supports SSL, and I think OWB does as well but a lot of modern webmail interfaces seem to fail in OWB and other Amiga browsers unless you switch them to "old version" or similar...


There's SSL all over the place.. imaps, imap and smtp-auth using StartTLS, S/MIME... and by saying "YAM supports SSL" you mean exactly what? Does it handle chained certificates? Does it handle x509v3 certificates with subject alternate names? How about OCSP? Manual CRL handling.. what? :)
B5D6A1D019D5D45BCC56F4782AC220D8B3E2A6CC
---
A3000/060CSPPC+CVPPC/128MB + 256MB BigRAM/Deneb USB
A4000/CS060/Mediator4000Di/Voodoo5/128MB
A1200/Blz1260/IndyAGA/192MB
A1200/Blz1260/64MB
A1200/Blz1230III/32MB
A1200/ACA1221
A600/V600v2/Subway USB
A600/Apollo630/32MB
A600/A6095
CD32/SX32/32MB/Plipbox
CD32/TF328
A500/V500v2
A500/MTec520
CDTV
MiSTer, MiST, FleaFPGAs and original Minimig
Peg1, SAM440 and Mac minis with MorphOS
 

Offline Zac67

  • Hero Member
  • *****
  • Join Date: Nov 2004
  • Posts: 2890
    • Show only replies by Zac67
Re: E-Mail
« Reply #7 on: August 13, 2010, 07:40:31 AM »
Quote from: kolla;574523
... any e-mail program for Amiga that supports encryption of e-mail using SSL, aka S/MIME?


SSL != S/MIME

SSL encrypts the connection between (email) client and server during actual transport, nothing else. S/MIME encrypts the message end-to-end between the sending and the receiving email clients.

Network-wise, SSL works in the transport layer while S/MIME works within the message as a special form of MIME encoding (could somewhat be counted to the application layer).
 

Offline kolla

Re: E-Mail
« Reply #8 on: August 13, 2010, 08:28:27 AM »
Quote from: Zac67;574573
SSL != S/MIME

SSL encrypts the connection between (email) client and server during actual transport, nothing else. S/MIME encrypts the message end-to-end between the sending and the receiving email clients.

Network-wise, SSL works in the transport layer while S/MIME works within the message as a special form of MIME encoding (could somewhat be counted to the application layer).


Stop being so "theoretic", the OSI model is dead, the real world is pragmatic and SSL works in just about any layer you want it to, and is also used everywhere. Also it is nowadays known as TLS as you probably know. Anyways, this is beside the point, which was that original poster made a very vague question, and when people say "Product X supports SSL" it is damn hard to know what they're really claiming.

When using S/MIME, what do you think application developers do... reimplement certificate handling, or just use excisting BSD (or GNU) licensed SSL implementation to do certificate handling for them? Why does the openssl command have a "smime" subcommand you think?
B5D6A1D019D5D45BCC56F4782AC220D8B3E2A6CC
---
A3000/060CSPPC+CVPPC/128MB + 256MB BigRAM/Deneb USB
A4000/CS060/Mediator4000Di/Voodoo5/128MB
A1200/Blz1260/IndyAGA/192MB
A1200/Blz1260/64MB
A1200/Blz1230III/32MB
A1200/ACA1221
A600/V600v2/Subway USB
A600/Apollo630/32MB
A600/A6095
CD32/SX32/32MB/Plipbox
CD32/TF328
A500/V500v2
A500/MTec520
CDTV
MiSTer, MiST, FleaFPGAs and original Minimig
Peg1, SAM440 and Mac minis with MorphOS
 

Offline Daedalus

  • Hero Member
  • *****
  • Join Date: Feb 2002
  • Posts: 893
    • Show only replies by Daedalus
    • http://www.robthenerd.com
Re: E-Mail
« Reply #9 on: August 13, 2010, 08:52:18 AM »
@kolla

You know, I haven't got a clue, and to be honest I'm not that interested either - YAM's fallen behind a little too much to be useful for me so I rarely use it. I answered it in general because the OP was very vague in what they were asking. If they had asked about chained certificates, someone who knew such specific detail would answer for sure.
Engineers do it with precision
--
http://www.robthenerd.com
 

Offline Zac67

  • Hero Member
  • *****
  • Join Date: Nov 2004
  • Posts: 2890
    • Show only replies by Zac67
Re: E-Mail
« Reply #10 on: August 13, 2010, 06:49:04 PM »
@kolla
It makes a huge difference in what security you actually get. SSL/TLS only secures the transport. On the server, between external servers(!) and on your local HDD the message is not encrypted in any way. Nor can any manipulation be detected. For email, SSL/TLS can only provide (end-to-end) security in a closed or at least well-known environment. (And btw SSL and TLS are different things even if a user can neglect the difference. A developer/IT supporter can't.)

S/MIME encrypts the message, then you can transport it safely any which way you want without worrying about eavesdropping or manipulation and only the intended sender can decrypt it.

Makes hell of a difference for me. If I want to ensure confidential end-to-end communication I use S/MIME. If I want to secure login/account or traffic details in an insecure environment (esp. public hotspots, insecure wireless in general, untrusted LANs) I use SSL or TLS.

And stop kidding me about OSI's dead. It sure is but without the layered architecture the internet wouldn't be possible. We'd be stuck with 10base5 and there'd be no DSL or Wi-Fi at all. And probably you don't want to tell me that a hub, a switch or a router are exactly the same, do you?
 

Offline atom-antTopic starter

  • Jr. Member
  • **
  • Join Date: Mar 2009
  • Posts: 90
    • Show only replies by atom-ant
    • http://amiga.org
Re: E-Mail
« Reply #11 on: August 13, 2010, 06:56:52 PM »
OK thanks for the info
AmigaOS 4.1 FE Update1 running on AMCC PPC440EP with 1,024MB Memory and Radeon 9250.
 

Offline atom-antTopic starter

  • Jr. Member
  • **
  • Join Date: Mar 2009
  • Posts: 90
    • Show only replies by atom-ant
    • http://amiga.org
Re: E-Mail
« Reply #12 on: August 13, 2010, 06:57:51 PM »
OK thanks for the input
AmigaOS 4.1 FE Update1 running on AMCC PPC440EP with 1,024MB Memory and Radeon 9250.
 

Offline kolla

Re: E-Mail
« Reply #13 on: August 14, 2010, 12:25:35 AM »
@Zac67
Why are you lecturing me?

For what it's worth, part of my job is signing certificates for a larger CA and deal with support for those certificates, I do have ideas about how things work, thank you very much, including the difference between SSL and TLS.

My point was that it's pretty much the same software that is used for these things, whether you use it for setting up encrypted tunnels over TCP (strictly SSL), setting up encryptet tunnels from within a protocol (TLS), encrypting and signing email (S/MIME), signing zone files (DNSSEC), authentication over wireless (802.1X/WPA(2) enterprise with EAP-TLS/TTLS/PEAP) or wire, and heaploads more.

As for router, switches and hubs, please have a look at what companies like Cisco, Juniper and others deliver today, that's right - boxes that do a heck lot of mixing between layer two and three in the same box.

For what it's worth, I don't see the point in pushing this further, your view is correct on a principal, theoretical level, but internet technology is developed by pragmatists who use whatever technology that fits at any level they see fit. If you think that's all wrong, then I suggest you participate in IETF and do some serious humming :)
B5D6A1D019D5D45BCC56F4782AC220D8B3E2A6CC
---
A3000/060CSPPC+CVPPC/128MB + 256MB BigRAM/Deneb USB
A4000/CS060/Mediator4000Di/Voodoo5/128MB
A1200/Blz1260/IndyAGA/192MB
A1200/Blz1260/64MB
A1200/Blz1230III/32MB
A1200/ACA1221
A600/V600v2/Subway USB
A600/Apollo630/32MB
A600/A6095
CD32/SX32/32MB/Plipbox
CD32/TF328
A500/V500v2
A500/MTec520
CDTV
MiSTer, MiST, FleaFPGAs and original Minimig
Peg1, SAM440 and Mac minis with MorphOS
 

Offline tone007

Re: E-Mail
« Reply #14 on: August 14, 2010, 12:55:53 AM »
Do I detect the scent of urine in this thread?!
3 Commodore file cabinets, 2 Commodore USB turntables, 1 AmigaWorld beer mug
Alienware M14x i7 laptop running AmigaForever