summaryrefslogtreecommitdiff
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2011-03-02Fix __cxa_finalize() so that calling __cxa_finalize(NULL) properlymatthew1-2/+2
2011-02-12fix from pr 6207. a bit more of an explanation: we write the correctokan1-4/+18
2011-02-10fix for CVE-2011-0014 "OCSP stapling vulnerability";djm2-2/+14
2011-01-25Put -I${includedir} back into Cflags so configure script tests likenaddy1-4/+8
2011-01-24Correctly escape a literal colon in an enclosure;schwarze1-3/+3
2011-01-21- simplify, krb5 handling is not needed.jasper2-27/+8
2011-01-20a a -> alum1-3/+3
2011-01-14superceded -> superseded;jmc1-3/+3
2011-01-09Minor tweaks to nc(1) man page and usage.jeremy2-16/+23
2011-01-08Enable unix datagram support by treating ENOBUFS like EAGAIN.jeremy1-2/+2
2011-01-08Support unix domain sockets in nc(1) with -Uu.jeremy2-25/+83
2011-01-07Remove an extraneous return statement with the wrong return value.millert1-8/+6
2011-01-03- adjust krb5 directoriesjasper1-8/+5
2010-12-28- ensure ${DESTDIR}/usr/lib/pkgconfig/ as running make distrib-dirs is notjasper1-2/+3
2010-12-28- generate and install pkg-config files for openssl, which more and morejasper2-1/+122
2010-12-22remove comment that hasn't been true for quite a while now;otto1-6/+1
2010-12-16avoid pointer arithmetic on void *dhill1-5/+5
2010-12-16move CRYPTO_VIAC3_MAX out of cryptodev.h and into the onlyjsg2-0/+4
2010-12-16The VIA ciphers are added to an array of CRYPTO_ALGORITHM_MAX lengthjsg2-4/+4
2010-12-15Security fix for CVE-2010-4180 as mentioned in http://www.openssl.org/news/se...jasper4-0/+16
2010-12-12overriden -> overridden;jmc1-4/+4
2010-11-30involes -> involves; from Carlos Alberto Pereira Gomesjmc1-1/+1
2010-11-17- Apply security fix for CVE-2010-3864 (+commit 19998 which fixes the fix).jasper2-36/+84
2010-10-28remove skipjack and cast from the libc; ok deraadtmikeb3-1053/+2
2010-10-21print the pointer value that caused the error (if available); okotto1-47/+54
2010-10-18Disable use of dladdr() on a.out arches, they do not provide it (yet); ok djm@miod2-2/+2
2010-10-17various tweaks for consistency;jmc1-92/+62
2010-10-15use standard list width;jmc1-29/+29
2010-10-15nicer formatting for the various synopses;jmc1-276/+344
2010-10-15document "openssl ts";jmc1-4/+629
2010-10-14probabalistic -> probabilistic; from naddyjmc1-2/+2
2010-10-14for openssl prime, note that results are probabalistic; from djmjmc1-2/+5
2010-10-13document "openssl prime";jmc1-1/+47
2010-10-13document "openssl pkeyparam";jmc1-6/+54
2010-10-12document "openssl pkeyutl";jmc1-2/+212
2010-10-09document "openssl pkey";jmc1-1/+127
2010-10-09document "openssl genpkey";jmc1-2/+176
2010-10-08document "openssl engine";jmc1-1/+51
2010-10-08document "openssl ecparam";jmc1-1/+182
2010-10-08supply the correct value of ciphers DEFAULT; from djmjmc1-3/+3
2010-10-08document "openssl ec";jmc1-3/+209
2010-10-07OpenSSL grows another undocumented header, apparently needed on armishdjm1-1/+2
2010-10-06More OpenSSL fixes:djm7-26/+30
2010-10-06Retire Skipjackmikeb4-4/+0
2010-10-06catch up to openssl-1.0.0a; there's some new commands, as yet undocumented,jmc1-214/+650
2010-10-04Our make already uses sh -e when executing commands.naddy1-7/+7
2010-10-03don't use non-standard CFLAGS; ok miod@, deraadt@naddy1-2/+2
2010-10-03DES_LONG should be u_int on all platforms, it was spuriouslydjm1-1/+1
2010-10-02percolate up errors from perl asm scripts, correctly enable SHA-256 asm ondjm1-9/+9
2010-10-01fix -Wall due to API changedjm2-6/+6