| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | | | | Adjust to explicitly list ${libdir}. | jasper | 2011-05-03 | 1 | -4/+4 |
| * | | | | back out previous commit. | beck | 2011-03-25 | 1 | -665/+0 |
| * | | | | Add the following certs: | dhill | 2011-03-25 | 1 | -0/+665 |
| * | | | | This script doesn't need write access to $curdir. Just check existence. | matthieu | 2011-03-24 | 1 | -3/+3 |
| * | | | | Remove expired certs. | dhill | 2011-03-03 | 1 | -174/+0 |
| * | | | | 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 |
| * | | | | - simplify, krb5 handling is not needed. | jasper | 2011-01-21 | 2 | -27/+8 |
| * | | | | - 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 |
| * | | | | move CRYPTO_VIAC3_MAX out of cryptodev.h and into the only | jsg | 2010-12-16 | 1 | -0/+2 |
| * | | | | The VIA ciphers are added to an array of CRYPTO_ALGORITHM_MAX length | jsg | 2010-12-16 | 1 | -2/+2 |
| * | | | | Security fix for CVE-2010-4180 as mentioned in http://www.openssl.org/news/se... | jasper | 2010-12-15 | 4 | -0/+16 |
| * | | | | - Apply security fix for CVE-2010-3864 (+commit 19998 which fixes the fix). | jasper | 2010-11-17 | 2 | -36/+84 |
| * | | | | Disable use of dladdr() on a.out arches, they do not provide it (yet); ok djm@ | miod | 2010-10-18 | 1 | -1/+1 |
| * | | | | OpenSSL grows another undocumented header, apparently needed on armish | djm | 2010-10-07 | 1 | -1/+2 |
| * | | | | More OpenSSL fixes: | djm | 2010-10-06 | 4 | -14/+16 |
| * | | | | Retire Skipjack | mikeb | 2010-10-06 | 2 | -2/+0 |
| * | | | | Our make already uses sh -e when executing commands. | naddy | 2010-10-04 | 1 | -7/+7 |
| * | | | | 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 | 1 | -3/+3 |
| * | | | | update supporting files, crank library majors | djm | 2010-10-01 | 18 | -274/+621 |
| * | | | | add missing; yay for cvs! | djm | 2010-10-01 | 3 | -0/+402 |
| * | | | | resolve conflicts, fix local changes | djm | 2010-10-01 | 1079 | -135052/+48413 |
| * | | | | This commit was generated by cvs2git to track changes on a CVS vendor | djm | 2010-10-01 | 13 | -252/+2386 |
| |\ \ \ \
| | |/ /
| |/| | |
|
| | * | | | import OpenSSL-1.0.0a | djm | 2010-10-01 | 49 | -3141/+10589 |
| | * | | | import of OpenSSL 0.9.8k | djm | 2009-04-06 | 4 | -3/+5 |
| * | | | | This commit was generated by cvs2git to track changes on a CVS vendor | djm | 2010-10-01 | 306 | -4812/+48339 |
| |\ \ \ \
| | |/ /
| |/| | |
|
| | * | | | import OpenSSL-1.0.0a | djm | 2010-10-01 | 334 | -6392/+53658 |
| | * | | | This commit was manufactured by cvs2git to create branch 'OPENSSL'. | cvs2svn | 2010-07-01 | 1 | -0/+992 |
| * | | | | This commit was generated by cvs2git to track changes on a CVS vendor | djm | 2010-10-01 | 84 | -1948/+3142 |
| |\ \ \ \
| | |_|/
| |/| | |
|
| | * | | | import OpenSSL-1.0.0a | djm | 2010-10-01 | 693 | -25279/+41145 |
| * | | | | Use mandoc instead of groff to build PostScript manuals; note that | schwarze | 2010-09-09 | 1 | -3/+3 |
| * | | | | Oracle has re-licensed sunrpc under a three-clause BSD license. | millert | 2010-09-01 | 1 | -27/+29 |
| * | | | | oops. Missed this from my aes-ni commit. | thib | 2010-07-01 | 1 | -3/+4 |
| * | | | | AES-NI engine support for OpenSSL. | thib | 2010-07-01 | 11 | -3/+1730 |
| * | | | | VIA xcrypt for amd64, simpler version of a diff from deraadt | jsg | 2010-06-29 | 1 | -6/+19 |
| * | | | | Add the extendedKeyUsage flags serverAuth and clientAuth. Newer Windows | reyk | 2010-06-26 | 1 | -0/+3 |
| * | | | | When running in pic mode we don't have enough general registers for all | jsg | 2010-05-03 | 1 | -1/+1 |
| * | | | | The openssl command line tool treats the non-null terminated buffer | deraadt | 2010-04-20 | 1 | -1/+1 |
| * | | | | Security fix for CVE-2010-0740 | jasper | 2010-04-14 | 2 | -6/+8 |
| * | | | | Build all manual pages in base with mandoc(1) instead of groff, | schwarze | 2010-04-03 | 1 | -3/+3 |
| * | | | | cherrypick patch from OpenSSL 0.9.8m: | djm | 2010-03-04 | 4 | -8/+11 |
| * | | | | Use MACHINE_CPU instead of MACHINE_ARCH to pick the correct machine dependent | miod | 2010-02-03 | 1 | -6/+8 |
| * | | | | add a fix from OpenSSL CVS for SA38200. | jasper | 2010-01-31 | 1 | -10/+7 |
| * | | | | new ipsca root. | dlg | 2009-12-31 | 1 | -0/+108 |
| * | | | | ipsca has expired | dlg | 2009-12-31 | 1 | -51/+0 |
| * | | | | plug a memory leak; found by parfait, ok djm | deraadt | 2009-12-11 | 1 | -0/+2 |