Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove SSLv2 references from the intro(3) and ssl(8) man pages, and | 2013-03-14 | 1 | -6/+10 | |
| | | | | | | mention in ssl(8) that SSLv2 was disabled in OpenBSD 5.2. feedback/ok jmc sthen | ||||
* | Add ECDSA instructions to ssl(8), with this and DSA's method now generating | 2013-03-07 | 1 | -8/+54 | |
| | | | | | | | a CSR first, then a self-signed cert as a separate step, using the -days and -sha256 options in the example. Syncs with style used for RSA here/faq and saves hair pulling if you actually want a CSR and don't notice the "-x509". Tweaks from jmc@, stsp and jung like the separate use of -days. | ||||
* | this advice was arguable back in 2003 but is spurious now; | 2012-11-27 | 1 | -4/+2 | |
| | | | | ok mikeb deraadt | ||||
* | Make a few formatting fixes: | 2012-11-06 | 1 | -126/+55 | |
| | | | | | | | | | | | - Remove unnecessary .Ar macros. - Change "https" to "HTTPS" to be consistent with other man pages. - Add "(CSR)" to the first instance of "Certificate Signing Request." - Convert one .Ar to .Em in the HISTORY section since the intent of that .Ar was to emphasize a point. - Fix the punctuation in one sentence. feedback/ok jmc | ||||
* | Fix punctuation and merge two paragraphs into one to make it read | 2012-06-19 | 1 | -14/+7 | |
| | | | | | | better. feedback/ok jmc, ok haesbaert henning | ||||
* | revert to recommending a key size of 2048, as requested by naddy | 2012-05-27 | 1 | -4/+4 | |
| | |||||
* | recommend rsa4096 and sha256; from Nicolai | 2012-05-25 | 1 | -6/+8 | |
| | | | | ok millert | ||||
* | ssl.8: Certifying Authority -> Certificate Authority | 2011-09-29 | 1 | -8/+8 | |
| | | | | | | | isakmpd.8: rsa:1024 -> rsa:2048 (ok markus) all: X509 -> X.509 from Lawrence Teo | ||||
* | - update key size and alg recommendations; from Lawrence Teo | 2011-09-07 | 1 | -5/+5 | |
| | | | | | | - whilst here, knock out useless Pp in openssl.1 ok djm markus | ||||
* | dispense with some wacky escape sequences; | 2010-03-26 | 1 | -6/+6 | |
| | |||||
* | reorder so that web certificates are more obvious. | 2008-12-16 | 1 | -35/+35 | |
| | | | | | | | | | Avoid the classical noob problem: read half the manpage, figure out how to build a DSA certificate, then realize it's not what you need. historically, RSA was patented, and so it made sense to put DSA first. But the patent expired a few years ago... okay millert@, jmc@ | ||||
* | convert to new .Dd format; | 2007-05-31 | 1 | -2/+2 | |
| | |||||
* | It used to be a good thing not to send people to Verisign. now this | 2003-12-05 | 1 | -7/+1 | |
| | | | | is just wrong. Damn wrong. | ||||
* | - section reorder | 2003-06-06 | 1 | -18/+18 | |
| | | | | | - macro fixes - kill whitespace at EOL | ||||
* | start new sentence on a new line | 2003-02-26 | 1 | -4/+4 | |
| | | | | ok mpech@ | ||||
* | copyright beck and me | 2003-02-15 | 1 | -2/+25 | |
| | |||||
* | typos; | 2003-02-13 | 1 | -2/+2 | |
| | | | | | | | | setextattr(8): example markus@ spamd(8): someone else found some of these on bugs/misc, but for the life of me i can't find out who pf.conf(5): from openbsd@davidkrause.com raidctl(8): from ian@darwinsys.com | ||||
* | Remove pkg_add(1) .Xr | 2002-12-15 | 1 | -2/+1 | |
| | | | | fgsch@ henning@ ok | ||||
* | grammar fixes; ok ericj@, -mdoc ok mpech@ | 2002-01-22 | 1 | -14/+13 | |
| | |||||
* | Powered by @mantoya: | 2001-10-05 | 1 | -4/+4 | |
| | | | | | | | | o) start new sentence on a new line; o) minor mdoc fixes; millert@ ok Tip of the day: www.mpechismazohist.com | ||||
* | mention that sendmail can do SSL/TLS and reference starttls.8 | 2001-09-19 | 1 | -8/+25 | |
| | |||||
* | o) {Open,Net,Free}BSD -> .{O,N,F}x; | 2001-08-17 | 1 | -4/+9 | |
| | | | | | | | o) "start sentence on new line" issues; o) minimal -mdoc improvements; millert@ ok | ||||
* | o) We don't like .Pp before/after .Sh; | 2001-08-03 | 1 | -2/+1 | |
| | | | | | | | o) .Nm always has argument in .Sh SYNOPSIS; o) We always closes .Bl and .Bd tags; millert@ ok | ||||
* | smite typos, and add RCS tags where missing; aaron@ ok | 2000-12-22 | 1 | -3/+5 | |
| | |||||
* | Remove final references to extra RSA libs | 2000-12-06 | 1 | -15/+6 | |
| | |||||
* | various Xr fixes; nordin@cse.ogi.edu | 2000-11-20 | 1 | -2/+2 | |
| | |||||
* | Add the punchline to the procedure for making web server certificates | 2000-10-24 | 1 | -1/+12 | |
| | | | | | | to indicate that people should test their server with a self signed certificate, then simply replace the certificate with a real one to go production. | ||||
* | Remove unwanted trailing whitespace. | 2000-10-13 | 1 | -15/+15 | |
| | |||||
* | some silly error repairs | 2000-06-17 | 1 | -36/+47 | |
| | |||||
* | Change to past tense with a large Hysterical section. | 2000-06-17 | 1 | -110/+86 | |
| | |||||
* | clean | 2000-04-28 | 1 | -3/+0 | |
| | |||||
* | Add a section talking about random data sources, /dev/arandom, and what | 2000-04-26 | 1 | -0/+25 | |
| | | | | happens when it's not there. | ||||
* | 2.7 | 2000-04-16 | 1 | -3/+3 | |
| | |||||
* | Xr most important ssl pod2man pages | 2000-03-29 | 1 | -0/+2 | |
| | |||||
* | more Xr | 2000-03-24 | 1 | -1/+3 | |
| | |||||
* | typo | 2000-03-24 | 1 | -1/+2 | |
| | |||||
* | DSA is patented, but the patent is in the public domain. | 2000-01-25 | 1 | -2/+2 | |
| | |||||
* | ie. -> i.e., | 2000-01-22 | 1 | -1/+1 | |
| | |||||
* | must get sslUSA from usa ftp site | 1999-10-14 | 1 | -1/+1 | |
| | |||||
* | use package location for pkg_add, not link in main dir. | 1999-10-14 | 1 | -2/+2 | |
| | |||||
* | add bit for sslUSA26 vaporware and refer to afterboot(8) | 1999-10-14 | 1 | -2/+10 | |
| | |||||
* | change ssl package name | 1999-10-14 | 1 | -1/+1 | |
| | |||||
* | more | 1999-10-05 | 1 | -1/+5 | |
| | |||||
* | 2.5->2.6 (thanks markus) | 1999-10-03 | 1 | -1/+1 | |
| | |||||
* | Oops. I meant to do this. | 1999-10-01 | 1 | -3/+55 | |
| | |||||
* | Updated for openssl, Yet another thing I forgot to commit | 1999-09-30 | 1 | -58/+10 | |
| | |||||
* | Typo fixes. | 1999-09-23 | 1 | -1/+1 | |
| | |||||
* | - remove all trailing whitespace | 1999-07-09 | 1 | -16/+16 | |
| | | | | | | | | | | * except when it is escaped with a `\' at the end of the line - fix remaining .Nm usage as well - this is from a patch I received from kwesterback@home.com, who has been working on some scripts for fixing formatting errors in mdoc'd man pages Ok, so there could be a cost/benefit debate with this commit, but since I have the patch we might as well commit it... | ||||
* | remove argument from .Os macros so value in /usr/share/tmac/mdoc/doc-common | 1999-05-23 | 1 | -1/+1 | |
| | | | | is used instead; kwesterback@home.com | ||||
* | grammar police: do not hyphenate compound words that act as adjectives if the | 1999-05-12 | 1 | -1/+1 | |
| | | | | | | first word ends in -ly i.e., fully-qualified, newly-created, globally-visible, etc. are wrong |