| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | | | - 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 |
* | | | | 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 |
* | | | | 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 | 2 | -6/+6 |
* | | | | 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 |
|\ \ \ \
| | |/ /
| |/| | |
|
| * | | | 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 |
|\ \ \ \
| | |_|/
| |/| | |
|
| * | | | 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 |
|\ \ \ \
| | |_|/
| |/| | |
|
| * | | | 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 |
* | | | | Add timingsafe_bcmp(3) to libc, mention that it's already in the | matthew | 2010-09-24 | 3 | -5/+62 |
* | | | | Implement if_freenameindex() as a real function as required by posix. | claudio | 2010-09-24 | 1 | -1/+7 |
* | | | | more wacky macro fixing; | jmc | 2010-09-19 | 1 | -37/+37 |
* | | | | observe the following spelling: | jmc | 2010-09-10 | 2 | -9/+9 |
* | | | | 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 | 2 | -54/+58 |
* | | | | Check for duplicate variables in the environment when setting a value | millert | 2010-08-23 | 2 | -11/+24 |
* | | | | Sync hcreate(3) with NetBSD, adding some caveats. | ray | 2010-07-28 | 1 | -12/+67 |
* | | | | getopt_long.c replaced getopt.c 6+ years ago; we can retire | blambert | 2010-07-22 | 1 | -7/+1 |
* | | | | Document new unsetenv() error returns. | naddy | 2010-07-06 | 1 | -2/+8 |
* | | | | getpeereid() can now be a library routine using getsockopt() with | deraadt | 2010-07-01 | 3 | -3/+158 |
* | | | | 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 | 20 | -6/+3322 |
* | | | | use a union to align the dns answer buffer until gcc4 is fixed | deraadt | 2010-06-29 | 1 | -5/+8 |
* | | | | use a union to align the dns answer buffer until gcc4 is fixed | deraadt | 2010-06-29 | 1 | -5/+8 |
* | | | | Make unsetenv(NULL) and unsetenv("") give EINVAL, per POSIX. ok deraadt@ | naddy | 2010-06-29 | 1 | -1/+5 |
* | | | | VIA xcrypt for amd64, simpler version of a diff from deraadt | jsg | 2010-06-29 | 2 | -12/+38 |
* | | | | Add the extendedKeyUsage flags serverAuth and clientAuth. Newer Windows | reyk | 2010-06-26 | 1 | -0/+3 |
* | | | | Avoid using and end pointer since strnlen(string, -1) is legal | millert | 2010-06-02 | 1 | -4/+3 |
* | | | | oops - forgot to check for trailing whitespace; | jmc | 2010-05-26 | 1 | -2/+2 |
* | | | | reword the 'D' dump bit to make it clear that the malloc.out file needs | thib | 2010-05-26 | 1 | -4/+5 |
* | | | | Add HISTORY section, mostly for strnlen() but include strlen() for | millert | 2010-05-24 | 1 | -2/+11 |
* | | | | remove unused variable. | chl | 2010-05-21 | 1 | -2/+1 |
* | | | | tweak previous; | jmc | 2010-05-19 | 3 | -15/+13 |
* | | | | add posix_madvise, posix_memalign, strndup, and strnlen. mostly from | tedu | 2010-05-18 | 9 | -17/+270 |
* | | | | Do not return success when the IPv6 address has a :: and 8 hex sections. | claudio | 2010-05-06 | 1 | -3/+4 |
* | | | | When running in pic mode we don't have enough general registers for all | jsg | 2010-05-03 | 2 | -2/+2 |