Age | Commit message (Expand) | Author |
2014-12-09 | no more ctype(3); | Jason McIntyre |
2014-12-09 | fix NAME; | Jason McIntyre |
2014-12-09 | improve warnings from rand_r(), rand(), and random() | Theo de Raadt |
2014-12-09 | In ingo's new world order, we do not want multiple manual pages describing | Theo de Raadt |
2014-12-09 | more standardsier: cast to int to make sure we keep the negative numbers. | Ted Unangst |
2014-12-08 | Oops, got the sense of the test backwards. Hilarious that we didn't spot it. | Theo de Raadt |
2014-12-08 | Change rand(), random(), drand48(), lrand48(), mrand48(), and srand48() | Theo de Raadt |
2014-12-08 | typo | Theo de Raadt |
2014-12-08 | major++ | Ted Unangst |
2014-12-08 | Add chflagsat(), modeled on fchmodat() with name to match FreeBSD. | Philip Guenther |
2014-12-08 | more libc, less kernel documentation | Ted Unangst |
2014-12-08 | tweak recommendation to use arc4random_buf | Ted Unangst |
2014-12-08 | delete documentation for deleted DES interfaces | Ted Unangst |
2014-12-08 | remove cfree from documentation | Ted Unangst |
2014-12-08 | don't do silly (and slow) one byte reads in unbuffered mode. | Ted Unangst |
2014-12-08 | delete obsolete sunos cfree function. ok deraadt millert naddy | Ted Unangst |
2014-12-08 | add siphash from the kernel to libc | Ted Unangst |
2014-12-08 | remove setkey and encrypt interfaces. they are useless and dangerous. | Ted Unangst |
2014-12-08 | avoid void arithmetic. from david carlier | Ted Unangst |
2014-12-08 | Use platform-defined method of printing a pointer. | Brent Cook |
2014-12-08 | avoid left shift overflow in reallocarray. | Brent Cook |
2014-12-07 | Allow specific libtls hostname validation errors to propagate. | Brent Cook |
2014-12-07 | Make GOST compile with a strict C compiler - in this case incrementing a | Joel Sing |
2014-12-07 | Correctly output the result in STREEBOG512_Final() when running on a big-endian | Miod Vallat |
2014-12-07 | Fix a memory leak in tls_check_subject_altname() by calling | Joel Sing |
2014-12-07 | Make sure to load absolute symbol address with `dla' instead of `la' when | Miod Vallat |
2014-12-07 | revert previous change for now, adjusting based on comments from jsing@ | Brent Cook |
2014-12-07 | Revert to the use of C code for the basic BN routines (bn_add_words, | Miod Vallat |
2014-12-07 | Remove OPENSSL_FIPSCANISTER mentions. | Miod Vallat |
2014-12-07 | Allow specific libtls hostname validation errors to propagate. | Brent Cook |
2014-12-07 | Remove get_optional_pkey_id() - it is a hack that existed due to GOST | Joel Sing |
2012-10-13 | import OpenSSL-1.0.1c | Damien Miller |
2014-12-06 | fix manual names that clash with other manuals | Ingo Schwarze |
2014-12-06 | A few last 'easy' #include dedups. | Kenneth R Westerback |
2014-12-06 | delete four MLINKS that are both duplicate and wrong | Ingo Schwarze |
2014-12-06 | Avoid modifying input on failure in X509_(TRUST|PURPOSE)_add. | Doug Hogan |
2014-12-06 | malloc(3) is in the "comp" install set, malloc.conf(5) in "man", | Ingo Schwarze |
2014-12-06 | Remove now bogus comment that got missed in the GOST commit. | Joel Sing |
2014-12-06 | Fix some horrible style(9) violations... | Joel Sing |
2014-12-06 | Remove client handling of RSA in ServerKeyExchange messages, along with | Joel Sing |
2014-12-06 | Use appropriate internal types for EC curves and formats, rather than | Joel Sing |
2014-12-06 | Ensure that the client specified EC curve list length is a multiple of two. | Joel Sing |
2014-12-06 | Fix two cases where it is possible to read one or two bytes past the end of | Joel Sing |
2014-12-05 | macro cleanup: remove bogus .Nm and split joint .Fn arguments | Ingo Schwarze |
2014-12-05 | Introduce a new sysctl to retrieve VM map entries | Masao Uebayashi |
2014-12-05 | memmove/bcopy from libkern, almost certainly the unrolling here is | Theo de Raadt |
2014-12-04 | obvious cases of missing NAME .Nm entries | Ingo Schwarze |
2014-12-04 | add missing .Fn macros in the SYNOPSIS; found with mandoc.db(5) | Ingo Schwarze |
2014-12-04 | use the actual function name in .Dt and NAME .Nm, not an alias; | Ingo Schwarze |
2014-12-04 | asm version from libkern, but mempcy() remains tied to the | Theo de Raadt |