summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* print the pointer value that caused the error (if available); okotto2010-10-211-47/+54
| | | | deraadt@ nicm@ (on an earlier version)
* Disable use of dladdr() on a.out arches, they do not provide it (yet); ok djm@miod2010-10-182-2/+2
|
* various tweaks for consistency;jmc2010-10-171-92/+62
|
* use standard list width;jmc2010-10-151-29/+29
|
* nicer formatting for the various synopses;jmc2010-10-151-276/+344
|
* document "openssl ts";jmc2010-10-151-4/+629
|
* probabalistic -> probabilistic; from naddyjmc2010-10-141-2/+2
|
* for openssl prime, note that results are probabalistic; from djmjmc2010-10-141-2/+5
|
* document "openssl prime";jmc2010-10-131-1/+47
|
* document "openssl pkeyparam";jmc2010-10-131-6/+54
|
* document "openssl pkeyutl";jmc2010-10-121-2/+212
|
* document "openssl pkey";jmc2010-10-091-1/+127
|
* document "openssl genpkey";jmc2010-10-091-2/+176
|
* document "openssl engine";jmc2010-10-081-1/+51
|
* document "openssl ecparam";jmc2010-10-081-1/+182
|
* supply the correct value of ciphers DEFAULT; from djmjmc2010-10-081-3/+3
|
* document "openssl ec";jmc2010-10-081-3/+209
|
* OpenSSL grows another undocumented header, apparently needed on armishdjm2010-10-071-1/+2
|
* More OpenSSL fixes:djm2010-10-067-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 Skipjackmikeb2010-10-064-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,jmc2010-10-061-214/+650
| | | | but i'll get to those shortly...
* Our make already uses sh -e when executing commands.naddy2010-10-041-7/+7
| | | | Revert the "set -e" additions and kill unneeded subshells. ok djm@
* don't use non-standard CFLAGS; ok miod@, deraadt@naddy2010-10-031-2/+2
|
* DES_LONG should be u_int on all platforms, it was spuriouslydjm2010-10-031-1/+1
| | | | u_long on i386. suggested by deraadt@ and kettenis@
* percolate up errors from perl asm scripts, correctly enable SHA-256 asm ondjm2010-10-021-9/+9
| | | | amd64
* fix -Wall due to API changedjm2010-10-012-6/+6
|
* update to openssl-1.0.0adjm2010-10-011-20/+8
|
* update supporting files, crank library majorsdjm2010-10-0118-274/+621
|
* add missing; yay for cvs!djm2010-10-015-0/+607
|
* resolve conflicts, fix local changesdjm2010-10-011649-188904/+70184
|
* This commit was generated by cvs2git to track changes on a CVS vendordjm2010-10-01189-4739/+34138
|\ | | | | branch.
| * import OpenSSL-1.0.0adjm2010-10-01569-17816/+61097
| |
| * This commit was manufactured by cvs2git to create branch 'unlabeled-1.1.1'.cvs2svn2010-07-011-0/+992
| |
* | This commit was generated by cvs2git to track changes on a CVS vendordjm2010-10-01121-3204/+4684
|\ \ | | | | | | branch.
| * | import OpenSSL-1.0.0adjm2010-10-01798-31734/+48478
| | |
* | | This commit was generated by cvs2git to track changes on a CVS vendordjm2010-10-01339-5051/+49844
|\ \ \ | | | | | | | | branch.
| * | | import OpenSSL-1.0.0adjm2010-10-01373-6688/+55495
| | | |
| * | | This commit was manufactured by cvs2git to create branch 'OPENSSL'.cvs2svn2010-07-011-0/+992
| | | |
* | | | Make gcvt() better match printf("%g") behavior, it now passes regress.millert2010-09-251-11/+23
| | | | | | | | | | | | | | | | OK deraadt@
* | | | Add timingsafe_bcmp(3) to libc, mention that it's already in thematthew2010-09-243-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 statdjm2010-09-243-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.claudio2010-09-241-1/+7
| | | | | | | | | | | | | | | | OK deraadt@, millert@
* | | | more wacky macro fixing;jmc2010-09-191-37/+37
| | | |
* | | | Add cvs tag, author name and yearmillert2010-09-181-1/+5
| | | |
* | | | Test default precision when ndigit is negative.millert2010-09-181-0/+6
| | | |
* | | | Add more test vectors.millert2010-09-181-6/+60
| | | |
* | | | Add gcvt() regress with test vectors derived from perl regress.millert2010-09-172-0/+61
| | | | | | | | | | | | | | | | | | | | Does not currently pass, which is why perl can't use it to format doubles.
* | | | observe the following spelling:jmc2010-09-102-9/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - wide character (noun) - wide-character (adjective) this is the "fix of least resistance", and appears to be in line with posix style; a tiny fix still needed for curses, but i'll mail that upstream;
* | | | Use mandoc instead of groff to build PostScript manuals; note thatschwarze2010-09-091-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | these are not built by default, but only built when MANPS is set. kristaps@ and jmc@ agree with the idea, and the patch doesn't bother deraadt@ at all
* | | | Oracle has re-licensed sunrpc under a three-clause BSD license.millert2010-09-012-54/+58
| | | | | | | | | | | | | | | | Update our sources appropriately. OK deraadt@ jsg@