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