Age | Commit message (Expand) | Author |
2019-06-15 | realpath(3) doesn't use lstat(2), readlink(2), or getcwd(3) anymore, | Theo de Raadt |
2019-06-14 | Improve pages that briefly mentioned ERR - usually below SEE ALSO - | Ingo Schwarze |
2019-06-14 | Further improve the documentation of library initialization and configuration. | Ingo Schwarze |
2019-06-12 | add missing backlinks to ssl(3) | Ingo Schwarze |
2019-06-12 | List all 17 SSL pages that were missing. | Ingo Schwarze |
2019-06-11 | fix bogus cross references: there is no ELF(3) manual page; | Ingo Schwarze |
2019-06-11 | do not use plain-text ELF(3) to reference page titles, use .Nm or .Xr.: | Ingo Schwarze |
2019-06-10 | delete references to ERR pages from SEE ALSO where such | Ingo Schwarze |
2019-06-10 | add links back to crypto(3) to function group entry pages | Ingo Schwarze |
2019-06-08 | remove pointless NOTES section header lines | Ingo Schwarze |
2019-06-08 | Delete the display of the RSA_METHOD object | Ingo Schwarze |
2019-06-08 | In rsa.h rev. 1.40, gilles@ provided several new RSA_METHOD accessors. | Ingo Schwarze |
2019-06-08 | document the RSA_FLAG_* constants for RSA_*_flags(3); | Ingo Schwarze |
2019-06-07 | Cast bitcount to u_in64_t before bit shifting to prevent integer overflow | Darren Tucker |
2019-06-07 | Remove the last references to the RAND_*(3) functions. | Ingo Schwarze |
2019-06-07 | link to EVP_EncodeInit(3), which was the only missing child page | Ingo Schwarze |
2019-06-07 | link back to evp(3), just like for the other group entry pages | Ingo Schwarze |
2019-06-07 | Remove pointless direct backlinks from the leaf pages HMAC(3) and | Ingo Schwarze |
2019-06-07 | remove cross-references to the obsolete function OpenSSL_add_all_algorithms(3) | Ingo Schwarze |
2019-06-07 | fix print not specified process. | asou |
2019-06-06 | minor errors in previous commit pointed out by jmc@ | Ingo Schwarze |
2019-06-06 | Tree structure for manual pages: crypto(3) links to 33 function | Ingo Schwarze |
2019-06-05 | provide getters and setters for the RSA_METHOD interface | Gilles Chehade |
2019-06-05 | Fix bogus cross reference: EVP_SignDigest* -> EVP_DigestSign* | Theo Buehler |
2019-06-04 | OPENSSL_realloc(3) is no longer used, we now use reallocarray(3) | Ingo Schwarze |
2019-06-04 | Readability tweak in a comment. | Theo Buehler |
2019-06-04 | Remove the blinding later to avoid leaking information on the length | Theo Buehler |
2019-06-04 | Readability tweaks for comments that explain the blinding. | Theo Buehler |
2019-06-04 | Remove the blinding later to avoid leaking information on the length | Theo Buehler |
2019-06-04 | .In openssl/x509_vfy.h | Ingo Schwarze |
2019-06-04 | Add several missing .In lines | Ingo Schwarze |
2019-06-03 | add missing .In lines | Ingo Schwarze |
2019-06-03 | add missing .In line | Ingo Schwarze |
2019-06-02 | Complete the ld.so boot cleanup: move most libc initialization from | Philip Guenther |
2019-06-01 | Limit maximum number of length octets to platform independent sizeof(int32_t). | rob |
2019-06-01 | Fix warnings when building zlib with ZLIB_CONST defined | Jeremie Courreges-Anglas |
2019-05-31 | Note closefrom(2)'s origins in Solaris 9. | cheloha |
2019-05-30 | __realpath(2) appears to have improved, so re-enable the code that | Theo de Raadt |
2019-05-29 | Relax parsing of TLS key share extensions on the server. | Joel Sing |
2019-05-29 | Do not send an SNI extension when resuming a session that contains a server | Joel Sing |
2019-05-29 | There are some bugs in __realpath(2) -- it isn't quite ready so disable | Theo de Raadt |
2019-05-28 | Fix typo and label indent. | Joel Sing |
2019-05-28 | Tidy up some names/structures following the renaming of TLS extension | Joel Sing |
2019-05-28 | _thread_sys___realpath must be exported like _thread_sys___getcwd obviously. | Theo de Raadt |
2019-05-28 | Enable the use of the kernel __realpath() system call in the libc wrapper. | Bob Beck |
2019-05-26 | Tweak "RETURN VALUES" sections to mention setting errno, as so many | Kenneth R Westerback |
2019-05-23 | Only override size of chunk if we're not given the actual length. | Otto Moerbeek |
2019-05-23 | bump to LibreSSL 3.0.0 | Brent Cook |
2019-05-23 | add stdlib.h for reallocarray | Brent Cook |
2019-05-21 | whitespace | rob |