Certificats Let's Encrypt
Find a file
Seth Schoen ad71e39d31 simplify by removing hashes of random numbers
There may be circumstances where hashing random numbers might be
useful, but in order to justify it we would need to know something
about the generator that provides them.  However, checking with
strace shows that the CSPRNG in Crypto.Random may not reseed its
entropy enough, so we might ultimately want to use a different one.
It only reseeds 8 bytes per call even if you read megabytes of
random numbers from it!
2012-07-15 16:16:28 -07:00
client-webserver wait after performing challenge, in the hope the server notices the first time 2012-07-14 23:34:39 -07:00
doc Docs 2012-05-17 13:08:39 -07:00
m3crypto@d4e8a6c42a Add m3crypto as a submodule 2012-07-10 18:04:18 -07:00
sample-files Add README explanation 2012-06-28 15:19:28 -07:00
server-ca simplify by removing hashes of random numbers 2012-07-15 16:16:28 -07:00
.gitignore some .gitignore files to suppress display of generated files in git 2012-07-14 13:49:58 -07:00
.gitmodules Add m3crypto as a submodule 2012-07-10 18:04:18 -07:00
README making sure that I can push to this repository 2012-05-27 22:50:27 -07:00

The Chocolate project to implement sweet automatic encryption for webservers.