summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2git to create branch 'OPENBSD_4_9'.OPENBSD_4_9cvs2svn2011-02-12932-296990/+0
* fix from pr 6207. a bit more of an explanation: we write the correctokan2011-02-121-4/+18
* fix for CVE-2011-0014 "OCSP stapling vulnerability";djm2011-02-102-2/+14
* Put -I${includedir} back into Cflags so configure script tests likenaddy2011-01-251-4/+8
* Correctly escape a literal colon in an enclosure;schwarze2011-01-241-3/+3
* - simplify, krb5 handling is not needed.jasper2011-01-212-27/+8
* a a -> alum2011-01-201-3/+3
* superceded -> superseded;jmc2011-01-141-3/+3
* Minor tweaks to nc(1) man page and usage.jeremy2011-01-092-16/+23
* Enable unix datagram support by treating ENOBUFS like EAGAIN.jeremy2011-01-081-2/+2
* Support unix domain sockets in nc(1) with -Uu.jeremy2011-01-082-25/+83
* Remove an extraneous return statement with the wrong return value.millert2011-01-071-8/+6
* - adjust krb5 directoriesjasper2011-01-031-8/+5
* - ensure ${DESTDIR}/usr/lib/pkgconfig/ as running make distrib-dirs is notjasper2010-12-281-2/+3
* - generate and install pkg-config files for openssl, which more and morejasper2010-12-282-1/+122
* remove comment that hasn't been true for quite a while now;otto2010-12-221-6/+1
* avoid pointer arithmetic on void *dhill2010-12-161-5/+5
* move CRYPTO_VIAC3_MAX out of cryptodev.h and into the onlyjsg2010-12-162-0/+4
* The VIA ciphers are added to an array of CRYPTO_ALGORITHM_MAX lengthjsg2010-12-162-4/+4
* Security fix for CVE-2010-4180 as mentioned in http://www.openssl.org/news/se...jasper2010-12-154-0/+16
* overriden -> overridden;jmc2010-12-121-4/+4
* involes -> involves; from Carlos Alberto Pereira Gomesjmc2010-11-301-1/+1
* - Apply security fix for CVE-2010-3864 (+commit 19998 which fixes the fix).jasper2010-11-172-36/+84
* remove skipjack and cast from the libc; ok deraadtmikeb2010-10-283-1053/+2
* print the pointer value that caused the error (if available); okotto2010-10-211-47/+54
* Disable use of dladdr() on a.out arches, they do not provide it (yet); ok djm@miod2010-10-182-2/+2
* various tweaks for consistency;jmc2010-10-171-92/+62
* use standard list width;jmc2010-10-151-29/+29
* nicer formatting for the various synopses;jmc2010-10-151-276/+344
* document "openssl ts";jmc2010-10-151-4/+629
* probabalistic -> probabilistic; from naddyjmc2010-10-141-2/+2
* for openssl prime, note that results are probabalistic; from djmjmc2010-10-141-2/+5
* document "openssl prime";jmc2010-10-131-1/+47
* document "openssl pkeyparam";jmc2010-10-131-6/+54
* document "openssl pkeyutl";jmc2010-10-121-2/+212
* document "openssl pkey";jmc2010-10-091-1/+127
* document "openssl genpkey";jmc2010-10-091-2/+176
* document "openssl engine";jmc2010-10-081-1/+51
* document "openssl ecparam";jmc2010-10-081-1/+182
* supply the correct value of ciphers DEFAULT; from djmjmc2010-10-081-3/+3
* document "openssl ec";jmc2010-10-081-3/+209
* OpenSSL grows another undocumented header, apparently needed on armishdjm2010-10-071-1/+2
* More OpenSSL fixes:djm2010-10-067-26/+30
* Retire Skipjackmikeb2010-10-064-4/+0
* catch up to openssl-1.0.0a; there's some new commands, as yet undocumented,jmc2010-10-061-214/+650
* Our make already uses sh -e when executing commands.naddy2010-10-041-7/+7
* don't use non-standard CFLAGS; ok miod@, deraadt@naddy2010-10-031-2/+2
* DES_LONG should be u_int on all platforms, it was spuriouslydjm2010-10-031-1/+1
* percolate up errors from perl asm scripts, correctly enable SHA-256 asm ondjm2010-10-021-9/+9
* fix -Wall due to API changedjm2010-10-012-6/+6