HN user

mdewinter

975 karma
Posts55
Comments56
View on HN
raymii.org 6y ago

Tiny Tiny RSS and Readability == the Best Way to Read RSS Feeds

mdewinter
5pts0
txtn.ws 7y ago

Show HN: Text News, Gopher only, text only, readable news

mdewinter
28pts5
raymii.org 7y ago

Split keyboards, a five year experience and review

mdewinter
3pts1
raymii.org 7y ago

Three New NitroKeys Nitrokey Pro 2, Storage 2 and a FIDO-U2F Nitrokey

mdewinter
4pts0
ondergetekende.nl 8y ago

Vanity RSA public key

mdewinter
1pts0
raymii.org 8y ago

The sad state of Alpha emulators (for OpenVMS)

mdewinter
2pts0
raymii.org 8y ago

Introducing the Yubikey Nano XL Rugged Edition

mdewinter
1pts0
lwn.net 9y ago

One-Time Passwords and GnuPG with Nitrokey [LWN]

mdewinter
2pts0
certificatemonitor.org 11y ago

Show HN: Certificate Monitor – An open-source certificate expiry monitor service

mdewinter
1pts0
ssldecoder.org 11y ago

Show HN: SSL Decoder – An open-source alternative for the SSL Labs test

mdewinter
2pts0
lwn.net 11y ago

The Atom code editor turns 1.0

mdewinter
1pts0
cipherli.st 11y ago

Secure SSL/TLS settings for popular software

mdewinter
1pts0
tls.so 11y ago

Show HN: SSL Decoder – An open-source alternative for the SSL Labs server test

mdewinter
160pts42
raymii.org 11y ago

How I got a valid SSL certificate for my ISP's main domain

mdewinter
68pts62
about.gitlab.com 11y ago

Gitlab 7.2 released (Awesome source code and project management)

mdewinter
1pts0
about.gitlab.com 12y ago

GitLab 7.1 released

mdewinter
1pts0
raymii.org 12y ago

Secure Hard to setup Self Hosted Dropbox Alternative

mdewinter
2pts0
cipherli.st 12y ago

Cipherli.st – Strong copy-paste SSL configuration

mdewinter
9pts2
news.ycombinator.com 12y ago

Ask HN: 6 months later, DigitalOcean still Sucks... Why do you use them?

mdewinter
12pts30
raymii.org 12y ago

IPSEC/L2TP VPN on Ubuntu 14.04 with OpenSwan, xl2tpd and ppp

mdewinter
2pts0
ponify.nl 12y ago

Ponify Lock your Mac or spread the Pony Love...

mdewinter
1pts0
blog.ansibleworks.com 12y ago

A Quest for Simplicity: AnsibleWorks is now Ansible

mdewinter
1pts0
raymii.org 12y ago

Ansible Playbook Testing

mdewinter
2pts0
raymii.org 12y ago

DigitalOcean Sucks. Use DigitalOcean

mdewinter
208pts186
blog.gitlab.org 12y ago

Remote Code Execution in GitLab Shell

mdewinter
1pts0
blog.gitlab.org 12y ago

Remote Code Execution in GitLab 5+

mdewinter
2pts1
raymii.org 12y ago

IPSEC/L2TP VPN on Ubuntu 13.04 with OpenSwan, xl2tpd and ppp

mdewinter
1pts0
blog.gitlab.org 12y ago

Gitlab Community Edition 6.2 Released

mdewinter
1pts0
raymii.org 12y ago

Set up your own truly secure, encrypted and shared file synchronization

mdewinter
69pts23
www.breakingsystemsforfunandprofit.com 12y ago

Breaking Systems for Fun and Profit

mdewinter
1pts0
Wine 2.0 released 9 years ago

Office 2010 and with the latest version Office 2013 work flawlessly with Crossover on Linux (and Mac): https://raymii.org/s/tutorials/Office_2013_and_2010_on_Linux...

The support of codeweavers is very good and fast as well, the two times I had to contact them.

The bottle system is amazing. It allows you to have multiple wine environments with different Windows versions seperated, so not just one Wine for all. Office 2003 runs on Windows XP, 2013 on a Vista env.

The bottles can be exported to RPM or DEB or shell installer for easy deployment as well. Plus the easy online database with appliations and profiles makes Crossover, for me at least, have a big advantage over bare Wine.

Server Side TLS 10 years ago

I'm behind https://cipherli.st, together with some friends. IMHO there is no reason not to have HTTPS everywhere, especially now Let's Encrypt exists. I did think and discuss a lot with people on how 'strong' the page is, and if we might want to change that. The page is targeted at sysadmins who I expect to do at least some research before bluntly copy-pasting config files off somewhere, there are enough warnings on the page.

You are free to keep your opinion but the statement that such possibility "still beats the purpose of the HSM though" is not shared by many people.

I'm aware of the FIPS standard, therefore I worded the piece as my opinion. I think it's better to be able to rotate the keys then to restore to the same/other device. Since extraction might lead to decryption. I do also know that software-wise that is an inconvinience and in some cases not possible. Bur still, a device that protects private keys should not give them up. As you say, my opinion.

No, it is not a convenience. It is a manner to mitigate the risk of denial of service one may cause by purposedly destroying or stealing your HSM.

Stealing should be protected by the tamper-protection, thus causing a wipe of the device. In that case you might have a bigger problem, someone has access to your datacenter and racks. In that case a backup is very welcome. (I do find it a hard problem where the two sides, no backup, a backup, both are equally important.

I challenge this statement: I deal with most big-name HSMs (and there are not that many) and none of them can do this. I do know because that is a risk we explicitly check for when evaluating one.

We've had a situation were two different revisions of the same device were not able to load a wrapped key. Support flew in and told us they could fix in in a new firmware in three months, no guarantees. We installed screen recorders and a keylogger, since they were on our production env (audit logging). They did, with undocumented commands, export the key from the device in an unencrypted format and loaded it into the other model so that we could continue our operation. Reviewing the recording and the logs showed that the commands did also work on other HSM's we had. I'm still under NDA so I cannot talk about which brand or model specific.

Author here, do note that device access and access to all previously setup passwords and PINs is required for this to work. It still beats the purpose of the HSM though. The article explains this a bit more in the #Rationale section. Happy to answer questions or comments.

Author here, please let me know any comments, issues or anything else.

I'm also behind other projects like an SSL (site) test, a fast one: https://ssldecoder.org/ and a certificate monitoring service (reminds you before expiring): https://certificatemonitor.org/.

Also my personal site describing my adventures in *NIX and cloudland: https://raymii.org/s/, plus a boatload of TLS related articles.

The mozilla guide is also very good, the ability to configure based on your server settings and browser support is a heck of a nice feature. Whenever I have time to learn javascript that's the first thing to implement.

Although, all my projects are open source (https://github.com/RaymiiOrg/) so merge requests are welcome. Ferm GPL believer here.

My side project tries to give secure default settings for all major webservers and other software (like haproxy, mysql, mailservers etc): https://cipherli.st/

From the start it has listed the suggestion to set up >SHA256 keys.

If you want to test your site for a SHA 1 cert, you can try my other side project: https://ssldecoder.org/ - you can also use the SSL labs test but mine is faster for just testing certificate type. (And it's open source, so you can use it internally as well).

Mozilla also has a good wiki page for SSL recommended settings: https://wiki.mozilla.org/Security/Server_Side_TLS

Logjam TLS attack 11 years ago

My side project tries to give secure default settings for all major webservers and other software (like haproxy, mysql, mailservers etc): https://cipherli.st/

From the start it has listed the suggestion to set up >2048 DH keys.

If you want to test your site for export ciphers, you can try my other side project: https://tls.so/ - you can also use the SSL labs test but mine is faster for just testing ciphersuite. (And it's open source, so you can use it internally as well).

Mozilla also has a good wiki page for SSL settings: https://wiki.mozilla.org/Security/Server_Side_TLS

This is a seriously awesome podcast. Consider listening to it, the amount of knowledge combined with two bsd-loving hosts is amazing!

My weekend project.

* Tries to give all the information you need instead of a rating.

* Open source, so you can self host it.

* Does the entire certificate chain.

* Allows to paste a CRL/Cert

* Validates the certificate, chain, CRL and OCSP (of every cert in the chain)

* Has easy copy-pastable PEM versions of certs

* Ciphersuite enumeration as an option.

* Fast.

I just manually converted this article from PDF to Markdown and HTML for easy of copy pasting and archiving.

If you like it, please subscribe to Linux Voice. It is an awesome magazine with an awesome team of people. Subscribe via http://shop.linuxvoice.com/ from just GBP 38 and get future issues straight to your door or inbox! (DRM Free PDF's and more available).