- Feb 23, 2018
-
-
deuce authored
This class allows saving and loading private keys. It doesn't currently allow saving or loading *public* keys, since they require certificate support which we don't yet have in our JavaScript Object Model. I'll fix the JSDocs build in a minute.
-
- Feb 22, 2018
-
-
rswindell authored
L (capital 'L'): Lock a message base U (capital 'U'): Unlock a message base These commands maybe used to insure that a message base is not modified while being backed-up (but don't forget to unlock them when you're done!). Also note: if you back up all the files (including *.lock), then the backed-up message bases will also be locked and will need to be unlocked (i.e. *.lock removed) before they may be used again if/when restored.
-
rswindell authored
allow the "last_msg" value to be changed as well. When dumping a msgbase index, show 'M' for messages (not blank). When running maintenance, read the entire index in one shot. Don't display progress (percentage counting) during maintenance (just slows it down). When reading messages, get the plain-text version (MIME decode if needed). When a message base fails to open, continue processing additional message bases if specified on the command-line.
-
rswindell authored
-
rswindell authored
-
deuce authored
-
deuce authored
Don't force set the label, require the caller to set it. Fix up ASN.1 parsing of RSA certificates.
-
rswindell authored
(Coverity clean-up) - apparently this function was already erroneously freeing the object private pointer (p) and I copy/pasted that error into more places.
-
rswindell authored
-
rswindell authored
-
rswindell authored
-
rswindell authored
-
rswindell authored
-
deuce authored
the format required by ACMEv2/Let's Encrypt. Yes, this seems to be the easiest way to exfiltrate a private key from a cryptlib context.
-
- Feb 21, 2018
-
-
deuce authored
Reduce certificate checking... the default level will not validate the certificate used by acme-staging-v02.api.letsencrypt.org. Presumably, that means other Google API stuff won't work either.
-
rswindell authored
(without requireing the use of -renumber).
-
rswindell authored
for very old message bases).
-
rswindell authored
return an error.
-
rswindell authored
-U (capital 'U') command-line option (e.g. '-U0' or '-U2' or '-U077').
-
rswindell authored
numbers to message with "duplicate message numbers" when they are at the end of the message base (newly created message headers).
-
rswindell authored
-
rswindell authored
the highest message number indexed.
-
- Feb 20, 2018
-
-
rswindell authored
-
rswindell authored
-
rswindell authored
-
rswindell authored
-
rswindell authored
unused functions).
-
rswindell authored
-
rswindell authored
it's non-zero.
-
rswindell authored
-
rswindell authored
read buffer out-of-band offset access.
-
rswindell authored
-
rswindell authored
-
rswindell authored
buffer overrun concerns.
-
rswindell authored
-
rswindell authored
-
rswindell authored
Luckily, it doesn't appear anyone actually uses this function.
-
rswindell authored
-
rswindell authored
-
rswindell authored
-