Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Security fix for CVE-2010-4180 as mentioned in ↵ | jasper | 2010-12-15 | 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@ | ||||
* | 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 |
| | | | | ok djm@ deraadt@ | ||||
* | 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 |
| | | | | deraadt@ nicm@ (on an earlier version) | ||||
* | 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 |
| | | | | | | | | | - 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@ | ||||
* | Retire Skipjack | mikeb | 2010-10-06 | 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. | ||||
* | catch up to openssl-1.0.0a; there's some new commands, as yet undocumented, | jmc | 2010-10-06 | 1 | -214/+650 |
| | | | | but i'll get to those shortly... | ||||
* | Our make already uses sh -e when executing commands. | naddy | 2010-10-04 | 1 | -7/+7 |
| | | | | Revert the "set -e" additions and kill unneeded subshells. ok djm@ | ||||
* | 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 |
| | | | | u_long on i386. suggested by deraadt@ and kettenis@ | ||||
* | percolate up errors from perl asm scripts, correctly enable SHA-256 asm on | djm | 2010-10-02 | 1 | -9/+9 |
| | | | | amd64 | ||||
* | fix -Wall due to API change | djm | 2010-10-01 | 2 | -6/+6 |
| | |||||
* | update to openssl-1.0.0a | djm | 2010-10-01 | 1 | -20/+8 |
| | |||||
* | update supporting files, crank library majors | djm | 2010-10-01 | 18 | -274/+621 |
| | |||||
* | add missing; yay for cvs! | djm | 2010-10-01 | 5 | -0/+607 |
| | |||||
* | resolve conflicts, fix local changes | djm | 2010-10-01 | 1649 | -188904/+70184 |
| | |||||
* | This commit was generated by cvs2git to track changes on a CVS vendor | djm | 2010-10-01 | 189 | -4739/+34138 |
|\ | | | | | branch. | ||||
| * | import OpenSSL-1.0.0a | djm | 2010-10-01 | 569 | -17816/+61097 |
| | | |||||
| * | This commit was manufactured by cvs2git to create branch 'unlabeled-1.1.1'. | cvs2svn | 2010-07-01 | 1 | -0/+992 |
| | | |||||
* | | This commit was generated by cvs2git to track changes on a CVS vendor | djm | 2010-10-01 | 121 | -3204/+4684 |
|\ \ | | | | | | | branch. | ||||
| * | | import OpenSSL-1.0.0a | djm | 2010-10-01 | 798 | -31734/+48478 |
| | | | |||||
* | | | This commit was generated by cvs2git to track changes on a CVS vendor | djm | 2010-10-01 | 339 | -5051/+49844 |
|\ \ \ | | | | | | | | | branch. | ||||
| * | | | import OpenSSL-1.0.0a | djm | 2010-10-01 | 373 | -6688/+55495 |
| | | | | |||||
| * | | | This commit was manufactured by cvs2git to create branch 'OPENSSL'. | cvs2svn | 2010-07-01 | 1 | -0/+992 |
| | | | | |||||
* | | | | Make gcvt() better match printf("%g") behavior, it now passes regress. | millert | 2010-09-25 | 1 | -11/+23 |
| | | | | | | | | | | | | | | | | OK deraadt@ | ||||
* | | | | Add timingsafe_bcmp(3) to libc, mention that it's already in the | matthew | 2010-09-24 | 3 | -5/+62 |
| | | | | | | | | | | | | | | | | | | | | | | | | kernel in kern(9), and remove it from OpenSSH. ok deraadt@, djm@ | ||||
* | | | | add a GLOB_KEEPSTAT option that retains a copy of the struct stat | djm | 2010-09-24 | 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@ | ||||
* | | | | Implement if_freenameindex() as a real function as required by posix. | claudio | 2010-09-24 | 1 | -1/+7 |
| | | | | | | | | | | | | | | | | OK deraadt@, millert@ | ||||
* | | | | more wacky macro fixing; | jmc | 2010-09-19 | 1 | -37/+37 |
| | | | | |||||
* | | | | Add cvs tag, author name and year | millert | 2010-09-18 | 1 | -1/+5 |
| | | | | |||||
* | | | | Test default precision when ndigit is negative. | millert | 2010-09-18 | 1 | -0/+6 |
| | | | |