Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2010-12-28 | - ensure ${DESTDIR}/usr/lib/pkgconfig/ as running make distrib-dirs is not | jasper | 1 | -2/+3 | |
common/encouraged practice | |||||
2010-12-28 | - generate and install pkg-config files for openssl, which more and more | jasper | 2 | -1/+122 | |
projects depend on being present (e.g. various ports). as discussed with various porters in a hungarian spa help/feedback from ingo@ and also OK halex@ no objections from djm@ | |||||
2010-12-22 | remove comment that hasn't been true for quite a while now; | otto | 1 | -6/+1 | |
ok deraadt@ djm@ | |||||
2010-12-16 | avoid pointer arithmetic on void * | dhill | 1 | -5/+5 | |
tested for a while by me. ok otto@ | |||||
2010-12-16 | move CRYPTO_VIAC3_MAX out of cryptodev.h and into the only | jsg | 2 | -0/+4 | |
file it will be used from. requested by/ok mikeb@ | |||||
2010-12-16 | The VIA ciphers are added to an array of CRYPTO_ALGORITHM_MAX length | jsg | 2 | -4/+4 | |
which should have been declared as CRYPTO_ALGORITHM_MAX + 1, fix this and reserve enough space for the VIA additions as well. ok/comments from mikeb & deraadt | |||||
2010-12-15 | Security fix for CVE-2010-4180 as mentioned in ↵ | jasper | 4 | -0/+16 | |
http://www.openssl.org/news/secadv_20101202.txt. where clients could modify the stored session cache ciphersuite and in some cases even downgrade the suite to weaker ones. This code is not enabled by default. ok djm@ | |||||
2010-12-12 | overriden -> overridden; | jmc | 1 | -4/+4 | |
2010-11-30 | involes -> involves; from Carlos Alberto Pereira Gomes | jmc | 1 | -1/+1 | |
2010-11-17 | - Apply security fix for CVE-2010-3864 (+commit 19998 which fixes the fix). | jasper | 2 | -36/+84 | |
ok djm@ deraadt@ | |||||
2010-10-28 | remove skipjack and cast from the libc; ok deraadt | mikeb | 3 | -1053/+2 | |
2010-10-21 | print the pointer value that caused the error (if available); ok | otto | 1 | -47/+54 | |
deraadt@ nicm@ (on an earlier version) | |||||
2010-10-18 | Disable use of dladdr() on a.out arches, they do not provide it (yet); ok djm@ | miod | 2 | -2/+2 | |
2010-10-17 | various tweaks for consistency; | jmc | 1 | -92/+62 | |
2010-10-15 | use standard list width; | jmc | 1 | -29/+29 | |
2010-10-15 | nicer formatting for the various synopses; | jmc | 1 | -276/+344 | |
2010-10-15 | document "openssl ts"; | jmc | 1 | -4/+629 | |
2010-10-14 | probabalistic -> probabilistic; from naddy | jmc | 1 | -2/+2 | |
2010-10-14 | for openssl prime, note that results are probabalistic; from djm | jmc | 1 | -2/+5 | |
2010-10-13 | document "openssl prime"; | jmc | 1 | -1/+47 | |
2010-10-13 | document "openssl pkeyparam"; | jmc | 1 | -6/+54 | |
2010-10-12 | document "openssl pkeyutl"; | jmc | 1 | -2/+212 | |
2010-10-09 | document "openssl pkey"; | jmc | 1 | -1/+127 | |
2010-10-09 | document "openssl genpkey"; | jmc | 1 | -2/+176 | |
2010-10-08 | document "openssl engine"; | jmc | 1 | -1/+51 | |
2010-10-08 | document "openssl ecparam"; | jmc | 1 | -1/+182 | |
2010-10-08 | supply the correct value of ciphers DEFAULT; from djm | jmc | 1 | -3/+3 | |
2010-10-08 | document "openssl ec"; | jmc | 1 | -3/+209 | |
2010-10-07 | OpenSSL grows another undocumented header, apparently needed on armish | djm | 1 | -1/+2 | |
2010-10-06 | More OpenSSL fixes: | djm | 7 | -26/+30 | |
- Update local engines for the EVP API change (len u_int => size_t) - Use hw_cryptodev.c instead of eng_cryptodev.c - Make x86_64-xlate.pl always write to the output file and not stdout, fixing "make -j" builds (spotted by naddy@) ok naddy@ | |||||
2010-10-06 | Retire Skipjack | mikeb | 4 | -4/+0 | |
There's not much use for the declassified cipher from the 80's with a questionable license these days. According to the FIPS drafts, Skipjack reaches its EOL in December 2010. The libc portion will be removed after the ports hackathon. djm and thib agree, no objections from deraadt Thanks to jsg for digging up FIPS drafts. | |||||
2010-10-06 | catch up to openssl-1.0.0a; there's some new commands, as yet undocumented, | jmc | 1 | -214/+650 | |
but i'll get to those shortly... | |||||
2010-10-04 | Our make already uses sh -e when executing commands. | naddy | 1 | -7/+7 | |
Revert the "set -e" additions and kill unneeded subshells. ok djm@ | |||||
2010-10-03 | don't use non-standard CFLAGS; ok miod@, deraadt@ | naddy | 1 | -2/+2 | |
2010-10-03 | DES_LONG should be u_int on all platforms, it was spuriously | djm | 1 | -1/+1 | |
u_long on i386. suggested by deraadt@ and kettenis@ | |||||
2010-10-02 | percolate up errors from perl asm scripts, correctly enable SHA-256 asm on | djm | 1 | -9/+9 | |
amd64 | |||||
2010-10-01 | fix -Wall due to API change | djm | 2 | -6/+6 | |
2010-10-01 | update to openssl-1.0.0a | djm | 1 | -20/+8 | |
2010-10-01 | update supporting files, crank library majors | djm | 18 | -274/+621 | |
2010-10-01 | add missing; yay for cvs! | djm | 5 | -0/+607 | |
2010-10-01 | resolve conflicts, fix local changes | djm | 1649 | -188904/+70184 | |
2010-10-01 | import OpenSSL-1.0.0a | djm | 569 | -17816/+61097 | |
2010-10-01 | import OpenSSL-1.0.0a | djm | 798 | -31734/+48478 | |
2010-10-01 | import OpenSSL-1.0.0a | djm | 373 | -6688/+55495 | |
2010-09-25 | Make gcvt() better match printf("%g") behavior, it now passes regress. | millert | 1 | -11/+23 | |
OK deraadt@ | |||||
2010-09-24 | Add timingsafe_bcmp(3) to libc, mention that it's already in the | matthew | 3 | -5/+62 | |
kernel in kern(9), and remove it from OpenSSH. ok deraadt@, djm@ | |||||
2010-09-24 | add a GLOB_KEEPSTAT option that retains a copy of the struct stat | djm | 3 | -10/+86 | |
information that is looked up while matching glob(3)s Keeping this information around can make a big difference when fetching it is expensive, e.g. in sftp which uses GLOB_ALTDIRFUNC feedback millert@ jmc@ "get it in before the libc crank" deraadt@ | |||||
2010-09-24 | Implement if_freenameindex() as a real function as required by posix. | claudio | 1 | -1/+7 | |
OK deraadt@, millert@ | |||||
2010-09-19 | more wacky macro fixing; | jmc | 1 | -37/+37 | |
2010-09-18 | Add cvs tag, author name and year | millert | 1 | -1/+5 | |