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