| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | enable tlstest on win32 | Brent Cook | 2017-01-15 | 3 | -5/+1 |
* | add noreturn attribute to compat functions | Brent Cook | 2017-01-15 | 1 | -0/+10 |
* | handle EBADF, which is returned when a file is passed | Brent Cook | 2017-01-15 | 1 | -3/+6 |
* | add windows versions of socketpair / pipe | Brent Cook | 2017-01-15 | 1 | -8/+119 |
* | include pipe2/socketpair compat for macOS | Brent Cook | 2017-01-15 | 6 | -2/+83 |
* | start to enable tlstest for portable | Brent Cook | 2017-01-15 | 5 | -3/+53 |
* | Fix to use -export-symbols for libcrypto | kinichiro | 2017-01-15 | 3 | -1/+74 |
* | Land #256, Define CMake library object lists globally | Brent Cook | 2017-01-13 | 3 | -3/+3 |
|\ |
|
| * | Define CMake library object lists globally | Matt Stancliff | 2017-01-12 | 3 | -3/+3 |
* | | Use correct CMake base directory offset | Matt Stancliff | 2017-01-12 | 1 | -3/+3 |
|/ |
|
* | OSCP -> OCSP | Brent Cook | 2017-01-09 | 1 | -2/+2 |
* | update Changelog | Brent Cook | 2017-01-09 | 1 | -0/+39 |
* | fix static mingw builds, platform LDADD needs to come at the end | Brent Cook | 2017-01-09 | 3 | -6/+6 |
* | update links | Brent Cook | 2017-01-07 | 1 | -0/+1 |
* | Add regression test ssl_versions | kinichiro | 2017-01-06 | 3 | -0/+11 |
* | update manpage links | Brent Cook | 2016-12-29 | 1 | -17/+660 |
* | Land #250, implement support for hiding symbols in libcrypto | Brent Cook | 2016-12-29 | 3 | -3743/+27 |
|\ |
|
| * | implement support for hiding symbols in libcrypto | kinichiro | 2016-12-26 | 3 | -3743/+27 |
* | | Sync getentropy() checks with use-builtin-arc4random checks | Simone Basso | 2016-12-10 | 2 | -30/+40 |
* | | m4/check-libc.m4: improve getentropy check | Simone Basso | 2016-12-09 | 1 | -17/+23 |
* | | configure: fix getentropy() for sierra and ios | Simone Basso | 2016-12-09 | 1 | -1/+55 |
|/ |
|
* | adjust mingw package name | Brent Cook | 2016-11-13 | 1 | -1/+1 |
* | update to trusty distro, remove 3rd-party PPAs for testing | Brent Cook | 2016-11-13 | 2 | -7/+8 |
* | fix static test link failures on OS X | Brent Cook | 2016-11-13 | 1 | -0/+3 |
* | update manpage links | Brent Cook | 2016-11-13 | 1 | -320/+12 |
* | fix cmake to link static crypto library for regression tests | kinichiro | 2016-11-07 | 1 | -0/+2 |
* | link regression tests fully statically | Brent Cook | 2016-11-06 | 1 | -1/+1 |
* | Fix for tests on Visual Studio | kinichiro | 2016-11-06 | 2 | -55/+83 |
* | use __MINGW_PRINTF_FORMAT for BIO_* print functions if available | Brent Cook | 2016-11-06 | 1 | -0/+36 |
* | prefer builtin arc4random on OS X 10.12+ (using getentropy as the signal) | Brent Cook | 2016-11-06 | 1 | -1/+9 |
* | include vpm_int.h | Brent Cook | 2016-11-06 | 1 | -0/+1 |
* | update patches | Brent Cook | 2016-11-06 | 2 | -19/+19 |
* | Add curve25519 to portable | kinichiro | 2016-11-06 | 5 | -1/+19 |
* | remove bad link | Brent Cook | 2016-11-05 | 1 | -1/+0 |
* | add quoting for man links | Brent Cook | 2016-11-05 | 1 | -2/+2 |
* | update mlinks | Brent Cook | 2016-11-05 | 1 | -9/+464 |
* | use the new mlinks tool to generate man links | Brent Cook | 2016-11-05 | 1 | -13/+14 |
* | update for new manpage layout, pod files are gone | Brent Cook | 2016-11-05 | 1 | -14/+1 |
* | remove duplicate libcrypto static link | Brent Cook | 2016-11-06 | 1 | -1/+1 |
* | export ASN1_time_parse | Brent Cook | 2016-11-06 | 1 | -0/+1 |
* | remove more KRB5 | Brent Cook | 2016-11-06 | 1 | -11/+0 |
* | remove defined symbols | Brent Cook | 2016-11-06 | 1 | -46/+0 |
* | remove check-in .def and ignore .sym files | Brent Cook | 2016-11-06 | 3 | -330/+1 |
* | implement support for hiding symbols in libtls / libssl | Brent Cook | 2016-11-06 | 6 | -341/+42 |
* | remove krb5 from cmake | Brent Cook | 2016-11-05 | 1 | -1/+0 |
* | enable preprocessor on all ASM files with cmake | Brent Cook | 2016-11-05 | 1 | -32/+32 |
* | disable symbol hiding for now | Brent Cook | 2016-11-05 | 2 | -0/+3 |
* | updates for latest build changes | Brent Cook | 2016-11-05 | 4 | -53/+51 |
* | update windows header patches | Brent Cook | 2016-11-04 | 1 | -3/+3 |
* | Add tls_ocsp.c to Makefile.am and CMakeLists.txt | kinichiro | 2016-11-04 | 2 | -0/+2 |