| Commit message (Expand) | Author | Age | Files | Lines |
* | Rewritten posix_openpt manual that doesn't include any of the POSIX | millert | 2012-12-04 | 1 | -74/+49 |
* | Use "path name" not "pathname". | millert | 2012-12-04 | 1 | -3/+3 |
* | Simple emulation of POSIX pty APIs posix_openpt(), ptsname(), | millert | 2012-12-03 | 4 | -6/+414 |
* | New CA root certificates, ok beck@. | sthen | 2012-12-03 | 1 | -99/+1705 |
* | Additional CA root certificates: GeoTrust/Equifax, Go Daddy, StartCom, thawte. | sthen | 2012-12-01 | 1 | -0/+1187 |
* | Regenerate the text information for all certificates with recent openssl | sthen | 2012-11-30 | 1 | -439/+465 |
* | Remove retired Thawte/Verisign certificates. | sthen | 2012-11-30 | 1 | -499/+0 |
* | Document a known bug in the DES crypt cipher implementation which we're | stsp | 2012-11-30 | 1 | -2/+6 |
* | - put the various options into the same order as those in resolv.h | jmc | 2012-11-29 | 1 | -17/+38 |
* | remove some useless Tn and double punctuation; | jmc | 2012-11-19 | 1 | -16/+7 |
* | RES_IGNTC is no longer ignored; ok sthen | jmc | 2012-11-19 | 1 | -4/+4 |
* | Ensure that the base provided to strtol(3) is between 2 and 36 inclusive, | jsing | 2012-11-18 | 1 | -1/+12 |
* | Per POSIX, fix raise() and abort() to send the signal to the current thread. | guenther | 2012-11-10 | 1 | -3/+5 |
* | Add a new malloc option 'U' => "Free unmap" that does the guarding/ | djm | 2012-11-02 | 2 | -18/+36 |
* | On amd64 OPENSSL_cpuid_setup and OPENSSL_ia32cap_P are now hidden so we don't | kettenis | 2012-10-31 | 8 | -18/+10 |
* | Restore r1.10, lost during last update: | miod | 2012-10-22 | 2 | -2/+2 |
* | Makefile and header changes for OpenSSL-1.0.1c | djm | 2012-10-13 | 20 | -139/+361 |
* | import files that CVS missed; sigh | djm | 2012-10-13 | 10 | -0/+1498 |
* | resolve conflicts | djm | 2012-10-13 | 504 | -7535/+33760 |
* | This commit was generated by cvs2git to track changes on a CVS vendor | djm | 2012-10-13 | 42 | -591/+570 |
|\ |
|
| * | import OpenSSL-1.0.1c | djm | 2012-10-13 | 339 | -4357/+15664 |
* | | This commit was generated by cvs2git to track changes on a CVS vendor | djm | 2012-10-13 | 219 | -1382/+57417 |
|\ \ |
|
| * | | import OpenSSL-1.0.1c | djm | 2012-10-13 | 248 | -2332/+62631 |
* | | | This commit was generated by cvs2git to track changes on a CVS vendor | djm | 2012-10-13 | 160 | -1420/+48653 |
|\ \ \ |
|
| * | | | import OpenSSL-1.0.1c | djm | 2012-10-13 | 359 | -4455/+63120 |
* | | | | last stage of rfc changes, using consistent Rs/Re blocks, and moving the | jmc | 2012-09-27 | 9 | -88/+91 |
* | | | | Make setenv(3) consistent with unsetenv(3), giving EINVAL if passed | jeremy | 2012-09-23 | 2 | -20/+10 |
* | | | | remove some wacky Xo/Xc; | jmc | 2012-09-16 | 1 | -3/+3 |
* | | | | remove tahoe-specific makefile machinery, no such hardware is known to be | miod | 2012-09-15 | 1 | -5/+1 |
* | | | | Document that strtod functions accept INF, NAN, NAN(). From Michal Mazurek. | martynas | 2012-09-15 | 1 | -3/+28 |
* | | | | specify the bounds of the dst to strlcat (both values were static and | deraadt | 2012-09-13 | 1 | -2/+2 |
* | | | | Fix precedence bug (& has lower precedence than !=). | pirofti | 2012-09-13 | 1 | -2/+2 |
* | | | | arc4random_buf is the easy way to fill a buffer now. ok deraadt | tedu | 2012-09-04 | 1 | -10/+3 |
* | | | | remove lint leftovers; ok guenther@ | okan | 2012-09-04 | 1 | -5/+1 |
* | | | | rfc 2553 (not 2533) has been replaced by rfc 3493; | jmc | 2012-08-22 | 1 | -5/+6 |
* | | | | When deciding whether we're PIC in a (generated) asm file, check for both PIC | pascal | 2012-08-21 | 2 | -2/+2 |
* | | | | - remove inconsistent/obsolete comments | jmc | 2012-08-21 | 4 | -48/+35 |
* | | | | flesh out the rfc section; | jmc | 2012-08-21 | 1 | -10/+33 |
* | | | | rfc 4291 replaces rfcs 2373 and 3513; | jmc | 2012-08-20 | 1 | -9/+16 |
* | | | | remove leftover NOLINT, WANTLINT, LINTFLAGS, LOBJ vars and lint targets. | okan | 2012-08-02 | 3 | -25/+3 |
* | | | | remove reference to no longer existing description of nonexistent devices; | naddy | 2012-07-26 | 1 | -7/+4 |
* | | | | Use same (lame) verbiage to explain ifa_dstaddr as is used for | krw | 2012-07-13 | 1 | -3/+4 |
* | | | | Skip printing another SSLv2-only command in s_client's usage text. | sthen | 2012-07-12 | 1 | -0/+2 |
* | | | | Disable SSLv2 in OpenSSL. No objections from djm. | sthen | 2012-07-11 | 19 | -7/+94 |
* | | | | fix an off-by-one error where the return value would point to the | naddy | 2012-07-11 | 1 | -2/+2 |
* | | | | use PAGE_SHIFT instead of PGSHIFT, in preperation for future | deraadt | 2012-07-09 | 1 | -2/+2 |
* | | | | Zap extra spaces from function pointer arguments | guenther | 2012-07-08 | 2 | -8/+8 |
* | | | | Describe tdelete()'s return value correctly and update the related CAVEAT | guenther | 2012-07-08 | 1 | -12/+15 |
* | | | | after a talk with ariane, use MAP_FIXED for mquery to avoid the cost of | tedu | 2012-06-26 | 1 | -2/+2 |
* | | | | Change arc4random_uniform() to calculate ``2**32 % upper_bound'' as | matthew | 2012-06-24 | 1 | -12/+3 |